.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eaf9e7;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 7.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.52rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.9rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.216rem;
    font-size: calc( 1.182rem + (1.52 - 1.182) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.182rem + (1.52 - 1.182) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.216rem;
    font-size: calc( 1.182rem + (1.52 - 1.182) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.182rem + (1.52 - 1.182) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #abff4f !important;
}
.bg-success {
  background-color: #3fdc93 !important;
}
.bg-info {
  background-color: #28d1f3 !important;
}
.bg-warning {
  background-color: #ffc61c !important;
}
.bg-danger {
  background-color: #dd3e4d !important;
}
.btn-primary .mbr-iconfont {
  color: #abff4f !important;
  background-color: #0f1c00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #abff4f !important;
  border-color: #abff4f !important;
  color: #0f1c00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c3ff82 !important;
  border-color: #c3ff82 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #c3ff82 !important;
  background-color: #0f1c00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0f1c00 !important;
  background-color: #c3ff82 !important;
  border-color: #c3ff82 !important;
}
.btn-secondary .mbr-iconfont {
  color: #f21b3f !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f21b3f !important;
  border-color: #f21b3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f54b68 !important;
  border-color: #f54b68 !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #f54b68 !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f54b68 !important;
  border-color: #f54b68 !important;
}
.btn-info .mbr-iconfont {
  color: #28d1f3 !important;
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #28d1f3 !important;
  border-color: #28d1f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #58dbf6 !important;
  border-color: #58dbf6 !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #58dbf6 !important;
  background-color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #58dbf6 !important;
  border-color: #58dbf6 !important;
}
.btn-success .mbr-iconfont {
  color: #3fdc93 !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #3fdc93 !important;
  border-color: #3fdc93 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6ae4ab !important;
  border-color: #6ae4ab !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #6ae4ab !important;
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6ae4ab !important;
  border-color: #6ae4ab !important;
}
.btn-warning .mbr-iconfont {
  color: #ffc61c !important;
  background-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc61c !important;
  border-color: #ffc61c !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd34f !important;
  border-color: #ffd34f !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #ffd34f !important;
  background-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd34f !important;
  border-color: #ffd34f !important;
}
.btn-danger .mbr-iconfont {
  color: #dd3e4d !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dd3e4d !important;
  border-color: #dd3e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e56975 !important;
  border-color: #e56975 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #e56975 !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e56975 !important;
  border-color: #e56975 !important;
}
.btn-white .mbr-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !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:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #232323 !important;
  background-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:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #abff4f !important;
  border: 2px solid #abff4f !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #abff4f;
  color: #abff4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #81f700 !important;
  background-color: transparent !important;
  border-color: #81f700 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #81f700 !important;
  border: 2px solid #81f700 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #294f00 !important;
  background-color: #abff4f !important;
  border-color: #abff4f !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #f21b3f !important;
  border: 2px solid #f21b3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f21b3f;
  color: #f21b3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ac0a25 !important;
  background-color: transparent !important;
  border-color: #ac0a25 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #ac0a25 !important;
  border: 2px solid #ac0a25 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f21b3f !important;
  border-color: #f21b3f !important;
}
.btn-info-outline .mbr-iconfont {
  color: #28d1f3 !important;
  border: 2px solid #28d1f3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #28d1f3;
  color: #28d1f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a9dba !important;
  background-color: transparent !important;
  border-color: #0a9dba !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #0a9dba !important;
  border: 2px solid #0a9dba !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #28d1f3 !important;
  border-color: #28d1f3 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #3fdc93 !important;
  border: 2px solid #3fdc93 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3fdc93;
  color: #3fdc93;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea667 !important;
  background-color: transparent !important;
  border-color: #1ea667 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #1ea667 !important;
  border: 2px solid #1ea667 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3fdc93 !important;
  border-color: #3fdc93 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #ffc61c !important;
  border: 2px solid #ffc61c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc61c;
  color: #ffc61c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c49300 !important;
  background-color: transparent !important;
  border-color: #c49300 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #c49300 !important;
  border: 2px solid #c49300 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1c1500 !important;
  background-color: #ffc61c !important;
  border-color: #ffc61c !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #dd3e4d !important;
  border: 2px solid #dd3e4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dd3e4d;
  color: #dd3e4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a71d2a !important;
  background-color: transparent !important;
  border-color: #a71d2a !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #a71d2a !important;
  border: 2px solid #a71d2a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3e4d !important;
  border-color: #dd3e4d !important;
}
.btn-black-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #abff4f !important;
}
.text-secondary {
  color: #f21b3f !important;
}
.text-success {
  color: #3fdc93 !important;
}
.text-info {
  color: #28d1f3 !important;
}
.text-warning {
  color: #ffc61c !important;
}
.text-danger {
  color: #dd3e4d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #79e800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9e0922 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c995f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a90ab !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b58800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a1b27 !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: #abff4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #28d1f3;
}
.alert-warning {
  background-color: #ffc61c;
}
.alert-danger {
  background-color: #dd3e4d;
}
.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: #abff4f;
  border-color: #abff4f;
  color: #376900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #abff4f;
}
.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: #ecfbf4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e9fafe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9e8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcebed;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.52rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.9rem;
}
.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: #abff4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.52rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.9rem;
}
blockquote {
  border-color: #abff4f;
}
/* 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: #abff4f;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #abff4f;
}
.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: #abff4f;
  border-bottom-color: #abff4f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #abff4f !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: #f21b3f !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='%23abff4f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.mbr-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .mbr-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.mbr-section-btn .item-btn .mbr-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .mbr-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .mbr-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.cid-uYzrQrMTMZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYzrQrMTMZ nav.navbar {
  position: fixed;
}
.cid-uYzrQrMTMZ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYzrQrMTMZ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYzrQrMTMZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzrQrMTMZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYzrQrMTMZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYzrQrMTMZ .dropdown-item:hover,
.cid-uYzrQrMTMZ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYzrQrMTMZ .dropdown-item:hover span {
  color: white;
}
.cid-uYzrQrMTMZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYzrQrMTMZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYzrQrMTMZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYzrQrMTMZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYzrQrMTMZ .nav-link {
  position: relative;
}
.cid-uYzrQrMTMZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYzrQrMTMZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYzrQrMTMZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYzrQrMTMZ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYzrQrMTMZ .dropdown-menu,
.cid-uYzrQrMTMZ .navbar.opened {
  background: #071705 !important;
}
.cid-uYzrQrMTMZ .nav-item:focus,
.cid-uYzrQrMTMZ .nav-link:focus {
  outline: none;
}
.cid-uYzrQrMTMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYzrQrMTMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYzrQrMTMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYzrQrMTMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzrQrMTMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYzrQrMTMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYzrQrMTMZ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYzrQrMTMZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYzrQrMTMZ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYzrQrMTMZ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYzrQrMTMZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYzrQrMTMZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYzrQrMTMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYzrQrMTMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYzrQrMTMZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYzrQrMTMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYzrQrMTMZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYzrQrMTMZ .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-uYzrQrMTMZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYzrQrMTMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYzrQrMTMZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYzrQrMTMZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYzrQrMTMZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYzrQrMTMZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYzrQrMTMZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYzrQrMTMZ .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-uYzrQrMTMZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYzrQrMTMZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYzrQrMTMZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYzrQrMTMZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYzrQrMTMZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYzrQrMTMZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYzrQrMTMZ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYzrQrMTMZ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYzrQrMTMZ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYzrQrMTMZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYzrQrMTMZ .navbar-brand .navbar-caption:hover,
.cid-uYzrQrMTMZ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYzrQrMTMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYzrQrMTMZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYzrQrMTMZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYzrQrMTMZ .dropdown-item.active,
.cid-uYzrQrMTMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYzrQrMTMZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYzrQrMTMZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYzrQrMTMZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYzrQrMTMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYzrQrMTMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYzrQrMTMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYzrQrMTMZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYzrQrMTMZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYzrQrMTMZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYzrQrMTMZ .navbar-buttons {
  text-align: center;
}
.cid-uYzrQrMTMZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYzrQrMTMZ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYzrQrMTMZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYzrQrMTMZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYzrQrMTMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzrQrMTMZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYzrQrMTMZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYzrQrMTMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzrQrMTMZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYzrQrMTMZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYzrQrMTMZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYzrQrMTMZ .navbar {
    height: 70px;
  }
  .cid-uYzrQrMTMZ .navbar.opened {
    height: auto;
  }
  .cid-uYzrQrMTMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYzrQrMTMZ .navbar-nav {
  margin: 0 auto;
}
.cid-uYzrQrMTMZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYzrQrMTMZ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYzrQrMTMZ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYzrQrMTMZ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYzrQrMTMZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYzrQrMTMZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYzrQrMTMZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYzrQrMTMZ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYzrQrMTMZ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYzrQrMTMZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYzrQrMTMZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYzrQrMTMZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYzrQrMTMZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYzrQrMTMZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYzrQrMTMZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYzrQrMTMZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYzrQrMTMZ .content-wrap {
  min-height: 110px;
}
.cid-uYzrQrMTMZ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYzrQrMTMZ .nav-link,
.cid-uYzrQrMTMZ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYzrQrODrK {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uYzrQrODrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQrODrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQrODrK .row {
  justify-content: center;
}
.cid-uYzrQrODrK .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYzrQrODrK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrODrK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYzrQrODrK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYzrQrODrK .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYzrQrODrK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzrQrODrK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYzrQrODrK .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYzrQrODrK .card {
  justify-content: flex-end;
}
.cid-uYzrQrODrK .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYzrQrODrK .image-wrapper {
    display: block;
  }
}
.cid-uYzrQrODrK .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e1ff83, transparent);
  filter: blur(100px);
}
.cid-uYzrQrODrK .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uYzrQrODrK .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYzrQrODrK .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uYzrQrODrK .mbr-section-title {
  color: #E1FF83;
}
.cid-uYzrQrODrK .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uYzrQrODrK .mbr-text,
.cid-uYzrQrODrK .text-wrapper {
  color: #ffffff;
}
.cid-uYzrQrODrK .mbr-text,
.cid-uYzrQrODrK .text-wrapper,
.cid-uYzrQrODrK .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYzzqj0919 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uYzzqj0919 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzzqj0919 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzzqj0919 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uYzzqj0919 .item .icon-wrap {
  text-align: center;
}
.cid-uYzzqj0919 .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-uYzzqj0919 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #00fca9;
}
.cid-uYzzqj0919 .item.first:before {
  display: none;
}
.cid-uYzzqj0919 .item.five:before {
  display: none;
}
.cid-uYzzqj0919 .icon-box {
  background: #00fca9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uYzzqj0919 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uYzzqj0919 .mbr-iconfont {
  color: #abff4f !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uYzzqj0919 .item:before {
    display: none;
  }
  .cid-uYzzqj0919 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYzzqj0919 .card-title,
.cid-uYzzqj0919 .card-box {
  color: #ffffff;
}
.cid-uYzzqj0919 .text-box .mbr-text {
  color: #cbff5b;
}
.cid-uYKnORIOh1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uYKnORIOh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKnORIOh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKnORIOh1 .row {
  flex-direction: row-reverse;
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uYKnORIOh1 .row {
    height: 350px;
  }
}
#custom-html-3 {
  /* Type valid CSS here */
}
#custom-html-3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3 p {
  font-size: 60px;
  color: #777;
}
.cid-uYKo5zuQE8 {
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-uYKo5zuQE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKo5zuQE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKo5zuQE8 .row {
  flex-direction: row-reverse;
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uYKo5zuQE8 .row {
    height: 350px;
  }
}
.cid-uYzrQrUiPc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #071705;
}
.cid-uYzrQrUiPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQrUiPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQrUiPc .row {
  justify-content: center;
}
.cid-uYzrQrUiPc .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uYzrQrUiPc .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYzrQrUiPc .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uYzrQrUiPc .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #e1ff83;
}
@media (max-width: 992px) {
  .cid-uYzrQrUiPc .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uYzrQrUiPc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYzrQrUiPc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYzrQrUiPc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQrUiPc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYzrQrUiPc .mbr-section-title {
  color: #ffffff;
}
.cid-uYzrQrUiPc .mbr-section-subtitle {
  color: #E1FF83;
  text-align: center;
}
.cid-uYzrQrUiPc .mbr-text,
.cid-uYzrQrUiPc .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uYzrQrUiPc .mbr-section-title,
.cid-uYzrQrUiPc .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYK6oGKlar .custom-header-fullscreen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  flex-direction: column;
}
.cid-uYK6oGKlar .custom-header-fullscreen .container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-uYK6oGKlar .typing-line {
  opacity: 0;
  transform: translateY(20px);
  display: block;
  margin: 0.2em 0;
  animation: fadeInUp 1.5s forwards;
}
.cid-uYK6oGKlar .line1 {
  animation-delay: 0s;
}
.cid-uYK6oGKlar .line2 {
  animation-delay: 1.5s;
}
.cid-uYK6oGKlar .line3 {
  animation-delay: 3s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-uYK6oGKlar .clients-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.cid-uYK6oGKlar .clients-row img {
  position: absolute;
  bottom: -100px;
  width: 80px;
  opacity: 0;
  animation-name: floatBubble;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: var(--duration);
  left: var(--xStart);
}
@keyframes floatBubble {
  0% {
    transform: translateY(0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateY(-50vh) rotate(180deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(360deg) scale(0.5);
    opacity: 0;
    left: var(--xEnd);
  }
}
.cid-uYK6oGKlar H1 {
  text-align: center;
}
.cid-uYK6oGKlar P {
  text-align: center;
}
.cid-uYzrQrXiS7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYzrQrXiS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQrXiS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQrXiS7 .row {
  justify-content: center;
}
.cid-uYzrQrXiS7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQrXiS7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrXiS7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYzrQrXiS7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uYzrQrXiS7 .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYzrQrXiS7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYzrQrXiS7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uYzrQrXiS7 .item {
    margin-bottom: 48px;
  }
}
.cid-uYzrQrXiS7 .item:hover .item-wrapper .card-box .item-img img,
.cid-uYzrQrXiS7 .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.05);
}
.cid-uYzrQrXiS7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzrQrXiS7 .item .item-wrapper .card-box .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #071705;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYzrQrXiS7 .item .item-wrapper .card-box .item-img {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uYzrQrXiS7 .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzrQrXiS7 .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .list {
  margin-bottom: 40px;
  padding-left: 22px;
}
@media (max-width: 992px) {
  .cid-uYzrQrXiS7 .item .item-wrapper .card-box .list {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYzrQrXiS7 .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #e1ff83;
}
.cid-uYzrQrXiS7 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uYzrQrXiS7 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYzrQrXiS7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uYzrQrXiS7 .card-title {
  color: #FFFFFF;
}
.cid-uYzrQrXiS7 .list {
  color: #ffffff;
}
.cid-uYzrQrXiS7 .mbr-tag {
  color: #ffffff;
}
.cid-uYzrQrXiS7 .mbr-tag,
.cid-uYzrQrXiS7 .tag-wrapper {
  color: #FFFFFF;
  text-align: left;
}
.cid-uYzrQrXiS7 .list,
.cid-uYzrQrXiS7 .item-wrap {
  color: #FFFFFF;
}
.cid-uYzGRl2uug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #071705;
}
.cid-uYzGRl2uug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzGRl2uug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzGRl2uug .row {
  justify-content: center;
}
.cid-uYzGRl2uug .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzGRl2uug .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzGRl2uug .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYzGRl2uug .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uYzGRl2uug .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYzGRl2uug .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYzGRl2uug .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uYzGRl2uug .item {
    margin-bottom: 48px;
  }
}
.cid-uYzGRl2uug .item:hover .item-wrapper .card-box .item-img img,
.cid-uYzGRl2uug .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.05);
}
.cid-uYzGRl2uug .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzGRl2uug .item .item-wrapper .card-box .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #071705;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYzGRl2uug .item .item-wrapper .card-box .item-img {
    margin-bottom: 30px;
  }
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uYzGRl2uug .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzGRl2uug .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .list {
  margin-bottom: 40px;
  padding-left: 22px;
}
@media (max-width: 992px) {
  .cid-uYzGRl2uug .item .item-wrapper .card-box .list {
    margin-bottom: 30px;
  }
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYzGRl2uug .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #e1ff83;
}
.cid-uYzGRl2uug .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uYzGRl2uug .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYzGRl2uug .mbr-section-title {
  color: #FFFFFF;
}
.cid-uYzGRl2uug .card-title {
  color: #FFFFFF;
}
.cid-uYzGRl2uug .list {
  color: #ffffff;
}
.cid-uYzGRl2uug .mbr-tag {
  color: #ffffff;
}
.cid-uYzGRl2uug .mbr-tag,
.cid-uYzGRl2uug .tag-wrapper {
  color: #FFFFFF;
  text-align: left;
}
.cid-uYzGRl2uug .list,
.cid-uYzGRl2uug .item-wrap {
  color: #FFFFFF;
}
.cid-uYzHIizdV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #071705;
}
.cid-uYzHIizdV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzHIizdV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzHIizdV7 .row {
  justify-content: center;
}
.cid-uYzHIizdV7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzHIizdV7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzHIizdV7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYzHIizdV7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uYzHIizdV7 .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYzHIizdV7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYzHIizdV7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uYzHIizdV7 .item {
    margin-bottom: 48px;
  }
}
.cid-uYzHIizdV7 .item:hover .item-wrapper .card-box .item-img img,
.cid-uYzHIizdV7 .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.05);
}
.cid-uYzHIizdV7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzHIizdV7 .item .item-wrapper .card-box .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #071705;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYzHIizdV7 .item .item-wrapper .card-box .item-img {
    margin-bottom: 30px;
  }
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uYzHIizdV7 .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzHIizdV7 .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .list {
  margin-bottom: 40px;
  padding-left: 22px;
}
@media (max-width: 992px) {
  .cid-uYzHIizdV7 .item .item-wrapper .card-box .list {
    margin-bottom: 30px;
  }
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYzHIizdV7 .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #e1ff83;
}
.cid-uYzHIizdV7 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uYzHIizdV7 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYzHIizdV7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uYzHIizdV7 .card-title {
  color: #FFFFFF;
}
.cid-uYzHIizdV7 .list {
  color: #ffffff;
}
.cid-uYzHIizdV7 .mbr-tag {
  color: #ffffff;
}
.cid-uYzHIizdV7 .mbr-tag,
.cid-uYzHIizdV7 .tag-wrapper {
  color: #FFFFFF;
  text-align: left;
}
.cid-uYzHIizdV7 .list,
.cid-uYzHIizdV7 .item-wrap {
  color: #FFFFFF;
}
.cid-uYKP3kDCZJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uYKP3kDCZJ h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-uYKP3kDCZJ .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-uYKP3kDCZJ .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #acfe00;
}
.cid-uYKP3kDCZJ .mbr-section-subtitle {
  color: #999999;
}
.cid-uYKP3kDCZJ .card-title {
  margin-bottom: 0;
}
.cid-uYKP3kDCZJ .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uYKP3kDCZJ .svg-gradient {
  position: absolute;
}
.cid-uYKP3kDCZJ svg {
  overflow: visible;
}
.cid-uYKP3kDCZJ ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-uYKP3kDCZJ path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYKP3kDCZJ .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uYKP3kDCZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKP3kDCZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKP3kDCZJ H4 {
  color: #000000;
}
.cid-uYKP3kDCZJ .mbr-section-title {
  color: #000000;
}
.cid-uYKP3kDCZJ .card-text {
  color: #ffffff;
}
.cid-uYzrQrTA0W {
  padding-top: 3rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #071705;
}
.cid-uYzrQrTA0W .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #000000;
  pointer-events: none;
}
.cid-uYzrQrTA0W .container-bg .shadow-wrap {
  background-image: linear-gradient(#acfe00 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.cid-uYzrQrTA0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQrTA0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQrTA0W .row {
  justify-content: center;
}
.cid-uYzrQrTA0W .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYzrQrTA0W .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQrTA0W .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrTA0W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYzrQrTA0W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYzrQrTA0W .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYzrQrTA0W .mbr-section-title {
  color: #000000;
}
.cid-uYzrQrTA0W .mbr-text,
.cid-uYzrQrTA0W .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYzrQrTA0W .mbr-section-title,
.cid-uYzrQrTA0W .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYzwb7bnxj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #071705;
}
.cid-uYzwb7bnxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzwb7bnxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzwb7bnxj .row {
  justify-content: center;
}
.cid-uYzwb7bnxj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzwb7bnxj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzwb7bnxj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYzwb7bnxj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uYzwb7bnxj .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYzwb7bnxj .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYzwb7bnxj .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uYzwb7bnxj .item {
    margin-bottom: 48px;
  }
}
.cid-uYzwb7bnxj .item:hover .item-wrapper .card-box .item-img img,
.cid-uYzwb7bnxj .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.05);
}
.cid-uYzwb7bnxj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzwb7bnxj .item .item-wrapper .card-box .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #071705;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYzwb7bnxj .item .item-wrapper .card-box .item-img {
    margin-bottom: 30px;
  }
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uYzwb7bnxj .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzwb7bnxj .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .list {
  margin-bottom: 40px;
  padding-left: 22px;
}
@media (max-width: 992px) {
  .cid-uYzwb7bnxj .item .item-wrapper .card-box .list {
    margin-bottom: 30px;
  }
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYzwb7bnxj .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #e1ff83;
}
.cid-uYzwb7bnxj .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uYzwb7bnxj .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYzwb7bnxj .mbr-section-title {
  color: #FFFFFF;
}
.cid-uYzwb7bnxj .card-title {
  color: #FFFFFF;
}
.cid-uYzwb7bnxj .list {
  color: #ffffff;
}
.cid-uYzwb7bnxj .mbr-tag {
  color: #ffffff;
}
.cid-uYzwb7bnxj .mbr-tag,
.cid-uYzwb7bnxj .tag-wrapper {
  color: #FFFFFF;
  text-align: left;
}
.cid-uYzwb7bnxj .list,
.cid-uYzwb7bnxj .item-wrap {
  color: #FFFFFF;
}
.cid-uYzrQrWzVo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #071705;
}
.cid-uYzrQrWzVo .item:focus,
.cid-uYzrQrWzVo span:focus {
  outline: none;
}
.cid-uYzrQrWzVo .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uYzrQrWzVo .item {
  font-weight: 700;
  padding: 15px 0;
  color: #e1ff83;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uYzrQrWzVo .item {
    min-height: 45px;
  }
}
.cid-uYzrQrPd47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #071705;
}
.cid-uYzrQrPd47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQrPd47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQrPd47 .row {
  justify-content: center;
}
.cid-uYzrQrPd47 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYzrQrPd47 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYzrQrPd47 .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQrPd47 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrPd47 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYzrQrPd47 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrPd47 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYzrQrPd47 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYzrQrPd47 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYzrQrPd47 .image-wrapper {
    display: block;
  }
}
.cid-uYzrQrPd47 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e1ff83, transparent);
  filter: blur(100px);
}
.cid-uYzrQrPd47 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uYzrQrPd47 .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYzrQrPd47 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uYzrQrPd47 .mbr-label {
  color: #E1FF83;
}
.cid-uYzrQrPd47 .mbr-section-title {
  color: #ffffff;
}
.cid-uYzrQrPd47 .mbr-text,
.cid-uYzrQrPd47 .text-wrapper {
  color: #ffffff;
}
.cid-uYzrQrPd47 .mbr-section-title,
.cid-uYzrQrPd47 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYzrQrPy4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #071705;
}
.cid-uYzrQrPy4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQrPy4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQrPy4R .row {
  justify-content: center;
}
.cid-uYzrQrPy4R .card {
  justify-content: center;
}
.cid-uYzrQrPy4R .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uYzrQrPy4R .image-wrapper {
    display: block;
  }
}
.cid-uYzrQrPy4R .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e1ff83, transparent);
  filter: blur(100px);
}
.cid-uYzrQrPy4R .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uYzrQrPy4R .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uYzrQrPy4R .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uYzrQrPy4R .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uYzrQrPy4R .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #0f250b;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYzrQrPy4R .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uYzrQrPy4R .panel-group .card:first-child {
  border-top: 2px solid #0f250b;
}
.cid-uYzrQrPy4R .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uYzrQrPy4R .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYzrQrPy4R .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYzrQrPy4R .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uYzrQrPy4R .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYzrQrPy4R .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #e1ff83;
}
.cid-uYzrQrPy4R .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uYzrQrPy4R .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYzrQrPy4R .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uYzrQrPy4R .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYzrQrPy4R .panel-title-edit {
  color: #FFFFFF;
}
.cid-uYzrQrPy4R .panel-text {
  color: #FFFFFF;
}
.cid-uYzuFTz1rH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #071705;
}
.cid-uYzuFTz1rH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzuFTz1rH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzuFTz1rH .row {
  justify-content: center;
}
.cid-uYzuFTz1rH .card {
  justify-content: center;
}
.cid-uYzuFTz1rH .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uYzuFTz1rH .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
    display: block;
  }
}
.cid-uYzuFTz1rH .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(#e1ff83, transparent);
  filter: blur(100px);
}
.cid-uYzuFTz1rH .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uYzuFTz1rH .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYzuFTz1rH .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uYzuFTz1rH .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzuFTz1rH .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzuFTz1rH .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  background-color: #e1ff83;
  padding: 5px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYzuFTz1rH .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    padding: 5px 16px;
  }
}
.cid-uYzuFTz1rH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uYzuFTz1rH .content-wrapper .title-wrapper .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-uYzuFTz1rH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uYzuFTz1rH .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }
}
.cid-uYzuFTz1rH .mbr-section-title {
  color: #000000;
}
.cid-uYzuFTz1rH .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uYzuFTz1rH .mbr-text {
  color: #ffffff;
}
.cid-uYzuFTz1rH .mbr-section-title,
.cid-uYzuFTz1rH .title-wrap {
  color: #000000;
}
.cid-uYzuFTz1rH .mbr-text,
.cid-uYzuFTz1rH .mbr-section-btn,
.cid-uYzuFTz1rH .text-wrapper {
  color: #FFFFFF;
}
.cid-uYKzLNdZEW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKzLNdZEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKzLNdZEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKzLNdZEW .row {
  justify-content: center;
}
.cid-uYKzLNdZEW .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKzLNdZEW .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKzLNdZEW .video-wrap {
  position: relative;
}
.cid-uYKzLNdZEW .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKzLNdZEW .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKzLNdZEW .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKzLNdZEW .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKFml6jGp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKFml6jGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKFml6jGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKFml6jGp .row {
  justify-content: center;
}
.cid-uYKFml6jGp .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKFml6jGp .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKFml6jGp .video-wrap {
  position: relative;
}
.cid-uYKFml6jGp .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKFml6jGp .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKFml6jGp .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKFml6jGp .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKFZKX2IJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
.cid-uYKFZKX2IJ .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #000000;
  pointer-events: none;
}
.cid-uYKFZKX2IJ .container-bg .shadow-wrap {
  background-image: linear-gradient(#acfe00 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.cid-uYKFZKX2IJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKFZKX2IJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKFZKX2IJ .row {
  justify-content: center;
}
.cid-uYKFZKX2IJ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYKFZKX2IJ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYKFZKX2IJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKFZKX2IJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYKFZKX2IJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYKFZKX2IJ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYKFZKX2IJ .mbr-section-title {
  color: #000000;
}
.cid-uYKFZKX2IJ .mbr-text,
.cid-uYKFZKX2IJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYKFZKX2IJ .mbr-section-title,
.cid-uYKFZKX2IJ .mbr-section-btn {
  text-align: center;
}
.cid-uYKUE9GO51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYKUE9GO51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKUE9GO51 .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-uYKUE9GO51 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYKUE9GO51 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYKUE9GO51 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYKUE9GO51 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYKUE9GO51 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYKUE9GO51 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYKUE9GO51 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYKUE9GO51 .mbr-label {
  color: #ffffff;
}
.cid-uYKUE9GO51 .mbr-section-title {
  color: #ffffff;
}
.cid-uYKUE9GO51 label {
  color: #ffffff;
}
.cid-uYKUE9GO51 .mbr-section-title,
.cid-uYKUE9GO51 .title-wrapper {
  color: #acfe00;
}
.cid-uYzrQrYlII {
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uYzrQrYlII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQrYlII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQrYlII .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uYzrQrYlII .image-wrap {
    height: 350px;
  }
}
.cid-uYzrQrSkwp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #071705;
}
.cid-uYzrQrSkwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQrSkwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQrSkwp .row {
  justify-content: center;
}
.cid-uYzrQrSkwp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQrSkwp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrSkwp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYzrQrSkwp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uYzrQrSkwp .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYzrQrSkwp .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYzrQrSkwp .items-wrapper {
    display: block;
  }
}
.cid-uYzrQrSkwp .item {
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cid-uYzrQrSkwp .item {
    margin-bottom: 16px;
  }
}
.cid-uYzrQrSkwp .item:hover,
.cid-uYzrQrSkwp .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uYzrQrSkwp .item:hover,
  .cid-uYzrQrSkwp .item:focus {
    transform: none;
  }
}
.cid-uYzrQrSkwp .item:hover .item-wrapper .item-img img,
.cid-uYzrQrSkwp .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uYzrQrSkwp .item .item-wrapper {
  height: 100%;
  background-color: #e1ff83;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uYzrQrSkwp .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uYzrQrSkwp .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uYzrQrSkwp .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzrQrSkwp .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrSkwp .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #e1ff83;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uYzrQrSkwp .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYzrQrSkwp .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrSkwp .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-uYzrQrSkwp .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzrQrSkwp .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uYzrQrSkwp .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYzrQrSkwp .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYzrQrSkwp .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uYzrQrSkwp .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYzrQrSkwp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYzrQrSkwp .card-title {
  color: #000000;
}
.cid-uYzrQrSkwp .card-text {
  color: #000000;
}
.cid-uYzrQrSkwp .iconfont-wrapper {
  text-align: center;
}
.cid-uYzrQrSkwp .mbr-tag {
  color: #000000;
}
.cid-uYzrQrSkwp .mbr-section-title,
.cid-uYzrQrSkwp .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYzrQrSkwp .mbr-tag,
.cid-uYzrQrSkwp .tag-wrapper {
  color: #000000;
}
.cid-uYzrQrSkwp .card-text,
.cid-uYzrQrSkwp .mbr-section-btn {
  color: #000000;
}
.cid-uYzrQs0fwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #071705;
}
.cid-uYzrQs0fwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQs0fwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQs0fwL .row {
  justify-content: center;
}
.cid-uYzrQs0fwL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQs0fwL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQs0fwL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzrQs0fwL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYzrQs0fwL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYzrQs0fwL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYzrQs0fwL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uYzrQs0fwL .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYzrQs0fwL .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYzrQs0fwL .items-wrapper {
    display: block;
  }
}
.cid-uYzrQs0fwL .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-uYzrQs0fwL .item {
    transform: none;
  }
}
.cid-uYzrQs0fwL .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .cid-uYzrQs0fwL .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYzrQs0fwL .item {
    margin-bottom: 16px;
  }
}
.cid-uYzrQs0fwL .item .item-wrapper {
  height: 100%;
  background-color: #e1ff83;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uYzrQs0fwL .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uYzrQs0fwL .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uYzrQs0fwL .item .item-wrapper .card-number,
.cid-uYzrQs0fwL .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYzrQs0fwL .item .item-wrapper .card-number,
  .cid-uYzrQs0fwL .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.cid-uYzrQs0fwL .item .item-wrapper .card-box .card-title,
.cid-uYzrQs0fwL .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.cid-uYzrQs0fwL .item .item-wrapper .card-box .card-text,
.cid-uYzrQs0fwL .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.cid-uYzrQs0fwL .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYzrQs0fwL .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uYzrQs0fwL .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYzrQs0fwL .item .card_2 {
  background-color: transparent;
  border: 3px solid #e1ff83;
}
.cid-uYzrQs0fwL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYzrQs0fwL .mbr-text,
.cid-uYzrQs0fwL .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uYzrQs0fwL .card-number {
  color: #000000;
}
.cid-uYzrQs0fwL .card-title {
  color: #000000;
}
.cid-uYzrQs0fwL .card-text {
  color: #000000;
}
.cid-uYzrQs0fwL .card-number_2 {
  color: #acfe00;
}
.cid-uYzrQs0fwL .card-title_2 {
  color: #E1FF83;
}
.cid-uYzrQs0fwL .card-text_2 {
  color: #FFFFFF;
}
.cid-uYzrQs0fwL .mbr-section-title,
.cid-uYzrQs0fwL .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYzrQs0fwL .card-text,
.cid-uYzrQs0fwL .mbr-section-btn {
  color: #000000;
}
.cid-uYzrQs1vox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #071705;
}
.cid-uYzrQs1vox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQs1vox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQs1vox .row {
  justify-content: center;
}
.cid-uYzrQs1vox .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQs1vox .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQs1vox .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uYzrQs1vox .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uYzrQs1vox .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYzrQs1vox .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYzrQs1vox .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uYzrQs1vox .item {
    margin-bottom: 48px;
  }
}
.cid-uYzrQs1vox .item .item-wrapper {
  height: 100%;
}
.cid-uYzrQs1vox .item .item-wrapper .date-wrapper {
  padding-bottom: 60px;
  border-bottom: 3px solid #e1ff83;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQs1vox .item .item-wrapper .date-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-uYzrQs1vox .item .item-wrapper .date-wrapper .card-year {
  margin-bottom: 0;
}
.cid-uYzrQs1vox .item .item-wrapper .date-wrapper .card-date {
  margin-bottom: 0;
}
.cid-uYzrQs1vox .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYzrQs1vox .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uYzrQs1vox .item .item-wrapper .card-box .list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cid-uYzrQs1vox .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uYzrQs1vox .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYzrQs1vox .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #e1ff83;
}
.cid-uYzrQs1vox .mbr-label {
  color: #E1FF83;
}
.cid-uYzrQs1vox .card-year {
  color: #E1FF83;
}
.cid-uYzrQs1vox .card-date {
  color: #FFFFFF;
}
.cid-uYzrQs1vox .card-title {
  color: #FFFFFF;
}
.cid-uYzrQs1vox .list {
  color: #ffffff;
}
.cid-uYzrQs1vox .list,
.cid-uYzrQs1vox .item-wrap {
  color: #FFFFFF;
}
.cid-uYzrQs6l0b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #071705;
}
.cid-uYzrQs6l0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQs6l0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQs6l0b .row {
  justify-content: center;
}
.cid-uYzrQs6l0b .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzrQs6l0b .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQs6l0b .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYzrQs6l0b .item {
    margin-bottom: 16px;
  }
}
.cid-uYzrQs6l0b .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #e1ff83;
}
.cid-uYzrQs6l0b .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYzrQs6l0b .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #e1ff83;
}
.cid-uYzrQs6l0b .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYzrQs6l0b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYzrQs6l0b .card-title {
  color: #000000;
}
.cid-uYzrQs6l0b .mbr-section-title,
.cid-uYzrQs6l0b .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYzrQs6l0b .card-title,
.cid-uYzrQs6l0b .contact-wrapper {
  color: #000000;
}
.cid-uYzrQs6Akd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYzrQs6Akd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQs6Akd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQs6Akd .row {
  justify-content: center;
}
.cid-uYzrQs6Akd .card {
  justify-content: center;
}
.cid-uYzrQs6Akd .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYzrQs6Akd .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQs6Akd .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYzrQs6Akd .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYzrQs6Akd .nav-wrapper .list .item-wrap:hover,
.cid-uYzrQs6Akd .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYzrQs6Akd .list,
.cid-uYzrQs6Akd .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYzrQrMTMZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYzrQrMTMZ nav.navbar {
  position: fixed;
}
.cid-uYzrQrMTMZ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYzrQrMTMZ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYzrQrMTMZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzrQrMTMZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYzrQrMTMZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYzrQrMTMZ .dropdown-item:hover,
.cid-uYzrQrMTMZ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYzrQrMTMZ .dropdown-item:hover span {
  color: white;
}
.cid-uYzrQrMTMZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYzrQrMTMZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYzrQrMTMZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYzrQrMTMZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYzrQrMTMZ .nav-link {
  position: relative;
}
.cid-uYzrQrMTMZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYzrQrMTMZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYzrQrMTMZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYzrQrMTMZ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYzrQrMTMZ .dropdown-menu,
.cid-uYzrQrMTMZ .navbar.opened {
  background: #071705 !important;
}
.cid-uYzrQrMTMZ .nav-item:focus,
.cid-uYzrQrMTMZ .nav-link:focus {
  outline: none;
}
.cid-uYzrQrMTMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYzrQrMTMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYzrQrMTMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYzrQrMTMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzrQrMTMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYzrQrMTMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYzrQrMTMZ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYzrQrMTMZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYzrQrMTMZ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYzrQrMTMZ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYzrQrMTMZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYzrQrMTMZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYzrQrMTMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYzrQrMTMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYzrQrMTMZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYzrQrMTMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYzrQrMTMZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYzrQrMTMZ .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-uYzrQrMTMZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYzrQrMTMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYzrQrMTMZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYzrQrMTMZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYzrQrMTMZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYzrQrMTMZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYzrQrMTMZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYzrQrMTMZ .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-uYzrQrMTMZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYzrQrMTMZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYzrQrMTMZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYzrQrMTMZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYzrQrMTMZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYzrQrMTMZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYzrQrMTMZ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYzrQrMTMZ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYzrQrMTMZ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYzrQrMTMZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYzrQrMTMZ .navbar-brand .navbar-caption:hover,
.cid-uYzrQrMTMZ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYzrQrMTMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYzrQrMTMZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYzrQrMTMZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYzrQrMTMZ .dropdown-item.active,
.cid-uYzrQrMTMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYzrQrMTMZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYzrQrMTMZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYzrQrMTMZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYzrQrMTMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYzrQrMTMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYzrQrMTMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYzrQrMTMZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYzrQrMTMZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYzrQrMTMZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYzrQrMTMZ .navbar-buttons {
  text-align: center;
}
.cid-uYzrQrMTMZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYzrQrMTMZ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYzrQrMTMZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYzrQrMTMZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYzrQrMTMZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYzrQrMTMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzrQrMTMZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYzrQrMTMZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYzrQrMTMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzrQrMTMZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYzrQrMTMZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYzrQrMTMZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYzrQrMTMZ .navbar {
    height: 70px;
  }
  .cid-uYzrQrMTMZ .navbar.opened {
    height: auto;
  }
  .cid-uYzrQrMTMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYzrQrMTMZ .navbar-nav {
  margin: 0 auto;
}
.cid-uYzrQrMTMZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYzrQrMTMZ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYzrQrMTMZ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYzrQrMTMZ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYzrQrMTMZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYzrQrMTMZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYzrQrMTMZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYzrQrMTMZ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYzrQrMTMZ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYzrQrMTMZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYzrQrMTMZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYzrQrMTMZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYzrQrMTMZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYzrQrMTMZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYzrQrMTMZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYzrQrMTMZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYzrQrMTMZ .content-wrap {
  min-height: 110px;
}
.cid-uYzrQrMTMZ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYzrQrMTMZ .nav-link,
.cid-uYzrQrMTMZ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGz8Q84C4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGz8Q84C4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGz8Q84C4 .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-uYGz8Q84C4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGz8Q84C4 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGz8Q84C4 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGz8Q84C4 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGz8Q84C4 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGz8Q84C4 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGz8Q84C4 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGz8Q84C4 .mbr-label {
  color: #ffffff;
}
.cid-uYGz8Q84C4 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGz8Q84C4 label {
  color: #ffffff;
}
.cid-uYGjSbawGh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGjSbawGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGjSbawGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGjSbawGh .row {
  justify-content: center;
}
.cid-uYGjSbawGh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGjSbawGh .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGjSbawGh .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGjSbawGh .item {
    margin-bottom: 16px;
  }
}
.cid-uYGjSbawGh .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGjSbawGh .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGjSbawGh .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGjSbawGh .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGjSbawGh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGjSbawGh .card-title {
  color: #000000;
}
.cid-uYGjSbawGh .mbr-section-title,
.cid-uYGjSbawGh .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGjSbawGh .card-title,
.cid-uYGjSbawGh .contact-wrapper {
  color: #000000;
}
.cid-uYGjSb5k8h {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #031324;
}
.cid-uYGjSb5k8h .item:focus,
.cid-uYGjSb5k8h span:focus {
  outline: none;
}
.cid-uYGjSb5k8h .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uYGjSb5k8h .item {
  font-weight: 700;
  padding: 15px 0;
  color: #fffa80;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uYGjSb5k8h .item {
    min-height: 45px;
  }
}
.cid-uYzrQs6Akd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYzrQs6Akd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzrQs6Akd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzrQs6Akd .row {
  justify-content: center;
}
.cid-uYzrQs6Akd .card {
  justify-content: center;
}
.cid-uYzrQs6Akd .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYzrQs6Akd .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYzrQs6Akd .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYzrQs6Akd .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYzrQs6Akd .nav-wrapper .list .item-wrap:hover,
.cid-uYzrQs6Akd .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYzrQs6Akd .list,
.cid-uYzrQs6Akd .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGEaYJoSC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGEaYJoSC nav.navbar {
  position: fixed;
}
.cid-uYGEaYJoSC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGEaYJoSC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGEaYJoSC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGEaYJoSC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGEaYJoSC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGEaYJoSC .dropdown-item:hover,
.cid-uYGEaYJoSC .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGEaYJoSC .dropdown-item:hover span {
  color: white;
}
.cid-uYGEaYJoSC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGEaYJoSC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGEaYJoSC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGEaYJoSC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGEaYJoSC .nav-link {
  position: relative;
}
.cid-uYGEaYJoSC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGEaYJoSC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGEaYJoSC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGEaYJoSC .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGEaYJoSC .dropdown-menu,
.cid-uYGEaYJoSC .navbar.opened {
  background: #071705 !important;
}
.cid-uYGEaYJoSC .nav-item:focus,
.cid-uYGEaYJoSC .nav-link:focus {
  outline: none;
}
.cid-uYGEaYJoSC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGEaYJoSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGEaYJoSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGEaYJoSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGEaYJoSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGEaYJoSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGEaYJoSC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGEaYJoSC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGEaYJoSC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGEaYJoSC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGEaYJoSC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGEaYJoSC .navbar.collapsed {
  justify-content: center;
}
.cid-uYGEaYJoSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGEaYJoSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGEaYJoSC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGEaYJoSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGEaYJoSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGEaYJoSC .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-uYGEaYJoSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGEaYJoSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGEaYJoSC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGEaYJoSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGEaYJoSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGEaYJoSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGEaYJoSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGEaYJoSC .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-uYGEaYJoSC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGEaYJoSC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGEaYJoSC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGEaYJoSC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGEaYJoSC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGEaYJoSC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGEaYJoSC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGEaYJoSC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGEaYJoSC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGEaYJoSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGEaYJoSC .navbar-brand .navbar-caption:hover,
.cid-uYGEaYJoSC .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGEaYJoSC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGEaYJoSC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGEaYJoSC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGEaYJoSC .dropdown-item.active,
.cid-uYGEaYJoSC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGEaYJoSC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGEaYJoSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGEaYJoSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGEaYJoSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGEaYJoSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGEaYJoSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGEaYJoSC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGEaYJoSC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGEaYJoSC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGEaYJoSC .navbar-buttons {
  text-align: center;
}
.cid-uYGEaYJoSC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGEaYJoSC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGEaYJoSC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGEaYJoSC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGEaYJoSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGEaYJoSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGEaYJoSC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGEaYJoSC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGEaYJoSC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGEaYJoSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGEaYJoSC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGEaYJoSC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGEaYJoSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGEaYJoSC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGEaYJoSC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGEaYJoSC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGEaYJoSC .navbar {
    height: 70px;
  }
  .cid-uYGEaYJoSC .navbar.opened {
    height: auto;
  }
  .cid-uYGEaYJoSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGEaYJoSC .navbar-nav {
  margin: 0 auto;
}
.cid-uYGEaYJoSC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGEaYJoSC .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGEaYJoSC .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGEaYJoSC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGEaYJoSC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGEaYJoSC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGEaYJoSC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGEaYJoSC .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGEaYJoSC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGEaYJoSC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGEaYJoSC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGEaYJoSC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGEaYJoSC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGEaYJoSC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGEaYJoSC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGEaYJoSC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGEaYJoSC .content-wrap {
  min-height: 110px;
}
.cid-uYGEaYJoSC .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGEaYJoSC .nav-link,
.cid-uYGEaYJoSC .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGEaXtz4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGEaXtz4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGEaXtz4U .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-uYGEaXtz4U .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGEaXtz4U .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGEaXtz4U .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGEaXtz4U .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGEaXtz4U .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGEaXtz4U .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGEaXtz4U .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGEaXtz4U .mbr-label {
  color: #ffffff;
}
.cid-uYGEaXtz4U .mbr-section-title {
  color: #ffffff;
}
.cid-uYGEaXtz4U label {
  color: #ffffff;
}
.cid-uYGEaXSgiO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGEaXSgiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGEaXSgiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGEaXSgiO .row {
  justify-content: center;
}
.cid-uYGEaXSgiO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGEaXSgiO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGEaXSgiO .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGEaXSgiO .item {
    margin-bottom: 16px;
  }
}
.cid-uYGEaXSgiO .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGEaXSgiO .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGEaXSgiO .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGEaXSgiO .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGEaXSgiO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGEaXSgiO .card-title {
  color: #000000;
}
.cid-uYGEaXSgiO .mbr-section-title,
.cid-uYGEaXSgiO .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGEaXSgiO .card-title,
.cid-uYGEaXSgiO .contact-wrapper {
  color: #000000;
}
.cid-uYGEaZgMf0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGEaZgMf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGEaZgMf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGEaZgMf0 .row {
  justify-content: center;
}
.cid-uYGEaZgMf0 .card {
  justify-content: center;
}
.cid-uYGEaZgMf0 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGEaZgMf0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGEaZgMf0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGEaZgMf0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGEaZgMf0 .nav-wrapper .list .item-wrap:hover,
.cid-uYGEaZgMf0 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGEaZgMf0 .list,
.cid-uYGEaZgMf0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGGcBhZBW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGGcBhZBW nav.navbar {
  position: fixed;
}
.cid-uYGGcBhZBW .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGGcBhZBW .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGGcBhZBW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGGcBhZBW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGGcBhZBW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGGcBhZBW .dropdown-item:hover,
.cid-uYGGcBhZBW .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGGcBhZBW .dropdown-item:hover span {
  color: white;
}
.cid-uYGGcBhZBW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGGcBhZBW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGGcBhZBW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGGcBhZBW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGGcBhZBW .nav-link {
  position: relative;
}
.cid-uYGGcBhZBW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGGcBhZBW .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGGcBhZBW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGGcBhZBW .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGGcBhZBW .dropdown-menu,
.cid-uYGGcBhZBW .navbar.opened {
  background: #071705 !important;
}
.cid-uYGGcBhZBW .nav-item:focus,
.cid-uYGGcBhZBW .nav-link:focus {
  outline: none;
}
.cid-uYGGcBhZBW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGGcBhZBW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGGcBhZBW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGGcBhZBW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGGcBhZBW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGGcBhZBW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGGcBhZBW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGGcBhZBW .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGGcBhZBW .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGGcBhZBW .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGGcBhZBW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGGcBhZBW .navbar.collapsed {
  justify-content: center;
}
.cid-uYGGcBhZBW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGGcBhZBW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGGcBhZBW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGGcBhZBW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGGcBhZBW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGGcBhZBW .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-uYGGcBhZBW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGGcBhZBW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGGcBhZBW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGGcBhZBW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGGcBhZBW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGGcBhZBW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGGcBhZBW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGGcBhZBW .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-uYGGcBhZBW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGGcBhZBW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGGcBhZBW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGGcBhZBW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGGcBhZBW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGGcBhZBW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGGcBhZBW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGGcBhZBW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGGcBhZBW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGGcBhZBW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGGcBhZBW .navbar-brand .navbar-caption:hover,
.cid-uYGGcBhZBW .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGGcBhZBW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGGcBhZBW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGGcBhZBW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGGcBhZBW .dropdown-item.active,
.cid-uYGGcBhZBW .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGGcBhZBW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGGcBhZBW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGGcBhZBW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGGcBhZBW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGGcBhZBW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGGcBhZBW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGGcBhZBW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGGcBhZBW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGGcBhZBW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGGcBhZBW .navbar-buttons {
  text-align: center;
}
.cid-uYGGcBhZBW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGGcBhZBW .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGGcBhZBW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGGcBhZBW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGGcBhZBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGGcBhZBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGGcBhZBW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGGcBhZBW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGGcBhZBW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGGcBhZBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGGcBhZBW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGGcBhZBW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGGcBhZBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGGcBhZBW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGGcBhZBW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGGcBhZBW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGGcBhZBW .navbar {
    height: 70px;
  }
  .cid-uYGGcBhZBW .navbar.opened {
    height: auto;
  }
  .cid-uYGGcBhZBW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGGcBhZBW .navbar-nav {
  margin: 0 auto;
}
.cid-uYGGcBhZBW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGGcBhZBW .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGGcBhZBW .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGGcBhZBW .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGGcBhZBW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGGcBhZBW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGGcBhZBW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGGcBhZBW .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGGcBhZBW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGGcBhZBW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGGcBhZBW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGGcBhZBW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGGcBhZBW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGGcBhZBW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGGcBhZBW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGGcBhZBW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGGcBhZBW .content-wrap {
  min-height: 110px;
}
.cid-uYGGcBhZBW .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGGcBhZBW .nav-link,
.cid-uYGGcBhZBW .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGGcAqNDl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGGcAqNDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGGcAqNDl .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-uYGGcAqNDl .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGGcAqNDl .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGGcAqNDl .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGGcAqNDl .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGGcAqNDl .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGGcAqNDl .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGGcAqNDl .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGGcAqNDl .mbr-label {
  color: #ffffff;
}
.cid-uYGGcAqNDl .mbr-section-title {
  color: #ffffff;
}
.cid-uYGGcAqNDl label {
  color: #ffffff;
}
.cid-uYGGcALWXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGGcALWXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGGcALWXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGGcALWXj .row {
  justify-content: center;
}
.cid-uYGGcALWXj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGGcALWXj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGGcALWXj .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGGcALWXj .item {
    margin-bottom: 16px;
  }
}
.cid-uYGGcALWXj .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGGcALWXj .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGGcALWXj .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGGcALWXj .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGGcALWXj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGGcALWXj .card-title {
  color: #000000;
}
.cid-uYGGcALWXj .mbr-section-title,
.cid-uYGGcALWXj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGGcALWXj .card-title,
.cid-uYGGcALWXj .contact-wrapper {
  color: #000000;
}
.cid-uYGGcBG03J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGGcBG03J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGGcBG03J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGGcBG03J .row {
  justify-content: center;
}
.cid-uYGGcBG03J .card {
  justify-content: center;
}
.cid-uYGGcBG03J .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGGcBG03J .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGGcBG03J .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGGcBG03J .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGGcBG03J .nav-wrapper .list .item-wrap:hover,
.cid-uYGGcBG03J .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGGcBG03J .list,
.cid-uYGGcBG03J .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGGQUMUuj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGGQUMUuj nav.navbar {
  position: fixed;
}
.cid-uYGGQUMUuj .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGGQUMUuj .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGGQUMUuj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGGQUMUuj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGGQUMUuj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGGQUMUuj .dropdown-item:hover,
.cid-uYGGQUMUuj .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGGQUMUuj .dropdown-item:hover span {
  color: white;
}
.cid-uYGGQUMUuj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGGQUMUuj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGGQUMUuj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGGQUMUuj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGGQUMUuj .nav-link {
  position: relative;
}
.cid-uYGGQUMUuj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGGQUMUuj .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGGQUMUuj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGGQUMUuj .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGGQUMUuj .dropdown-menu,
.cid-uYGGQUMUuj .navbar.opened {
  background: #071705 !important;
}
.cid-uYGGQUMUuj .nav-item:focus,
.cid-uYGGQUMUuj .nav-link:focus {
  outline: none;
}
.cid-uYGGQUMUuj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGGQUMUuj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGGQUMUuj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGGQUMUuj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGGQUMUuj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGGQUMUuj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGGQUMUuj .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGGQUMUuj .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGGQUMUuj .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGGQUMUuj .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGGQUMUuj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGGQUMUuj .navbar.collapsed {
  justify-content: center;
}
.cid-uYGGQUMUuj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGGQUMUuj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGGQUMUuj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGGQUMUuj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGGQUMUuj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGGQUMUuj .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-uYGGQUMUuj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGGQUMUuj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGGQUMUuj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGGQUMUuj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGGQUMUuj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGGQUMUuj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGGQUMUuj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGGQUMUuj .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-uYGGQUMUuj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGGQUMUuj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGGQUMUuj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGGQUMUuj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGGQUMUuj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGGQUMUuj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGGQUMUuj .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGGQUMUuj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGGQUMUuj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGGQUMUuj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGGQUMUuj .navbar-brand .navbar-caption:hover,
.cid-uYGGQUMUuj .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGGQUMUuj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGGQUMUuj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGGQUMUuj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGGQUMUuj .dropdown-item.active,
.cid-uYGGQUMUuj .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGGQUMUuj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGGQUMUuj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGGQUMUuj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGGQUMUuj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGGQUMUuj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGGQUMUuj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGGQUMUuj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGGQUMUuj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGGQUMUuj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGGQUMUuj .navbar-buttons {
  text-align: center;
}
.cid-uYGGQUMUuj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGGQUMUuj .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGGQUMUuj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGGQUMUuj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGGQUMUuj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGGQUMUuj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGGQUMUuj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGGQUMUuj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGGQUMUuj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGGQUMUuj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGGQUMUuj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGGQUMUuj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGGQUMUuj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGGQUMUuj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGGQUMUuj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGGQUMUuj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGGQUMUuj .navbar {
    height: 70px;
  }
  .cid-uYGGQUMUuj .navbar.opened {
    height: auto;
  }
  .cid-uYGGQUMUuj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGGQUMUuj .navbar-nav {
  margin: 0 auto;
}
.cid-uYGGQUMUuj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGGQUMUuj .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGGQUMUuj .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGGQUMUuj .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGGQUMUuj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGGQUMUuj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGGQUMUuj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGGQUMUuj .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGGQUMUuj .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGGQUMUuj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGGQUMUuj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGGQUMUuj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGGQUMUuj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGGQUMUuj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGGQUMUuj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGGQUMUuj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGGQUMUuj .content-wrap {
  min-height: 110px;
}
.cid-uYGGQUMUuj .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGGQUMUuj .nav-link,
.cid-uYGGQUMUuj .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGGQU9m8o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGGQU9m8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGGQU9m8o .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-uYGGQU9m8o .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGGQU9m8o .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGGQU9m8o .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGGQU9m8o .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGGQU9m8o .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGGQU9m8o .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGGQU9m8o .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGGQU9m8o .mbr-label {
  color: #ffffff;
}
.cid-uYGGQU9m8o .mbr-section-title {
  color: #ffffff;
}
.cid-uYGGQU9m8o label {
  color: #ffffff;
}
.cid-uYGGQUwbFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGGQUwbFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGGQUwbFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGGQUwbFm .row {
  justify-content: center;
}
.cid-uYGGQUwbFm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGGQUwbFm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGGQUwbFm .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGGQUwbFm .item {
    margin-bottom: 16px;
  }
}
.cid-uYGGQUwbFm .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGGQUwbFm .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGGQUwbFm .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGGQUwbFm .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGGQUwbFm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGGQUwbFm .card-title {
  color: #000000;
}
.cid-uYGGQUwbFm .mbr-section-title,
.cid-uYGGQUwbFm .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGGQUwbFm .card-title,
.cid-uYGGQUwbFm .contact-wrapper {
  color: #000000;
}
.cid-uYGGQV8jLQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGGQV8jLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGGQV8jLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGGQV8jLQ .row {
  justify-content: center;
}
.cid-uYGGQV8jLQ .card {
  justify-content: center;
}
.cid-uYGGQV8jLQ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGGQV8jLQ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGGQV8jLQ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGGQV8jLQ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGGQV8jLQ .nav-wrapper .list .item-wrap:hover,
.cid-uYGGQV8jLQ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGGQV8jLQ .list,
.cid-uYGGQV8jLQ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGHmxf5HB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGHmxf5HB nav.navbar {
  position: fixed;
}
.cid-uYGHmxf5HB .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGHmxf5HB .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGHmxf5HB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGHmxf5HB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGHmxf5HB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGHmxf5HB .dropdown-item:hover,
.cid-uYGHmxf5HB .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGHmxf5HB .dropdown-item:hover span {
  color: white;
}
.cid-uYGHmxf5HB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGHmxf5HB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGHmxf5HB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGHmxf5HB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGHmxf5HB .nav-link {
  position: relative;
}
.cid-uYGHmxf5HB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGHmxf5HB .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGHmxf5HB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGHmxf5HB .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGHmxf5HB .dropdown-menu,
.cid-uYGHmxf5HB .navbar.opened {
  background: #071705 !important;
}
.cid-uYGHmxf5HB .nav-item:focus,
.cid-uYGHmxf5HB .nav-link:focus {
  outline: none;
}
.cid-uYGHmxf5HB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGHmxf5HB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGHmxf5HB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGHmxf5HB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGHmxf5HB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGHmxf5HB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGHmxf5HB .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGHmxf5HB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGHmxf5HB .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGHmxf5HB .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGHmxf5HB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGHmxf5HB .navbar.collapsed {
  justify-content: center;
}
.cid-uYGHmxf5HB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGHmxf5HB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGHmxf5HB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGHmxf5HB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGHmxf5HB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGHmxf5HB .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-uYGHmxf5HB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGHmxf5HB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGHmxf5HB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGHmxf5HB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGHmxf5HB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGHmxf5HB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGHmxf5HB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGHmxf5HB .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-uYGHmxf5HB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGHmxf5HB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGHmxf5HB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGHmxf5HB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGHmxf5HB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGHmxf5HB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGHmxf5HB .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGHmxf5HB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGHmxf5HB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGHmxf5HB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGHmxf5HB .navbar-brand .navbar-caption:hover,
.cid-uYGHmxf5HB .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGHmxf5HB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGHmxf5HB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGHmxf5HB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGHmxf5HB .dropdown-item.active,
.cid-uYGHmxf5HB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGHmxf5HB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGHmxf5HB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGHmxf5HB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGHmxf5HB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGHmxf5HB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGHmxf5HB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGHmxf5HB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGHmxf5HB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGHmxf5HB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGHmxf5HB .navbar-buttons {
  text-align: center;
}
.cid-uYGHmxf5HB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGHmxf5HB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGHmxf5HB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGHmxf5HB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGHmxf5HB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGHmxf5HB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGHmxf5HB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGHmxf5HB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGHmxf5HB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGHmxf5HB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGHmxf5HB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGHmxf5HB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGHmxf5HB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGHmxf5HB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGHmxf5HB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGHmxf5HB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGHmxf5HB .navbar {
    height: 70px;
  }
  .cid-uYGHmxf5HB .navbar.opened {
    height: auto;
  }
  .cid-uYGHmxf5HB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGHmxf5HB .navbar-nav {
  margin: 0 auto;
}
.cid-uYGHmxf5HB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGHmxf5HB .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGHmxf5HB .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGHmxf5HB .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGHmxf5HB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGHmxf5HB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGHmxf5HB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGHmxf5HB .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGHmxf5HB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGHmxf5HB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGHmxf5HB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGHmxf5HB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGHmxf5HB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGHmxf5HB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGHmxf5HB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGHmxf5HB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGHmxf5HB .content-wrap {
  min-height: 110px;
}
.cid-uYGHmxf5HB .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGHmxf5HB .nav-link,
.cid-uYGHmxf5HB .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGHmwDQ8s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGHmwDQ8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGHmwDQ8s .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-uYGHmwDQ8s .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGHmwDQ8s .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGHmwDQ8s .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGHmwDQ8s .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGHmwDQ8s .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGHmwDQ8s .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGHmwDQ8s .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGHmwDQ8s .mbr-label {
  color: #ffffff;
}
.cid-uYGHmwDQ8s .mbr-section-title {
  color: #ffffff;
}
.cid-uYGHmwDQ8s label {
  color: #ffffff;
}
.cid-uYGHmwWq3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGHmwWq3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGHmwWq3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGHmwWq3w .row {
  justify-content: center;
}
.cid-uYGHmwWq3w .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGHmwWq3w .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGHmwWq3w .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGHmwWq3w .item {
    margin-bottom: 16px;
  }
}
.cid-uYGHmwWq3w .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGHmwWq3w .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGHmwWq3w .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGHmwWq3w .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGHmwWq3w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGHmwWq3w .card-title {
  color: #000000;
}
.cid-uYGHmwWq3w .mbr-section-title,
.cid-uYGHmwWq3w .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGHmwWq3w .card-title,
.cid-uYGHmwWq3w .contact-wrapper {
  color: #000000;
}
.cid-uYGHmxCI0c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGHmxCI0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGHmxCI0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGHmxCI0c .row {
  justify-content: center;
}
.cid-uYGHmxCI0c .card {
  justify-content: center;
}
.cid-uYGHmxCI0c .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGHmxCI0c .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGHmxCI0c .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGHmxCI0c .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGHmxCI0c .nav-wrapper .list .item-wrap:hover,
.cid-uYGHmxCI0c .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGHmxCI0c .list,
.cid-uYGHmxCI0c .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGHItbOyA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGHItbOyA nav.navbar {
  position: fixed;
}
.cid-uYGHItbOyA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGHItbOyA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGHItbOyA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGHItbOyA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGHItbOyA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGHItbOyA .dropdown-item:hover,
.cid-uYGHItbOyA .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGHItbOyA .dropdown-item:hover span {
  color: white;
}
.cid-uYGHItbOyA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGHItbOyA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGHItbOyA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGHItbOyA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGHItbOyA .nav-link {
  position: relative;
}
.cid-uYGHItbOyA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGHItbOyA .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGHItbOyA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGHItbOyA .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGHItbOyA .dropdown-menu,
.cid-uYGHItbOyA .navbar.opened {
  background: #071705 !important;
}
.cid-uYGHItbOyA .nav-item:focus,
.cid-uYGHItbOyA .nav-link:focus {
  outline: none;
}
.cid-uYGHItbOyA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGHItbOyA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGHItbOyA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGHItbOyA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGHItbOyA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGHItbOyA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGHItbOyA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGHItbOyA .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGHItbOyA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGHItbOyA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGHItbOyA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGHItbOyA .navbar.collapsed {
  justify-content: center;
}
.cid-uYGHItbOyA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGHItbOyA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGHItbOyA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGHItbOyA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGHItbOyA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGHItbOyA .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-uYGHItbOyA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGHItbOyA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGHItbOyA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGHItbOyA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGHItbOyA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGHItbOyA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGHItbOyA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGHItbOyA .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-uYGHItbOyA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGHItbOyA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGHItbOyA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGHItbOyA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGHItbOyA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGHItbOyA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGHItbOyA .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGHItbOyA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGHItbOyA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGHItbOyA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGHItbOyA .navbar-brand .navbar-caption:hover,
.cid-uYGHItbOyA .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGHItbOyA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGHItbOyA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGHItbOyA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGHItbOyA .dropdown-item.active,
.cid-uYGHItbOyA .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGHItbOyA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGHItbOyA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGHItbOyA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGHItbOyA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGHItbOyA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGHItbOyA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGHItbOyA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGHItbOyA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGHItbOyA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGHItbOyA .navbar-buttons {
  text-align: center;
}
.cid-uYGHItbOyA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGHItbOyA .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGHItbOyA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGHItbOyA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGHItbOyA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGHItbOyA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGHItbOyA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGHItbOyA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGHItbOyA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGHItbOyA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGHItbOyA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGHItbOyA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGHItbOyA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGHItbOyA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGHItbOyA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGHItbOyA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGHItbOyA .navbar {
    height: 70px;
  }
  .cid-uYGHItbOyA .navbar.opened {
    height: auto;
  }
  .cid-uYGHItbOyA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGHItbOyA .navbar-nav {
  margin: 0 auto;
}
.cid-uYGHItbOyA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGHItbOyA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGHItbOyA .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGHItbOyA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGHItbOyA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGHItbOyA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGHItbOyA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGHItbOyA .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGHItbOyA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGHItbOyA .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGHItbOyA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGHItbOyA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGHItbOyA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGHItbOyA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGHItbOyA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGHItbOyA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGHItbOyA .content-wrap {
  min-height: 110px;
}
.cid-uYGHItbOyA .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGHItbOyA .nav-link,
.cid-uYGHItbOyA .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGHIsAPBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGHIsAPBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGHIsAPBB .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-uYGHIsAPBB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGHIsAPBB .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGHIsAPBB .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGHIsAPBB .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGHIsAPBB .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGHIsAPBB .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGHIsAPBB .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGHIsAPBB .mbr-label {
  color: #ffffff;
}
.cid-uYGHIsAPBB .mbr-section-title {
  color: #ffffff;
}
.cid-uYGHIsAPBB label {
  color: #ffffff;
}
.cid-uYGHIsVtdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGHIsVtdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGHIsVtdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGHIsVtdJ .row {
  justify-content: center;
}
.cid-uYGHIsVtdJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGHIsVtdJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGHIsVtdJ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGHIsVtdJ .item {
    margin-bottom: 16px;
  }
}
.cid-uYGHIsVtdJ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGHIsVtdJ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGHIsVtdJ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGHIsVtdJ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGHIsVtdJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGHIsVtdJ .card-title {
  color: #000000;
}
.cid-uYGHIsVtdJ .mbr-section-title,
.cid-uYGHIsVtdJ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGHIsVtdJ .card-title,
.cid-uYGHIsVtdJ .contact-wrapper {
  color: #000000;
}
.cid-uYGHItA76f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGHItA76f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGHItA76f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGHItA76f .row {
  justify-content: center;
}
.cid-uYGHItA76f .card {
  justify-content: center;
}
.cid-uYGHItA76f .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGHItA76f .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGHItA76f .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGHItA76f .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGHItA76f .nav-wrapper .list .item-wrap:hover,
.cid-uYGHItA76f .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGHItA76f .list,
.cid-uYGHItA76f .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGI8lZjig {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGI8lZjig nav.navbar {
  position: fixed;
}
.cid-uYGI8lZjig .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGI8lZjig .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGI8lZjig .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGI8lZjig .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGI8lZjig .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGI8lZjig .dropdown-item:hover,
.cid-uYGI8lZjig .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGI8lZjig .dropdown-item:hover span {
  color: white;
}
.cid-uYGI8lZjig .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGI8lZjig .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGI8lZjig .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGI8lZjig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGI8lZjig .nav-link {
  position: relative;
}
.cid-uYGI8lZjig .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGI8lZjig .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGI8lZjig .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGI8lZjig .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGI8lZjig .dropdown-menu,
.cid-uYGI8lZjig .navbar.opened {
  background: #071705 !important;
}
.cid-uYGI8lZjig .nav-item:focus,
.cid-uYGI8lZjig .nav-link:focus {
  outline: none;
}
.cid-uYGI8lZjig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGI8lZjig .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGI8lZjig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGI8lZjig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGI8lZjig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGI8lZjig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGI8lZjig .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGI8lZjig .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGI8lZjig .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGI8lZjig .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGI8lZjig .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGI8lZjig .navbar.collapsed {
  justify-content: center;
}
.cid-uYGI8lZjig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGI8lZjig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGI8lZjig .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGI8lZjig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGI8lZjig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGI8lZjig .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-uYGI8lZjig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGI8lZjig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGI8lZjig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGI8lZjig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGI8lZjig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGI8lZjig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGI8lZjig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGI8lZjig .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-uYGI8lZjig .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGI8lZjig .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGI8lZjig .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGI8lZjig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGI8lZjig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGI8lZjig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGI8lZjig .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGI8lZjig .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGI8lZjig .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGI8lZjig .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGI8lZjig .navbar-brand .navbar-caption:hover,
.cid-uYGI8lZjig .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGI8lZjig .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGI8lZjig .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGI8lZjig .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGI8lZjig .dropdown-item.active,
.cid-uYGI8lZjig .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGI8lZjig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGI8lZjig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGI8lZjig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGI8lZjig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGI8lZjig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGI8lZjig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGI8lZjig .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGI8lZjig ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGI8lZjig ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGI8lZjig .navbar-buttons {
  text-align: center;
}
.cid-uYGI8lZjig .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGI8lZjig .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGI8lZjig .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGI8lZjig button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGI8lZjig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGI8lZjig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGI8lZjig button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGI8lZjig button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGI8lZjig button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGI8lZjig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGI8lZjig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGI8lZjig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGI8lZjig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGI8lZjig .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGI8lZjig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGI8lZjig .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGI8lZjig .navbar {
    height: 70px;
  }
  .cid-uYGI8lZjig .navbar.opened {
    height: auto;
  }
  .cid-uYGI8lZjig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGI8lZjig .navbar-nav {
  margin: 0 auto;
}
.cid-uYGI8lZjig .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGI8lZjig .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGI8lZjig .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGI8lZjig .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGI8lZjig .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGI8lZjig .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGI8lZjig .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGI8lZjig .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGI8lZjig .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGI8lZjig .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGI8lZjig .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGI8lZjig .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGI8lZjig .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGI8lZjig .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGI8lZjig .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGI8lZjig .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGI8lZjig .content-wrap {
  min-height: 110px;
}
.cid-uYGI8lZjig .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGI8lZjig .nav-link,
.cid-uYGI8lZjig .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGI8lo2Fm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGI8lo2Fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGI8lo2Fm .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-uYGI8lo2Fm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGI8lo2Fm .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGI8lo2Fm .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGI8lo2Fm .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGI8lo2Fm .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGI8lo2Fm .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGI8lo2Fm .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGI8lo2Fm .mbr-label {
  color: #ffffff;
}
.cid-uYGI8lo2Fm .mbr-section-title {
  color: #ffffff;
}
.cid-uYGI8lo2Fm label {
  color: #ffffff;
}
.cid-uYGI8lJDdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGI8lJDdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGI8lJDdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGI8lJDdW .row {
  justify-content: center;
}
.cid-uYGI8lJDdW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGI8lJDdW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGI8lJDdW .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGI8lJDdW .item {
    margin-bottom: 16px;
  }
}
.cid-uYGI8lJDdW .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGI8lJDdW .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGI8lJDdW .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGI8lJDdW .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGI8lJDdW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGI8lJDdW .card-title {
  color: #000000;
}
.cid-uYGI8lJDdW .mbr-section-title,
.cid-uYGI8lJDdW .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGI8lJDdW .card-title,
.cid-uYGI8lJDdW .contact-wrapper {
  color: #000000;
}
.cid-uYGI8mp1HD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGI8mp1HD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGI8mp1HD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGI8mp1HD .row {
  justify-content: center;
}
.cid-uYGI8mp1HD .card {
  justify-content: center;
}
.cid-uYGI8mp1HD .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGI8mp1HD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGI8mp1HD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGI8mp1HD .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGI8mp1HD .nav-wrapper .list .item-wrap:hover,
.cid-uYGI8mp1HD .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGI8mp1HD .list,
.cid-uYGI8mp1HD .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGIxnpzKJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGIxnpzKJ nav.navbar {
  position: fixed;
}
.cid-uYGIxnpzKJ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGIxnpzKJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGIxnpzKJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGIxnpzKJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGIxnpzKJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGIxnpzKJ .dropdown-item:hover,
.cid-uYGIxnpzKJ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGIxnpzKJ .dropdown-item:hover span {
  color: white;
}
.cid-uYGIxnpzKJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGIxnpzKJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGIxnpzKJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGIxnpzKJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGIxnpzKJ .nav-link {
  position: relative;
}
.cid-uYGIxnpzKJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGIxnpzKJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGIxnpzKJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGIxnpzKJ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGIxnpzKJ .dropdown-menu,
.cid-uYGIxnpzKJ .navbar.opened {
  background: #071705 !important;
}
.cid-uYGIxnpzKJ .nav-item:focus,
.cid-uYGIxnpzKJ .nav-link:focus {
  outline: none;
}
.cid-uYGIxnpzKJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGIxnpzKJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGIxnpzKJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGIxnpzKJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGIxnpzKJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGIxnpzKJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGIxnpzKJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGIxnpzKJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGIxnpzKJ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGIxnpzKJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGIxnpzKJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGIxnpzKJ .navbar.collapsed {
  justify-content: center;
}
.cid-uYGIxnpzKJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGIxnpzKJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGIxnpzKJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGIxnpzKJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGIxnpzKJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGIxnpzKJ .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-uYGIxnpzKJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGIxnpzKJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGIxnpzKJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGIxnpzKJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGIxnpzKJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGIxnpzKJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGIxnpzKJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGIxnpzKJ .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-uYGIxnpzKJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGIxnpzKJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGIxnpzKJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGIxnpzKJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGIxnpzKJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGIxnpzKJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGIxnpzKJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGIxnpzKJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGIxnpzKJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGIxnpzKJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGIxnpzKJ .navbar-brand .navbar-caption:hover,
.cid-uYGIxnpzKJ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGIxnpzKJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGIxnpzKJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGIxnpzKJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGIxnpzKJ .dropdown-item.active,
.cid-uYGIxnpzKJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGIxnpzKJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGIxnpzKJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGIxnpzKJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGIxnpzKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGIxnpzKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGIxnpzKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGIxnpzKJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGIxnpzKJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGIxnpzKJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGIxnpzKJ .navbar-buttons {
  text-align: center;
}
.cid-uYGIxnpzKJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGIxnpzKJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGIxnpzKJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGIxnpzKJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGIxnpzKJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGIxnpzKJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGIxnpzKJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGIxnpzKJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGIxnpzKJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGIxnpzKJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGIxnpzKJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGIxnpzKJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGIxnpzKJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGIxnpzKJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGIxnpzKJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGIxnpzKJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGIxnpzKJ .navbar {
    height: 70px;
  }
  .cid-uYGIxnpzKJ .navbar.opened {
    height: auto;
  }
  .cid-uYGIxnpzKJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGIxnpzKJ .navbar-nav {
  margin: 0 auto;
}
.cid-uYGIxnpzKJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGIxnpzKJ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGIxnpzKJ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGIxnpzKJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGIxnpzKJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGIxnpzKJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGIxnpzKJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGIxnpzKJ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGIxnpzKJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGIxnpzKJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGIxnpzKJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGIxnpzKJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGIxnpzKJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGIxnpzKJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGIxnpzKJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGIxnpzKJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGIxnpzKJ .content-wrap {
  min-height: 110px;
}
.cid-uYGIxnpzKJ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGIxnpzKJ .nav-link,
.cid-uYGIxnpzKJ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGIxmxNFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGIxmxNFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGIxmxNFz .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-uYGIxmxNFz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGIxmxNFz .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGIxmxNFz .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGIxmxNFz .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGIxmxNFz .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGIxmxNFz .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGIxmxNFz .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGIxmxNFz .mbr-label {
  color: #ffffff;
}
.cid-uYGIxmxNFz .mbr-section-title {
  color: #ffffff;
}
.cid-uYGIxmxNFz label {
  color: #ffffff;
}
.cid-uYGIxmZgx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGIxmZgx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGIxmZgx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGIxmZgx4 .row {
  justify-content: center;
}
.cid-uYGIxmZgx4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGIxmZgx4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGIxmZgx4 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGIxmZgx4 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGIxmZgx4 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGIxmZgx4 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGIxmZgx4 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGIxmZgx4 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGIxmZgx4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGIxmZgx4 .card-title {
  color: #000000;
}
.cid-uYGIxmZgx4 .mbr-section-title,
.cid-uYGIxmZgx4 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGIxmZgx4 .card-title,
.cid-uYGIxmZgx4 .contact-wrapper {
  color: #000000;
}
.cid-uYGIxnVYt3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGIxnVYt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGIxnVYt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGIxnVYt3 .row {
  justify-content: center;
}
.cid-uYGIxnVYt3 .card {
  justify-content: center;
}
.cid-uYGIxnVYt3 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGIxnVYt3 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGIxnVYt3 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGIxnVYt3 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGIxnVYt3 .nav-wrapper .list .item-wrap:hover,
.cid-uYGIxnVYt3 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGIxnVYt3 .list,
.cid-uYGIxnVYt3 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGILPmn4W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGILPmn4W nav.navbar {
  position: fixed;
}
.cid-uYGILPmn4W .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGILPmn4W .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGILPmn4W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGILPmn4W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGILPmn4W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGILPmn4W .dropdown-item:hover,
.cid-uYGILPmn4W .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGILPmn4W .dropdown-item:hover span {
  color: white;
}
.cid-uYGILPmn4W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGILPmn4W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGILPmn4W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGILPmn4W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGILPmn4W .nav-link {
  position: relative;
}
.cid-uYGILPmn4W .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGILPmn4W .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGILPmn4W .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGILPmn4W .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGILPmn4W .dropdown-menu,
.cid-uYGILPmn4W .navbar.opened {
  background: #071705 !important;
}
.cid-uYGILPmn4W .nav-item:focus,
.cid-uYGILPmn4W .nav-link:focus {
  outline: none;
}
.cid-uYGILPmn4W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGILPmn4W .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGILPmn4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGILPmn4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGILPmn4W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGILPmn4W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGILPmn4W .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGILPmn4W .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGILPmn4W .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGILPmn4W .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGILPmn4W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGILPmn4W .navbar.collapsed {
  justify-content: center;
}
.cid-uYGILPmn4W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGILPmn4W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGILPmn4W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGILPmn4W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGILPmn4W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGILPmn4W .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-uYGILPmn4W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGILPmn4W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGILPmn4W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGILPmn4W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGILPmn4W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGILPmn4W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGILPmn4W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGILPmn4W .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-uYGILPmn4W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGILPmn4W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGILPmn4W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGILPmn4W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGILPmn4W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGILPmn4W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGILPmn4W .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGILPmn4W .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGILPmn4W .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGILPmn4W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGILPmn4W .navbar-brand .navbar-caption:hover,
.cid-uYGILPmn4W .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGILPmn4W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGILPmn4W .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGILPmn4W .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGILPmn4W .dropdown-item.active,
.cid-uYGILPmn4W .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGILPmn4W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGILPmn4W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGILPmn4W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGILPmn4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGILPmn4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGILPmn4W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGILPmn4W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGILPmn4W ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGILPmn4W ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGILPmn4W .navbar-buttons {
  text-align: center;
}
.cid-uYGILPmn4W .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGILPmn4W .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGILPmn4W .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGILPmn4W button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGILPmn4W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGILPmn4W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGILPmn4W button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGILPmn4W button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGILPmn4W button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGILPmn4W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGILPmn4W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGILPmn4W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGILPmn4W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGILPmn4W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGILPmn4W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGILPmn4W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGILPmn4W .navbar {
    height: 70px;
  }
  .cid-uYGILPmn4W .navbar.opened {
    height: auto;
  }
  .cid-uYGILPmn4W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGILPmn4W .navbar-nav {
  margin: 0 auto;
}
.cid-uYGILPmn4W .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGILPmn4W .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGILPmn4W .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGILPmn4W .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGILPmn4W .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGILPmn4W .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGILPmn4W .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGILPmn4W .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGILPmn4W .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGILPmn4W .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGILPmn4W .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGILPmn4W .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGILPmn4W .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGILPmn4W .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGILPmn4W .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGILPmn4W .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGILPmn4W .content-wrap {
  min-height: 110px;
}
.cid-uYGILPmn4W .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGILPmn4W .nav-link,
.cid-uYGILPmn4W .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGILOM4Zr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGILOM4Zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGILOM4Zr .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-uYGILOM4Zr .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGILOM4Zr .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGILOM4Zr .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGILOM4Zr .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGILOM4Zr .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGILOM4Zr .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGILOM4Zr .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGILOM4Zr .mbr-label {
  color: #ffffff;
}
.cid-uYGILOM4Zr .mbr-section-title {
  color: #ffffff;
}
.cid-uYGILOM4Zr label {
  color: #ffffff;
}
.cid-uYGILP6Mlu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGILP6Mlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGILP6Mlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGILP6Mlu .row {
  justify-content: center;
}
.cid-uYGILP6Mlu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGILP6Mlu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGILP6Mlu .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGILP6Mlu .item {
    margin-bottom: 16px;
  }
}
.cid-uYGILP6Mlu .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGILP6Mlu .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGILP6Mlu .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGILP6Mlu .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGILP6Mlu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGILP6Mlu .card-title {
  color: #000000;
}
.cid-uYGILP6Mlu .mbr-section-title,
.cid-uYGILP6Mlu .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGILP6Mlu .card-title,
.cid-uYGILP6Mlu .contact-wrapper {
  color: #000000;
}
.cid-uYGILPIU88 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGILPIU88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGILPIU88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGILPIU88 .row {
  justify-content: center;
}
.cid-uYGILPIU88 .card {
  justify-content: center;
}
.cid-uYGILPIU88 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGILPIU88 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGILPIU88 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGILPIU88 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGILPIU88 .nav-wrapper .list .item-wrap:hover,
.cid-uYGILPIU88 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGILPIU88 .list,
.cid-uYGILPIU88 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJfUSEBx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJfUSEBx nav.navbar {
  position: fixed;
}
.cid-uYGJfUSEBx .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJfUSEBx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJfUSEBx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJfUSEBx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJfUSEBx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJfUSEBx .dropdown-item:hover,
.cid-uYGJfUSEBx .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJfUSEBx .dropdown-item:hover span {
  color: white;
}
.cid-uYGJfUSEBx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJfUSEBx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJfUSEBx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJfUSEBx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJfUSEBx .nav-link {
  position: relative;
}
.cid-uYGJfUSEBx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJfUSEBx .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJfUSEBx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJfUSEBx .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJfUSEBx .dropdown-menu,
.cid-uYGJfUSEBx .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJfUSEBx .nav-item:focus,
.cid-uYGJfUSEBx .nav-link:focus {
  outline: none;
}
.cid-uYGJfUSEBx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJfUSEBx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJfUSEBx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJfUSEBx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJfUSEBx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJfUSEBx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJfUSEBx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJfUSEBx .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJfUSEBx .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJfUSEBx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJfUSEBx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJfUSEBx .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJfUSEBx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJfUSEBx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJfUSEBx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJfUSEBx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJfUSEBx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJfUSEBx .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-uYGJfUSEBx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJfUSEBx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJfUSEBx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJfUSEBx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJfUSEBx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJfUSEBx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJfUSEBx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJfUSEBx .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-uYGJfUSEBx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJfUSEBx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJfUSEBx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJfUSEBx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJfUSEBx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJfUSEBx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJfUSEBx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJfUSEBx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJfUSEBx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJfUSEBx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJfUSEBx .navbar-brand .navbar-caption:hover,
.cid-uYGJfUSEBx .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJfUSEBx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJfUSEBx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJfUSEBx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJfUSEBx .dropdown-item.active,
.cid-uYGJfUSEBx .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJfUSEBx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJfUSEBx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJfUSEBx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJfUSEBx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJfUSEBx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJfUSEBx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJfUSEBx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJfUSEBx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJfUSEBx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJfUSEBx .navbar-buttons {
  text-align: center;
}
.cid-uYGJfUSEBx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJfUSEBx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJfUSEBx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJfUSEBx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJfUSEBx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJfUSEBx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJfUSEBx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJfUSEBx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJfUSEBx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJfUSEBx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJfUSEBx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJfUSEBx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJfUSEBx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJfUSEBx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJfUSEBx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJfUSEBx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJfUSEBx .navbar {
    height: 70px;
  }
  .cid-uYGJfUSEBx .navbar.opened {
    height: auto;
  }
  .cid-uYGJfUSEBx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJfUSEBx .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJfUSEBx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJfUSEBx .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJfUSEBx .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJfUSEBx .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJfUSEBx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJfUSEBx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJfUSEBx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJfUSEBx .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJfUSEBx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJfUSEBx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJfUSEBx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJfUSEBx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJfUSEBx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJfUSEBx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJfUSEBx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJfUSEBx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJfUSEBx .content-wrap {
  min-height: 110px;
}
.cid-uYGJfUSEBx .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJfUSEBx .nav-link,
.cid-uYGJfUSEBx .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJfUiMHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJfUiMHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJfUiMHj .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-uYGJfUiMHj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJfUiMHj .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJfUiMHj .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJfUiMHj .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJfUiMHj .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJfUiMHj .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJfUiMHj .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJfUiMHj .mbr-label {
  color: #ffffff;
}
.cid-uYGJfUiMHj .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJfUiMHj label {
  color: #ffffff;
}
.cid-uYGJfUB9sc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJfUB9sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJfUB9sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJfUB9sc .row {
  justify-content: center;
}
.cid-uYGJfUB9sc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJfUB9sc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJfUB9sc .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJfUB9sc .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJfUB9sc .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJfUB9sc .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJfUB9sc .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJfUB9sc .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJfUB9sc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJfUB9sc .card-title {
  color: #000000;
}
.cid-uYGJfUB9sc .mbr-section-title,
.cid-uYGJfUB9sc .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJfUB9sc .card-title,
.cid-uYGJfUB9sc .contact-wrapper {
  color: #000000;
}
.cid-uYGJfVeWUL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJfVeWUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJfVeWUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJfVeWUL .row {
  justify-content: center;
}
.cid-uYGJfVeWUL .card {
  justify-content: center;
}
.cid-uYGJfVeWUL .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJfVeWUL .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJfVeWUL .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJfVeWUL .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJfVeWUL .nav-wrapper .list .item-wrap:hover,
.cid-uYGJfVeWUL .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJfVeWUL .list,
.cid-uYGJfVeWUL .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJkurCjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJkurCjd nav.navbar {
  position: fixed;
}
.cid-uYGJkurCjd .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJkurCjd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJkurCjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJkurCjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJkurCjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJkurCjd .dropdown-item:hover,
.cid-uYGJkurCjd .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJkurCjd .dropdown-item:hover span {
  color: white;
}
.cid-uYGJkurCjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJkurCjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJkurCjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJkurCjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJkurCjd .nav-link {
  position: relative;
}
.cid-uYGJkurCjd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJkurCjd .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJkurCjd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJkurCjd .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJkurCjd .dropdown-menu,
.cid-uYGJkurCjd .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJkurCjd .nav-item:focus,
.cid-uYGJkurCjd .nav-link:focus {
  outline: none;
}
.cid-uYGJkurCjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJkurCjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJkurCjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJkurCjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJkurCjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJkurCjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJkurCjd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJkurCjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJkurCjd .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJkurCjd .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJkurCjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJkurCjd .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJkurCjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJkurCjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJkurCjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJkurCjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJkurCjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJkurCjd .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-uYGJkurCjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJkurCjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJkurCjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJkurCjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJkurCjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJkurCjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJkurCjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJkurCjd .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-uYGJkurCjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJkurCjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJkurCjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJkurCjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJkurCjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJkurCjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJkurCjd .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJkurCjd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJkurCjd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJkurCjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJkurCjd .navbar-brand .navbar-caption:hover,
.cid-uYGJkurCjd .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJkurCjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJkurCjd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJkurCjd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJkurCjd .dropdown-item.active,
.cid-uYGJkurCjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJkurCjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJkurCjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJkurCjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJkurCjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJkurCjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJkurCjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJkurCjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJkurCjd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJkurCjd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJkurCjd .navbar-buttons {
  text-align: center;
}
.cid-uYGJkurCjd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJkurCjd .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJkurCjd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJkurCjd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJkurCjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJkurCjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJkurCjd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJkurCjd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJkurCjd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJkurCjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJkurCjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJkurCjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJkurCjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJkurCjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJkurCjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJkurCjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJkurCjd .navbar {
    height: 70px;
  }
  .cid-uYGJkurCjd .navbar.opened {
    height: auto;
  }
  .cid-uYGJkurCjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJkurCjd .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJkurCjd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJkurCjd .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJkurCjd .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJkurCjd .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJkurCjd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJkurCjd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJkurCjd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJkurCjd .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJkurCjd .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJkurCjd .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJkurCjd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJkurCjd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJkurCjd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJkurCjd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJkurCjd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJkurCjd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJkurCjd .content-wrap {
  min-height: 110px;
}
.cid-uYGJkurCjd .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJkurCjd .nav-link,
.cid-uYGJkurCjd .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJktPNWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJktPNWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJktPNWT .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-uYGJktPNWT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJktPNWT .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJktPNWT .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJktPNWT .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJktPNWT .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJktPNWT .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJktPNWT .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJktPNWT .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJktPNWT .mbr-label {
  color: #ffffff;
}
.cid-uYGJktPNWT .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJktPNWT label {
  color: #ffffff;
}
.cid-uYGJkub9XT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJkub9XT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJkub9XT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJkub9XT .row {
  justify-content: center;
}
.cid-uYGJkub9XT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJkub9XT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJkub9XT .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJkub9XT .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJkub9XT .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJkub9XT .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJkub9XT .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJkub9XT .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJkub9XT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJkub9XT .card-title {
  color: #000000;
}
.cid-uYGJkub9XT .mbr-section-title,
.cid-uYGJkub9XT .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJkub9XT .card-title,
.cid-uYGJkub9XT .contact-wrapper {
  color: #000000;
}
.cid-uYGJkuN0oz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJkuN0oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJkuN0oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJkuN0oz .row {
  justify-content: center;
}
.cid-uYGJkuN0oz .card {
  justify-content: center;
}
.cid-uYGJkuN0oz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJkuN0oz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJkuN0oz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJkuN0oz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJkuN0oz .nav-wrapper .list .item-wrap:hover,
.cid-uYGJkuN0oz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJkuN0oz .list,
.cid-uYGJkuN0oz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJnGe6Xp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJnGe6Xp nav.navbar {
  position: fixed;
}
.cid-uYGJnGe6Xp .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJnGe6Xp .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJnGe6Xp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJnGe6Xp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJnGe6Xp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJnGe6Xp .dropdown-item:hover,
.cid-uYGJnGe6Xp .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJnGe6Xp .dropdown-item:hover span {
  color: white;
}
.cid-uYGJnGe6Xp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJnGe6Xp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJnGe6Xp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJnGe6Xp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJnGe6Xp .nav-link {
  position: relative;
}
.cid-uYGJnGe6Xp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJnGe6Xp .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJnGe6Xp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJnGe6Xp .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJnGe6Xp .dropdown-menu,
.cid-uYGJnGe6Xp .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJnGe6Xp .nav-item:focus,
.cid-uYGJnGe6Xp .nav-link:focus {
  outline: none;
}
.cid-uYGJnGe6Xp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJnGe6Xp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJnGe6Xp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJnGe6Xp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJnGe6Xp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJnGe6Xp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJnGe6Xp .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJnGe6Xp .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJnGe6Xp .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJnGe6Xp .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJnGe6Xp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJnGe6Xp .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJnGe6Xp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJnGe6Xp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJnGe6Xp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJnGe6Xp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJnGe6Xp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJnGe6Xp .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-uYGJnGe6Xp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJnGe6Xp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJnGe6Xp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJnGe6Xp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJnGe6Xp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJnGe6Xp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJnGe6Xp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJnGe6Xp .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-uYGJnGe6Xp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJnGe6Xp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJnGe6Xp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJnGe6Xp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJnGe6Xp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJnGe6Xp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJnGe6Xp .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJnGe6Xp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJnGe6Xp .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJnGe6Xp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJnGe6Xp .navbar-brand .navbar-caption:hover,
.cid-uYGJnGe6Xp .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJnGe6Xp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJnGe6Xp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJnGe6Xp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJnGe6Xp .dropdown-item.active,
.cid-uYGJnGe6Xp .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJnGe6Xp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJnGe6Xp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJnGe6Xp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJnGe6Xp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJnGe6Xp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJnGe6Xp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJnGe6Xp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJnGe6Xp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJnGe6Xp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJnGe6Xp .navbar-buttons {
  text-align: center;
}
.cid-uYGJnGe6Xp .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJnGe6Xp .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJnGe6Xp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJnGe6Xp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJnGe6Xp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJnGe6Xp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJnGe6Xp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJnGe6Xp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJnGe6Xp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJnGe6Xp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJnGe6Xp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJnGe6Xp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJnGe6Xp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJnGe6Xp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJnGe6Xp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJnGe6Xp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJnGe6Xp .navbar {
    height: 70px;
  }
  .cid-uYGJnGe6Xp .navbar.opened {
    height: auto;
  }
  .cid-uYGJnGe6Xp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJnGe6Xp .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJnGe6Xp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJnGe6Xp .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJnGe6Xp .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJnGe6Xp .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJnGe6Xp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJnGe6Xp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJnGe6Xp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJnGe6Xp .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJnGe6Xp .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJnGe6Xp .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJnGe6Xp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJnGe6Xp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJnGe6Xp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJnGe6Xp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJnGe6Xp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJnGe6Xp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJnGe6Xp .content-wrap {
  min-height: 110px;
}
.cid-uYGJnGe6Xp .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJnGe6Xp .nav-link,
.cid-uYGJnGe6Xp .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJnFwaQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJnFwaQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJnFwaQD .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-uYGJnFwaQD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJnFwaQD .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJnFwaQD .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJnFwaQD .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJnFwaQD .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJnFwaQD .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJnFwaQD .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJnFwaQD .mbr-label {
  color: #ffffff;
}
.cid-uYGJnFwaQD .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJnFwaQD label {
  color: #ffffff;
}
.cid-uYGJnFV7rf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJnFV7rf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJnFV7rf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJnFV7rf .row {
  justify-content: center;
}
.cid-uYGJnFV7rf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJnFV7rf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJnFV7rf .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJnFV7rf .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJnFV7rf .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJnFV7rf .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJnFV7rf .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJnFV7rf .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJnFV7rf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJnFV7rf .card-title {
  color: #000000;
}
.cid-uYGJnFV7rf .mbr-section-title,
.cid-uYGJnFV7rf .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJnFV7rf .card-title,
.cid-uYGJnFV7rf .contact-wrapper {
  color: #000000;
}
.cid-uYGJnGD7kL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJnGD7kL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJnGD7kL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJnGD7kL .row {
  justify-content: center;
}
.cid-uYGJnGD7kL .card {
  justify-content: center;
}
.cid-uYGJnGD7kL .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJnGD7kL .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJnGD7kL .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJnGD7kL .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJnGD7kL .nav-wrapper .list .item-wrap:hover,
.cid-uYGJnGD7kL .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJnGD7kL .list,
.cid-uYGJnGD7kL .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJvBbpbt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJvBbpbt nav.navbar {
  position: fixed;
}
.cid-uYGJvBbpbt .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJvBbpbt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJvBbpbt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJvBbpbt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJvBbpbt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJvBbpbt .dropdown-item:hover,
.cid-uYGJvBbpbt .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJvBbpbt .dropdown-item:hover span {
  color: white;
}
.cid-uYGJvBbpbt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJvBbpbt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJvBbpbt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJvBbpbt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJvBbpbt .nav-link {
  position: relative;
}
.cid-uYGJvBbpbt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJvBbpbt .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJvBbpbt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJvBbpbt .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJvBbpbt .dropdown-menu,
.cid-uYGJvBbpbt .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJvBbpbt .nav-item:focus,
.cid-uYGJvBbpbt .nav-link:focus {
  outline: none;
}
.cid-uYGJvBbpbt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJvBbpbt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJvBbpbt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJvBbpbt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJvBbpbt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJvBbpbt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJvBbpbt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJvBbpbt .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJvBbpbt .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJvBbpbt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJvBbpbt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJvBbpbt .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJvBbpbt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJvBbpbt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJvBbpbt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJvBbpbt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJvBbpbt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJvBbpbt .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-uYGJvBbpbt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJvBbpbt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJvBbpbt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJvBbpbt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJvBbpbt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJvBbpbt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJvBbpbt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJvBbpbt .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-uYGJvBbpbt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJvBbpbt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJvBbpbt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJvBbpbt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJvBbpbt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJvBbpbt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJvBbpbt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJvBbpbt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJvBbpbt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJvBbpbt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJvBbpbt .navbar-brand .navbar-caption:hover,
.cid-uYGJvBbpbt .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJvBbpbt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJvBbpbt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJvBbpbt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJvBbpbt .dropdown-item.active,
.cid-uYGJvBbpbt .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJvBbpbt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJvBbpbt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJvBbpbt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJvBbpbt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJvBbpbt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJvBbpbt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJvBbpbt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJvBbpbt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJvBbpbt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJvBbpbt .navbar-buttons {
  text-align: center;
}
.cid-uYGJvBbpbt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJvBbpbt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJvBbpbt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJvBbpbt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJvBbpbt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJvBbpbt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJvBbpbt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJvBbpbt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJvBbpbt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJvBbpbt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJvBbpbt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJvBbpbt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJvBbpbt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJvBbpbt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJvBbpbt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJvBbpbt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJvBbpbt .navbar {
    height: 70px;
  }
  .cid-uYGJvBbpbt .navbar.opened {
    height: auto;
  }
  .cid-uYGJvBbpbt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJvBbpbt .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJvBbpbt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJvBbpbt .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJvBbpbt .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJvBbpbt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJvBbpbt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJvBbpbt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJvBbpbt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJvBbpbt .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJvBbpbt .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJvBbpbt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJvBbpbt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJvBbpbt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJvBbpbt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJvBbpbt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJvBbpbt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJvBbpbt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJvBbpbt .content-wrap {
  min-height: 110px;
}
.cid-uYGJvBbpbt .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJvBbpbt .nav-link,
.cid-uYGJvBbpbt .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJvAu7ZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJvAu7ZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJvAu7ZA .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-uYGJvAu7ZA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJvAu7ZA .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJvAu7ZA .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJvAu7ZA .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJvAu7ZA .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJvAu7ZA .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJvAu7ZA .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJvAu7ZA .mbr-label {
  color: #ffffff;
}
.cid-uYGJvAu7ZA .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJvAu7ZA label {
  color: #ffffff;
}
.cid-uYGJvASfj2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJvASfj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJvASfj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJvASfj2 .row {
  justify-content: center;
}
.cid-uYGJvASfj2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJvASfj2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJvASfj2 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJvASfj2 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJvASfj2 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJvASfj2 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJvASfj2 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJvASfj2 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJvASfj2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJvASfj2 .card-title {
  color: #000000;
}
.cid-uYGJvASfj2 .mbr-section-title,
.cid-uYGJvASfj2 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJvASfj2 .card-title,
.cid-uYGJvASfj2 .contact-wrapper {
  color: #000000;
}
.cid-uYGJvBwBUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJvBwBUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJvBwBUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJvBwBUz .row {
  justify-content: center;
}
.cid-uYGJvBwBUz .card {
  justify-content: center;
}
.cid-uYGJvBwBUz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJvBwBUz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJvBwBUz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJvBwBUz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJvBwBUz .nav-wrapper .list .item-wrap:hover,
.cid-uYGJvBwBUz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJvBwBUz .list,
.cid-uYGJvBwBUz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJywTqjJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJywTqjJ nav.navbar {
  position: fixed;
}
.cid-uYGJywTqjJ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJywTqjJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJywTqjJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJywTqjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJywTqjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJywTqjJ .dropdown-item:hover,
.cid-uYGJywTqjJ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJywTqjJ .dropdown-item:hover span {
  color: white;
}
.cid-uYGJywTqjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJywTqjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJywTqjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJywTqjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJywTqjJ .nav-link {
  position: relative;
}
.cid-uYGJywTqjJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJywTqjJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJywTqjJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJywTqjJ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJywTqjJ .dropdown-menu,
.cid-uYGJywTqjJ .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJywTqjJ .nav-item:focus,
.cid-uYGJywTqjJ .nav-link:focus {
  outline: none;
}
.cid-uYGJywTqjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJywTqjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJywTqjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJywTqjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJywTqjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJywTqjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJywTqjJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJywTqjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJywTqjJ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJywTqjJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJywTqjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJywTqjJ .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJywTqjJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJywTqjJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJywTqjJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJywTqjJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJywTqjJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJywTqjJ .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-uYGJywTqjJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJywTqjJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJywTqjJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJywTqjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJywTqjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJywTqjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJywTqjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJywTqjJ .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-uYGJywTqjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJywTqjJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJywTqjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJywTqjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJywTqjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJywTqjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJywTqjJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJywTqjJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJywTqjJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJywTqjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJywTqjJ .navbar-brand .navbar-caption:hover,
.cid-uYGJywTqjJ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJywTqjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJywTqjJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJywTqjJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJywTqjJ .dropdown-item.active,
.cid-uYGJywTqjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJywTqjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJywTqjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJywTqjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJywTqjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJywTqjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJywTqjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJywTqjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJywTqjJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJywTqjJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJywTqjJ .navbar-buttons {
  text-align: center;
}
.cid-uYGJywTqjJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJywTqjJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJywTqjJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJywTqjJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJywTqjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJywTqjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJywTqjJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJywTqjJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJywTqjJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJywTqjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJywTqjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJywTqjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJywTqjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJywTqjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJywTqjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJywTqjJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJywTqjJ .navbar {
    height: 70px;
  }
  .cid-uYGJywTqjJ .navbar.opened {
    height: auto;
  }
  .cid-uYGJywTqjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJywTqjJ .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJywTqjJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJywTqjJ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJywTqjJ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJywTqjJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJywTqjJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJywTqjJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJywTqjJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJywTqjJ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJywTqjJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJywTqjJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJywTqjJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJywTqjJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJywTqjJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJywTqjJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJywTqjJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJywTqjJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJywTqjJ .content-wrap {
  min-height: 110px;
}
.cid-uYGJywTqjJ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJywTqjJ .nav-link,
.cid-uYGJywTqjJ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJywjCV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJywjCV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJywjCV0 .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-uYGJywjCV0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJywjCV0 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJywjCV0 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJywjCV0 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJywjCV0 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJywjCV0 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJywjCV0 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJywjCV0 .mbr-label {
  color: #ffffff;
}
.cid-uYGJywjCV0 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJywjCV0 label {
  color: #ffffff;
}
.cid-uYGJywDG3G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJywDG3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJywDG3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJywDG3G .row {
  justify-content: center;
}
.cid-uYGJywDG3G .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJywDG3G .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJywDG3G .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJywDG3G .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJywDG3G .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJywDG3G .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJywDG3G .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJywDG3G .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJywDG3G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJywDG3G .card-title {
  color: #000000;
}
.cid-uYGJywDG3G .mbr-section-title,
.cid-uYGJywDG3G .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJywDG3G .card-title,
.cid-uYGJywDG3G .contact-wrapper {
  color: #000000;
}
.cid-uYGJyxgI20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJyxgI20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJyxgI20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJyxgI20 .row {
  justify-content: center;
}
.cid-uYGJyxgI20 .card {
  justify-content: center;
}
.cid-uYGJyxgI20 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJyxgI20 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJyxgI20 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJyxgI20 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJyxgI20 .nav-wrapper .list .item-wrap:hover,
.cid-uYGJyxgI20 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJyxgI20 .list,
.cid-uYGJyxgI20 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJBJXrdI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJBJXrdI nav.navbar {
  position: fixed;
}
.cid-uYGJBJXrdI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJBJXrdI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJBJXrdI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJBJXrdI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJBJXrdI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJBJXrdI .dropdown-item:hover,
.cid-uYGJBJXrdI .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJBJXrdI .dropdown-item:hover span {
  color: white;
}
.cid-uYGJBJXrdI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJBJXrdI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJBJXrdI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJBJXrdI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJBJXrdI .nav-link {
  position: relative;
}
.cid-uYGJBJXrdI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJBJXrdI .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJBJXrdI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJBJXrdI .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJBJXrdI .dropdown-menu,
.cid-uYGJBJXrdI .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJBJXrdI .nav-item:focus,
.cid-uYGJBJXrdI .nav-link:focus {
  outline: none;
}
.cid-uYGJBJXrdI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJBJXrdI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJBJXrdI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJBJXrdI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJBJXrdI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJBJXrdI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJBJXrdI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJBJXrdI .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJBJXrdI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJBJXrdI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJBJXrdI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJBJXrdI .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJBJXrdI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJBJXrdI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJBJXrdI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJBJXrdI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJBJXrdI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJBJXrdI .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-uYGJBJXrdI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJBJXrdI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJBJXrdI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJBJXrdI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJBJXrdI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJBJXrdI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJBJXrdI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJBJXrdI .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-uYGJBJXrdI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJBJXrdI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJBJXrdI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJBJXrdI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJBJXrdI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJBJXrdI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJBJXrdI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJBJXrdI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJBJXrdI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJBJXrdI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJBJXrdI .navbar-brand .navbar-caption:hover,
.cid-uYGJBJXrdI .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJBJXrdI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJBJXrdI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJBJXrdI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJBJXrdI .dropdown-item.active,
.cid-uYGJBJXrdI .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJBJXrdI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJBJXrdI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJBJXrdI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJBJXrdI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJBJXrdI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJBJXrdI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJBJXrdI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJBJXrdI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJBJXrdI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJBJXrdI .navbar-buttons {
  text-align: center;
}
.cid-uYGJBJXrdI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJBJXrdI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJBJXrdI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJBJXrdI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJBJXrdI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJBJXrdI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJBJXrdI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJBJXrdI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJBJXrdI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJBJXrdI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJBJXrdI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJBJXrdI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJBJXrdI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJBJXrdI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJBJXrdI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJBJXrdI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJBJXrdI .navbar {
    height: 70px;
  }
  .cid-uYGJBJXrdI .navbar.opened {
    height: auto;
  }
  .cid-uYGJBJXrdI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJBJXrdI .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJBJXrdI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJBJXrdI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJBJXrdI .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJBJXrdI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJBJXrdI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJBJXrdI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJBJXrdI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJBJXrdI .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJBJXrdI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJBJXrdI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJBJXrdI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJBJXrdI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJBJXrdI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJBJXrdI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJBJXrdI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJBJXrdI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJBJXrdI .content-wrap {
  min-height: 110px;
}
.cid-uYGJBJXrdI .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJBJXrdI .nav-link,
.cid-uYGJBJXrdI .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJBJlxpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJBJlxpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJBJlxpp .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-uYGJBJlxpp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJBJlxpp .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJBJlxpp .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJBJlxpp .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJBJlxpp .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJBJlxpp .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJBJlxpp .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJBJlxpp .mbr-label {
  color: #ffffff;
}
.cid-uYGJBJlxpp .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJBJlxpp label {
  color: #ffffff;
}
.cid-uYGJBJGCwk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJBJGCwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJBJGCwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJBJGCwk .row {
  justify-content: center;
}
.cid-uYGJBJGCwk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJBJGCwk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJBJGCwk .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJBJGCwk .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJBJGCwk .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJBJGCwk .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJBJGCwk .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJBJGCwk .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJBJGCwk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJBJGCwk .card-title {
  color: #000000;
}
.cid-uYGJBJGCwk .mbr-section-title,
.cid-uYGJBJGCwk .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJBJGCwk .card-title,
.cid-uYGJBJGCwk .contact-wrapper {
  color: #000000;
}
.cid-uYGJBKjw6Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJBKjw6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJBKjw6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJBKjw6Y .row {
  justify-content: center;
}
.cid-uYGJBKjw6Y .card {
  justify-content: center;
}
.cid-uYGJBKjw6Y .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJBKjw6Y .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJBKjw6Y .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJBKjw6Y .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJBKjw6Y .nav-wrapper .list .item-wrap:hover,
.cid-uYGJBKjw6Y .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJBKjw6Y .list,
.cid-uYGJBKjw6Y .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJFMqjgw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJFMqjgw nav.navbar {
  position: fixed;
}
.cid-uYGJFMqjgw .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJFMqjgw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJFMqjgw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJFMqjgw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJFMqjgw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJFMqjgw .dropdown-item:hover,
.cid-uYGJFMqjgw .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJFMqjgw .dropdown-item:hover span {
  color: white;
}
.cid-uYGJFMqjgw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJFMqjgw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJFMqjgw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJFMqjgw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJFMqjgw .nav-link {
  position: relative;
}
.cid-uYGJFMqjgw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJFMqjgw .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJFMqjgw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJFMqjgw .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJFMqjgw .dropdown-menu,
.cid-uYGJFMqjgw .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJFMqjgw .nav-item:focus,
.cid-uYGJFMqjgw .nav-link:focus {
  outline: none;
}
.cid-uYGJFMqjgw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJFMqjgw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJFMqjgw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJFMqjgw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJFMqjgw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJFMqjgw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJFMqjgw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJFMqjgw .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJFMqjgw .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJFMqjgw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJFMqjgw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJFMqjgw .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJFMqjgw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJFMqjgw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJFMqjgw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJFMqjgw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJFMqjgw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJFMqjgw .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-uYGJFMqjgw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJFMqjgw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJFMqjgw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJFMqjgw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJFMqjgw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJFMqjgw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJFMqjgw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJFMqjgw .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-uYGJFMqjgw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJFMqjgw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJFMqjgw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJFMqjgw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJFMqjgw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJFMqjgw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJFMqjgw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJFMqjgw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJFMqjgw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJFMqjgw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJFMqjgw .navbar-brand .navbar-caption:hover,
.cid-uYGJFMqjgw .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJFMqjgw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJFMqjgw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJFMqjgw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJFMqjgw .dropdown-item.active,
.cid-uYGJFMqjgw .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJFMqjgw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJFMqjgw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJFMqjgw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJFMqjgw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJFMqjgw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJFMqjgw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJFMqjgw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJFMqjgw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJFMqjgw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJFMqjgw .navbar-buttons {
  text-align: center;
}
.cid-uYGJFMqjgw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJFMqjgw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJFMqjgw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJFMqjgw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJFMqjgw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJFMqjgw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJFMqjgw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJFMqjgw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJFMqjgw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJFMqjgw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJFMqjgw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJFMqjgw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJFMqjgw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJFMqjgw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJFMqjgw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJFMqjgw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJFMqjgw .navbar {
    height: 70px;
  }
  .cid-uYGJFMqjgw .navbar.opened {
    height: auto;
  }
  .cid-uYGJFMqjgw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJFMqjgw .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJFMqjgw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJFMqjgw .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJFMqjgw .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJFMqjgw .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJFMqjgw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJFMqjgw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJFMqjgw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJFMqjgw .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJFMqjgw .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJFMqjgw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJFMqjgw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJFMqjgw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJFMqjgw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJFMqjgw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJFMqjgw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJFMqjgw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJFMqjgw .content-wrap {
  min-height: 110px;
}
.cid-uYGJFMqjgw .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJFMqjgw .nav-link,
.cid-uYGJFMqjgw .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJFLTyIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJFLTyIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJFLTyIV .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-uYGJFLTyIV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJFLTyIV .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJFLTyIV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJFLTyIV .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJFLTyIV .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJFLTyIV .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJFLTyIV .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJFLTyIV .mbr-label {
  color: #ffffff;
}
.cid-uYGJFLTyIV .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJFLTyIV label {
  color: #ffffff;
}
.cid-uYGJFMbmkg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJFMbmkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJFMbmkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJFMbmkg .row {
  justify-content: center;
}
.cid-uYGJFMbmkg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJFMbmkg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJFMbmkg .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJFMbmkg .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJFMbmkg .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJFMbmkg .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJFMbmkg .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJFMbmkg .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJFMbmkg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJFMbmkg .card-title {
  color: #000000;
}
.cid-uYGJFMbmkg .mbr-section-title,
.cid-uYGJFMbmkg .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJFMbmkg .card-title,
.cid-uYGJFMbmkg .contact-wrapper {
  color: #000000;
}
.cid-uYGJFMLvO1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJFMLvO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJFMLvO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJFMLvO1 .row {
  justify-content: center;
}
.cid-uYGJFMLvO1 .card {
  justify-content: center;
}
.cid-uYGJFMLvO1 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJFMLvO1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJFMLvO1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJFMLvO1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJFMLvO1 .nav-wrapper .list .item-wrap:hover,
.cid-uYGJFMLvO1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJFMLvO1 .list,
.cid-uYGJFMLvO1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJJSV1dx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJJSV1dx nav.navbar {
  position: fixed;
}
.cid-uYGJJSV1dx .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJJSV1dx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJJSV1dx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJJSV1dx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJJSV1dx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJJSV1dx .dropdown-item:hover,
.cid-uYGJJSV1dx .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJJSV1dx .dropdown-item:hover span {
  color: white;
}
.cid-uYGJJSV1dx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJJSV1dx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJJSV1dx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJJSV1dx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJJSV1dx .nav-link {
  position: relative;
}
.cid-uYGJJSV1dx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJJSV1dx .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJJSV1dx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJJSV1dx .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJJSV1dx .dropdown-menu,
.cid-uYGJJSV1dx .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJJSV1dx .nav-item:focus,
.cid-uYGJJSV1dx .nav-link:focus {
  outline: none;
}
.cid-uYGJJSV1dx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJJSV1dx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJJSV1dx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJJSV1dx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJJSV1dx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJJSV1dx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJJSV1dx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJJSV1dx .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJJSV1dx .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJJSV1dx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJJSV1dx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJJSV1dx .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJJSV1dx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJJSV1dx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJJSV1dx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJJSV1dx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJJSV1dx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJJSV1dx .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-uYGJJSV1dx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJJSV1dx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJJSV1dx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJJSV1dx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJJSV1dx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJJSV1dx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJJSV1dx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJJSV1dx .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-uYGJJSV1dx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJJSV1dx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJJSV1dx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJJSV1dx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJJSV1dx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJJSV1dx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJJSV1dx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJJSV1dx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJJSV1dx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJJSV1dx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJJSV1dx .navbar-brand .navbar-caption:hover,
.cid-uYGJJSV1dx .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJJSV1dx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJJSV1dx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJJSV1dx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJJSV1dx .dropdown-item.active,
.cid-uYGJJSV1dx .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJJSV1dx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJJSV1dx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJJSV1dx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJJSV1dx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJJSV1dx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJJSV1dx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJJSV1dx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJJSV1dx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJJSV1dx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJJSV1dx .navbar-buttons {
  text-align: center;
}
.cid-uYGJJSV1dx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJJSV1dx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJJSV1dx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJJSV1dx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJJSV1dx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJJSV1dx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJJSV1dx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJJSV1dx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJJSV1dx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJJSV1dx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJJSV1dx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJJSV1dx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJJSV1dx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJJSV1dx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJJSV1dx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJJSV1dx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJJSV1dx .navbar {
    height: 70px;
  }
  .cid-uYGJJSV1dx .navbar.opened {
    height: auto;
  }
  .cid-uYGJJSV1dx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJJSV1dx .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJJSV1dx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJJSV1dx .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJJSV1dx .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJJSV1dx .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJJSV1dx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJJSV1dx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJJSV1dx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJJSV1dx .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJJSV1dx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJJSV1dx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJJSV1dx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJJSV1dx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJJSV1dx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJJSV1dx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJJSV1dx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJJSV1dx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJJSV1dx .content-wrap {
  min-height: 110px;
}
.cid-uYGJJSV1dx .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJJSV1dx .nav-link,
.cid-uYGJJSV1dx .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJJSkKW5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJJSkKW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJJSkKW5 .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-uYGJJSkKW5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJJSkKW5 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJJSkKW5 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJJSkKW5 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJJSkKW5 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJJSkKW5 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJJSkKW5 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJJSkKW5 .mbr-label {
  color: #ffffff;
}
.cid-uYGJJSkKW5 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJJSkKW5 label {
  color: #ffffff;
}
.cid-uYGJJSEqER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJJSEqER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJJSEqER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJJSEqER .row {
  justify-content: center;
}
.cid-uYGJJSEqER .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJJSEqER .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJJSEqER .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJJSEqER .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJJSEqER .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJJSEqER .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJJSEqER .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJJSEqER .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJJSEqER .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJJSEqER .card-title {
  color: #000000;
}
.cid-uYGJJSEqER .mbr-section-title,
.cid-uYGJJSEqER .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJJSEqER .card-title,
.cid-uYGJJSEqER .contact-wrapper {
  color: #000000;
}
.cid-uYGJJTgOCT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJJTgOCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJJTgOCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJJTgOCT .row {
  justify-content: center;
}
.cid-uYGJJTgOCT .card {
  justify-content: center;
}
.cid-uYGJJTgOCT .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJJTgOCT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJJTgOCT .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJJTgOCT .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJJTgOCT .nav-wrapper .list .item-wrap:hover,
.cid-uYGJJTgOCT .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJJTgOCT .list,
.cid-uYGJJTgOCT .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJNplc5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJNplc5j nav.navbar {
  position: fixed;
}
.cid-uYGJNplc5j .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJNplc5j .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJNplc5j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJNplc5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJNplc5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJNplc5j .dropdown-item:hover,
.cid-uYGJNplc5j .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJNplc5j .dropdown-item:hover span {
  color: white;
}
.cid-uYGJNplc5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJNplc5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJNplc5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJNplc5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJNplc5j .nav-link {
  position: relative;
}
.cid-uYGJNplc5j .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJNplc5j .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJNplc5j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJNplc5j .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJNplc5j .dropdown-menu,
.cid-uYGJNplc5j .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJNplc5j .nav-item:focus,
.cid-uYGJNplc5j .nav-link:focus {
  outline: none;
}
.cid-uYGJNplc5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJNplc5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJNplc5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJNplc5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJNplc5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJNplc5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJNplc5j .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJNplc5j .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJNplc5j .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJNplc5j .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJNplc5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJNplc5j .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJNplc5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJNplc5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJNplc5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJNplc5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJNplc5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJNplc5j .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-uYGJNplc5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJNplc5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJNplc5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJNplc5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJNplc5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJNplc5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJNplc5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJNplc5j .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-uYGJNplc5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJNplc5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJNplc5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJNplc5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJNplc5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJNplc5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJNplc5j .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJNplc5j .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJNplc5j .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJNplc5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJNplc5j .navbar-brand .navbar-caption:hover,
.cid-uYGJNplc5j .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJNplc5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJNplc5j .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJNplc5j .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJNplc5j .dropdown-item.active,
.cid-uYGJNplc5j .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJNplc5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJNplc5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJNplc5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJNplc5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJNplc5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJNplc5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJNplc5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJNplc5j ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJNplc5j ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJNplc5j .navbar-buttons {
  text-align: center;
}
.cid-uYGJNplc5j .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJNplc5j .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJNplc5j .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJNplc5j button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJNplc5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJNplc5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJNplc5j button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJNplc5j button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJNplc5j button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJNplc5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJNplc5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJNplc5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJNplc5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJNplc5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJNplc5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJNplc5j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJNplc5j .navbar {
    height: 70px;
  }
  .cid-uYGJNplc5j .navbar.opened {
    height: auto;
  }
  .cid-uYGJNplc5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJNplc5j .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJNplc5j .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJNplc5j .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJNplc5j .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJNplc5j .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJNplc5j .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJNplc5j .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJNplc5j .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJNplc5j .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJNplc5j .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJNplc5j .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJNplc5j .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJNplc5j .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJNplc5j .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJNplc5j .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJNplc5j .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJNplc5j .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJNplc5j .content-wrap {
  min-height: 110px;
}
.cid-uYGJNplc5j .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJNplc5j .nav-link,
.cid-uYGJNplc5j .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJNoJvNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJNoJvNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJNoJvNM .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-uYGJNoJvNM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJNoJvNM .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJNoJvNM .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJNoJvNM .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJNoJvNM .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJNoJvNM .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJNoJvNM .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJNoJvNM .mbr-label {
  color: #ffffff;
}
.cid-uYGJNoJvNM .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJNoJvNM label {
  color: #ffffff;
}
.cid-uYGJNp4EzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJNp4EzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJNp4EzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJNp4EzE .row {
  justify-content: center;
}
.cid-uYGJNp4EzE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJNp4EzE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJNp4EzE .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJNp4EzE .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJNp4EzE .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJNp4EzE .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJNp4EzE .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJNp4EzE .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJNp4EzE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJNp4EzE .card-title {
  color: #000000;
}
.cid-uYGJNp4EzE .mbr-section-title,
.cid-uYGJNp4EzE .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJNp4EzE .card-title,
.cid-uYGJNp4EzE .contact-wrapper {
  color: #000000;
}
.cid-uYGJNpKW3t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJNpKW3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJNpKW3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJNpKW3t .row {
  justify-content: center;
}
.cid-uYGJNpKW3t .card {
  justify-content: center;
}
.cid-uYGJNpKW3t .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJNpKW3t .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJNpKW3t .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJNpKW3t .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJNpKW3t .nav-wrapper .list .item-wrap:hover,
.cid-uYGJNpKW3t .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJNpKW3t .list,
.cid-uYGJNpKW3t .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJSqmK3K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJSqmK3K nav.navbar {
  position: fixed;
}
.cid-uYGJSqmK3K .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJSqmK3K .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJSqmK3K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJSqmK3K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJSqmK3K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJSqmK3K .dropdown-item:hover,
.cid-uYGJSqmK3K .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJSqmK3K .dropdown-item:hover span {
  color: white;
}
.cid-uYGJSqmK3K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJSqmK3K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJSqmK3K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJSqmK3K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJSqmK3K .nav-link {
  position: relative;
}
.cid-uYGJSqmK3K .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJSqmK3K .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJSqmK3K .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJSqmK3K .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJSqmK3K .dropdown-menu,
.cid-uYGJSqmK3K .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJSqmK3K .nav-item:focus,
.cid-uYGJSqmK3K .nav-link:focus {
  outline: none;
}
.cid-uYGJSqmK3K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJSqmK3K .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJSqmK3K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJSqmK3K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJSqmK3K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJSqmK3K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJSqmK3K .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJSqmK3K .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJSqmK3K .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJSqmK3K .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJSqmK3K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJSqmK3K .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJSqmK3K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJSqmK3K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJSqmK3K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJSqmK3K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJSqmK3K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJSqmK3K .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-uYGJSqmK3K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJSqmK3K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJSqmK3K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJSqmK3K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJSqmK3K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJSqmK3K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJSqmK3K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJSqmK3K .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-uYGJSqmK3K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJSqmK3K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJSqmK3K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJSqmK3K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJSqmK3K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJSqmK3K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJSqmK3K .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJSqmK3K .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJSqmK3K .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJSqmK3K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJSqmK3K .navbar-brand .navbar-caption:hover,
.cid-uYGJSqmK3K .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJSqmK3K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJSqmK3K .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJSqmK3K .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJSqmK3K .dropdown-item.active,
.cid-uYGJSqmK3K .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJSqmK3K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJSqmK3K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJSqmK3K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJSqmK3K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJSqmK3K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJSqmK3K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJSqmK3K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJSqmK3K ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJSqmK3K ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJSqmK3K .navbar-buttons {
  text-align: center;
}
.cid-uYGJSqmK3K .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJSqmK3K .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJSqmK3K .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJSqmK3K button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJSqmK3K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJSqmK3K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJSqmK3K button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJSqmK3K button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJSqmK3K button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJSqmK3K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJSqmK3K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJSqmK3K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJSqmK3K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJSqmK3K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJSqmK3K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJSqmK3K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJSqmK3K .navbar {
    height: 70px;
  }
  .cid-uYGJSqmK3K .navbar.opened {
    height: auto;
  }
  .cid-uYGJSqmK3K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJSqmK3K .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJSqmK3K .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJSqmK3K .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJSqmK3K .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJSqmK3K .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJSqmK3K .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJSqmK3K .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJSqmK3K .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJSqmK3K .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJSqmK3K .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJSqmK3K .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJSqmK3K .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJSqmK3K .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJSqmK3K .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJSqmK3K .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJSqmK3K .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJSqmK3K .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJSqmK3K .content-wrap {
  min-height: 110px;
}
.cid-uYGJSqmK3K .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJSqmK3K .nav-link,
.cid-uYGJSqmK3K .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJSpKwA2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJSpKwA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJSpKwA2 .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-uYGJSpKwA2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJSpKwA2 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJSpKwA2 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJSpKwA2 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJSpKwA2 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJSpKwA2 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJSpKwA2 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJSpKwA2 .mbr-label {
  color: #ffffff;
}
.cid-uYGJSpKwA2 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJSpKwA2 label {
  color: #ffffff;
}
.cid-uYGJSq5vRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJSq5vRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJSq5vRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJSq5vRk .row {
  justify-content: center;
}
.cid-uYGJSq5vRk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJSq5vRk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJSq5vRk .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJSq5vRk .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJSq5vRk .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJSq5vRk .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJSq5vRk .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJSq5vRk .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJSq5vRk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJSq5vRk .card-title {
  color: #000000;
}
.cid-uYGJSq5vRk .mbr-section-title,
.cid-uYGJSq5vRk .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJSq5vRk .card-title,
.cid-uYGJSq5vRk .contact-wrapper {
  color: #000000;
}
.cid-uYGJSqIrpq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJSqIrpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJSqIrpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJSqIrpq .row {
  justify-content: center;
}
.cid-uYGJSqIrpq .card {
  justify-content: center;
}
.cid-uYGJSqIrpq .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJSqIrpq .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJSqIrpq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJSqIrpq .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJSqIrpq .nav-wrapper .list .item-wrap:hover,
.cid-uYGJSqIrpq .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJSqIrpq .list,
.cid-uYGJSqIrpq .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJVxOx66 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJVxOx66 nav.navbar {
  position: fixed;
}
.cid-uYGJVxOx66 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJVxOx66 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJVxOx66 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJVxOx66 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJVxOx66 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJVxOx66 .dropdown-item:hover,
.cid-uYGJVxOx66 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJVxOx66 .dropdown-item:hover span {
  color: white;
}
.cid-uYGJVxOx66 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJVxOx66 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJVxOx66 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJVxOx66 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJVxOx66 .nav-link {
  position: relative;
}
.cid-uYGJVxOx66 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJVxOx66 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJVxOx66 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJVxOx66 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJVxOx66 .dropdown-menu,
.cid-uYGJVxOx66 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJVxOx66 .nav-item:focus,
.cid-uYGJVxOx66 .nav-link:focus {
  outline: none;
}
.cid-uYGJVxOx66 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJVxOx66 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJVxOx66 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJVxOx66 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJVxOx66 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJVxOx66 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJVxOx66 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJVxOx66 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJVxOx66 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJVxOx66 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJVxOx66 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJVxOx66 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJVxOx66 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJVxOx66 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJVxOx66 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJVxOx66 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJVxOx66 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJVxOx66 .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-uYGJVxOx66 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJVxOx66 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJVxOx66 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJVxOx66 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJVxOx66 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJVxOx66 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJVxOx66 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJVxOx66 .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-uYGJVxOx66 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJVxOx66 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJVxOx66 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJVxOx66 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJVxOx66 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJVxOx66 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJVxOx66 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJVxOx66 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJVxOx66 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJVxOx66 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJVxOx66 .navbar-brand .navbar-caption:hover,
.cid-uYGJVxOx66 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJVxOx66 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJVxOx66 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJVxOx66 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJVxOx66 .dropdown-item.active,
.cid-uYGJVxOx66 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJVxOx66 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJVxOx66 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJVxOx66 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJVxOx66 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJVxOx66 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJVxOx66 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJVxOx66 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJVxOx66 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJVxOx66 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJVxOx66 .navbar-buttons {
  text-align: center;
}
.cid-uYGJVxOx66 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJVxOx66 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJVxOx66 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJVxOx66 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJVxOx66 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJVxOx66 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJVxOx66 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJVxOx66 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJVxOx66 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJVxOx66 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJVxOx66 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJVxOx66 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJVxOx66 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJVxOx66 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJVxOx66 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJVxOx66 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJVxOx66 .navbar {
    height: 70px;
  }
  .cid-uYGJVxOx66 .navbar.opened {
    height: auto;
  }
  .cid-uYGJVxOx66 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJVxOx66 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJVxOx66 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJVxOx66 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJVxOx66 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJVxOx66 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJVxOx66 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJVxOx66 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJVxOx66 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJVxOx66 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJVxOx66 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJVxOx66 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJVxOx66 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJVxOx66 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJVxOx66 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJVxOx66 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJVxOx66 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJVxOx66 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJVxOx66 .content-wrap {
  min-height: 110px;
}
.cid-uYGJVxOx66 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJVxOx66 .nav-link,
.cid-uYGJVxOx66 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJVxeIdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJVxeIdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJVxeIdK .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-uYGJVxeIdK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJVxeIdK .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJVxeIdK .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJVxeIdK .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJVxeIdK .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJVxeIdK .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJVxeIdK .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJVxeIdK .mbr-label {
  color: #ffffff;
}
.cid-uYGJVxeIdK .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJVxeIdK label {
  color: #ffffff;
}
.cid-uYGJVxyofK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJVxyofK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJVxyofK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJVxyofK .row {
  justify-content: center;
}
.cid-uYGJVxyofK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJVxyofK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJVxyofK .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJVxyofK .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJVxyofK .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJVxyofK .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJVxyofK .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJVxyofK .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJVxyofK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJVxyofK .card-title {
  color: #000000;
}
.cid-uYGJVxyofK .mbr-section-title,
.cid-uYGJVxyofK .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJVxyofK .card-title,
.cid-uYGJVxyofK .contact-wrapper {
  color: #000000;
}
.cid-uYGJVybaNY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJVybaNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJVybaNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJVybaNY .row {
  justify-content: center;
}
.cid-uYGJVybaNY .card {
  justify-content: center;
}
.cid-uYGJVybaNY .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJVybaNY .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJVybaNY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJVybaNY .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJVybaNY .nav-wrapper .list .item-wrap:hover,
.cid-uYGJVybaNY .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJVybaNY .list,
.cid-uYGJVybaNY .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJYHxCVm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGJYHxCVm nav.navbar {
  position: fixed;
}
.cid-uYGJYHxCVm .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGJYHxCVm .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGJYHxCVm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJYHxCVm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGJYHxCVm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJYHxCVm .dropdown-item:hover,
.cid-uYGJYHxCVm .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGJYHxCVm .dropdown-item:hover span {
  color: white;
}
.cid-uYGJYHxCVm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGJYHxCVm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGJYHxCVm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGJYHxCVm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGJYHxCVm .nav-link {
  position: relative;
}
.cid-uYGJYHxCVm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGJYHxCVm .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGJYHxCVm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGJYHxCVm .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGJYHxCVm .dropdown-menu,
.cid-uYGJYHxCVm .navbar.opened {
  background: #071705 !important;
}
.cid-uYGJYHxCVm .nav-item:focus,
.cid-uYGJYHxCVm .nav-link:focus {
  outline: none;
}
.cid-uYGJYHxCVm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGJYHxCVm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGJYHxCVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGJYHxCVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGJYHxCVm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGJYHxCVm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGJYHxCVm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJYHxCVm .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGJYHxCVm .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGJYHxCVm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGJYHxCVm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGJYHxCVm .navbar.collapsed {
  justify-content: center;
}
.cid-uYGJYHxCVm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGJYHxCVm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGJYHxCVm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGJYHxCVm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGJYHxCVm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGJYHxCVm .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-uYGJYHxCVm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGJYHxCVm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGJYHxCVm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGJYHxCVm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGJYHxCVm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGJYHxCVm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGJYHxCVm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGJYHxCVm .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-uYGJYHxCVm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGJYHxCVm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGJYHxCVm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGJYHxCVm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGJYHxCVm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGJYHxCVm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGJYHxCVm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGJYHxCVm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGJYHxCVm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGJYHxCVm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGJYHxCVm .navbar-brand .navbar-caption:hover,
.cid-uYGJYHxCVm .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJYHxCVm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGJYHxCVm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGJYHxCVm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGJYHxCVm .dropdown-item.active,
.cid-uYGJYHxCVm .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGJYHxCVm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGJYHxCVm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGJYHxCVm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGJYHxCVm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGJYHxCVm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGJYHxCVm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGJYHxCVm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGJYHxCVm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGJYHxCVm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGJYHxCVm .navbar-buttons {
  text-align: center;
}
.cid-uYGJYHxCVm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGJYHxCVm .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGJYHxCVm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGJYHxCVm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGJYHxCVm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGJYHxCVm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGJYHxCVm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJYHxCVm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGJYHxCVm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGJYHxCVm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJYHxCVm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGJYHxCVm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGJYHxCVm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGJYHxCVm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGJYHxCVm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGJYHxCVm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGJYHxCVm .navbar {
    height: 70px;
  }
  .cid-uYGJYHxCVm .navbar.opened {
    height: auto;
  }
  .cid-uYGJYHxCVm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGJYHxCVm .navbar-nav {
  margin: 0 auto;
}
.cid-uYGJYHxCVm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGJYHxCVm .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGJYHxCVm .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGJYHxCVm .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGJYHxCVm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGJYHxCVm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGJYHxCVm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGJYHxCVm .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGJYHxCVm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGJYHxCVm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGJYHxCVm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGJYHxCVm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGJYHxCVm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGJYHxCVm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGJYHxCVm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGJYHxCVm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGJYHxCVm .content-wrap {
  min-height: 110px;
}
.cid-uYGJYHxCVm .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGJYHxCVm .nav-link,
.cid-uYGJYHxCVm .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGJYGYW1K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGJYGYW1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJYGYW1K .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-uYGJYGYW1K .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJYGYW1K .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJYGYW1K .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGJYGYW1K .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGJYGYW1K .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJYGYW1K .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGJYGYW1K .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGJYGYW1K .mbr-label {
  color: #ffffff;
}
.cid-uYGJYGYW1K .mbr-section-title {
  color: #ffffff;
}
.cid-uYGJYGYW1K label {
  color: #ffffff;
}
.cid-uYGJYHhEjy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGJYHhEjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJYHhEjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJYHhEjy .row {
  justify-content: center;
}
.cid-uYGJYHhEjy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGJYHhEjy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJYHhEjy .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGJYHhEjy .item {
    margin-bottom: 16px;
  }
}
.cid-uYGJYHhEjy .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGJYHhEjy .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGJYHhEjy .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGJYHhEjy .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGJYHhEjy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGJYHhEjy .card-title {
  color: #000000;
}
.cid-uYGJYHhEjy .mbr-section-title,
.cid-uYGJYHhEjy .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGJYHhEjy .card-title,
.cid-uYGJYHhEjy .contact-wrapper {
  color: #000000;
}
.cid-uYGJYHRzR9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGJYHRzR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGJYHRzR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGJYHRzR9 .row {
  justify-content: center;
}
.cid-uYGJYHRzR9 .card {
  justify-content: center;
}
.cid-uYGJYHRzR9 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGJYHRzR9 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGJYHRzR9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGJYHRzR9 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGJYHRzR9 .nav-wrapper .list .item-wrap:hover,
.cid-uYGJYHRzR9 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGJYHRzR9 .list,
.cid-uYGJYHRzR9 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGK2zdldO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGK2zdldO nav.navbar {
  position: fixed;
}
.cid-uYGK2zdldO .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGK2zdldO .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGK2zdldO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGK2zdldO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGK2zdldO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGK2zdldO .dropdown-item:hover,
.cid-uYGK2zdldO .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGK2zdldO .dropdown-item:hover span {
  color: white;
}
.cid-uYGK2zdldO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGK2zdldO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGK2zdldO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGK2zdldO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGK2zdldO .nav-link {
  position: relative;
}
.cid-uYGK2zdldO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGK2zdldO .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGK2zdldO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGK2zdldO .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGK2zdldO .dropdown-menu,
.cid-uYGK2zdldO .navbar.opened {
  background: #071705 !important;
}
.cid-uYGK2zdldO .nav-item:focus,
.cid-uYGK2zdldO .nav-link:focus {
  outline: none;
}
.cid-uYGK2zdldO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGK2zdldO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGK2zdldO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGK2zdldO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGK2zdldO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGK2zdldO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGK2zdldO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGK2zdldO .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGK2zdldO .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGK2zdldO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGK2zdldO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGK2zdldO .navbar.collapsed {
  justify-content: center;
}
.cid-uYGK2zdldO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGK2zdldO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGK2zdldO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGK2zdldO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGK2zdldO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGK2zdldO .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-uYGK2zdldO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGK2zdldO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGK2zdldO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGK2zdldO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGK2zdldO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGK2zdldO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGK2zdldO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGK2zdldO .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-uYGK2zdldO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGK2zdldO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGK2zdldO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGK2zdldO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGK2zdldO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGK2zdldO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGK2zdldO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGK2zdldO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGK2zdldO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGK2zdldO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGK2zdldO .navbar-brand .navbar-caption:hover,
.cid-uYGK2zdldO .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGK2zdldO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGK2zdldO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGK2zdldO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGK2zdldO .dropdown-item.active,
.cid-uYGK2zdldO .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGK2zdldO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGK2zdldO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGK2zdldO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGK2zdldO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGK2zdldO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGK2zdldO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGK2zdldO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGK2zdldO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGK2zdldO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGK2zdldO .navbar-buttons {
  text-align: center;
}
.cid-uYGK2zdldO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGK2zdldO .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGK2zdldO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGK2zdldO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGK2zdldO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGK2zdldO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGK2zdldO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGK2zdldO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGK2zdldO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGK2zdldO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGK2zdldO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGK2zdldO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGK2zdldO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGK2zdldO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGK2zdldO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGK2zdldO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGK2zdldO .navbar {
    height: 70px;
  }
  .cid-uYGK2zdldO .navbar.opened {
    height: auto;
  }
  .cid-uYGK2zdldO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGK2zdldO .navbar-nav {
  margin: 0 auto;
}
.cid-uYGK2zdldO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGK2zdldO .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGK2zdldO .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGK2zdldO .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGK2zdldO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGK2zdldO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGK2zdldO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGK2zdldO .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGK2zdldO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGK2zdldO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGK2zdldO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGK2zdldO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGK2zdldO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGK2zdldO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGK2zdldO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGK2zdldO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGK2zdldO .content-wrap {
  min-height: 110px;
}
.cid-uYGK2zdldO .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGK2zdldO .nav-link,
.cid-uYGK2zdldO .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGK2yzMG9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGK2yzMG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK2yzMG9 .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-uYGK2yzMG9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK2yzMG9 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK2yzMG9 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGK2yzMG9 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGK2yzMG9 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK2yzMG9 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGK2yzMG9 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGK2yzMG9 .mbr-label {
  color: #ffffff;
}
.cid-uYGK2yzMG9 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGK2yzMG9 label {
  color: #ffffff;
}
.cid-uYGK2yUKVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGK2yUKVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK2yUKVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGK2yUKVH .row {
  justify-content: center;
}
.cid-uYGK2yUKVH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGK2yUKVH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK2yUKVH .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK2yUKVH .item {
    margin-bottom: 16px;
  }
}
.cid-uYGK2yUKVH .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGK2yUKVH .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGK2yUKVH .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGK2yUKVH .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGK2yUKVH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGK2yUKVH .card-title {
  color: #000000;
}
.cid-uYGK2yUKVH .mbr-section-title,
.cid-uYGK2yUKVH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGK2yUKVH .card-title,
.cid-uYGK2yUKVH .contact-wrapper {
  color: #000000;
}
.cid-uYGK2zzak8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGK2zzak8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK2zzak8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGK2zzak8 .row {
  justify-content: center;
}
.cid-uYGK2zzak8 .card {
  justify-content: center;
}
.cid-uYGK2zzak8 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGK2zzak8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK2zzak8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGK2zzak8 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGK2zzak8 .nav-wrapper .list .item-wrap:hover,
.cid-uYGK2zzak8 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGK2zzak8 .list,
.cid-uYGK2zzak8 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGK69wWlX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGK69wWlX nav.navbar {
  position: fixed;
}
.cid-uYGK69wWlX .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGK69wWlX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGK69wWlX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGK69wWlX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGK69wWlX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGK69wWlX .dropdown-item:hover,
.cid-uYGK69wWlX .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGK69wWlX .dropdown-item:hover span {
  color: white;
}
.cid-uYGK69wWlX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGK69wWlX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGK69wWlX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGK69wWlX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGK69wWlX .nav-link {
  position: relative;
}
.cid-uYGK69wWlX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGK69wWlX .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGK69wWlX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGK69wWlX .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGK69wWlX .dropdown-menu,
.cid-uYGK69wWlX .navbar.opened {
  background: #071705 !important;
}
.cid-uYGK69wWlX .nav-item:focus,
.cid-uYGK69wWlX .nav-link:focus {
  outline: none;
}
.cid-uYGK69wWlX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGK69wWlX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGK69wWlX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGK69wWlX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGK69wWlX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGK69wWlX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGK69wWlX .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGK69wWlX .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGK69wWlX .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGK69wWlX .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGK69wWlX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGK69wWlX .navbar.collapsed {
  justify-content: center;
}
.cid-uYGK69wWlX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGK69wWlX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGK69wWlX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGK69wWlX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGK69wWlX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGK69wWlX .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-uYGK69wWlX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGK69wWlX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGK69wWlX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGK69wWlX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGK69wWlX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGK69wWlX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGK69wWlX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGK69wWlX .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-uYGK69wWlX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGK69wWlX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGK69wWlX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGK69wWlX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGK69wWlX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGK69wWlX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGK69wWlX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGK69wWlX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGK69wWlX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGK69wWlX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGK69wWlX .navbar-brand .navbar-caption:hover,
.cid-uYGK69wWlX .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGK69wWlX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGK69wWlX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGK69wWlX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGK69wWlX .dropdown-item.active,
.cid-uYGK69wWlX .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGK69wWlX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGK69wWlX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGK69wWlX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGK69wWlX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGK69wWlX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGK69wWlX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGK69wWlX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGK69wWlX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGK69wWlX ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGK69wWlX .navbar-buttons {
  text-align: center;
}
.cid-uYGK69wWlX .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGK69wWlX .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGK69wWlX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGK69wWlX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGK69wWlX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGK69wWlX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGK69wWlX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGK69wWlX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGK69wWlX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGK69wWlX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGK69wWlX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGK69wWlX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGK69wWlX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGK69wWlX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGK69wWlX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGK69wWlX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGK69wWlX .navbar {
    height: 70px;
  }
  .cid-uYGK69wWlX .navbar.opened {
    height: auto;
  }
  .cid-uYGK69wWlX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGK69wWlX .navbar-nav {
  margin: 0 auto;
}
.cid-uYGK69wWlX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGK69wWlX .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGK69wWlX .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGK69wWlX .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGK69wWlX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGK69wWlX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGK69wWlX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGK69wWlX .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGK69wWlX .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGK69wWlX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGK69wWlX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGK69wWlX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGK69wWlX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGK69wWlX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGK69wWlX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGK69wWlX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGK69wWlX .content-wrap {
  min-height: 110px;
}
.cid-uYGK69wWlX .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGK69wWlX .nav-link,
.cid-uYGK69wWlX .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGK68Tq4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGK68Tq4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK68Tq4x .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-uYGK68Tq4x .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK68Tq4x .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK68Tq4x .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGK68Tq4x .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGK68Tq4x .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK68Tq4x .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGK68Tq4x .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGK68Tq4x .mbr-label {
  color: #ffffff;
}
.cid-uYGK68Tq4x .mbr-section-title {
  color: #ffffff;
}
.cid-uYGK68Tq4x label {
  color: #ffffff;
}
.cid-uYGK69efxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGK69efxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK69efxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGK69efxf .row {
  justify-content: center;
}
.cid-uYGK69efxf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGK69efxf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK69efxf .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK69efxf .item {
    margin-bottom: 16px;
  }
}
.cid-uYGK69efxf .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGK69efxf .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGK69efxf .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGK69efxf .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGK69efxf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGK69efxf .card-title {
  color: #000000;
}
.cid-uYGK69efxf .mbr-section-title,
.cid-uYGK69efxf .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGK69efxf .card-title,
.cid-uYGK69efxf .contact-wrapper {
  color: #000000;
}
.cid-uYGK69UdQa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGK69UdQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK69UdQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGK69UdQa .row {
  justify-content: center;
}
.cid-uYGK69UdQa .card {
  justify-content: center;
}
.cid-uYGK69UdQa .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGK69UdQa .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK69UdQa .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGK69UdQa .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGK69UdQa .nav-wrapper .list .item-wrap:hover,
.cid-uYGK69UdQa .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGK69UdQa .list,
.cid-uYGK69UdQa .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGK92F8x2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGK92F8x2 nav.navbar {
  position: fixed;
}
.cid-uYGK92F8x2 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGK92F8x2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGK92F8x2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGK92F8x2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGK92F8x2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGK92F8x2 .dropdown-item:hover,
.cid-uYGK92F8x2 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGK92F8x2 .dropdown-item:hover span {
  color: white;
}
.cid-uYGK92F8x2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGK92F8x2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGK92F8x2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGK92F8x2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGK92F8x2 .nav-link {
  position: relative;
}
.cid-uYGK92F8x2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGK92F8x2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGK92F8x2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGK92F8x2 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGK92F8x2 .dropdown-menu,
.cid-uYGK92F8x2 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGK92F8x2 .nav-item:focus,
.cid-uYGK92F8x2 .nav-link:focus {
  outline: none;
}
.cid-uYGK92F8x2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGK92F8x2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGK92F8x2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGK92F8x2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGK92F8x2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGK92F8x2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGK92F8x2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGK92F8x2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGK92F8x2 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGK92F8x2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGK92F8x2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGK92F8x2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGK92F8x2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGK92F8x2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGK92F8x2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGK92F8x2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGK92F8x2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGK92F8x2 .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-uYGK92F8x2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGK92F8x2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGK92F8x2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGK92F8x2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGK92F8x2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGK92F8x2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGK92F8x2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGK92F8x2 .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-uYGK92F8x2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGK92F8x2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGK92F8x2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGK92F8x2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGK92F8x2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGK92F8x2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGK92F8x2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGK92F8x2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGK92F8x2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGK92F8x2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGK92F8x2 .navbar-brand .navbar-caption:hover,
.cid-uYGK92F8x2 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGK92F8x2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGK92F8x2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGK92F8x2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGK92F8x2 .dropdown-item.active,
.cid-uYGK92F8x2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGK92F8x2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGK92F8x2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGK92F8x2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGK92F8x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGK92F8x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGK92F8x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGK92F8x2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGK92F8x2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGK92F8x2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGK92F8x2 .navbar-buttons {
  text-align: center;
}
.cid-uYGK92F8x2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGK92F8x2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGK92F8x2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGK92F8x2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGK92F8x2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGK92F8x2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGK92F8x2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGK92F8x2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGK92F8x2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGK92F8x2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGK92F8x2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGK92F8x2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGK92F8x2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGK92F8x2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGK92F8x2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGK92F8x2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGK92F8x2 .navbar {
    height: 70px;
  }
  .cid-uYGK92F8x2 .navbar.opened {
    height: auto;
  }
  .cid-uYGK92F8x2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGK92F8x2 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGK92F8x2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGK92F8x2 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGK92F8x2 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGK92F8x2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGK92F8x2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGK92F8x2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGK92F8x2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGK92F8x2 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGK92F8x2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGK92F8x2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGK92F8x2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGK92F8x2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGK92F8x2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGK92F8x2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGK92F8x2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGK92F8x2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGK92F8x2 .content-wrap {
  min-height: 110px;
}
.cid-uYGK92F8x2 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGK92F8x2 .nav-link,
.cid-uYGK92F8x2 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGK927H5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGK927H5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK927H5e .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-uYGK927H5e .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK927H5e .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK927H5e .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGK927H5e .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGK927H5e .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGK927H5e .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGK927H5e .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK927H5e .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGK927H5e .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGK927H5e .mbr-label {
  color: #ffffff;
}
.cid-uYGK927H5e .mbr-section-title {
  color: #ffffff;
}
.cid-uYGK927H5e label {
  color: #ffffff;
}
.cid-uYGK92pfJD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGK92pfJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK92pfJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGK92pfJD .row {
  justify-content: center;
}
.cid-uYGK92pfJD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGK92pfJD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK92pfJD .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGK92pfJD .item {
    margin-bottom: 16px;
  }
}
.cid-uYGK92pfJD .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGK92pfJD .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGK92pfJD .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGK92pfJD .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGK92pfJD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGK92pfJD .card-title {
  color: #000000;
}
.cid-uYGK92pfJD .mbr-section-title,
.cid-uYGK92pfJD .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGK92pfJD .card-title,
.cid-uYGK92pfJD .contact-wrapper {
  color: #000000;
}
.cid-uYGK930xK2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGK930xK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGK930xK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGK930xK2 .row {
  justify-content: center;
}
.cid-uYGK930xK2 .card {
  justify-content: center;
}
.cid-uYGK930xK2 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGK930xK2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGK930xK2 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGK930xK2 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGK930xK2 .nav-wrapper .list .item-wrap:hover,
.cid-uYGK930xK2 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGK930xK2 .list,
.cid-uYGK930xK2 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKcgadDc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKcgadDc nav.navbar {
  position: fixed;
}
.cid-uYGKcgadDc .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKcgadDc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKcgadDc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKcgadDc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKcgadDc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKcgadDc .dropdown-item:hover,
.cid-uYGKcgadDc .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKcgadDc .dropdown-item:hover span {
  color: white;
}
.cid-uYGKcgadDc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKcgadDc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKcgadDc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKcgadDc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKcgadDc .nav-link {
  position: relative;
}
.cid-uYGKcgadDc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKcgadDc .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKcgadDc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKcgadDc .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKcgadDc .dropdown-menu,
.cid-uYGKcgadDc .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKcgadDc .nav-item:focus,
.cid-uYGKcgadDc .nav-link:focus {
  outline: none;
}
.cid-uYGKcgadDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKcgadDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKcgadDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKcgadDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKcgadDc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKcgadDc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKcgadDc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKcgadDc .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKcgadDc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKcgadDc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKcgadDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKcgadDc .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKcgadDc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKcgadDc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKcgadDc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKcgadDc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKcgadDc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKcgadDc .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-uYGKcgadDc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKcgadDc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKcgadDc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKcgadDc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKcgadDc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKcgadDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKcgadDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKcgadDc .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-uYGKcgadDc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKcgadDc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKcgadDc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKcgadDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKcgadDc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKcgadDc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKcgadDc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKcgadDc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKcgadDc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKcgadDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKcgadDc .navbar-brand .navbar-caption:hover,
.cid-uYGKcgadDc .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKcgadDc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKcgadDc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKcgadDc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKcgadDc .dropdown-item.active,
.cid-uYGKcgadDc .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKcgadDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKcgadDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKcgadDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKcgadDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKcgadDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKcgadDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKcgadDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKcgadDc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKcgadDc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKcgadDc .navbar-buttons {
  text-align: center;
}
.cid-uYGKcgadDc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKcgadDc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKcgadDc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKcgadDc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKcgadDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKcgadDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKcgadDc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKcgadDc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKcgadDc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKcgadDc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKcgadDc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKcgadDc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKcgadDc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKcgadDc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKcgadDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKcgadDc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKcgadDc .navbar {
    height: 70px;
  }
  .cid-uYGKcgadDc .navbar.opened {
    height: auto;
  }
  .cid-uYGKcgadDc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKcgadDc .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKcgadDc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKcgadDc .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKcgadDc .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKcgadDc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKcgadDc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKcgadDc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKcgadDc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKcgadDc .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKcgadDc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKcgadDc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKcgadDc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKcgadDc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKcgadDc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKcgadDc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKcgadDc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKcgadDc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKcgadDc .content-wrap {
  min-height: 110px;
}
.cid-uYGKcgadDc .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKcgadDc .nav-link,
.cid-uYGKcgadDc .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKcfv8z5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKcfv8z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKcfv8z5 .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-uYGKcfv8z5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKcfv8z5 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKcfv8z5 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKcfv8z5 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKcfv8z5 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKcfv8z5 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKcfv8z5 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKcfv8z5 .mbr-label {
  color: #ffffff;
}
.cid-uYGKcfv8z5 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKcfv8z5 label {
  color: #ffffff;
}
.cid-uYGKcfRCq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKcfRCq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKcfRCq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKcfRCq4 .row {
  justify-content: center;
}
.cid-uYGKcfRCq4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKcfRCq4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKcfRCq4 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKcfRCq4 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKcfRCq4 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKcfRCq4 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKcfRCq4 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKcfRCq4 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKcfRCq4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKcfRCq4 .card-title {
  color: #000000;
}
.cid-uYGKcfRCq4 .mbr-section-title,
.cid-uYGKcfRCq4 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKcfRCq4 .card-title,
.cid-uYGKcfRCq4 .contact-wrapper {
  color: #000000;
}
.cid-uYGKcgvLLK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKcgvLLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKcgvLLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKcgvLLK .row {
  justify-content: center;
}
.cid-uYGKcgvLLK .card {
  justify-content: center;
}
.cid-uYGKcgvLLK .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKcgvLLK .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKcgvLLK .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKcgvLLK .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKcgvLLK .nav-wrapper .list .item-wrap:hover,
.cid-uYGKcgvLLK .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKcgvLLK .list,
.cid-uYGKcgvLLK .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKfadSpV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKfadSpV nav.navbar {
  position: fixed;
}
.cid-uYGKfadSpV .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKfadSpV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKfadSpV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKfadSpV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKfadSpV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKfadSpV .dropdown-item:hover,
.cid-uYGKfadSpV .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKfadSpV .dropdown-item:hover span {
  color: white;
}
.cid-uYGKfadSpV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKfadSpV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKfadSpV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKfadSpV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKfadSpV .nav-link {
  position: relative;
}
.cid-uYGKfadSpV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKfadSpV .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKfadSpV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKfadSpV .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKfadSpV .dropdown-menu,
.cid-uYGKfadSpV .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKfadSpV .nav-item:focus,
.cid-uYGKfadSpV .nav-link:focus {
  outline: none;
}
.cid-uYGKfadSpV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKfadSpV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKfadSpV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKfadSpV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKfadSpV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKfadSpV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKfadSpV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKfadSpV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKfadSpV .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKfadSpV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKfadSpV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKfadSpV .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKfadSpV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKfadSpV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKfadSpV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKfadSpV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKfadSpV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKfadSpV .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-uYGKfadSpV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKfadSpV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKfadSpV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKfadSpV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKfadSpV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKfadSpV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKfadSpV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKfadSpV .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-uYGKfadSpV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKfadSpV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKfadSpV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKfadSpV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKfadSpV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKfadSpV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKfadSpV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKfadSpV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKfadSpV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKfadSpV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKfadSpV .navbar-brand .navbar-caption:hover,
.cid-uYGKfadSpV .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKfadSpV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKfadSpV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKfadSpV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKfadSpV .dropdown-item.active,
.cid-uYGKfadSpV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKfadSpV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKfadSpV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKfadSpV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKfadSpV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKfadSpV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKfadSpV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKfadSpV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKfadSpV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKfadSpV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKfadSpV .navbar-buttons {
  text-align: center;
}
.cid-uYGKfadSpV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKfadSpV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKfadSpV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKfadSpV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKfadSpV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKfadSpV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKfadSpV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKfadSpV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKfadSpV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKfadSpV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKfadSpV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKfadSpV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKfadSpV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKfadSpV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKfadSpV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKfadSpV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKfadSpV .navbar {
    height: 70px;
  }
  .cid-uYGKfadSpV .navbar.opened {
    height: auto;
  }
  .cid-uYGKfadSpV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKfadSpV .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKfadSpV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKfadSpV .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKfadSpV .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKfadSpV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKfadSpV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKfadSpV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKfadSpV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKfadSpV .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKfadSpV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKfadSpV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKfadSpV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKfadSpV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKfadSpV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKfadSpV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKfadSpV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKfadSpV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKfadSpV .content-wrap {
  min-height: 110px;
}
.cid-uYGKfadSpV .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKfadSpV .nav-link,
.cid-uYGKfadSpV .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKf9ENMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKf9ENMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKf9ENMz .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-uYGKf9ENMz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKf9ENMz .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKf9ENMz .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKf9ENMz .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKf9ENMz .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKf9ENMz .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKf9ENMz .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKf9ENMz .mbr-label {
  color: #ffffff;
}
.cid-uYGKf9ENMz .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKf9ENMz label {
  color: #ffffff;
}
.cid-uYGKf9XLqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKf9XLqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKf9XLqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKf9XLqv .row {
  justify-content: center;
}
.cid-uYGKf9XLqv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKf9XLqv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKf9XLqv .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKf9XLqv .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKf9XLqv .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKf9XLqv .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKf9XLqv .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKf9XLqv .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKf9XLqv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKf9XLqv .card-title {
  color: #000000;
}
.cid-uYGKf9XLqv .mbr-section-title,
.cid-uYGKf9XLqv .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKf9XLqv .card-title,
.cid-uYGKf9XLqv .contact-wrapper {
  color: #000000;
}
.cid-uYGKfaAS1T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKfaAS1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKfaAS1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKfaAS1T .row {
  justify-content: center;
}
.cid-uYGKfaAS1T .card {
  justify-content: center;
}
.cid-uYGKfaAS1T .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKfaAS1T .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKfaAS1T .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKfaAS1T .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKfaAS1T .nav-wrapper .list .item-wrap:hover,
.cid-uYGKfaAS1T .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKfaAS1T .list,
.cid-uYGKfaAS1T .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKi4eXov {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKi4eXov nav.navbar {
  position: fixed;
}
.cid-uYGKi4eXov .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKi4eXov .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKi4eXov .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKi4eXov .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKi4eXov .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKi4eXov .dropdown-item:hover,
.cid-uYGKi4eXov .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKi4eXov .dropdown-item:hover span {
  color: white;
}
.cid-uYGKi4eXov .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKi4eXov .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKi4eXov .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKi4eXov .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKi4eXov .nav-link {
  position: relative;
}
.cid-uYGKi4eXov .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKi4eXov .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKi4eXov .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKi4eXov .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKi4eXov .dropdown-menu,
.cid-uYGKi4eXov .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKi4eXov .nav-item:focus,
.cid-uYGKi4eXov .nav-link:focus {
  outline: none;
}
.cid-uYGKi4eXov .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKi4eXov .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKi4eXov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKi4eXov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKi4eXov .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKi4eXov .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKi4eXov .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKi4eXov .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKi4eXov .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKi4eXov .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKi4eXov .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKi4eXov .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKi4eXov .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKi4eXov .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKi4eXov .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKi4eXov .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKi4eXov .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKi4eXov .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-uYGKi4eXov .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKi4eXov .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKi4eXov .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKi4eXov .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKi4eXov .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKi4eXov .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKi4eXov .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKi4eXov .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-uYGKi4eXov .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKi4eXov .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKi4eXov .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKi4eXov .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKi4eXov .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKi4eXov .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKi4eXov .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKi4eXov .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKi4eXov .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKi4eXov .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKi4eXov .navbar-brand .navbar-caption:hover,
.cid-uYGKi4eXov .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKi4eXov .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKi4eXov .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKi4eXov .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKi4eXov .dropdown-item.active,
.cid-uYGKi4eXov .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKi4eXov .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKi4eXov .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKi4eXov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKi4eXov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKi4eXov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKi4eXov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKi4eXov .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKi4eXov ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKi4eXov ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKi4eXov .navbar-buttons {
  text-align: center;
}
.cid-uYGKi4eXov .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKi4eXov .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKi4eXov .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKi4eXov button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKi4eXov button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKi4eXov button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKi4eXov button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKi4eXov button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKi4eXov button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKi4eXov nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKi4eXov nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKi4eXov nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKi4eXov nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKi4eXov .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKi4eXov a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKi4eXov .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKi4eXov .navbar {
    height: 70px;
  }
  .cid-uYGKi4eXov .navbar.opened {
    height: auto;
  }
  .cid-uYGKi4eXov .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKi4eXov .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKi4eXov .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKi4eXov .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKi4eXov .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKi4eXov .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKi4eXov .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKi4eXov .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKi4eXov .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKi4eXov .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKi4eXov .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKi4eXov .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKi4eXov .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKi4eXov .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKi4eXov .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKi4eXov .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKi4eXov .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKi4eXov .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKi4eXov .content-wrap {
  min-height: 110px;
}
.cid-uYGKi4eXov .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKi4eXov .nav-link,
.cid-uYGKi4eXov .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKi3z2Al {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKi3z2Al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKi3z2Al .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-uYGKi3z2Al .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKi3z2Al .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKi3z2Al .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKi3z2Al .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKi3z2Al .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKi3z2Al .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKi3z2Al .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKi3z2Al .mbr-label {
  color: #ffffff;
}
.cid-uYGKi3z2Al .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKi3z2Al label {
  color: #ffffff;
}
.cid-uYGKi3WMQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKi3WMQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKi3WMQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKi3WMQ7 .row {
  justify-content: center;
}
.cid-uYGKi3WMQ7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKi3WMQ7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKi3WMQ7 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKi3WMQ7 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKi3WMQ7 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKi3WMQ7 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKi3WMQ7 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKi3WMQ7 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKi3WMQ7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKi3WMQ7 .card-title {
  color: #000000;
}
.cid-uYGKi3WMQ7 .mbr-section-title,
.cid-uYGKi3WMQ7 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKi3WMQ7 .card-title,
.cid-uYGKi3WMQ7 .contact-wrapper {
  color: #000000;
}
.cid-uYGKi4BrnU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKi4BrnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKi4BrnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKi4BrnU .row {
  justify-content: center;
}
.cid-uYGKi4BrnU .card {
  justify-content: center;
}
.cid-uYGKi4BrnU .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKi4BrnU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKi4BrnU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKi4BrnU .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKi4BrnU .nav-wrapper .list .item-wrap:hover,
.cid-uYGKi4BrnU .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKi4BrnU .list,
.cid-uYGKi4BrnU .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKkSZdjn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKkSZdjn nav.navbar {
  position: fixed;
}
.cid-uYGKkSZdjn .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKkSZdjn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKkSZdjn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKkSZdjn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKkSZdjn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKkSZdjn .dropdown-item:hover,
.cid-uYGKkSZdjn .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKkSZdjn .dropdown-item:hover span {
  color: white;
}
.cid-uYGKkSZdjn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKkSZdjn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKkSZdjn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKkSZdjn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKkSZdjn .nav-link {
  position: relative;
}
.cid-uYGKkSZdjn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKkSZdjn .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKkSZdjn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKkSZdjn .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKkSZdjn .dropdown-menu,
.cid-uYGKkSZdjn .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKkSZdjn .nav-item:focus,
.cid-uYGKkSZdjn .nav-link:focus {
  outline: none;
}
.cid-uYGKkSZdjn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKkSZdjn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKkSZdjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKkSZdjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKkSZdjn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKkSZdjn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKkSZdjn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKkSZdjn .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKkSZdjn .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKkSZdjn .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKkSZdjn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKkSZdjn .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKkSZdjn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKkSZdjn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKkSZdjn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKkSZdjn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKkSZdjn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKkSZdjn .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-uYGKkSZdjn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKkSZdjn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKkSZdjn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKkSZdjn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKkSZdjn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKkSZdjn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKkSZdjn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKkSZdjn .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-uYGKkSZdjn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKkSZdjn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKkSZdjn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKkSZdjn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKkSZdjn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKkSZdjn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKkSZdjn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKkSZdjn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKkSZdjn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKkSZdjn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKkSZdjn .navbar-brand .navbar-caption:hover,
.cid-uYGKkSZdjn .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKkSZdjn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKkSZdjn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKkSZdjn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKkSZdjn .dropdown-item.active,
.cid-uYGKkSZdjn .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKkSZdjn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKkSZdjn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKkSZdjn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKkSZdjn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKkSZdjn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKkSZdjn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKkSZdjn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKkSZdjn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKkSZdjn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKkSZdjn .navbar-buttons {
  text-align: center;
}
.cid-uYGKkSZdjn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKkSZdjn .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKkSZdjn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKkSZdjn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKkSZdjn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKkSZdjn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKkSZdjn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKkSZdjn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKkSZdjn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKkSZdjn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKkSZdjn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKkSZdjn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKkSZdjn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKkSZdjn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKkSZdjn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKkSZdjn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKkSZdjn .navbar {
    height: 70px;
  }
  .cid-uYGKkSZdjn .navbar.opened {
    height: auto;
  }
  .cid-uYGKkSZdjn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKkSZdjn .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKkSZdjn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKkSZdjn .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKkSZdjn .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKkSZdjn .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKkSZdjn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKkSZdjn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKkSZdjn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKkSZdjn .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKkSZdjn .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKkSZdjn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKkSZdjn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKkSZdjn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKkSZdjn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKkSZdjn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKkSZdjn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKkSZdjn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKkSZdjn .content-wrap {
  min-height: 110px;
}
.cid-uYGKkSZdjn .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKkSZdjn .nav-link,
.cid-uYGKkSZdjn .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKkSpRkH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKkSpRkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKkSpRkH .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-uYGKkSpRkH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKkSpRkH .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKkSpRkH .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKkSpRkH .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKkSpRkH .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKkSpRkH .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKkSpRkH .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKkSpRkH .mbr-label {
  color: #ffffff;
}
.cid-uYGKkSpRkH .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKkSpRkH label {
  color: #ffffff;
}
.cid-uYGKkSJkpF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKkSJkpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKkSJkpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKkSJkpF .row {
  justify-content: center;
}
.cid-uYGKkSJkpF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKkSJkpF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKkSJkpF .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKkSJkpF .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKkSJkpF .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKkSJkpF .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKkSJkpF .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKkSJkpF .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKkSJkpF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKkSJkpF .card-title {
  color: #000000;
}
.cid-uYGKkSJkpF .mbr-section-title,
.cid-uYGKkSJkpF .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKkSJkpF .card-title,
.cid-uYGKkSJkpF .contact-wrapper {
  color: #000000;
}
.cid-uYGKkTl28p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKkTl28p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKkTl28p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKkTl28p .row {
  justify-content: center;
}
.cid-uYGKkTl28p .card {
  justify-content: center;
}
.cid-uYGKkTl28p .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKkTl28p .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKkTl28p .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKkTl28p .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKkTl28p .nav-wrapper .list .item-wrap:hover,
.cid-uYGKkTl28p .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKkTl28p .list,
.cid-uYGKkTl28p .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKqLRgHZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKqLRgHZ nav.navbar {
  position: fixed;
}
.cid-uYGKqLRgHZ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKqLRgHZ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKqLRgHZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKqLRgHZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKqLRgHZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKqLRgHZ .dropdown-item:hover,
.cid-uYGKqLRgHZ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKqLRgHZ .dropdown-item:hover span {
  color: white;
}
.cid-uYGKqLRgHZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKqLRgHZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKqLRgHZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKqLRgHZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKqLRgHZ .nav-link {
  position: relative;
}
.cid-uYGKqLRgHZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKqLRgHZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKqLRgHZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKqLRgHZ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKqLRgHZ .dropdown-menu,
.cid-uYGKqLRgHZ .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKqLRgHZ .nav-item:focus,
.cid-uYGKqLRgHZ .nav-link:focus {
  outline: none;
}
.cid-uYGKqLRgHZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKqLRgHZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKqLRgHZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKqLRgHZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKqLRgHZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKqLRgHZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKqLRgHZ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKqLRgHZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKqLRgHZ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKqLRgHZ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKqLRgHZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKqLRgHZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKqLRgHZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKqLRgHZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKqLRgHZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKqLRgHZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKqLRgHZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKqLRgHZ .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-uYGKqLRgHZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKqLRgHZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKqLRgHZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKqLRgHZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKqLRgHZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKqLRgHZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKqLRgHZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKqLRgHZ .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-uYGKqLRgHZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKqLRgHZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKqLRgHZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKqLRgHZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKqLRgHZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKqLRgHZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKqLRgHZ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKqLRgHZ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKqLRgHZ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKqLRgHZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKqLRgHZ .navbar-brand .navbar-caption:hover,
.cid-uYGKqLRgHZ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKqLRgHZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKqLRgHZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKqLRgHZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKqLRgHZ .dropdown-item.active,
.cid-uYGKqLRgHZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKqLRgHZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKqLRgHZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKqLRgHZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKqLRgHZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKqLRgHZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKqLRgHZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKqLRgHZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKqLRgHZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKqLRgHZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKqLRgHZ .navbar-buttons {
  text-align: center;
}
.cid-uYGKqLRgHZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKqLRgHZ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKqLRgHZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKqLRgHZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKqLRgHZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKqLRgHZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKqLRgHZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKqLRgHZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKqLRgHZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKqLRgHZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKqLRgHZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKqLRgHZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKqLRgHZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKqLRgHZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKqLRgHZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKqLRgHZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKqLRgHZ .navbar {
    height: 70px;
  }
  .cid-uYGKqLRgHZ .navbar.opened {
    height: auto;
  }
  .cid-uYGKqLRgHZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKqLRgHZ .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKqLRgHZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKqLRgHZ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKqLRgHZ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKqLRgHZ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKqLRgHZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKqLRgHZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKqLRgHZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKqLRgHZ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKqLRgHZ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKqLRgHZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKqLRgHZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKqLRgHZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKqLRgHZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKqLRgHZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKqLRgHZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKqLRgHZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKqLRgHZ .content-wrap {
  min-height: 110px;
}
.cid-uYGKqLRgHZ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKqLRgHZ .nav-link,
.cid-uYGKqLRgHZ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKqLb8Qf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKqLb8Qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKqLb8Qf .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-uYGKqLb8Qf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKqLb8Qf .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKqLb8Qf .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKqLb8Qf .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKqLb8Qf .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKqLb8Qf .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKqLb8Qf .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKqLb8Qf .mbr-label {
  color: #ffffff;
}
.cid-uYGKqLb8Qf .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKqLb8Qf label {
  color: #ffffff;
}
.cid-uYGKqLvPBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKqLvPBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKqLvPBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKqLvPBZ .row {
  justify-content: center;
}
.cid-uYGKqLvPBZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKqLvPBZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKqLvPBZ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKqLvPBZ .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKqLvPBZ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKqLvPBZ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKqLvPBZ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKqLvPBZ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKqLvPBZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKqLvPBZ .card-title {
  color: #000000;
}
.cid-uYGKqLvPBZ .mbr-section-title,
.cid-uYGKqLvPBZ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKqLvPBZ .card-title,
.cid-uYGKqLvPBZ .contact-wrapper {
  color: #000000;
}
.cid-uYGKqMdd4K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKqMdd4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKqMdd4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKqMdd4K .row {
  justify-content: center;
}
.cid-uYGKqMdd4K .card {
  justify-content: center;
}
.cid-uYGKqMdd4K .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKqMdd4K .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKqMdd4K .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKqMdd4K .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKqMdd4K .nav-wrapper .list .item-wrap:hover,
.cid-uYGKqMdd4K .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKqMdd4K .list,
.cid-uYGKqMdd4K .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKyVKzG7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKyVKzG7 nav.navbar {
  position: fixed;
}
.cid-uYGKyVKzG7 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKyVKzG7 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKyVKzG7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKyVKzG7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKyVKzG7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKyVKzG7 .dropdown-item:hover,
.cid-uYGKyVKzG7 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKyVKzG7 .dropdown-item:hover span {
  color: white;
}
.cid-uYGKyVKzG7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKyVKzG7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKyVKzG7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKyVKzG7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKyVKzG7 .nav-link {
  position: relative;
}
.cid-uYGKyVKzG7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKyVKzG7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKyVKzG7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKyVKzG7 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKyVKzG7 .dropdown-menu,
.cid-uYGKyVKzG7 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKyVKzG7 .nav-item:focus,
.cid-uYGKyVKzG7 .nav-link:focus {
  outline: none;
}
.cid-uYGKyVKzG7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKyVKzG7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKyVKzG7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKyVKzG7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKyVKzG7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKyVKzG7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKyVKzG7 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKyVKzG7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKyVKzG7 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKyVKzG7 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKyVKzG7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKyVKzG7 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKyVKzG7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKyVKzG7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKyVKzG7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKyVKzG7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKyVKzG7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKyVKzG7 .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-uYGKyVKzG7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKyVKzG7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKyVKzG7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKyVKzG7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKyVKzG7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKyVKzG7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKyVKzG7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKyVKzG7 .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-uYGKyVKzG7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKyVKzG7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKyVKzG7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKyVKzG7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKyVKzG7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKyVKzG7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKyVKzG7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKyVKzG7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKyVKzG7 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKyVKzG7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKyVKzG7 .navbar-brand .navbar-caption:hover,
.cid-uYGKyVKzG7 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKyVKzG7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKyVKzG7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKyVKzG7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKyVKzG7 .dropdown-item.active,
.cid-uYGKyVKzG7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKyVKzG7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKyVKzG7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKyVKzG7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKyVKzG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKyVKzG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKyVKzG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKyVKzG7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKyVKzG7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKyVKzG7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKyVKzG7 .navbar-buttons {
  text-align: center;
}
.cid-uYGKyVKzG7 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKyVKzG7 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKyVKzG7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKyVKzG7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKyVKzG7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKyVKzG7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKyVKzG7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKyVKzG7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKyVKzG7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKyVKzG7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKyVKzG7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKyVKzG7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKyVKzG7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKyVKzG7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKyVKzG7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKyVKzG7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKyVKzG7 .navbar {
    height: 70px;
  }
  .cid-uYGKyVKzG7 .navbar.opened {
    height: auto;
  }
  .cid-uYGKyVKzG7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKyVKzG7 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKyVKzG7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKyVKzG7 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKyVKzG7 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKyVKzG7 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKyVKzG7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKyVKzG7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKyVKzG7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKyVKzG7 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKyVKzG7 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKyVKzG7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKyVKzG7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKyVKzG7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKyVKzG7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKyVKzG7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKyVKzG7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKyVKzG7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKyVKzG7 .content-wrap {
  min-height: 110px;
}
.cid-uYGKyVKzG7 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKyVKzG7 .nav-link,
.cid-uYGKyVKzG7 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKyV7TuP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKyV7TuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKyV7TuP .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-uYGKyV7TuP .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKyV7TuP .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKyV7TuP .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKyV7TuP .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKyV7TuP .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKyV7TuP .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKyV7TuP .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKyV7TuP .mbr-label {
  color: #ffffff;
}
.cid-uYGKyV7TuP .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKyV7TuP label {
  color: #ffffff;
}
.cid-uYGKyVslyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKyVslyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKyVslyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKyVslyw .row {
  justify-content: center;
}
.cid-uYGKyVslyw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKyVslyw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKyVslyw .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKyVslyw .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKyVslyw .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKyVslyw .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKyVslyw .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKyVslyw .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKyVslyw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKyVslyw .card-title {
  color: #000000;
}
.cid-uYGKyVslyw .mbr-section-title,
.cid-uYGKyVslyw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKyVslyw .card-title,
.cid-uYGKyVslyw .contact-wrapper {
  color: #000000;
}
.cid-uYGKyW7JvC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKyW7JvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKyW7JvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKyW7JvC .row {
  justify-content: center;
}
.cid-uYGKyW7JvC .card {
  justify-content: center;
}
.cid-uYGKyW7JvC .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKyW7JvC .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKyW7JvC .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKyW7JvC .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKyW7JvC .nav-wrapper .list .item-wrap:hover,
.cid-uYGKyW7JvC .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKyW7JvC .list,
.cid-uYGKyW7JvC .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKC4Zrpl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKC4Zrpl nav.navbar {
  position: fixed;
}
.cid-uYGKC4Zrpl .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKC4Zrpl .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKC4Zrpl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKC4Zrpl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKC4Zrpl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKC4Zrpl .dropdown-item:hover,
.cid-uYGKC4Zrpl .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKC4Zrpl .dropdown-item:hover span {
  color: white;
}
.cid-uYGKC4Zrpl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKC4Zrpl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKC4Zrpl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKC4Zrpl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKC4Zrpl .nav-link {
  position: relative;
}
.cid-uYGKC4Zrpl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKC4Zrpl .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKC4Zrpl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKC4Zrpl .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKC4Zrpl .dropdown-menu,
.cid-uYGKC4Zrpl .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKC4Zrpl .nav-item:focus,
.cid-uYGKC4Zrpl .nav-link:focus {
  outline: none;
}
.cid-uYGKC4Zrpl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKC4Zrpl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKC4Zrpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKC4Zrpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKC4Zrpl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKC4Zrpl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKC4Zrpl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKC4Zrpl .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKC4Zrpl .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKC4Zrpl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKC4Zrpl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKC4Zrpl .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKC4Zrpl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKC4Zrpl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKC4Zrpl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKC4Zrpl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKC4Zrpl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKC4Zrpl .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-uYGKC4Zrpl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKC4Zrpl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKC4Zrpl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKC4Zrpl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKC4Zrpl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKC4Zrpl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKC4Zrpl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKC4Zrpl .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-uYGKC4Zrpl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKC4Zrpl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKC4Zrpl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKC4Zrpl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKC4Zrpl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKC4Zrpl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKC4Zrpl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKC4Zrpl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKC4Zrpl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKC4Zrpl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKC4Zrpl .navbar-brand .navbar-caption:hover,
.cid-uYGKC4Zrpl .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKC4Zrpl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKC4Zrpl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKC4Zrpl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKC4Zrpl .dropdown-item.active,
.cid-uYGKC4Zrpl .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKC4Zrpl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKC4Zrpl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKC4Zrpl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKC4Zrpl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKC4Zrpl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKC4Zrpl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKC4Zrpl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKC4Zrpl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKC4Zrpl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKC4Zrpl .navbar-buttons {
  text-align: center;
}
.cid-uYGKC4Zrpl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKC4Zrpl .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKC4Zrpl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKC4Zrpl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKC4Zrpl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKC4Zrpl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKC4Zrpl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKC4Zrpl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKC4Zrpl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKC4Zrpl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKC4Zrpl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKC4Zrpl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKC4Zrpl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKC4Zrpl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKC4Zrpl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKC4Zrpl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKC4Zrpl .navbar {
    height: 70px;
  }
  .cid-uYGKC4Zrpl .navbar.opened {
    height: auto;
  }
  .cid-uYGKC4Zrpl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKC4Zrpl .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKC4Zrpl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKC4Zrpl .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKC4Zrpl .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKC4Zrpl .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKC4Zrpl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKC4Zrpl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKC4Zrpl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKC4Zrpl .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKC4Zrpl .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKC4Zrpl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKC4Zrpl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKC4Zrpl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKC4Zrpl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKC4Zrpl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKC4Zrpl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKC4Zrpl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKC4Zrpl .content-wrap {
  min-height: 110px;
}
.cid-uYGKC4Zrpl .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKC4Zrpl .nav-link,
.cid-uYGKC4Zrpl .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKC4orBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKC4orBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKC4orBL .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-uYGKC4orBL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKC4orBL .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKC4orBL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKC4orBL .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKC4orBL .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKC4orBL .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKC4orBL .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKC4orBL .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKC4orBL .mbr-label {
  color: #ffffff;
}
.cid-uYGKC4orBL .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKC4orBL label {
  color: #ffffff;
}
.cid-uYGKC4GrEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKC4GrEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKC4GrEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKC4GrEU .row {
  justify-content: center;
}
.cid-uYGKC4GrEU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKC4GrEU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKC4GrEU .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKC4GrEU .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKC4GrEU .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKC4GrEU .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKC4GrEU .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKC4GrEU .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKC4GrEU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKC4GrEU .card-title {
  color: #000000;
}
.cid-uYGKC4GrEU .mbr-section-title,
.cid-uYGKC4GrEU .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKC4GrEU .card-title,
.cid-uYGKC4GrEU .contact-wrapper {
  color: #000000;
}
.cid-uYGKC5lJvP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKC5lJvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKC5lJvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKC5lJvP .row {
  justify-content: center;
}
.cid-uYGKC5lJvP .card {
  justify-content: center;
}
.cid-uYGKC5lJvP .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKC5lJvP .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKC5lJvP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKC5lJvP .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKC5lJvP .nav-wrapper .list .item-wrap:hover,
.cid-uYGKC5lJvP .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKC5lJvP .list,
.cid-uYGKC5lJvP .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKFwF0xV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKFwF0xV nav.navbar {
  position: fixed;
}
.cid-uYGKFwF0xV .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKFwF0xV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKFwF0xV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKFwF0xV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKFwF0xV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKFwF0xV .dropdown-item:hover,
.cid-uYGKFwF0xV .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKFwF0xV .dropdown-item:hover span {
  color: white;
}
.cid-uYGKFwF0xV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKFwF0xV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKFwF0xV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKFwF0xV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKFwF0xV .nav-link {
  position: relative;
}
.cid-uYGKFwF0xV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKFwF0xV .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKFwF0xV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKFwF0xV .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKFwF0xV .dropdown-menu,
.cid-uYGKFwF0xV .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKFwF0xV .nav-item:focus,
.cid-uYGKFwF0xV .nav-link:focus {
  outline: none;
}
.cid-uYGKFwF0xV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKFwF0xV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKFwF0xV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKFwF0xV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKFwF0xV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKFwF0xV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKFwF0xV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKFwF0xV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKFwF0xV .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKFwF0xV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKFwF0xV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKFwF0xV .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKFwF0xV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKFwF0xV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKFwF0xV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKFwF0xV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKFwF0xV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKFwF0xV .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-uYGKFwF0xV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKFwF0xV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKFwF0xV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKFwF0xV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKFwF0xV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKFwF0xV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKFwF0xV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKFwF0xV .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-uYGKFwF0xV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKFwF0xV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKFwF0xV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKFwF0xV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKFwF0xV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKFwF0xV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKFwF0xV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKFwF0xV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKFwF0xV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKFwF0xV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKFwF0xV .navbar-brand .navbar-caption:hover,
.cid-uYGKFwF0xV .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKFwF0xV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKFwF0xV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKFwF0xV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKFwF0xV .dropdown-item.active,
.cid-uYGKFwF0xV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKFwF0xV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKFwF0xV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKFwF0xV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKFwF0xV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKFwF0xV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKFwF0xV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKFwF0xV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKFwF0xV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKFwF0xV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKFwF0xV .navbar-buttons {
  text-align: center;
}
.cid-uYGKFwF0xV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKFwF0xV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKFwF0xV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKFwF0xV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKFwF0xV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKFwF0xV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKFwF0xV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKFwF0xV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKFwF0xV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKFwF0xV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKFwF0xV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKFwF0xV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKFwF0xV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKFwF0xV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKFwF0xV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKFwF0xV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKFwF0xV .navbar {
    height: 70px;
  }
  .cid-uYGKFwF0xV .navbar.opened {
    height: auto;
  }
  .cid-uYGKFwF0xV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKFwF0xV .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKFwF0xV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKFwF0xV .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKFwF0xV .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKFwF0xV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKFwF0xV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKFwF0xV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKFwF0xV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKFwF0xV .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKFwF0xV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKFwF0xV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKFwF0xV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKFwF0xV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKFwF0xV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKFwF0xV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKFwF0xV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKFwF0xV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKFwF0xV .content-wrap {
  min-height: 110px;
}
.cid-uYGKFwF0xV .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKFwF0xV .nav-link,
.cid-uYGKFwF0xV .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKFw0vv2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKFw0vv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKFw0vv2 .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-uYGKFw0vv2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKFw0vv2 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKFw0vv2 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKFw0vv2 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKFw0vv2 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKFw0vv2 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKFw0vv2 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKFw0vv2 .mbr-label {
  color: #ffffff;
}
.cid-uYGKFw0vv2 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKFw0vv2 label {
  color: #ffffff;
}
.cid-uYGKFwkK4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKFwkK4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKFwkK4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKFwkK4o .row {
  justify-content: center;
}
.cid-uYGKFwkK4o .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKFwkK4o .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKFwkK4o .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKFwkK4o .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKFwkK4o .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKFwkK4o .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKFwkK4o .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKFwkK4o .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKFwkK4o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKFwkK4o .card-title {
  color: #000000;
}
.cid-uYGKFwkK4o .mbr-section-title,
.cid-uYGKFwkK4o .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKFwkK4o .card-title,
.cid-uYGKFwkK4o .contact-wrapper {
  color: #000000;
}
.cid-uYGKFx3yVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKFx3yVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKFx3yVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKFx3yVd .row {
  justify-content: center;
}
.cid-uYGKFx3yVd .card {
  justify-content: center;
}
.cid-uYGKFx3yVd .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKFx3yVd .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKFx3yVd .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKFx3yVd .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKFx3yVd .nav-wrapper .list .item-wrap:hover,
.cid-uYGKFx3yVd .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKFx3yVd .list,
.cid-uYGKFx3yVd .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKKdwv7s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKKdwv7s nav.navbar {
  position: fixed;
}
.cid-uYGKKdwv7s .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKKdwv7s .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKKdwv7s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKKdwv7s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKKdwv7s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKKdwv7s .dropdown-item:hover,
.cid-uYGKKdwv7s .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKKdwv7s .dropdown-item:hover span {
  color: white;
}
.cid-uYGKKdwv7s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKKdwv7s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKKdwv7s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKKdwv7s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKKdwv7s .nav-link {
  position: relative;
}
.cid-uYGKKdwv7s .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKKdwv7s .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKKdwv7s .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKKdwv7s .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKKdwv7s .dropdown-menu,
.cid-uYGKKdwv7s .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKKdwv7s .nav-item:focus,
.cid-uYGKKdwv7s .nav-link:focus {
  outline: none;
}
.cid-uYGKKdwv7s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKKdwv7s .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKKdwv7s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKKdwv7s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKKdwv7s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKKdwv7s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKKdwv7s .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKKdwv7s .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKKdwv7s .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKKdwv7s .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKKdwv7s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKKdwv7s .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKKdwv7s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKKdwv7s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKKdwv7s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKKdwv7s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKKdwv7s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKKdwv7s .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-uYGKKdwv7s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKKdwv7s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKKdwv7s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKKdwv7s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKKdwv7s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKKdwv7s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKKdwv7s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKKdwv7s .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-uYGKKdwv7s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKKdwv7s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKKdwv7s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKKdwv7s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKKdwv7s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKKdwv7s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKKdwv7s .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKKdwv7s .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKKdwv7s .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKKdwv7s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKKdwv7s .navbar-brand .navbar-caption:hover,
.cid-uYGKKdwv7s .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKKdwv7s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKKdwv7s .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKKdwv7s .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKKdwv7s .dropdown-item.active,
.cid-uYGKKdwv7s .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKKdwv7s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKKdwv7s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKKdwv7s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKKdwv7s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKKdwv7s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKKdwv7s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKKdwv7s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKKdwv7s ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKKdwv7s ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKKdwv7s .navbar-buttons {
  text-align: center;
}
.cid-uYGKKdwv7s .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKKdwv7s .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKKdwv7s .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKKdwv7s button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKKdwv7s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKKdwv7s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKKdwv7s button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKKdwv7s button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKKdwv7s button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKKdwv7s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKKdwv7s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKKdwv7s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKKdwv7s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKKdwv7s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKKdwv7s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKKdwv7s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKKdwv7s .navbar {
    height: 70px;
  }
  .cid-uYGKKdwv7s .navbar.opened {
    height: auto;
  }
  .cid-uYGKKdwv7s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKKdwv7s .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKKdwv7s .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKKdwv7s .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKKdwv7s .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKKdwv7s .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKKdwv7s .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKKdwv7s .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKKdwv7s .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKKdwv7s .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKKdwv7s .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKKdwv7s .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKKdwv7s .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKKdwv7s .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKKdwv7s .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKKdwv7s .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKKdwv7s .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKKdwv7s .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKKdwv7s .content-wrap {
  min-height: 110px;
}
.cid-uYGKKdwv7s .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKKdwv7s .nav-link,
.cid-uYGKKdwv7s .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKKcP5mU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKKcP5mU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKKcP5mU .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-uYGKKcP5mU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKKcP5mU .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKKcP5mU .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKKcP5mU .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKKcP5mU .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKKcP5mU .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKKcP5mU .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKKcP5mU .mbr-label {
  color: #ffffff;
}
.cid-uYGKKcP5mU .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKKcP5mU label {
  color: #ffffff;
}
.cid-uYGKKdcqEQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKKdcqEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKKdcqEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKKdcqEQ .row {
  justify-content: center;
}
.cid-uYGKKdcqEQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKKdcqEQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKKdcqEQ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKKdcqEQ .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKKdcqEQ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKKdcqEQ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKKdcqEQ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKKdcqEQ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKKdcqEQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKKdcqEQ .card-title {
  color: #000000;
}
.cid-uYGKKdcqEQ .mbr-section-title,
.cid-uYGKKdcqEQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKKdcqEQ .card-title,
.cid-uYGKKdcqEQ .contact-wrapper {
  color: #000000;
}
.cid-uYGKKdSOku {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKKdSOku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKKdSOku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKKdSOku .row {
  justify-content: center;
}
.cid-uYGKKdSOku .card {
  justify-content: center;
}
.cid-uYGKKdSOku .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKKdSOku .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKKdSOku .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKKdSOku .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKKdSOku .nav-wrapper .list .item-wrap:hover,
.cid-uYGKKdSOku .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKKdSOku .list,
.cid-uYGKKdSOku .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKNNEKTa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKNNEKTa nav.navbar {
  position: fixed;
}
.cid-uYGKNNEKTa .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKNNEKTa .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKNNEKTa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKNNEKTa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKNNEKTa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKNNEKTa .dropdown-item:hover,
.cid-uYGKNNEKTa .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKNNEKTa .dropdown-item:hover span {
  color: white;
}
.cid-uYGKNNEKTa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKNNEKTa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKNNEKTa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKNNEKTa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKNNEKTa .nav-link {
  position: relative;
}
.cid-uYGKNNEKTa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKNNEKTa .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKNNEKTa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKNNEKTa .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKNNEKTa .dropdown-menu,
.cid-uYGKNNEKTa .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKNNEKTa .nav-item:focus,
.cid-uYGKNNEKTa .nav-link:focus {
  outline: none;
}
.cid-uYGKNNEKTa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKNNEKTa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKNNEKTa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKNNEKTa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKNNEKTa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKNNEKTa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKNNEKTa .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKNNEKTa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKNNEKTa .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKNNEKTa .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKNNEKTa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKNNEKTa .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKNNEKTa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKNNEKTa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKNNEKTa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKNNEKTa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKNNEKTa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKNNEKTa .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-uYGKNNEKTa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKNNEKTa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKNNEKTa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKNNEKTa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKNNEKTa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKNNEKTa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKNNEKTa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKNNEKTa .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-uYGKNNEKTa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKNNEKTa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKNNEKTa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKNNEKTa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKNNEKTa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKNNEKTa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKNNEKTa .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKNNEKTa .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKNNEKTa .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKNNEKTa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKNNEKTa .navbar-brand .navbar-caption:hover,
.cid-uYGKNNEKTa .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKNNEKTa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKNNEKTa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKNNEKTa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKNNEKTa .dropdown-item.active,
.cid-uYGKNNEKTa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKNNEKTa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKNNEKTa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKNNEKTa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKNNEKTa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKNNEKTa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKNNEKTa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKNNEKTa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKNNEKTa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKNNEKTa ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKNNEKTa .navbar-buttons {
  text-align: center;
}
.cid-uYGKNNEKTa .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKNNEKTa .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKNNEKTa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKNNEKTa button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKNNEKTa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKNNEKTa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKNNEKTa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKNNEKTa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKNNEKTa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKNNEKTa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKNNEKTa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKNNEKTa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKNNEKTa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKNNEKTa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKNNEKTa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKNNEKTa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKNNEKTa .navbar {
    height: 70px;
  }
  .cid-uYGKNNEKTa .navbar.opened {
    height: auto;
  }
  .cid-uYGKNNEKTa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKNNEKTa .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKNNEKTa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKNNEKTa .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKNNEKTa .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKNNEKTa .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKNNEKTa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKNNEKTa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKNNEKTa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKNNEKTa .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKNNEKTa .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKNNEKTa .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKNNEKTa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKNNEKTa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKNNEKTa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKNNEKTa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKNNEKTa .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKNNEKTa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKNNEKTa .content-wrap {
  min-height: 110px;
}
.cid-uYGKNNEKTa .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKNNEKTa .nav-link,
.cid-uYGKNNEKTa .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKNMXWtO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKNMXWtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKNMXWtO .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-uYGKNMXWtO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKNMXWtO .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKNMXWtO .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKNMXWtO .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKNMXWtO .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKNMXWtO .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKNMXWtO .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKNMXWtO .mbr-label {
  color: #ffffff;
}
.cid-uYGKNMXWtO .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKNMXWtO label {
  color: #ffffff;
}
.cid-uYGKNNjTQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKNNjTQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKNNjTQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKNNjTQj .row {
  justify-content: center;
}
.cid-uYGKNNjTQj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKNNjTQj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKNNjTQj .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKNNjTQj .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKNNjTQj .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKNNjTQj .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKNNjTQj .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKNNjTQj .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKNNjTQj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKNNjTQj .card-title {
  color: #000000;
}
.cid-uYGKNNjTQj .mbr-section-title,
.cid-uYGKNNjTQj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKNNjTQj .card-title,
.cid-uYGKNNjTQj .contact-wrapper {
  color: #000000;
}
.cid-uYGKNO0JvN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKNO0JvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKNO0JvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKNO0JvN .row {
  justify-content: center;
}
.cid-uYGKNO0JvN .card {
  justify-content: center;
}
.cid-uYGKNO0JvN .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKNO0JvN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKNO0JvN .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKNO0JvN .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKNO0JvN .nav-wrapper .list .item-wrap:hover,
.cid-uYGKNO0JvN .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKNO0JvN .list,
.cid-uYGKNO0JvN .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKQTVDlo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKQTVDlo nav.navbar {
  position: fixed;
}
.cid-uYGKQTVDlo .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKQTVDlo .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKQTVDlo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKQTVDlo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKQTVDlo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKQTVDlo .dropdown-item:hover,
.cid-uYGKQTVDlo .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKQTVDlo .dropdown-item:hover span {
  color: white;
}
.cid-uYGKQTVDlo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKQTVDlo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKQTVDlo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKQTVDlo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKQTVDlo .nav-link {
  position: relative;
}
.cid-uYGKQTVDlo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKQTVDlo .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKQTVDlo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKQTVDlo .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKQTVDlo .dropdown-menu,
.cid-uYGKQTVDlo .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKQTVDlo .nav-item:focus,
.cid-uYGKQTVDlo .nav-link:focus {
  outline: none;
}
.cid-uYGKQTVDlo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKQTVDlo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKQTVDlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKQTVDlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKQTVDlo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKQTVDlo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKQTVDlo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKQTVDlo .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKQTVDlo .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKQTVDlo .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKQTVDlo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKQTVDlo .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKQTVDlo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKQTVDlo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKQTVDlo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKQTVDlo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKQTVDlo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKQTVDlo .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-uYGKQTVDlo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKQTVDlo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKQTVDlo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKQTVDlo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKQTVDlo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKQTVDlo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKQTVDlo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKQTVDlo .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-uYGKQTVDlo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKQTVDlo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKQTVDlo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKQTVDlo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKQTVDlo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKQTVDlo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKQTVDlo .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKQTVDlo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKQTVDlo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKQTVDlo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKQTVDlo .navbar-brand .navbar-caption:hover,
.cid-uYGKQTVDlo .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKQTVDlo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKQTVDlo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKQTVDlo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKQTVDlo .dropdown-item.active,
.cid-uYGKQTVDlo .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKQTVDlo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKQTVDlo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKQTVDlo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKQTVDlo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKQTVDlo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKQTVDlo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKQTVDlo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKQTVDlo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKQTVDlo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKQTVDlo .navbar-buttons {
  text-align: center;
}
.cid-uYGKQTVDlo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKQTVDlo .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKQTVDlo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKQTVDlo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKQTVDlo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKQTVDlo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKQTVDlo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKQTVDlo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKQTVDlo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKQTVDlo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKQTVDlo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKQTVDlo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKQTVDlo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKQTVDlo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKQTVDlo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKQTVDlo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKQTVDlo .navbar {
    height: 70px;
  }
  .cid-uYGKQTVDlo .navbar.opened {
    height: auto;
  }
  .cid-uYGKQTVDlo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKQTVDlo .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKQTVDlo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKQTVDlo .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKQTVDlo .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKQTVDlo .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKQTVDlo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKQTVDlo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKQTVDlo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKQTVDlo .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKQTVDlo .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKQTVDlo .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKQTVDlo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKQTVDlo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKQTVDlo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKQTVDlo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKQTVDlo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKQTVDlo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKQTVDlo .content-wrap {
  min-height: 110px;
}
.cid-uYGKQTVDlo .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKQTVDlo .nav-link,
.cid-uYGKQTVDlo .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKQTj21a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKQTj21a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKQTj21a .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-uYGKQTj21a .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKQTj21a .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKQTj21a .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKQTj21a .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKQTj21a .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKQTj21a .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKQTj21a .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKQTj21a .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKQTj21a .mbr-label {
  color: #ffffff;
}
.cid-uYGKQTj21a .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKQTj21a label {
  color: #ffffff;
}
.cid-uYGKQTExP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKQTExP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKQTExP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKQTExP0 .row {
  justify-content: center;
}
.cid-uYGKQTExP0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKQTExP0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKQTExP0 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKQTExP0 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKQTExP0 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKQTExP0 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKQTExP0 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKQTExP0 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKQTExP0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKQTExP0 .card-title {
  color: #000000;
}
.cid-uYGKQTExP0 .mbr-section-title,
.cid-uYGKQTExP0 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKQTExP0 .card-title,
.cid-uYGKQTExP0 .contact-wrapper {
  color: #000000;
}
.cid-uYGKQUiB8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKQUiB8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKQUiB8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKQUiB8C .row {
  justify-content: center;
}
.cid-uYGKQUiB8C .card {
  justify-content: center;
}
.cid-uYGKQUiB8C .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKQUiB8C .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKQUiB8C .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKQUiB8C .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKQUiB8C .nav-wrapper .list .item-wrap:hover,
.cid-uYGKQUiB8C .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKQUiB8C .list,
.cid-uYGKQUiB8C .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKUXCPet {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKUXCPet nav.navbar {
  position: fixed;
}
.cid-uYGKUXCPet .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKUXCPet .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKUXCPet .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKUXCPet .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKUXCPet .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKUXCPet .dropdown-item:hover,
.cid-uYGKUXCPet .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKUXCPet .dropdown-item:hover span {
  color: white;
}
.cid-uYGKUXCPet .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKUXCPet .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKUXCPet .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKUXCPet .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKUXCPet .nav-link {
  position: relative;
}
.cid-uYGKUXCPet .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKUXCPet .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKUXCPet .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKUXCPet .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKUXCPet .dropdown-menu,
.cid-uYGKUXCPet .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKUXCPet .nav-item:focus,
.cid-uYGKUXCPet .nav-link:focus {
  outline: none;
}
.cid-uYGKUXCPet .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKUXCPet .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKUXCPet .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKUXCPet .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKUXCPet .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKUXCPet .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKUXCPet .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKUXCPet .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKUXCPet .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKUXCPet .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKUXCPet .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKUXCPet .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKUXCPet .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKUXCPet .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKUXCPet .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKUXCPet .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKUXCPet .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKUXCPet .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-uYGKUXCPet .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKUXCPet .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKUXCPet .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKUXCPet .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKUXCPet .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKUXCPet .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKUXCPet .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKUXCPet .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-uYGKUXCPet .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKUXCPet .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKUXCPet .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKUXCPet .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKUXCPet .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKUXCPet .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKUXCPet .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKUXCPet .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKUXCPet .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKUXCPet .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKUXCPet .navbar-brand .navbar-caption:hover,
.cid-uYGKUXCPet .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKUXCPet .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKUXCPet .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKUXCPet .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKUXCPet .dropdown-item.active,
.cid-uYGKUXCPet .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKUXCPet .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKUXCPet .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKUXCPet .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKUXCPet .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKUXCPet .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKUXCPet .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKUXCPet .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKUXCPet ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKUXCPet ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKUXCPet .navbar-buttons {
  text-align: center;
}
.cid-uYGKUXCPet .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKUXCPet .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKUXCPet .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKUXCPet button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKUXCPet button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKUXCPet button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKUXCPet button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKUXCPet button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKUXCPet button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKUXCPet nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKUXCPet nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKUXCPet nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKUXCPet nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKUXCPet .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKUXCPet a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKUXCPet .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKUXCPet .navbar {
    height: 70px;
  }
  .cid-uYGKUXCPet .navbar.opened {
    height: auto;
  }
  .cid-uYGKUXCPet .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKUXCPet .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKUXCPet .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKUXCPet .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKUXCPet .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKUXCPet .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKUXCPet .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKUXCPet .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKUXCPet .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKUXCPet .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKUXCPet .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKUXCPet .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKUXCPet .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKUXCPet .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKUXCPet .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKUXCPet .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKUXCPet .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKUXCPet .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKUXCPet .content-wrap {
  min-height: 110px;
}
.cid-uYGKUXCPet .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKUXCPet .nav-link,
.cid-uYGKUXCPet .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKUWYlrH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKUWYlrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKUWYlrH .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-uYGKUWYlrH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKUWYlrH .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKUWYlrH .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKUWYlrH .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKUWYlrH .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKUWYlrH .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKUWYlrH .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKUWYlrH .mbr-label {
  color: #ffffff;
}
.cid-uYGKUWYlrH .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKUWYlrH label {
  color: #ffffff;
}
.cid-uYGKUXkrqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKUXkrqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKUXkrqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKUXkrqj .row {
  justify-content: center;
}
.cid-uYGKUXkrqj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKUXkrqj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKUXkrqj .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKUXkrqj .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKUXkrqj .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKUXkrqj .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKUXkrqj .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKUXkrqj .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKUXkrqj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKUXkrqj .card-title {
  color: #000000;
}
.cid-uYGKUXkrqj .mbr-section-title,
.cid-uYGKUXkrqj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKUXkrqj .card-title,
.cid-uYGKUXkrqj .contact-wrapper {
  color: #000000;
}
.cid-uYGKUY0m2o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKUY0m2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKUY0m2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKUY0m2o .row {
  justify-content: center;
}
.cid-uYGKUY0m2o .card {
  justify-content: center;
}
.cid-uYGKUY0m2o .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKUY0m2o .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKUY0m2o .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKUY0m2o .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKUY0m2o .nav-wrapper .list .item-wrap:hover,
.cid-uYGKUY0m2o .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKUY0m2o .list,
.cid-uYGKUY0m2o .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKXRX5PE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGKXRX5PE nav.navbar {
  position: fixed;
}
.cid-uYGKXRX5PE .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGKXRX5PE .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGKXRX5PE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKXRX5PE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGKXRX5PE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKXRX5PE .dropdown-item:hover,
.cid-uYGKXRX5PE .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGKXRX5PE .dropdown-item:hover span {
  color: white;
}
.cid-uYGKXRX5PE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGKXRX5PE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGKXRX5PE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGKXRX5PE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGKXRX5PE .nav-link {
  position: relative;
}
.cid-uYGKXRX5PE .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGKXRX5PE .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGKXRX5PE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGKXRX5PE .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGKXRX5PE .dropdown-menu,
.cid-uYGKXRX5PE .navbar.opened {
  background: #071705 !important;
}
.cid-uYGKXRX5PE .nav-item:focus,
.cid-uYGKXRX5PE .nav-link:focus {
  outline: none;
}
.cid-uYGKXRX5PE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGKXRX5PE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGKXRX5PE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGKXRX5PE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGKXRX5PE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGKXRX5PE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGKXRX5PE .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKXRX5PE .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGKXRX5PE .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGKXRX5PE .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGKXRX5PE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGKXRX5PE .navbar.collapsed {
  justify-content: center;
}
.cid-uYGKXRX5PE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGKXRX5PE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGKXRX5PE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGKXRX5PE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGKXRX5PE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGKXRX5PE .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-uYGKXRX5PE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGKXRX5PE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGKXRX5PE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGKXRX5PE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGKXRX5PE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGKXRX5PE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGKXRX5PE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGKXRX5PE .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-uYGKXRX5PE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGKXRX5PE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGKXRX5PE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGKXRX5PE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGKXRX5PE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGKXRX5PE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGKXRX5PE .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGKXRX5PE .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGKXRX5PE .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGKXRX5PE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGKXRX5PE .navbar-brand .navbar-caption:hover,
.cid-uYGKXRX5PE .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKXRX5PE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGKXRX5PE .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGKXRX5PE .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGKXRX5PE .dropdown-item.active,
.cid-uYGKXRX5PE .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGKXRX5PE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGKXRX5PE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGKXRX5PE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGKXRX5PE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGKXRX5PE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGKXRX5PE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGKXRX5PE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGKXRX5PE ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGKXRX5PE ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGKXRX5PE .navbar-buttons {
  text-align: center;
}
.cid-uYGKXRX5PE .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGKXRX5PE .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGKXRX5PE .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGKXRX5PE button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGKXRX5PE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGKXRX5PE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGKXRX5PE button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKXRX5PE button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGKXRX5PE button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGKXRX5PE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKXRX5PE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGKXRX5PE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGKXRX5PE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGKXRX5PE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGKXRX5PE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGKXRX5PE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGKXRX5PE .navbar {
    height: 70px;
  }
  .cid-uYGKXRX5PE .navbar.opened {
    height: auto;
  }
  .cid-uYGKXRX5PE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGKXRX5PE .navbar-nav {
  margin: 0 auto;
}
.cid-uYGKXRX5PE .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGKXRX5PE .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGKXRX5PE .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGKXRX5PE .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGKXRX5PE .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGKXRX5PE .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGKXRX5PE .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGKXRX5PE .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGKXRX5PE .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGKXRX5PE .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGKXRX5PE .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGKXRX5PE .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGKXRX5PE .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGKXRX5PE .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGKXRX5PE .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGKXRX5PE .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGKXRX5PE .content-wrap {
  min-height: 110px;
}
.cid-uYGKXRX5PE .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGKXRX5PE .nav-link,
.cid-uYGKXRX5PE .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGKXRm7zu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGKXRm7zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKXRm7zu .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-uYGKXRm7zu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKXRm7zu .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKXRm7zu .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGKXRm7zu .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGKXRm7zu .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKXRm7zu .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGKXRm7zu .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGKXRm7zu .mbr-label {
  color: #ffffff;
}
.cid-uYGKXRm7zu .mbr-section-title {
  color: #ffffff;
}
.cid-uYGKXRm7zu label {
  color: #ffffff;
}
.cid-uYGKXRGB5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGKXRGB5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKXRGB5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKXRGB5w .row {
  justify-content: center;
}
.cid-uYGKXRGB5w .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGKXRGB5w .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKXRGB5w .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGKXRGB5w .item {
    margin-bottom: 16px;
  }
}
.cid-uYGKXRGB5w .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGKXRGB5w .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGKXRGB5w .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGKXRGB5w .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGKXRGB5w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGKXRGB5w .card-title {
  color: #000000;
}
.cid-uYGKXRGB5w .mbr-section-title,
.cid-uYGKXRGB5w .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGKXRGB5w .card-title,
.cid-uYGKXRGB5w .contact-wrapper {
  color: #000000;
}
.cid-uYGKXSjAHD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGKXSjAHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGKXSjAHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGKXSjAHD .row {
  justify-content: center;
}
.cid-uYGKXSjAHD .card {
  justify-content: center;
}
.cid-uYGKXSjAHD .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGKXSjAHD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGKXSjAHD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGKXSjAHD .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGKXSjAHD .nav-wrapper .list .item-wrap:hover,
.cid-uYGKXSjAHD .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGKXSjAHD .list,
.cid-uYGKXSjAHD .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGL40wllm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGL40wllm nav.navbar {
  position: fixed;
}
.cid-uYGL40wllm .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGL40wllm .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGL40wllm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGL40wllm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGL40wllm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGL40wllm .dropdown-item:hover,
.cid-uYGL40wllm .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGL40wllm .dropdown-item:hover span {
  color: white;
}
.cid-uYGL40wllm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGL40wllm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGL40wllm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGL40wllm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGL40wllm .nav-link {
  position: relative;
}
.cid-uYGL40wllm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGL40wllm .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGL40wllm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGL40wllm .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGL40wllm .dropdown-menu,
.cid-uYGL40wllm .navbar.opened {
  background: #071705 !important;
}
.cid-uYGL40wllm .nav-item:focus,
.cid-uYGL40wllm .nav-link:focus {
  outline: none;
}
.cid-uYGL40wllm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGL40wllm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGL40wllm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGL40wllm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGL40wllm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGL40wllm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGL40wllm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGL40wllm .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGL40wllm .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGL40wllm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGL40wllm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGL40wllm .navbar.collapsed {
  justify-content: center;
}
.cid-uYGL40wllm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGL40wllm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGL40wllm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGL40wllm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGL40wllm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGL40wllm .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-uYGL40wllm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGL40wllm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGL40wllm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGL40wllm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGL40wllm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGL40wllm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGL40wllm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGL40wllm .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-uYGL40wllm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGL40wllm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGL40wllm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGL40wllm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGL40wllm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGL40wllm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGL40wllm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGL40wllm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGL40wllm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGL40wllm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGL40wllm .navbar-brand .navbar-caption:hover,
.cid-uYGL40wllm .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGL40wllm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGL40wllm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGL40wllm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGL40wllm .dropdown-item.active,
.cid-uYGL40wllm .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGL40wllm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGL40wllm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGL40wllm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGL40wllm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGL40wllm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGL40wllm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGL40wllm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGL40wllm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGL40wllm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGL40wllm .navbar-buttons {
  text-align: center;
}
.cid-uYGL40wllm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGL40wllm .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGL40wllm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGL40wllm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGL40wllm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGL40wllm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGL40wllm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGL40wllm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGL40wllm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGL40wllm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGL40wllm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGL40wllm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGL40wllm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGL40wllm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGL40wllm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGL40wllm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGL40wllm .navbar {
    height: 70px;
  }
  .cid-uYGL40wllm .navbar.opened {
    height: auto;
  }
  .cid-uYGL40wllm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGL40wllm .navbar-nav {
  margin: 0 auto;
}
.cid-uYGL40wllm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGL40wllm .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGL40wllm .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGL40wllm .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGL40wllm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGL40wllm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGL40wllm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGL40wllm .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGL40wllm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGL40wllm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGL40wllm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGL40wllm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGL40wllm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGL40wllm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGL40wllm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGL40wllm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGL40wllm .content-wrap {
  min-height: 110px;
}
.cid-uYGL40wllm .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGL40wllm .nav-link,
.cid-uYGL40wllm .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGL3ZS7Kq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGL3ZS7Kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGL3ZS7Kq .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-uYGL3ZS7Kq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGL3ZS7Kq .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGL3ZS7Kq .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGL3ZS7Kq .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGL3ZS7Kq .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGL3ZS7Kq .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGL3ZS7Kq .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGL3ZS7Kq .mbr-label {
  color: #ffffff;
}
.cid-uYGL3ZS7Kq .mbr-section-title {
  color: #ffffff;
}
.cid-uYGL3ZS7Kq label {
  color: #ffffff;
}
.cid-uYGL40fOlu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGL40fOlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGL40fOlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGL40fOlu .row {
  justify-content: center;
}
.cid-uYGL40fOlu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGL40fOlu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGL40fOlu .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGL40fOlu .item {
    margin-bottom: 16px;
  }
}
.cid-uYGL40fOlu .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGL40fOlu .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGL40fOlu .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGL40fOlu .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGL40fOlu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGL40fOlu .card-title {
  color: #000000;
}
.cid-uYGL40fOlu .mbr-section-title,
.cid-uYGL40fOlu .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGL40fOlu .card-title,
.cid-uYGL40fOlu .contact-wrapper {
  color: #000000;
}
.cid-uYGL40WLEy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGL40WLEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGL40WLEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGL40WLEy .row {
  justify-content: center;
}
.cid-uYGL40WLEy .card {
  justify-content: center;
}
.cid-uYGL40WLEy .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGL40WLEy .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGL40WLEy .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGL40WLEy .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGL40WLEy .nav-wrapper .list .item-wrap:hover,
.cid-uYGL40WLEy .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGL40WLEy .list,
.cid-uYGL40WLEy .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGL6QD13x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGL6QD13x nav.navbar {
  position: fixed;
}
.cid-uYGL6QD13x .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGL6QD13x .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGL6QD13x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGL6QD13x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGL6QD13x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGL6QD13x .dropdown-item:hover,
.cid-uYGL6QD13x .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGL6QD13x .dropdown-item:hover span {
  color: white;
}
.cid-uYGL6QD13x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGL6QD13x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGL6QD13x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGL6QD13x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGL6QD13x .nav-link {
  position: relative;
}
.cid-uYGL6QD13x .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGL6QD13x .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGL6QD13x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGL6QD13x .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGL6QD13x .dropdown-menu,
.cid-uYGL6QD13x .navbar.opened {
  background: #071705 !important;
}
.cid-uYGL6QD13x .nav-item:focus,
.cid-uYGL6QD13x .nav-link:focus {
  outline: none;
}
.cid-uYGL6QD13x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGL6QD13x .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGL6QD13x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGL6QD13x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGL6QD13x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGL6QD13x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGL6QD13x .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGL6QD13x .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGL6QD13x .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGL6QD13x .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGL6QD13x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGL6QD13x .navbar.collapsed {
  justify-content: center;
}
.cid-uYGL6QD13x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGL6QD13x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGL6QD13x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGL6QD13x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGL6QD13x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGL6QD13x .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-uYGL6QD13x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGL6QD13x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGL6QD13x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGL6QD13x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGL6QD13x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGL6QD13x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGL6QD13x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGL6QD13x .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-uYGL6QD13x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGL6QD13x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGL6QD13x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGL6QD13x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGL6QD13x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGL6QD13x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGL6QD13x .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGL6QD13x .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGL6QD13x .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGL6QD13x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGL6QD13x .navbar-brand .navbar-caption:hover,
.cid-uYGL6QD13x .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGL6QD13x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGL6QD13x .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGL6QD13x .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGL6QD13x .dropdown-item.active,
.cid-uYGL6QD13x .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGL6QD13x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGL6QD13x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGL6QD13x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGL6QD13x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGL6QD13x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGL6QD13x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGL6QD13x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGL6QD13x ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGL6QD13x ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGL6QD13x .navbar-buttons {
  text-align: center;
}
.cid-uYGL6QD13x .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGL6QD13x .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGL6QD13x .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGL6QD13x button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGL6QD13x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGL6QD13x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGL6QD13x button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGL6QD13x button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGL6QD13x button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGL6QD13x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGL6QD13x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGL6QD13x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGL6QD13x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGL6QD13x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGL6QD13x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGL6QD13x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGL6QD13x .navbar {
    height: 70px;
  }
  .cid-uYGL6QD13x .navbar.opened {
    height: auto;
  }
  .cid-uYGL6QD13x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGL6QD13x .navbar-nav {
  margin: 0 auto;
}
.cid-uYGL6QD13x .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGL6QD13x .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGL6QD13x .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGL6QD13x .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGL6QD13x .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGL6QD13x .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGL6QD13x .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGL6QD13x .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGL6QD13x .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGL6QD13x .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGL6QD13x .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGL6QD13x .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGL6QD13x .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGL6QD13x .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGL6QD13x .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGL6QD13x .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGL6QD13x .content-wrap {
  min-height: 110px;
}
.cid-uYGL6QD13x .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGL6QD13x .nav-link,
.cid-uYGL6QD13x .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGL6Q27S7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGL6Q27S7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGL6Q27S7 .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-uYGL6Q27S7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGL6Q27S7 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGL6Q27S7 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGL6Q27S7 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGL6Q27S7 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGL6Q27S7 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGL6Q27S7 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGL6Q27S7 .mbr-label {
  color: #ffffff;
}
.cid-uYGL6Q27S7 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGL6Q27S7 label {
  color: #ffffff;
}
.cid-uYGL6Qlron {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGL6Qlron .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGL6Qlron .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGL6Qlron .row {
  justify-content: center;
}
.cid-uYGL6Qlron .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGL6Qlron .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGL6Qlron .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGL6Qlron .item {
    margin-bottom: 16px;
  }
}
.cid-uYGL6Qlron .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGL6Qlron .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGL6Qlron .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGL6Qlron .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGL6Qlron .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGL6Qlron .card-title {
  color: #000000;
}
.cid-uYGL6Qlron .mbr-section-title,
.cid-uYGL6Qlron .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGL6Qlron .card-title,
.cid-uYGL6Qlron .contact-wrapper {
  color: #000000;
}
.cid-uYGL6R1rjz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGL6R1rjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGL6R1rjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGL6R1rjz .row {
  justify-content: center;
}
.cid-uYGL6R1rjz .card {
  justify-content: center;
}
.cid-uYGL6R1rjz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGL6R1rjz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGL6R1rjz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGL6R1rjz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGL6R1rjz .nav-wrapper .list .item-wrap:hover,
.cid-uYGL6R1rjz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGL6R1rjz .list,
.cid-uYGL6R1rjz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLa0uq51 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLa0uq51 nav.navbar {
  position: fixed;
}
.cid-uYGLa0uq51 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLa0uq51 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLa0uq51 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLa0uq51 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLa0uq51 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLa0uq51 .dropdown-item:hover,
.cid-uYGLa0uq51 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLa0uq51 .dropdown-item:hover span {
  color: white;
}
.cid-uYGLa0uq51 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLa0uq51 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLa0uq51 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLa0uq51 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLa0uq51 .nav-link {
  position: relative;
}
.cid-uYGLa0uq51 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLa0uq51 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLa0uq51 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLa0uq51 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLa0uq51 .dropdown-menu,
.cid-uYGLa0uq51 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLa0uq51 .nav-item:focus,
.cid-uYGLa0uq51 .nav-link:focus {
  outline: none;
}
.cid-uYGLa0uq51 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLa0uq51 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLa0uq51 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLa0uq51 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLa0uq51 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLa0uq51 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLa0uq51 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLa0uq51 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLa0uq51 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLa0uq51 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLa0uq51 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLa0uq51 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLa0uq51 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLa0uq51 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLa0uq51 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLa0uq51 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLa0uq51 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLa0uq51 .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-uYGLa0uq51 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLa0uq51 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLa0uq51 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLa0uq51 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLa0uq51 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLa0uq51 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLa0uq51 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLa0uq51 .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-uYGLa0uq51 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLa0uq51 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLa0uq51 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLa0uq51 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLa0uq51 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLa0uq51 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLa0uq51 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLa0uq51 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLa0uq51 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLa0uq51 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLa0uq51 .navbar-brand .navbar-caption:hover,
.cid-uYGLa0uq51 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLa0uq51 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLa0uq51 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLa0uq51 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLa0uq51 .dropdown-item.active,
.cid-uYGLa0uq51 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLa0uq51 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLa0uq51 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLa0uq51 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLa0uq51 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLa0uq51 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLa0uq51 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLa0uq51 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLa0uq51 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLa0uq51 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLa0uq51 .navbar-buttons {
  text-align: center;
}
.cid-uYGLa0uq51 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLa0uq51 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLa0uq51 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLa0uq51 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLa0uq51 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLa0uq51 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLa0uq51 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLa0uq51 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLa0uq51 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLa0uq51 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLa0uq51 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLa0uq51 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLa0uq51 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLa0uq51 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLa0uq51 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLa0uq51 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLa0uq51 .navbar {
    height: 70px;
  }
  .cid-uYGLa0uq51 .navbar.opened {
    height: auto;
  }
  .cid-uYGLa0uq51 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLa0uq51 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLa0uq51 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLa0uq51 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLa0uq51 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLa0uq51 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLa0uq51 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLa0uq51 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLa0uq51 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLa0uq51 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLa0uq51 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLa0uq51 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLa0uq51 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLa0uq51 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLa0uq51 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLa0uq51 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLa0uq51 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLa0uq51 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLa0uq51 .content-wrap {
  min-height: 110px;
}
.cid-uYGLa0uq51 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLa0uq51 .nav-link,
.cid-uYGLa0uq51 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGL9ZV4xR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGL9ZV4xR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGL9ZV4xR .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-uYGL9ZV4xR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGL9ZV4xR .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGL9ZV4xR .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGL9ZV4xR .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGL9ZV4xR .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGL9ZV4xR .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGL9ZV4xR .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGL9ZV4xR .mbr-label {
  color: #ffffff;
}
.cid-uYGL9ZV4xR .mbr-section-title {
  color: #ffffff;
}
.cid-uYGL9ZV4xR label {
  color: #ffffff;
}
.cid-uYGLa0dTnV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLa0dTnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLa0dTnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLa0dTnV .row {
  justify-content: center;
}
.cid-uYGLa0dTnV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLa0dTnV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLa0dTnV .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLa0dTnV .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLa0dTnV .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLa0dTnV .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLa0dTnV .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLa0dTnV .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLa0dTnV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLa0dTnV .card-title {
  color: #000000;
}
.cid-uYGLa0dTnV .mbr-section-title,
.cid-uYGLa0dTnV .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLa0dTnV .card-title,
.cid-uYGLa0dTnV .contact-wrapper {
  color: #000000;
}
.cid-uYGLa0Pmse {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLa0Pmse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLa0Pmse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLa0Pmse .row {
  justify-content: center;
}
.cid-uYGLa0Pmse .card {
  justify-content: center;
}
.cid-uYGLa0Pmse .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLa0Pmse .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLa0Pmse .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLa0Pmse .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLa0Pmse .nav-wrapper .list .item-wrap:hover,
.cid-uYGLa0Pmse .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLa0Pmse .list,
.cid-uYGLa0Pmse .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLd3FaA7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLd3FaA7 nav.navbar {
  position: fixed;
}
.cid-uYGLd3FaA7 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLd3FaA7 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLd3FaA7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLd3FaA7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLd3FaA7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLd3FaA7 .dropdown-item:hover,
.cid-uYGLd3FaA7 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLd3FaA7 .dropdown-item:hover span {
  color: white;
}
.cid-uYGLd3FaA7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLd3FaA7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLd3FaA7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLd3FaA7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLd3FaA7 .nav-link {
  position: relative;
}
.cid-uYGLd3FaA7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLd3FaA7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLd3FaA7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLd3FaA7 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLd3FaA7 .dropdown-menu,
.cid-uYGLd3FaA7 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLd3FaA7 .nav-item:focus,
.cid-uYGLd3FaA7 .nav-link:focus {
  outline: none;
}
.cid-uYGLd3FaA7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLd3FaA7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLd3FaA7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLd3FaA7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLd3FaA7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLd3FaA7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLd3FaA7 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLd3FaA7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLd3FaA7 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLd3FaA7 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLd3FaA7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLd3FaA7 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLd3FaA7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLd3FaA7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLd3FaA7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLd3FaA7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLd3FaA7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLd3FaA7 .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-uYGLd3FaA7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLd3FaA7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLd3FaA7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLd3FaA7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLd3FaA7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLd3FaA7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLd3FaA7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLd3FaA7 .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-uYGLd3FaA7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLd3FaA7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLd3FaA7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLd3FaA7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLd3FaA7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLd3FaA7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLd3FaA7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLd3FaA7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLd3FaA7 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLd3FaA7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLd3FaA7 .navbar-brand .navbar-caption:hover,
.cid-uYGLd3FaA7 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLd3FaA7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLd3FaA7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLd3FaA7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLd3FaA7 .dropdown-item.active,
.cid-uYGLd3FaA7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLd3FaA7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLd3FaA7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLd3FaA7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLd3FaA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLd3FaA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLd3FaA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLd3FaA7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLd3FaA7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLd3FaA7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLd3FaA7 .navbar-buttons {
  text-align: center;
}
.cid-uYGLd3FaA7 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLd3FaA7 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLd3FaA7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLd3FaA7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLd3FaA7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLd3FaA7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLd3FaA7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLd3FaA7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLd3FaA7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLd3FaA7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLd3FaA7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLd3FaA7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLd3FaA7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLd3FaA7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLd3FaA7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLd3FaA7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLd3FaA7 .navbar {
    height: 70px;
  }
  .cid-uYGLd3FaA7 .navbar.opened {
    height: auto;
  }
  .cid-uYGLd3FaA7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLd3FaA7 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLd3FaA7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLd3FaA7 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLd3FaA7 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLd3FaA7 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLd3FaA7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLd3FaA7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLd3FaA7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLd3FaA7 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLd3FaA7 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLd3FaA7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLd3FaA7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLd3FaA7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLd3FaA7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLd3FaA7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLd3FaA7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLd3FaA7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLd3FaA7 .content-wrap {
  min-height: 110px;
}
.cid-uYGLd3FaA7 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLd3FaA7 .nav-link,
.cid-uYGLd3FaA7 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLd30jX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLd30jX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLd30jX3 .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-uYGLd30jX3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLd30jX3 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLd30jX3 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLd30jX3 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLd30jX3 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLd30jX3 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLd30jX3 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLd30jX3 .mbr-label {
  color: #ffffff;
}
.cid-uYGLd30jX3 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLd30jX3 label {
  color: #ffffff;
}
.cid-uYGLd3l5qC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLd3l5qC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLd3l5qC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLd3l5qC .row {
  justify-content: center;
}
.cid-uYGLd3l5qC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLd3l5qC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLd3l5qC .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLd3l5qC .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLd3l5qC .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLd3l5qC .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLd3l5qC .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLd3l5qC .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLd3l5qC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLd3l5qC .card-title {
  color: #000000;
}
.cid-uYGLd3l5qC .mbr-section-title,
.cid-uYGLd3l5qC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLd3l5qC .card-title,
.cid-uYGLd3l5qC .contact-wrapper {
  color: #000000;
}
.cid-uYGLd42pqm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLd42pqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLd42pqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLd42pqm .row {
  justify-content: center;
}
.cid-uYGLd42pqm .card {
  justify-content: center;
}
.cid-uYGLd42pqm .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLd42pqm .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLd42pqm .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLd42pqm .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLd42pqm .nav-wrapper .list .item-wrap:hover,
.cid-uYGLd42pqm .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLd42pqm .list,
.cid-uYGLd42pqm .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLg3SfGx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLg3SfGx nav.navbar {
  position: fixed;
}
.cid-uYGLg3SfGx .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLg3SfGx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLg3SfGx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLg3SfGx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLg3SfGx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLg3SfGx .dropdown-item:hover,
.cid-uYGLg3SfGx .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLg3SfGx .dropdown-item:hover span {
  color: white;
}
.cid-uYGLg3SfGx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLg3SfGx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLg3SfGx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLg3SfGx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLg3SfGx .nav-link {
  position: relative;
}
.cid-uYGLg3SfGx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLg3SfGx .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLg3SfGx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLg3SfGx .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLg3SfGx .dropdown-menu,
.cid-uYGLg3SfGx .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLg3SfGx .nav-item:focus,
.cid-uYGLg3SfGx .nav-link:focus {
  outline: none;
}
.cid-uYGLg3SfGx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLg3SfGx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLg3SfGx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLg3SfGx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLg3SfGx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLg3SfGx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLg3SfGx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLg3SfGx .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLg3SfGx .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLg3SfGx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLg3SfGx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLg3SfGx .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLg3SfGx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLg3SfGx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLg3SfGx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLg3SfGx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLg3SfGx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLg3SfGx .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-uYGLg3SfGx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLg3SfGx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLg3SfGx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLg3SfGx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLg3SfGx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLg3SfGx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLg3SfGx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLg3SfGx .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-uYGLg3SfGx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLg3SfGx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLg3SfGx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLg3SfGx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLg3SfGx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLg3SfGx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLg3SfGx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLg3SfGx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLg3SfGx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLg3SfGx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLg3SfGx .navbar-brand .navbar-caption:hover,
.cid-uYGLg3SfGx .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLg3SfGx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLg3SfGx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLg3SfGx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLg3SfGx .dropdown-item.active,
.cid-uYGLg3SfGx .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLg3SfGx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLg3SfGx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLg3SfGx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLg3SfGx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLg3SfGx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLg3SfGx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLg3SfGx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLg3SfGx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLg3SfGx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLg3SfGx .navbar-buttons {
  text-align: center;
}
.cid-uYGLg3SfGx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLg3SfGx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLg3SfGx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLg3SfGx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLg3SfGx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLg3SfGx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLg3SfGx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLg3SfGx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLg3SfGx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLg3SfGx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLg3SfGx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLg3SfGx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLg3SfGx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLg3SfGx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLg3SfGx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLg3SfGx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLg3SfGx .navbar {
    height: 70px;
  }
  .cid-uYGLg3SfGx .navbar.opened {
    height: auto;
  }
  .cid-uYGLg3SfGx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLg3SfGx .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLg3SfGx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLg3SfGx .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLg3SfGx .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLg3SfGx .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLg3SfGx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLg3SfGx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLg3SfGx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLg3SfGx .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLg3SfGx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLg3SfGx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLg3SfGx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLg3SfGx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLg3SfGx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLg3SfGx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLg3SfGx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLg3SfGx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLg3SfGx .content-wrap {
  min-height: 110px;
}
.cid-uYGLg3SfGx .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLg3SfGx .nav-link,
.cid-uYGLg3SfGx .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLg3jEa1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLg3jEa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLg3jEa1 .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-uYGLg3jEa1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLg3jEa1 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLg3jEa1 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLg3jEa1 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLg3jEa1 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLg3jEa1 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLg3jEa1 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLg3jEa1 .mbr-label {
  color: #ffffff;
}
.cid-uYGLg3jEa1 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLg3jEa1 label {
  color: #ffffff;
}
.cid-uYGLg3CmRD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLg3CmRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLg3CmRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLg3CmRD .row {
  justify-content: center;
}
.cid-uYGLg3CmRD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLg3CmRD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLg3CmRD .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLg3CmRD .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLg3CmRD .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLg3CmRD .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLg3CmRD .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLg3CmRD .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLg3CmRD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLg3CmRD .card-title {
  color: #000000;
}
.cid-uYGLg3CmRD .mbr-section-title,
.cid-uYGLg3CmRD .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLg3CmRD .card-title,
.cid-uYGLg3CmRD .contact-wrapper {
  color: #000000;
}
.cid-uYGLg4gkgR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLg4gkgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLg4gkgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLg4gkgR .row {
  justify-content: center;
}
.cid-uYGLg4gkgR .card {
  justify-content: center;
}
.cid-uYGLg4gkgR .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLg4gkgR .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLg4gkgR .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLg4gkgR .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLg4gkgR .nav-wrapper .list .item-wrap:hover,
.cid-uYGLg4gkgR .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLg4gkgR .list,
.cid-uYGLg4gkgR .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLjAxQrq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLjAxQrq nav.navbar {
  position: fixed;
}
.cid-uYGLjAxQrq .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLjAxQrq .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLjAxQrq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLjAxQrq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLjAxQrq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLjAxQrq .dropdown-item:hover,
.cid-uYGLjAxQrq .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLjAxQrq .dropdown-item:hover span {
  color: white;
}
.cid-uYGLjAxQrq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLjAxQrq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLjAxQrq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLjAxQrq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLjAxQrq .nav-link {
  position: relative;
}
.cid-uYGLjAxQrq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLjAxQrq .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLjAxQrq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLjAxQrq .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLjAxQrq .dropdown-menu,
.cid-uYGLjAxQrq .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLjAxQrq .nav-item:focus,
.cid-uYGLjAxQrq .nav-link:focus {
  outline: none;
}
.cid-uYGLjAxQrq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLjAxQrq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLjAxQrq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLjAxQrq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLjAxQrq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLjAxQrq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLjAxQrq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLjAxQrq .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLjAxQrq .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLjAxQrq .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLjAxQrq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLjAxQrq .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLjAxQrq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLjAxQrq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLjAxQrq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLjAxQrq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLjAxQrq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLjAxQrq .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-uYGLjAxQrq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLjAxQrq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLjAxQrq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLjAxQrq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLjAxQrq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLjAxQrq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLjAxQrq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLjAxQrq .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-uYGLjAxQrq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLjAxQrq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLjAxQrq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLjAxQrq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLjAxQrq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLjAxQrq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLjAxQrq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLjAxQrq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLjAxQrq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLjAxQrq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLjAxQrq .navbar-brand .navbar-caption:hover,
.cid-uYGLjAxQrq .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLjAxQrq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLjAxQrq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLjAxQrq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLjAxQrq .dropdown-item.active,
.cid-uYGLjAxQrq .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLjAxQrq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLjAxQrq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLjAxQrq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLjAxQrq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLjAxQrq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLjAxQrq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLjAxQrq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLjAxQrq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLjAxQrq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLjAxQrq .navbar-buttons {
  text-align: center;
}
.cid-uYGLjAxQrq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLjAxQrq .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLjAxQrq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLjAxQrq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLjAxQrq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLjAxQrq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLjAxQrq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLjAxQrq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLjAxQrq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLjAxQrq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLjAxQrq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLjAxQrq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLjAxQrq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLjAxQrq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLjAxQrq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLjAxQrq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLjAxQrq .navbar {
    height: 70px;
  }
  .cid-uYGLjAxQrq .navbar.opened {
    height: auto;
  }
  .cid-uYGLjAxQrq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLjAxQrq .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLjAxQrq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLjAxQrq .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLjAxQrq .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLjAxQrq .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLjAxQrq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLjAxQrq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLjAxQrq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLjAxQrq .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLjAxQrq .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLjAxQrq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLjAxQrq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLjAxQrq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLjAxQrq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLjAxQrq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLjAxQrq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLjAxQrq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLjAxQrq .content-wrap {
  min-height: 110px;
}
.cid-uYGLjAxQrq .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLjAxQrq .nav-link,
.cid-uYGLjAxQrq .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLjzU1TZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLjzU1TZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLjzU1TZ .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-uYGLjzU1TZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLjzU1TZ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLjzU1TZ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLjzU1TZ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLjzU1TZ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLjzU1TZ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLjzU1TZ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLjzU1TZ .mbr-label {
  color: #ffffff;
}
.cid-uYGLjzU1TZ .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLjzU1TZ label {
  color: #ffffff;
}
.cid-uYGLjAgRml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLjAgRml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLjAgRml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLjAgRml .row {
  justify-content: center;
}
.cid-uYGLjAgRml .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLjAgRml .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLjAgRml .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLjAgRml .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLjAgRml .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLjAgRml .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLjAgRml .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLjAgRml .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLjAgRml .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLjAgRml .card-title {
  color: #000000;
}
.cid-uYGLjAgRml .mbr-section-title,
.cid-uYGLjAgRml .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLjAgRml .card-title,
.cid-uYGLjAgRml .contact-wrapper {
  color: #000000;
}
.cid-uYGLjATDDJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLjATDDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLjATDDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLjATDDJ .row {
  justify-content: center;
}
.cid-uYGLjATDDJ .card {
  justify-content: center;
}
.cid-uYGLjATDDJ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLjATDDJ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLjATDDJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLjATDDJ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLjATDDJ .nav-wrapper .list .item-wrap:hover,
.cid-uYGLjATDDJ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLjATDDJ .list,
.cid-uYGLjATDDJ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLn6oNX9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLn6oNX9 nav.navbar {
  position: fixed;
}
.cid-uYGLn6oNX9 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLn6oNX9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLn6oNX9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLn6oNX9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLn6oNX9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLn6oNX9 .dropdown-item:hover,
.cid-uYGLn6oNX9 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLn6oNX9 .dropdown-item:hover span {
  color: white;
}
.cid-uYGLn6oNX9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLn6oNX9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLn6oNX9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLn6oNX9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLn6oNX9 .nav-link {
  position: relative;
}
.cid-uYGLn6oNX9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLn6oNX9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLn6oNX9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLn6oNX9 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLn6oNX9 .dropdown-menu,
.cid-uYGLn6oNX9 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLn6oNX9 .nav-item:focus,
.cid-uYGLn6oNX9 .nav-link:focus {
  outline: none;
}
.cid-uYGLn6oNX9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLn6oNX9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLn6oNX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLn6oNX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLn6oNX9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLn6oNX9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLn6oNX9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLn6oNX9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLn6oNX9 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLn6oNX9 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLn6oNX9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLn6oNX9 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLn6oNX9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLn6oNX9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLn6oNX9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLn6oNX9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLn6oNX9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLn6oNX9 .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-uYGLn6oNX9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLn6oNX9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLn6oNX9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLn6oNX9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLn6oNX9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLn6oNX9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLn6oNX9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLn6oNX9 .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-uYGLn6oNX9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLn6oNX9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLn6oNX9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLn6oNX9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLn6oNX9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLn6oNX9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLn6oNX9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLn6oNX9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLn6oNX9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLn6oNX9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLn6oNX9 .navbar-brand .navbar-caption:hover,
.cid-uYGLn6oNX9 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLn6oNX9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLn6oNX9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLn6oNX9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLn6oNX9 .dropdown-item.active,
.cid-uYGLn6oNX9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLn6oNX9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLn6oNX9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLn6oNX9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLn6oNX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLn6oNX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLn6oNX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLn6oNX9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLn6oNX9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLn6oNX9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLn6oNX9 .navbar-buttons {
  text-align: center;
}
.cid-uYGLn6oNX9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLn6oNX9 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLn6oNX9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLn6oNX9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLn6oNX9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLn6oNX9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLn6oNX9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLn6oNX9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLn6oNX9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLn6oNX9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLn6oNX9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLn6oNX9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLn6oNX9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLn6oNX9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLn6oNX9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLn6oNX9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLn6oNX9 .navbar {
    height: 70px;
  }
  .cid-uYGLn6oNX9 .navbar.opened {
    height: auto;
  }
  .cid-uYGLn6oNX9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLn6oNX9 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLn6oNX9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLn6oNX9 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLn6oNX9 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLn6oNX9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLn6oNX9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLn6oNX9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLn6oNX9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLn6oNX9 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLn6oNX9 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLn6oNX9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLn6oNX9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLn6oNX9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLn6oNX9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLn6oNX9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLn6oNX9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLn6oNX9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLn6oNX9 .content-wrap {
  min-height: 110px;
}
.cid-uYGLn6oNX9 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLn6oNX9 .nav-link,
.cid-uYGLn6oNX9 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLn5QA2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLn5QA2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLn5QA2A .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-uYGLn5QA2A .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLn5QA2A .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLn5QA2A .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLn5QA2A .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLn5QA2A .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLn5QA2A .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLn5QA2A .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLn5QA2A .mbr-label {
  color: #ffffff;
}
.cid-uYGLn5QA2A .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLn5QA2A label {
  color: #ffffff;
}
.cid-uYGLn68uvQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLn68uvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLn68uvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLn68uvQ .row {
  justify-content: center;
}
.cid-uYGLn68uvQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLn68uvQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLn68uvQ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLn68uvQ .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLn68uvQ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLn68uvQ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLn68uvQ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLn68uvQ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLn68uvQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLn68uvQ .card-title {
  color: #000000;
}
.cid-uYGLn68uvQ .mbr-section-title,
.cid-uYGLn68uvQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLn68uvQ .card-title,
.cid-uYGLn68uvQ .contact-wrapper {
  color: #000000;
}
.cid-uYGLn6K63F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLn6K63F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLn6K63F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLn6K63F .row {
  justify-content: center;
}
.cid-uYGLn6K63F .card {
  justify-content: center;
}
.cid-uYGLn6K63F .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLn6K63F .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLn6K63F .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLn6K63F .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLn6K63F .nav-wrapper .list .item-wrap:hover,
.cid-uYGLn6K63F .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLn6K63F .list,
.cid-uYGLn6K63F .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLqYVLGR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLqYVLGR nav.navbar {
  position: fixed;
}
.cid-uYGLqYVLGR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLqYVLGR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLqYVLGR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLqYVLGR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLqYVLGR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLqYVLGR .dropdown-item:hover,
.cid-uYGLqYVLGR .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLqYVLGR .dropdown-item:hover span {
  color: white;
}
.cid-uYGLqYVLGR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLqYVLGR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLqYVLGR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLqYVLGR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLqYVLGR .nav-link {
  position: relative;
}
.cid-uYGLqYVLGR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLqYVLGR .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLqYVLGR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLqYVLGR .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLqYVLGR .dropdown-menu,
.cid-uYGLqYVLGR .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLqYVLGR .nav-item:focus,
.cid-uYGLqYVLGR .nav-link:focus {
  outline: none;
}
.cid-uYGLqYVLGR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLqYVLGR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLqYVLGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLqYVLGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLqYVLGR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLqYVLGR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLqYVLGR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLqYVLGR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLqYVLGR .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLqYVLGR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLqYVLGR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLqYVLGR .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLqYVLGR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLqYVLGR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLqYVLGR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLqYVLGR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLqYVLGR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLqYVLGR .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-uYGLqYVLGR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLqYVLGR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLqYVLGR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLqYVLGR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLqYVLGR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLqYVLGR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLqYVLGR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLqYVLGR .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-uYGLqYVLGR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLqYVLGR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLqYVLGR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLqYVLGR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLqYVLGR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLqYVLGR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLqYVLGR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLqYVLGR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLqYVLGR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLqYVLGR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLqYVLGR .navbar-brand .navbar-caption:hover,
.cid-uYGLqYVLGR .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLqYVLGR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLqYVLGR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLqYVLGR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLqYVLGR .dropdown-item.active,
.cid-uYGLqYVLGR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLqYVLGR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLqYVLGR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLqYVLGR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLqYVLGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLqYVLGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLqYVLGR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLqYVLGR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLqYVLGR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLqYVLGR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLqYVLGR .navbar-buttons {
  text-align: center;
}
.cid-uYGLqYVLGR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLqYVLGR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLqYVLGR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLqYVLGR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLqYVLGR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLqYVLGR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLqYVLGR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLqYVLGR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLqYVLGR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLqYVLGR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLqYVLGR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLqYVLGR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLqYVLGR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLqYVLGR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLqYVLGR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLqYVLGR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLqYVLGR .navbar {
    height: 70px;
  }
  .cid-uYGLqYVLGR .navbar.opened {
    height: auto;
  }
  .cid-uYGLqYVLGR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLqYVLGR .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLqYVLGR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLqYVLGR .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLqYVLGR .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLqYVLGR .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLqYVLGR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLqYVLGR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLqYVLGR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLqYVLGR .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLqYVLGR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLqYVLGR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLqYVLGR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLqYVLGR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLqYVLGR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLqYVLGR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLqYVLGR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLqYVLGR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLqYVLGR .content-wrap {
  min-height: 110px;
}
.cid-uYGLqYVLGR .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLqYVLGR .nav-link,
.cid-uYGLqYVLGR .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLqYiQyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLqYiQyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLqYiQyN .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-uYGLqYiQyN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLqYiQyN .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLqYiQyN .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLqYiQyN .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLqYiQyN .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLqYiQyN .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLqYiQyN .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLqYiQyN .mbr-label {
  color: #ffffff;
}
.cid-uYGLqYiQyN .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLqYiQyN label {
  color: #ffffff;
}
.cid-uYGLqYCA5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLqYCA5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLqYCA5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLqYCA5S .row {
  justify-content: center;
}
.cid-uYGLqYCA5S .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLqYCA5S .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLqYCA5S .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLqYCA5S .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLqYCA5S .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLqYCA5S .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLqYCA5S .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLqYCA5S .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLqYCA5S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLqYCA5S .card-title {
  color: #000000;
}
.cid-uYGLqYCA5S .mbr-section-title,
.cid-uYGLqYCA5S .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLqYCA5S .card-title,
.cid-uYGLqYCA5S .contact-wrapper {
  color: #000000;
}
.cid-uYGLqZgZk6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLqZgZk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLqZgZk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLqZgZk6 .row {
  justify-content: center;
}
.cid-uYGLqZgZk6 .card {
  justify-content: center;
}
.cid-uYGLqZgZk6 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLqZgZk6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLqZgZk6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLqZgZk6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLqZgZk6 .nav-wrapper .list .item-wrap:hover,
.cid-uYGLqZgZk6 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLqZgZk6 .list,
.cid-uYGLqZgZk6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLu3Z8QH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLu3Z8QH nav.navbar {
  position: fixed;
}
.cid-uYGLu3Z8QH .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLu3Z8QH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLu3Z8QH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLu3Z8QH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLu3Z8QH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLu3Z8QH .dropdown-item:hover,
.cid-uYGLu3Z8QH .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLu3Z8QH .dropdown-item:hover span {
  color: white;
}
.cid-uYGLu3Z8QH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLu3Z8QH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLu3Z8QH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLu3Z8QH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLu3Z8QH .nav-link {
  position: relative;
}
.cid-uYGLu3Z8QH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLu3Z8QH .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLu3Z8QH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLu3Z8QH .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLu3Z8QH .dropdown-menu,
.cid-uYGLu3Z8QH .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLu3Z8QH .nav-item:focus,
.cid-uYGLu3Z8QH .nav-link:focus {
  outline: none;
}
.cid-uYGLu3Z8QH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLu3Z8QH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLu3Z8QH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLu3Z8QH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLu3Z8QH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLu3Z8QH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLu3Z8QH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLu3Z8QH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLu3Z8QH .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLu3Z8QH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLu3Z8QH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLu3Z8QH .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLu3Z8QH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLu3Z8QH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLu3Z8QH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLu3Z8QH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLu3Z8QH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLu3Z8QH .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-uYGLu3Z8QH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLu3Z8QH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLu3Z8QH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLu3Z8QH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLu3Z8QH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLu3Z8QH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLu3Z8QH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLu3Z8QH .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-uYGLu3Z8QH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLu3Z8QH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLu3Z8QH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLu3Z8QH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLu3Z8QH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLu3Z8QH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLu3Z8QH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLu3Z8QH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLu3Z8QH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLu3Z8QH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLu3Z8QH .navbar-brand .navbar-caption:hover,
.cid-uYGLu3Z8QH .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLu3Z8QH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLu3Z8QH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLu3Z8QH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLu3Z8QH .dropdown-item.active,
.cid-uYGLu3Z8QH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLu3Z8QH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLu3Z8QH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLu3Z8QH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLu3Z8QH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLu3Z8QH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLu3Z8QH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLu3Z8QH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLu3Z8QH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLu3Z8QH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLu3Z8QH .navbar-buttons {
  text-align: center;
}
.cid-uYGLu3Z8QH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLu3Z8QH .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLu3Z8QH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLu3Z8QH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLu3Z8QH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLu3Z8QH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLu3Z8QH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLu3Z8QH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLu3Z8QH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLu3Z8QH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLu3Z8QH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLu3Z8QH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLu3Z8QH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLu3Z8QH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLu3Z8QH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLu3Z8QH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLu3Z8QH .navbar {
    height: 70px;
  }
  .cid-uYGLu3Z8QH .navbar.opened {
    height: auto;
  }
  .cid-uYGLu3Z8QH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLu3Z8QH .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLu3Z8QH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLu3Z8QH .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLu3Z8QH .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLu3Z8QH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLu3Z8QH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLu3Z8QH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLu3Z8QH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLu3Z8QH .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLu3Z8QH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLu3Z8QH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLu3Z8QH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLu3Z8QH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLu3Z8QH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLu3Z8QH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLu3Z8QH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLu3Z8QH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLu3Z8QH .content-wrap {
  min-height: 110px;
}
.cid-uYGLu3Z8QH .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLu3Z8QH .nav-link,
.cid-uYGLu3Z8QH .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLu3oBrm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLu3oBrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLu3oBrm .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-uYGLu3oBrm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLu3oBrm .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLu3oBrm .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLu3oBrm .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLu3oBrm .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLu3oBrm .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLu3oBrm .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLu3oBrm .mbr-label {
  color: #ffffff;
}
.cid-uYGLu3oBrm .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLu3oBrm label {
  color: #ffffff;
}
.cid-uYGLu3IPFQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLu3IPFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLu3IPFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLu3IPFQ .row {
  justify-content: center;
}
.cid-uYGLu3IPFQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLu3IPFQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLu3IPFQ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLu3IPFQ .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLu3IPFQ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLu3IPFQ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLu3IPFQ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLu3IPFQ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLu3IPFQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLu3IPFQ .card-title {
  color: #000000;
}
.cid-uYGLu3IPFQ .mbr-section-title,
.cid-uYGLu3IPFQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLu3IPFQ .card-title,
.cid-uYGLu3IPFQ .contact-wrapper {
  color: #000000;
}
.cid-uYGLu4oRSa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLu4oRSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLu4oRSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLu4oRSa .row {
  justify-content: center;
}
.cid-uYGLu4oRSa .card {
  justify-content: center;
}
.cid-uYGLu4oRSa .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLu4oRSa .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLu4oRSa .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLu4oRSa .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLu4oRSa .nav-wrapper .list .item-wrap:hover,
.cid-uYGLu4oRSa .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLu4oRSa .list,
.cid-uYGLu4oRSa .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLxVLp0h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLxVLp0h nav.navbar {
  position: fixed;
}
.cid-uYGLxVLp0h .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLxVLp0h .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLxVLp0h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLxVLp0h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLxVLp0h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLxVLp0h .dropdown-item:hover,
.cid-uYGLxVLp0h .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLxVLp0h .dropdown-item:hover span {
  color: white;
}
.cid-uYGLxVLp0h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLxVLp0h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLxVLp0h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLxVLp0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLxVLp0h .nav-link {
  position: relative;
}
.cid-uYGLxVLp0h .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLxVLp0h .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLxVLp0h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLxVLp0h .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLxVLp0h .dropdown-menu,
.cid-uYGLxVLp0h .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLxVLp0h .nav-item:focus,
.cid-uYGLxVLp0h .nav-link:focus {
  outline: none;
}
.cid-uYGLxVLp0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLxVLp0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLxVLp0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLxVLp0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLxVLp0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLxVLp0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLxVLp0h .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLxVLp0h .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLxVLp0h .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLxVLp0h .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLxVLp0h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLxVLp0h .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLxVLp0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLxVLp0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLxVLp0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLxVLp0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLxVLp0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLxVLp0h .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-uYGLxVLp0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLxVLp0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLxVLp0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLxVLp0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLxVLp0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLxVLp0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLxVLp0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLxVLp0h .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-uYGLxVLp0h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLxVLp0h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLxVLp0h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLxVLp0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLxVLp0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLxVLp0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLxVLp0h .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLxVLp0h .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLxVLp0h .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLxVLp0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLxVLp0h .navbar-brand .navbar-caption:hover,
.cid-uYGLxVLp0h .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLxVLp0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLxVLp0h .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLxVLp0h .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLxVLp0h .dropdown-item.active,
.cid-uYGLxVLp0h .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLxVLp0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLxVLp0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLxVLp0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLxVLp0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLxVLp0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLxVLp0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLxVLp0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLxVLp0h ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLxVLp0h ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLxVLp0h .navbar-buttons {
  text-align: center;
}
.cid-uYGLxVLp0h .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLxVLp0h .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLxVLp0h .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLxVLp0h button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLxVLp0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLxVLp0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLxVLp0h button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLxVLp0h button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLxVLp0h button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLxVLp0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLxVLp0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLxVLp0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLxVLp0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLxVLp0h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLxVLp0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLxVLp0h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLxVLp0h .navbar {
    height: 70px;
  }
  .cid-uYGLxVLp0h .navbar.opened {
    height: auto;
  }
  .cid-uYGLxVLp0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLxVLp0h .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLxVLp0h .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLxVLp0h .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLxVLp0h .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLxVLp0h .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLxVLp0h .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLxVLp0h .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLxVLp0h .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLxVLp0h .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLxVLp0h .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLxVLp0h .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLxVLp0h .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLxVLp0h .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLxVLp0h .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLxVLp0h .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLxVLp0h .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLxVLp0h .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLxVLp0h .content-wrap {
  min-height: 110px;
}
.cid-uYGLxVLp0h .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLxVLp0h .nav-link,
.cid-uYGLxVLp0h .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLxV9srH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLxV9srH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLxV9srH .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-uYGLxV9srH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLxV9srH .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLxV9srH .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLxV9srH .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLxV9srH .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLxV9srH .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLxV9srH .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLxV9srH .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLxV9srH .mbr-label {
  color: #ffffff;
}
.cid-uYGLxV9srH .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLxV9srH label {
  color: #ffffff;
}
.cid-uYGLxVwTvF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLxVwTvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLxVwTvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLxVwTvF .row {
  justify-content: center;
}
.cid-uYGLxVwTvF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLxVwTvF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLxVwTvF .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLxVwTvF .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLxVwTvF .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLxVwTvF .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLxVwTvF .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLxVwTvF .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLxVwTvF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLxVwTvF .card-title {
  color: #000000;
}
.cid-uYGLxVwTvF .mbr-section-title,
.cid-uYGLxVwTvF .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLxVwTvF .card-title,
.cid-uYGLxVwTvF .contact-wrapper {
  color: #000000;
}
.cid-uYGLxWaGwy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLxWaGwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLxWaGwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLxWaGwy .row {
  justify-content: center;
}
.cid-uYGLxWaGwy .card {
  justify-content: center;
}
.cid-uYGLxWaGwy .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLxWaGwy .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLxWaGwy .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLxWaGwy .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLxWaGwy .nav-wrapper .list .item-wrap:hover,
.cid-uYGLxWaGwy .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLxWaGwy .list,
.cid-uYGLxWaGwy .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLBdzs7X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLBdzs7X nav.navbar {
  position: fixed;
}
.cid-uYGLBdzs7X .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLBdzs7X .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLBdzs7X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLBdzs7X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLBdzs7X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLBdzs7X .dropdown-item:hover,
.cid-uYGLBdzs7X .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLBdzs7X .dropdown-item:hover span {
  color: white;
}
.cid-uYGLBdzs7X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLBdzs7X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLBdzs7X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLBdzs7X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLBdzs7X .nav-link {
  position: relative;
}
.cid-uYGLBdzs7X .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLBdzs7X .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLBdzs7X .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLBdzs7X .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLBdzs7X .dropdown-menu,
.cid-uYGLBdzs7X .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLBdzs7X .nav-item:focus,
.cid-uYGLBdzs7X .nav-link:focus {
  outline: none;
}
.cid-uYGLBdzs7X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLBdzs7X .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLBdzs7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLBdzs7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLBdzs7X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLBdzs7X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLBdzs7X .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLBdzs7X .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLBdzs7X .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLBdzs7X .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLBdzs7X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLBdzs7X .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLBdzs7X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLBdzs7X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLBdzs7X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLBdzs7X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLBdzs7X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLBdzs7X .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-uYGLBdzs7X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLBdzs7X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLBdzs7X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLBdzs7X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLBdzs7X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLBdzs7X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLBdzs7X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLBdzs7X .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-uYGLBdzs7X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLBdzs7X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLBdzs7X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLBdzs7X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLBdzs7X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLBdzs7X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLBdzs7X .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLBdzs7X .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLBdzs7X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLBdzs7X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLBdzs7X .navbar-brand .navbar-caption:hover,
.cid-uYGLBdzs7X .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLBdzs7X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLBdzs7X .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLBdzs7X .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLBdzs7X .dropdown-item.active,
.cid-uYGLBdzs7X .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLBdzs7X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLBdzs7X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLBdzs7X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLBdzs7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLBdzs7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLBdzs7X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLBdzs7X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLBdzs7X ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLBdzs7X ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLBdzs7X .navbar-buttons {
  text-align: center;
}
.cid-uYGLBdzs7X .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLBdzs7X .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLBdzs7X .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLBdzs7X button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLBdzs7X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLBdzs7X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLBdzs7X button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLBdzs7X button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLBdzs7X button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLBdzs7X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLBdzs7X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLBdzs7X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLBdzs7X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLBdzs7X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLBdzs7X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLBdzs7X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLBdzs7X .navbar {
    height: 70px;
  }
  .cid-uYGLBdzs7X .navbar.opened {
    height: auto;
  }
  .cid-uYGLBdzs7X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLBdzs7X .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLBdzs7X .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLBdzs7X .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLBdzs7X .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLBdzs7X .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLBdzs7X .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLBdzs7X .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLBdzs7X .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLBdzs7X .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLBdzs7X .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLBdzs7X .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLBdzs7X .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLBdzs7X .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLBdzs7X .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLBdzs7X .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLBdzs7X .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLBdzs7X .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLBdzs7X .content-wrap {
  min-height: 110px;
}
.cid-uYGLBdzs7X .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLBdzs7X .nav-link,
.cid-uYGLBdzs7X .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLBcXoan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLBcXoan .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLBcXoan .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-uYGLBcXoan .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLBcXoan .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLBcXoan .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLBcXoan .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLBcXoan .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLBcXoan .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLBcXoan .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLBcXoan .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLBcXoan .mbr-label {
  color: #ffffff;
}
.cid-uYGLBcXoan .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLBcXoan label {
  color: #ffffff;
}
.cid-uYGLBdjwH8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLBdjwH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLBdjwH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLBdjwH8 .row {
  justify-content: center;
}
.cid-uYGLBdjwH8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLBdjwH8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLBdjwH8 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLBdjwH8 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLBdjwH8 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLBdjwH8 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLBdjwH8 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLBdjwH8 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLBdjwH8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLBdjwH8 .card-title {
  color: #000000;
}
.cid-uYGLBdjwH8 .mbr-section-title,
.cid-uYGLBdjwH8 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLBdjwH8 .card-title,
.cid-uYGLBdjwH8 .contact-wrapper {
  color: #000000;
}
.cid-uYGLBdYeGk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLBdYeGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLBdYeGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLBdYeGk .row {
  justify-content: center;
}
.cid-uYGLBdYeGk .card {
  justify-content: center;
}
.cid-uYGLBdYeGk .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLBdYeGk .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLBdYeGk .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLBdYeGk .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLBdYeGk .nav-wrapper .list .item-wrap:hover,
.cid-uYGLBdYeGk .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLBdYeGk .list,
.cid-uYGLBdYeGk .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLF1lhne {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLF1lhne nav.navbar {
  position: fixed;
}
.cid-uYGLF1lhne .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLF1lhne .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLF1lhne .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLF1lhne .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLF1lhne .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLF1lhne .dropdown-item:hover,
.cid-uYGLF1lhne .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLF1lhne .dropdown-item:hover span {
  color: white;
}
.cid-uYGLF1lhne .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLF1lhne .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLF1lhne .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLF1lhne .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLF1lhne .nav-link {
  position: relative;
}
.cid-uYGLF1lhne .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLF1lhne .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLF1lhne .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLF1lhne .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLF1lhne .dropdown-menu,
.cid-uYGLF1lhne .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLF1lhne .nav-item:focus,
.cid-uYGLF1lhne .nav-link:focus {
  outline: none;
}
.cid-uYGLF1lhne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLF1lhne .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLF1lhne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLF1lhne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLF1lhne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLF1lhne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLF1lhne .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLF1lhne .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLF1lhne .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLF1lhne .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLF1lhne .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLF1lhne .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLF1lhne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLF1lhne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLF1lhne .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLF1lhne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLF1lhne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLF1lhne .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-uYGLF1lhne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLF1lhne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLF1lhne .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLF1lhne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLF1lhne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLF1lhne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLF1lhne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLF1lhne .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-uYGLF1lhne .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLF1lhne .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLF1lhne .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLF1lhne .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLF1lhne .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLF1lhne .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLF1lhne .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLF1lhne .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLF1lhne .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLF1lhne .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLF1lhne .navbar-brand .navbar-caption:hover,
.cid-uYGLF1lhne .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLF1lhne .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLF1lhne .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLF1lhne .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLF1lhne .dropdown-item.active,
.cid-uYGLF1lhne .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLF1lhne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLF1lhne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLF1lhne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLF1lhne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLF1lhne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLF1lhne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLF1lhne .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLF1lhne ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLF1lhne ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLF1lhne .navbar-buttons {
  text-align: center;
}
.cid-uYGLF1lhne .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLF1lhne .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLF1lhne .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLF1lhne button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLF1lhne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLF1lhne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLF1lhne button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLF1lhne button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLF1lhne button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLF1lhne nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLF1lhne nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLF1lhne nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLF1lhne nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLF1lhne .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLF1lhne a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLF1lhne .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLF1lhne .navbar {
    height: 70px;
  }
  .cid-uYGLF1lhne .navbar.opened {
    height: auto;
  }
  .cid-uYGLF1lhne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLF1lhne .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLF1lhne .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLF1lhne .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLF1lhne .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLF1lhne .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLF1lhne .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLF1lhne .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLF1lhne .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLF1lhne .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLF1lhne .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLF1lhne .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLF1lhne .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLF1lhne .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLF1lhne .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLF1lhne .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLF1lhne .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLF1lhne .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLF1lhne .content-wrap {
  min-height: 110px;
}
.cid-uYGLF1lhne .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLF1lhne .nav-link,
.cid-uYGLF1lhne .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLF0L83b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLF0L83b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLF0L83b .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-uYGLF0L83b .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLF0L83b .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLF0L83b .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLF0L83b .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLF0L83b .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLF0L83b .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLF0L83b .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLF0L83b .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLF0L83b .mbr-label {
  color: #ffffff;
}
.cid-uYGLF0L83b .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLF0L83b label {
  color: #ffffff;
}
.cid-uYGLF15pVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLF15pVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLF15pVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLF15pVU .row {
  justify-content: center;
}
.cid-uYGLF15pVU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLF15pVU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLF15pVU .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLF15pVU .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLF15pVU .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLF15pVU .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLF15pVU .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLF15pVU .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLF15pVU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLF15pVU .card-title {
  color: #000000;
}
.cid-uYGLF15pVU .mbr-section-title,
.cid-uYGLF15pVU .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLF15pVU .card-title,
.cid-uYGLF15pVU .contact-wrapper {
  color: #000000;
}
.cid-uYGLF1Hukv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLF1Hukv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLF1Hukv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLF1Hukv .row {
  justify-content: center;
}
.cid-uYGLF1Hukv .card {
  justify-content: center;
}
.cid-uYGLF1Hukv .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLF1Hukv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLF1Hukv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLF1Hukv .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLF1Hukv .nav-wrapper .list .item-wrap:hover,
.cid-uYGLF1Hukv .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLF1Hukv .list,
.cid-uYGLF1Hukv .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLJMxzjt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGLJMxzjt nav.navbar {
  position: fixed;
}
.cid-uYGLJMxzjt .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGLJMxzjt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGLJMxzjt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLJMxzjt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGLJMxzjt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLJMxzjt .dropdown-item:hover,
.cid-uYGLJMxzjt .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGLJMxzjt .dropdown-item:hover span {
  color: white;
}
.cid-uYGLJMxzjt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGLJMxzjt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGLJMxzjt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGLJMxzjt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGLJMxzjt .nav-link {
  position: relative;
}
.cid-uYGLJMxzjt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGLJMxzjt .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGLJMxzjt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGLJMxzjt .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGLJMxzjt .dropdown-menu,
.cid-uYGLJMxzjt .navbar.opened {
  background: #071705 !important;
}
.cid-uYGLJMxzjt .nav-item:focus,
.cid-uYGLJMxzjt .nav-link:focus {
  outline: none;
}
.cid-uYGLJMxzjt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGLJMxzjt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGLJMxzjt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGLJMxzjt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGLJMxzjt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGLJMxzjt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGLJMxzjt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLJMxzjt .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGLJMxzjt .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGLJMxzjt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGLJMxzjt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGLJMxzjt .navbar.collapsed {
  justify-content: center;
}
.cid-uYGLJMxzjt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGLJMxzjt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGLJMxzjt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGLJMxzjt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGLJMxzjt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGLJMxzjt .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-uYGLJMxzjt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGLJMxzjt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGLJMxzjt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGLJMxzjt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGLJMxzjt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGLJMxzjt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGLJMxzjt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGLJMxzjt .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-uYGLJMxzjt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGLJMxzjt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGLJMxzjt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGLJMxzjt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGLJMxzjt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGLJMxzjt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGLJMxzjt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGLJMxzjt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGLJMxzjt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGLJMxzjt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGLJMxzjt .navbar-brand .navbar-caption:hover,
.cid-uYGLJMxzjt .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLJMxzjt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGLJMxzjt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGLJMxzjt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGLJMxzjt .dropdown-item.active,
.cid-uYGLJMxzjt .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGLJMxzjt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGLJMxzjt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGLJMxzjt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGLJMxzjt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGLJMxzjt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGLJMxzjt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGLJMxzjt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLJMxzjt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGLJMxzjt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGLJMxzjt .navbar-buttons {
  text-align: center;
}
.cid-uYGLJMxzjt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGLJMxzjt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGLJMxzjt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGLJMxzjt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGLJMxzjt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLJMxzjt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGLJMxzjt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLJMxzjt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGLJMxzjt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGLJMxzjt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLJMxzjt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGLJMxzjt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGLJMxzjt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGLJMxzjt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGLJMxzjt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGLJMxzjt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGLJMxzjt .navbar {
    height: 70px;
  }
  .cid-uYGLJMxzjt .navbar.opened {
    height: auto;
  }
  .cid-uYGLJMxzjt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGLJMxzjt .navbar-nav {
  margin: 0 auto;
}
.cid-uYGLJMxzjt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGLJMxzjt .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGLJMxzjt .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGLJMxzjt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGLJMxzjt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGLJMxzjt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGLJMxzjt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGLJMxzjt .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGLJMxzjt .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGLJMxzjt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGLJMxzjt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGLJMxzjt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGLJMxzjt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGLJMxzjt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGLJMxzjt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGLJMxzjt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGLJMxzjt .content-wrap {
  min-height: 110px;
}
.cid-uYGLJMxzjt .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGLJMxzjt .nav-link,
.cid-uYGLJMxzjt .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGLJLL9R0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGLJLL9R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLJLL9R0 .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-uYGLJLL9R0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLJLL9R0 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLJLL9R0 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGLJLL9R0 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGLJLL9R0 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLJLL9R0 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGLJLL9R0 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGLJLL9R0 .mbr-label {
  color: #ffffff;
}
.cid-uYGLJLL9R0 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGLJLL9R0 label {
  color: #ffffff;
}
.cid-uYGLJMaDDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGLJMaDDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLJMaDDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLJMaDDr .row {
  justify-content: center;
}
.cid-uYGLJMaDDr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGLJMaDDr .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLJMaDDr .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGLJMaDDr .item {
    margin-bottom: 16px;
  }
}
.cid-uYGLJMaDDr .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGLJMaDDr .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGLJMaDDr .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGLJMaDDr .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGLJMaDDr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGLJMaDDr .card-title {
  color: #000000;
}
.cid-uYGLJMaDDr .mbr-section-title,
.cid-uYGLJMaDDr .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGLJMaDDr .card-title,
.cid-uYGLJMaDDr .contact-wrapper {
  color: #000000;
}
.cid-uYGLJMTdgJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGLJMTdgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGLJMTdgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGLJMTdgJ .row {
  justify-content: center;
}
.cid-uYGLJMTdgJ .card {
  justify-content: center;
}
.cid-uYGLJMTdgJ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGLJMTdgJ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGLJMTdgJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGLJMTdgJ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGLJMTdgJ .nav-wrapper .list .item-wrap:hover,
.cid-uYGLJMTdgJ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGLJMTdgJ .list,
.cid-uYGLJMTdgJ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGPHYsTtV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGPHYsTtV nav.navbar {
  position: fixed;
}
.cid-uYGPHYsTtV .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGPHYsTtV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGPHYsTtV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGPHYsTtV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGPHYsTtV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGPHYsTtV .dropdown-item:hover,
.cid-uYGPHYsTtV .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGPHYsTtV .dropdown-item:hover span {
  color: white;
}
.cid-uYGPHYsTtV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGPHYsTtV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGPHYsTtV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGPHYsTtV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGPHYsTtV .nav-link {
  position: relative;
}
.cid-uYGPHYsTtV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGPHYsTtV .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGPHYsTtV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGPHYsTtV .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGPHYsTtV .dropdown-menu,
.cid-uYGPHYsTtV .navbar.opened {
  background: #071705 !important;
}
.cid-uYGPHYsTtV .nav-item:focus,
.cid-uYGPHYsTtV .nav-link:focus {
  outline: none;
}
.cid-uYGPHYsTtV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGPHYsTtV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGPHYsTtV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGPHYsTtV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGPHYsTtV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGPHYsTtV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGPHYsTtV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGPHYsTtV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGPHYsTtV .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGPHYsTtV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGPHYsTtV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGPHYsTtV .navbar.collapsed {
  justify-content: center;
}
.cid-uYGPHYsTtV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGPHYsTtV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGPHYsTtV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGPHYsTtV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGPHYsTtV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGPHYsTtV .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-uYGPHYsTtV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGPHYsTtV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGPHYsTtV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGPHYsTtV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGPHYsTtV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGPHYsTtV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGPHYsTtV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGPHYsTtV .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-uYGPHYsTtV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGPHYsTtV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGPHYsTtV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGPHYsTtV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGPHYsTtV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGPHYsTtV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGPHYsTtV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGPHYsTtV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGPHYsTtV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGPHYsTtV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGPHYsTtV .navbar-brand .navbar-caption:hover,
.cid-uYGPHYsTtV .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGPHYsTtV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGPHYsTtV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGPHYsTtV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGPHYsTtV .dropdown-item.active,
.cid-uYGPHYsTtV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGPHYsTtV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGPHYsTtV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGPHYsTtV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGPHYsTtV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGPHYsTtV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGPHYsTtV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGPHYsTtV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGPHYsTtV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGPHYsTtV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGPHYsTtV .navbar-buttons {
  text-align: center;
}
.cid-uYGPHYsTtV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGPHYsTtV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGPHYsTtV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGPHYsTtV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGPHYsTtV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGPHYsTtV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGPHYsTtV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGPHYsTtV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGPHYsTtV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGPHYsTtV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGPHYsTtV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGPHYsTtV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGPHYsTtV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGPHYsTtV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGPHYsTtV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGPHYsTtV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGPHYsTtV .navbar {
    height: 70px;
  }
  .cid-uYGPHYsTtV .navbar.opened {
    height: auto;
  }
  .cid-uYGPHYsTtV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGPHYsTtV .navbar-nav {
  margin: 0 auto;
}
.cid-uYGPHYsTtV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGPHYsTtV .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGPHYsTtV .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGPHYsTtV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGPHYsTtV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGPHYsTtV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGPHYsTtV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGPHYsTtV .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGPHYsTtV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGPHYsTtV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGPHYsTtV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGPHYsTtV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGPHYsTtV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGPHYsTtV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGPHYsTtV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGPHYsTtV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGPHYsTtV .content-wrap {
  min-height: 110px;
}
.cid-uYGPHYsTtV .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGPHYsTtV .nav-link,
.cid-uYGPHYsTtV .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGPHXHaUE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGPHXHaUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPHXHaUE .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-uYGPHXHaUE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPHXHaUE .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPHXHaUE .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGPHXHaUE .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGPHXHaUE .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPHXHaUE .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGPHXHaUE .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGPHXHaUE .mbr-label {
  color: #ffffff;
}
.cid-uYGPHXHaUE .mbr-section-title {
  color: #ffffff;
}
.cid-uYGPHXHaUE label {
  color: #ffffff;
}
.cid-uYGPHY84xb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGPHY84xb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPHY84xb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGPHY84xb .row {
  justify-content: center;
}
.cid-uYGPHY84xb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGPHY84xb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPHY84xb .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPHY84xb .item {
    margin-bottom: 16px;
  }
}
.cid-uYGPHY84xb .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGPHY84xb .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGPHY84xb .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGPHY84xb .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGPHY84xb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGPHY84xb .card-title {
  color: #000000;
}
.cid-uYGPHY84xb .mbr-section-title,
.cid-uYGPHY84xb .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGPHY84xb .card-title,
.cid-uYGPHY84xb .contact-wrapper {
  color: #000000;
}
.cid-uYGPHYRtZV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGPHYRtZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPHYRtZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGPHYRtZV .row {
  justify-content: center;
}
.cid-uYGPHYRtZV .card {
  justify-content: center;
}
.cid-uYGPHYRtZV .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGPHYRtZV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPHYRtZV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGPHYRtZV .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGPHYRtZV .nav-wrapper .list .item-wrap:hover,
.cid-uYGPHYRtZV .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGPHYRtZV .list,
.cid-uYGPHYRtZV .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGPQ1Nsav {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGPQ1Nsav nav.navbar {
  position: fixed;
}
.cid-uYGPQ1Nsav .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGPQ1Nsav .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGPQ1Nsav .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGPQ1Nsav .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGPQ1Nsav .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGPQ1Nsav .dropdown-item:hover,
.cid-uYGPQ1Nsav .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGPQ1Nsav .dropdown-item:hover span {
  color: white;
}
.cid-uYGPQ1Nsav .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGPQ1Nsav .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGPQ1Nsav .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGPQ1Nsav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGPQ1Nsav .nav-link {
  position: relative;
}
.cid-uYGPQ1Nsav .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGPQ1Nsav .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGPQ1Nsav .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGPQ1Nsav .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGPQ1Nsav .dropdown-menu,
.cid-uYGPQ1Nsav .navbar.opened {
  background: #071705 !important;
}
.cid-uYGPQ1Nsav .nav-item:focus,
.cid-uYGPQ1Nsav .nav-link:focus {
  outline: none;
}
.cid-uYGPQ1Nsav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGPQ1Nsav .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGPQ1Nsav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGPQ1Nsav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGPQ1Nsav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGPQ1Nsav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGPQ1Nsav .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGPQ1Nsav .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGPQ1Nsav .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGPQ1Nsav .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGPQ1Nsav .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGPQ1Nsav .navbar.collapsed {
  justify-content: center;
}
.cid-uYGPQ1Nsav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGPQ1Nsav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGPQ1Nsav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGPQ1Nsav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGPQ1Nsav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGPQ1Nsav .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-uYGPQ1Nsav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGPQ1Nsav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGPQ1Nsav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGPQ1Nsav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGPQ1Nsav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGPQ1Nsav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGPQ1Nsav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGPQ1Nsav .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-uYGPQ1Nsav .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGPQ1Nsav .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGPQ1Nsav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGPQ1Nsav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGPQ1Nsav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGPQ1Nsav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGPQ1Nsav .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGPQ1Nsav .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGPQ1Nsav .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGPQ1Nsav .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGPQ1Nsav .navbar-brand .navbar-caption:hover,
.cid-uYGPQ1Nsav .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGPQ1Nsav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGPQ1Nsav .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGPQ1Nsav .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGPQ1Nsav .dropdown-item.active,
.cid-uYGPQ1Nsav .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGPQ1Nsav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGPQ1Nsav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGPQ1Nsav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGPQ1Nsav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGPQ1Nsav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGPQ1Nsav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGPQ1Nsav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGPQ1Nsav ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGPQ1Nsav ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGPQ1Nsav .navbar-buttons {
  text-align: center;
}
.cid-uYGPQ1Nsav .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGPQ1Nsav .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGPQ1Nsav .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGPQ1Nsav button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGPQ1Nsav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGPQ1Nsav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGPQ1Nsav button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGPQ1Nsav button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGPQ1Nsav button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGPQ1Nsav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGPQ1Nsav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGPQ1Nsav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGPQ1Nsav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGPQ1Nsav .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGPQ1Nsav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGPQ1Nsav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGPQ1Nsav .navbar {
    height: 70px;
  }
  .cid-uYGPQ1Nsav .navbar.opened {
    height: auto;
  }
  .cid-uYGPQ1Nsav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGPQ1Nsav .navbar-nav {
  margin: 0 auto;
}
.cid-uYGPQ1Nsav .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGPQ1Nsav .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGPQ1Nsav .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGPQ1Nsav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGPQ1Nsav .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGPQ1Nsav .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGPQ1Nsav .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGPQ1Nsav .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGPQ1Nsav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGPQ1Nsav .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGPQ1Nsav .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGPQ1Nsav .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGPQ1Nsav .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGPQ1Nsav .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGPQ1Nsav .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGPQ1Nsav .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGPQ1Nsav .content-wrap {
  min-height: 110px;
}
.cid-uYGPQ1Nsav .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGPQ1Nsav .nav-link,
.cid-uYGPQ1Nsav .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGPQ17xRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGPQ17xRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPQ17xRB .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-uYGPQ17xRB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPQ17xRB .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPQ17xRB .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGPQ17xRB .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGPQ17xRB .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPQ17xRB .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGPQ17xRB .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGPQ17xRB .mbr-label {
  color: #ffffff;
}
.cid-uYGPQ17xRB .mbr-section-title {
  color: #ffffff;
}
.cid-uYGPQ17xRB label {
  color: #ffffff;
}
.cid-uYGPQ1uafy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGPQ1uafy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPQ1uafy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGPQ1uafy .row {
  justify-content: center;
}
.cid-uYGPQ1uafy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGPQ1uafy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPQ1uafy .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPQ1uafy .item {
    margin-bottom: 16px;
  }
}
.cid-uYGPQ1uafy .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGPQ1uafy .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGPQ1uafy .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGPQ1uafy .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGPQ1uafy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGPQ1uafy .card-title {
  color: #000000;
}
.cid-uYGPQ1uafy .mbr-section-title,
.cid-uYGPQ1uafy .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGPQ1uafy .card-title,
.cid-uYGPQ1uafy .contact-wrapper {
  color: #000000;
}
.cid-uYGPQ291mi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGPQ291mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPQ291mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGPQ291mi .row {
  justify-content: center;
}
.cid-uYGPQ291mi .card {
  justify-content: center;
}
.cid-uYGPQ291mi .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGPQ291mi .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPQ291mi .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGPQ291mi .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGPQ291mi .nav-wrapper .list .item-wrap:hover,
.cid-uYGPQ291mi .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGPQ291mi .list,
.cid-uYGPQ291mi .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGPUGrCKC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGPUGrCKC nav.navbar {
  position: fixed;
}
.cid-uYGPUGrCKC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGPUGrCKC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGPUGrCKC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGPUGrCKC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGPUGrCKC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGPUGrCKC .dropdown-item:hover,
.cid-uYGPUGrCKC .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGPUGrCKC .dropdown-item:hover span {
  color: white;
}
.cid-uYGPUGrCKC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGPUGrCKC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGPUGrCKC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGPUGrCKC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGPUGrCKC .nav-link {
  position: relative;
}
.cid-uYGPUGrCKC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGPUGrCKC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGPUGrCKC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGPUGrCKC .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGPUGrCKC .dropdown-menu,
.cid-uYGPUGrCKC .navbar.opened {
  background: #071705 !important;
}
.cid-uYGPUGrCKC .nav-item:focus,
.cid-uYGPUGrCKC .nav-link:focus {
  outline: none;
}
.cid-uYGPUGrCKC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGPUGrCKC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGPUGrCKC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGPUGrCKC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGPUGrCKC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGPUGrCKC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGPUGrCKC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGPUGrCKC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGPUGrCKC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGPUGrCKC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGPUGrCKC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGPUGrCKC .navbar.collapsed {
  justify-content: center;
}
.cid-uYGPUGrCKC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGPUGrCKC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGPUGrCKC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGPUGrCKC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGPUGrCKC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGPUGrCKC .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-uYGPUGrCKC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGPUGrCKC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGPUGrCKC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGPUGrCKC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGPUGrCKC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGPUGrCKC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGPUGrCKC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGPUGrCKC .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-uYGPUGrCKC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGPUGrCKC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGPUGrCKC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGPUGrCKC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGPUGrCKC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGPUGrCKC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGPUGrCKC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGPUGrCKC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGPUGrCKC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGPUGrCKC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGPUGrCKC .navbar-brand .navbar-caption:hover,
.cid-uYGPUGrCKC .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGPUGrCKC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGPUGrCKC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGPUGrCKC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGPUGrCKC .dropdown-item.active,
.cid-uYGPUGrCKC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGPUGrCKC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGPUGrCKC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGPUGrCKC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGPUGrCKC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGPUGrCKC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGPUGrCKC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGPUGrCKC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGPUGrCKC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGPUGrCKC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGPUGrCKC .navbar-buttons {
  text-align: center;
}
.cid-uYGPUGrCKC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGPUGrCKC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGPUGrCKC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGPUGrCKC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGPUGrCKC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGPUGrCKC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGPUGrCKC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGPUGrCKC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGPUGrCKC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGPUGrCKC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGPUGrCKC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGPUGrCKC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGPUGrCKC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGPUGrCKC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGPUGrCKC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGPUGrCKC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGPUGrCKC .navbar {
    height: 70px;
  }
  .cid-uYGPUGrCKC .navbar.opened {
    height: auto;
  }
  .cid-uYGPUGrCKC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGPUGrCKC .navbar-nav {
  margin: 0 auto;
}
.cid-uYGPUGrCKC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGPUGrCKC .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGPUGrCKC .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGPUGrCKC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGPUGrCKC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGPUGrCKC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGPUGrCKC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGPUGrCKC .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGPUGrCKC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGPUGrCKC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGPUGrCKC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGPUGrCKC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGPUGrCKC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGPUGrCKC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGPUGrCKC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGPUGrCKC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGPUGrCKC .content-wrap {
  min-height: 110px;
}
.cid-uYGPUGrCKC .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGPUGrCKC .nav-link,
.cid-uYGPUGrCKC .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGPUFOLEg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGPUFOLEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPUFOLEg .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-uYGPUFOLEg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPUFOLEg .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPUFOLEg .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGPUFOLEg .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGPUFOLEg .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPUFOLEg .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGPUFOLEg .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGPUFOLEg .mbr-label {
  color: #ffffff;
}
.cid-uYGPUFOLEg .mbr-section-title {
  color: #ffffff;
}
.cid-uYGPUFOLEg label {
  color: #ffffff;
}
.cid-uYGPUG9Pu5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGPUG9Pu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPUG9Pu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGPUG9Pu5 .row {
  justify-content: center;
}
.cid-uYGPUG9Pu5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGPUG9Pu5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPUG9Pu5 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPUG9Pu5 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGPUG9Pu5 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGPUG9Pu5 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGPUG9Pu5 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGPUG9Pu5 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGPUG9Pu5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGPUG9Pu5 .card-title {
  color: #000000;
}
.cid-uYGPUG9Pu5 .mbr-section-title,
.cid-uYGPUG9Pu5 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGPUG9Pu5 .card-title,
.cid-uYGPUG9Pu5 .contact-wrapper {
  color: #000000;
}
.cid-uYGPUGOIGh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGPUGOIGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPUGOIGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGPUGOIGh .row {
  justify-content: center;
}
.cid-uYGPUGOIGh .card {
  justify-content: center;
}
.cid-uYGPUGOIGh .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGPUGOIGh .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPUGOIGh .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGPUGOIGh .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGPUGOIGh .nav-wrapper .list .item-wrap:hover,
.cid-uYGPUGOIGh .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGPUGOIGh .list,
.cid-uYGPUGOIGh .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGPXPSEFV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGPXPSEFV nav.navbar {
  position: fixed;
}
.cid-uYGPXPSEFV .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGPXPSEFV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGPXPSEFV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGPXPSEFV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGPXPSEFV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGPXPSEFV .dropdown-item:hover,
.cid-uYGPXPSEFV .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGPXPSEFV .dropdown-item:hover span {
  color: white;
}
.cid-uYGPXPSEFV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGPXPSEFV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGPXPSEFV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGPXPSEFV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGPXPSEFV .nav-link {
  position: relative;
}
.cid-uYGPXPSEFV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGPXPSEFV .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGPXPSEFV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGPXPSEFV .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGPXPSEFV .dropdown-menu,
.cid-uYGPXPSEFV .navbar.opened {
  background: #071705 !important;
}
.cid-uYGPXPSEFV .nav-item:focus,
.cid-uYGPXPSEFV .nav-link:focus {
  outline: none;
}
.cid-uYGPXPSEFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGPXPSEFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGPXPSEFV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGPXPSEFV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGPXPSEFV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGPXPSEFV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGPXPSEFV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGPXPSEFV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGPXPSEFV .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGPXPSEFV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGPXPSEFV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGPXPSEFV .navbar.collapsed {
  justify-content: center;
}
.cid-uYGPXPSEFV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGPXPSEFV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGPXPSEFV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGPXPSEFV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGPXPSEFV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGPXPSEFV .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-uYGPXPSEFV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGPXPSEFV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGPXPSEFV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGPXPSEFV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGPXPSEFV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGPXPSEFV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGPXPSEFV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGPXPSEFV .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-uYGPXPSEFV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGPXPSEFV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGPXPSEFV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGPXPSEFV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGPXPSEFV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGPXPSEFV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGPXPSEFV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGPXPSEFV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGPXPSEFV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGPXPSEFV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGPXPSEFV .navbar-brand .navbar-caption:hover,
.cid-uYGPXPSEFV .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGPXPSEFV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGPXPSEFV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGPXPSEFV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGPXPSEFV .dropdown-item.active,
.cid-uYGPXPSEFV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGPXPSEFV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGPXPSEFV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGPXPSEFV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGPXPSEFV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGPXPSEFV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGPXPSEFV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGPXPSEFV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGPXPSEFV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGPXPSEFV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGPXPSEFV .navbar-buttons {
  text-align: center;
}
.cid-uYGPXPSEFV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGPXPSEFV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGPXPSEFV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGPXPSEFV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGPXPSEFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGPXPSEFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGPXPSEFV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGPXPSEFV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGPXPSEFV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGPXPSEFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGPXPSEFV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGPXPSEFV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGPXPSEFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGPXPSEFV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGPXPSEFV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGPXPSEFV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGPXPSEFV .navbar {
    height: 70px;
  }
  .cid-uYGPXPSEFV .navbar.opened {
    height: auto;
  }
  .cid-uYGPXPSEFV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGPXPSEFV .navbar-nav {
  margin: 0 auto;
}
.cid-uYGPXPSEFV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGPXPSEFV .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGPXPSEFV .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGPXPSEFV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGPXPSEFV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGPXPSEFV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGPXPSEFV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGPXPSEFV .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGPXPSEFV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGPXPSEFV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGPXPSEFV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGPXPSEFV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGPXPSEFV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGPXPSEFV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGPXPSEFV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGPXPSEFV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGPXPSEFV .content-wrap {
  min-height: 110px;
}
.cid-uYGPXPSEFV .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGPXPSEFV .nav-link,
.cid-uYGPXPSEFV .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGPXPgj3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGPXPgj3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPXPgj3h .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-uYGPXPgj3h .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPXPgj3h .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPXPgj3h .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGPXPgj3h .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGPXPgj3h .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPXPgj3h .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGPXPgj3h .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGPXPgj3h .mbr-label {
  color: #ffffff;
}
.cid-uYGPXPgj3h .mbr-section-title {
  color: #ffffff;
}
.cid-uYGPXPgj3h label {
  color: #ffffff;
}
.cid-uYGPXPBxnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGPXPBxnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPXPBxnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGPXPBxnB .row {
  justify-content: center;
}
.cid-uYGPXPBxnB .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGPXPBxnB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPXPBxnB .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGPXPBxnB .item {
    margin-bottom: 16px;
  }
}
.cid-uYGPXPBxnB .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGPXPBxnB .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGPXPBxnB .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGPXPBxnB .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGPXPBxnB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGPXPBxnB .card-title {
  color: #000000;
}
.cid-uYGPXPBxnB .mbr-section-title,
.cid-uYGPXPBxnB .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGPXPBxnB .card-title,
.cid-uYGPXPBxnB .contact-wrapper {
  color: #000000;
}
.cid-uYGPXQfmML {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGPXQfmML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGPXQfmML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGPXQfmML .row {
  justify-content: center;
}
.cid-uYGPXQfmML .card {
  justify-content: center;
}
.cid-uYGPXQfmML .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGPXQfmML .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGPXQfmML .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGPXQfmML .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGPXQfmML .nav-wrapper .list .item-wrap:hover,
.cid-uYGPXQfmML .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGPXQfmML .list,
.cid-uYGPXQfmML .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQ1yTqjF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQ1yTqjF nav.navbar {
  position: fixed;
}
.cid-uYGQ1yTqjF .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQ1yTqjF .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQ1yTqjF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ1yTqjF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQ1yTqjF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQ1yTqjF .dropdown-item:hover,
.cid-uYGQ1yTqjF .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQ1yTqjF .dropdown-item:hover span {
  color: white;
}
.cid-uYGQ1yTqjF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQ1yTqjF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQ1yTqjF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQ1yTqjF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQ1yTqjF .nav-link {
  position: relative;
}
.cid-uYGQ1yTqjF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQ1yTqjF .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQ1yTqjF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQ1yTqjF .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQ1yTqjF .dropdown-menu,
.cid-uYGQ1yTqjF .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQ1yTqjF .nav-item:focus,
.cid-uYGQ1yTqjF .nav-link:focus {
  outline: none;
}
.cid-uYGQ1yTqjF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ1yTqjF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQ1yTqjF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQ1yTqjF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ1yTqjF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQ1yTqjF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQ1yTqjF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQ1yTqjF .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQ1yTqjF .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQ1yTqjF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQ1yTqjF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQ1yTqjF .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQ1yTqjF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQ1yTqjF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQ1yTqjF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQ1yTqjF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQ1yTqjF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQ1yTqjF .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-uYGQ1yTqjF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQ1yTqjF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQ1yTqjF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQ1yTqjF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQ1yTqjF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQ1yTqjF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQ1yTqjF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQ1yTqjF .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-uYGQ1yTqjF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQ1yTqjF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQ1yTqjF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQ1yTqjF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQ1yTqjF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQ1yTqjF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQ1yTqjF .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQ1yTqjF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQ1yTqjF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQ1yTqjF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQ1yTqjF .navbar-brand .navbar-caption:hover,
.cid-uYGQ1yTqjF .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQ1yTqjF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQ1yTqjF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQ1yTqjF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQ1yTqjF .dropdown-item.active,
.cid-uYGQ1yTqjF .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQ1yTqjF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQ1yTqjF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQ1yTqjF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQ1yTqjF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQ1yTqjF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQ1yTqjF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQ1yTqjF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQ1yTqjF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQ1yTqjF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQ1yTqjF .navbar-buttons {
  text-align: center;
}
.cid-uYGQ1yTqjF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQ1yTqjF .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQ1yTqjF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQ1yTqjF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQ1yTqjF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQ1yTqjF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQ1yTqjF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQ1yTqjF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQ1yTqjF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQ1yTqjF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQ1yTqjF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQ1yTqjF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQ1yTqjF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQ1yTqjF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQ1yTqjF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQ1yTqjF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQ1yTqjF .navbar {
    height: 70px;
  }
  .cid-uYGQ1yTqjF .navbar.opened {
    height: auto;
  }
  .cid-uYGQ1yTqjF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQ1yTqjF .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQ1yTqjF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQ1yTqjF .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQ1yTqjF .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQ1yTqjF .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQ1yTqjF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQ1yTqjF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQ1yTqjF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQ1yTqjF .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQ1yTqjF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQ1yTqjF .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQ1yTqjF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQ1yTqjF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQ1yTqjF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQ1yTqjF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQ1yTqjF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQ1yTqjF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQ1yTqjF .content-wrap {
  min-height: 110px;
}
.cid-uYGQ1yTqjF .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQ1yTqjF .nav-link,
.cid-uYGQ1yTqjF .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQ1yeegw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQ1yeegw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ1yeegw .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-uYGQ1yeegw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ1yeegw .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ1yeegw .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQ1yeegw .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQ1yeegw .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ1yeegw .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQ1yeegw .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQ1yeegw .mbr-label {
  color: #ffffff;
}
.cid-uYGQ1yeegw .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQ1yeegw label {
  color: #ffffff;
}
.cid-uYGQ1yCm6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQ1yCm6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ1yCm6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQ1yCm6u .row {
  justify-content: center;
}
.cid-uYGQ1yCm6u .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQ1yCm6u .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ1yCm6u .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ1yCm6u .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQ1yCm6u .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQ1yCm6u .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQ1yCm6u .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQ1yCm6u .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQ1yCm6u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQ1yCm6u .card-title {
  color: #000000;
}
.cid-uYGQ1yCm6u .mbr-section-title,
.cid-uYGQ1yCm6u .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQ1yCm6u .card-title,
.cid-uYGQ1yCm6u .contact-wrapper {
  color: #000000;
}
.cid-uYGQ1zev2L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQ1zev2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ1zev2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQ1zev2L .row {
  justify-content: center;
}
.cid-uYGQ1zev2L .card {
  justify-content: center;
}
.cid-uYGQ1zev2L .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQ1zev2L .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ1zev2L .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQ1zev2L .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQ1zev2L .nav-wrapper .list .item-wrap:hover,
.cid-uYGQ1zev2L .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQ1zev2L .list,
.cid-uYGQ1zev2L .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQ5gjJSO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQ5gjJSO nav.navbar {
  position: fixed;
}
.cid-uYGQ5gjJSO .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQ5gjJSO .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQ5gjJSO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ5gjJSO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQ5gjJSO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQ5gjJSO .dropdown-item:hover,
.cid-uYGQ5gjJSO .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQ5gjJSO .dropdown-item:hover span {
  color: white;
}
.cid-uYGQ5gjJSO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQ5gjJSO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQ5gjJSO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQ5gjJSO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQ5gjJSO .nav-link {
  position: relative;
}
.cid-uYGQ5gjJSO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQ5gjJSO .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQ5gjJSO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQ5gjJSO .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQ5gjJSO .dropdown-menu,
.cid-uYGQ5gjJSO .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQ5gjJSO .nav-item:focus,
.cid-uYGQ5gjJSO .nav-link:focus {
  outline: none;
}
.cid-uYGQ5gjJSO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ5gjJSO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQ5gjJSO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQ5gjJSO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ5gjJSO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQ5gjJSO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQ5gjJSO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQ5gjJSO .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQ5gjJSO .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQ5gjJSO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQ5gjJSO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQ5gjJSO .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQ5gjJSO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQ5gjJSO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQ5gjJSO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQ5gjJSO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQ5gjJSO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQ5gjJSO .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-uYGQ5gjJSO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQ5gjJSO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQ5gjJSO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQ5gjJSO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQ5gjJSO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQ5gjJSO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQ5gjJSO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQ5gjJSO .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-uYGQ5gjJSO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQ5gjJSO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQ5gjJSO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQ5gjJSO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQ5gjJSO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQ5gjJSO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQ5gjJSO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQ5gjJSO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQ5gjJSO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQ5gjJSO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQ5gjJSO .navbar-brand .navbar-caption:hover,
.cid-uYGQ5gjJSO .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQ5gjJSO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQ5gjJSO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQ5gjJSO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQ5gjJSO .dropdown-item.active,
.cid-uYGQ5gjJSO .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQ5gjJSO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQ5gjJSO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQ5gjJSO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQ5gjJSO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQ5gjJSO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQ5gjJSO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQ5gjJSO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQ5gjJSO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQ5gjJSO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQ5gjJSO .navbar-buttons {
  text-align: center;
}
.cid-uYGQ5gjJSO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQ5gjJSO .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQ5gjJSO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQ5gjJSO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQ5gjJSO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQ5gjJSO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQ5gjJSO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQ5gjJSO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQ5gjJSO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQ5gjJSO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQ5gjJSO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQ5gjJSO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQ5gjJSO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQ5gjJSO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQ5gjJSO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQ5gjJSO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQ5gjJSO .navbar {
    height: 70px;
  }
  .cid-uYGQ5gjJSO .navbar.opened {
    height: auto;
  }
  .cid-uYGQ5gjJSO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQ5gjJSO .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQ5gjJSO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQ5gjJSO .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQ5gjJSO .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQ5gjJSO .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQ5gjJSO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQ5gjJSO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQ5gjJSO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQ5gjJSO .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQ5gjJSO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQ5gjJSO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQ5gjJSO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQ5gjJSO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQ5gjJSO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQ5gjJSO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQ5gjJSO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQ5gjJSO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQ5gjJSO .content-wrap {
  min-height: 110px;
}
.cid-uYGQ5gjJSO .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQ5gjJSO .nav-link,
.cid-uYGQ5gjJSO .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQ5fDG9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQ5fDG9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ5fDG9l .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-uYGQ5fDG9l .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ5fDG9l .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ5fDG9l .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQ5fDG9l .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQ5fDG9l .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ5fDG9l .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQ5fDG9l .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQ5fDG9l .mbr-label {
  color: #ffffff;
}
.cid-uYGQ5fDG9l .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQ5fDG9l label {
  color: #ffffff;
}
.cid-uYGQ5g0mjG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQ5g0mjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ5g0mjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQ5g0mjG .row {
  justify-content: center;
}
.cid-uYGQ5g0mjG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQ5g0mjG .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ5g0mjG .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ5g0mjG .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQ5g0mjG .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQ5g0mjG .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQ5g0mjG .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQ5g0mjG .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQ5g0mjG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQ5g0mjG .card-title {
  color: #000000;
}
.cid-uYGQ5g0mjG .mbr-section-title,
.cid-uYGQ5g0mjG .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQ5g0mjG .card-title,
.cid-uYGQ5g0mjG .contact-wrapper {
  color: #000000;
}
.cid-uYGQ5gFGST {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQ5gFGST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ5gFGST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQ5gFGST .row {
  justify-content: center;
}
.cid-uYGQ5gFGST .card {
  justify-content: center;
}
.cid-uYGQ5gFGST .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQ5gFGST .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ5gFGST .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQ5gFGST .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQ5gFGST .nav-wrapper .list .item-wrap:hover,
.cid-uYGQ5gFGST .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQ5gFGST .list,
.cid-uYGQ5gFGST .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQ8MUDLu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQ8MUDLu nav.navbar {
  position: fixed;
}
.cid-uYGQ8MUDLu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQ8MUDLu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQ8MUDLu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ8MUDLu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQ8MUDLu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQ8MUDLu .dropdown-item:hover,
.cid-uYGQ8MUDLu .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQ8MUDLu .dropdown-item:hover span {
  color: white;
}
.cid-uYGQ8MUDLu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQ8MUDLu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQ8MUDLu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQ8MUDLu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQ8MUDLu .nav-link {
  position: relative;
}
.cid-uYGQ8MUDLu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQ8MUDLu .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQ8MUDLu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQ8MUDLu .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQ8MUDLu .dropdown-menu,
.cid-uYGQ8MUDLu .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQ8MUDLu .nav-item:focus,
.cid-uYGQ8MUDLu .nav-link:focus {
  outline: none;
}
.cid-uYGQ8MUDLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ8MUDLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQ8MUDLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQ8MUDLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQ8MUDLu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQ8MUDLu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQ8MUDLu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQ8MUDLu .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQ8MUDLu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQ8MUDLu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQ8MUDLu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQ8MUDLu .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQ8MUDLu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQ8MUDLu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQ8MUDLu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQ8MUDLu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQ8MUDLu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQ8MUDLu .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-uYGQ8MUDLu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQ8MUDLu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQ8MUDLu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQ8MUDLu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQ8MUDLu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQ8MUDLu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQ8MUDLu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQ8MUDLu .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-uYGQ8MUDLu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQ8MUDLu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQ8MUDLu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQ8MUDLu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQ8MUDLu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQ8MUDLu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQ8MUDLu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQ8MUDLu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQ8MUDLu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQ8MUDLu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQ8MUDLu .navbar-brand .navbar-caption:hover,
.cid-uYGQ8MUDLu .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQ8MUDLu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQ8MUDLu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQ8MUDLu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQ8MUDLu .dropdown-item.active,
.cid-uYGQ8MUDLu .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQ8MUDLu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQ8MUDLu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQ8MUDLu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQ8MUDLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQ8MUDLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQ8MUDLu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQ8MUDLu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQ8MUDLu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQ8MUDLu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQ8MUDLu .navbar-buttons {
  text-align: center;
}
.cid-uYGQ8MUDLu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQ8MUDLu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQ8MUDLu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQ8MUDLu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQ8MUDLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQ8MUDLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQ8MUDLu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQ8MUDLu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQ8MUDLu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQ8MUDLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQ8MUDLu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQ8MUDLu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQ8MUDLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQ8MUDLu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQ8MUDLu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQ8MUDLu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQ8MUDLu .navbar {
    height: 70px;
  }
  .cid-uYGQ8MUDLu .navbar.opened {
    height: auto;
  }
  .cid-uYGQ8MUDLu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQ8MUDLu .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQ8MUDLu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQ8MUDLu .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQ8MUDLu .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQ8MUDLu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQ8MUDLu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQ8MUDLu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQ8MUDLu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQ8MUDLu .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQ8MUDLu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQ8MUDLu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQ8MUDLu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQ8MUDLu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQ8MUDLu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQ8MUDLu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQ8MUDLu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQ8MUDLu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQ8MUDLu .content-wrap {
  min-height: 110px;
}
.cid-uYGQ8MUDLu .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQ8MUDLu .nav-link,
.cid-uYGQ8MUDLu .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQ8Mgfke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQ8Mgfke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ8Mgfke .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-uYGQ8Mgfke .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ8Mgfke .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ8Mgfke .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQ8Mgfke .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQ8Mgfke .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ8Mgfke .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQ8Mgfke .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQ8Mgfke .mbr-label {
  color: #ffffff;
}
.cid-uYGQ8Mgfke .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQ8Mgfke label {
  color: #ffffff;
}
.cid-uYGQ8MBddS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQ8MBddS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ8MBddS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQ8MBddS .row {
  justify-content: center;
}
.cid-uYGQ8MBddS .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQ8MBddS .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ8MBddS .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQ8MBddS .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQ8MBddS .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQ8MBddS .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQ8MBddS .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQ8MBddS .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQ8MBddS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQ8MBddS .card-title {
  color: #000000;
}
.cid-uYGQ8MBddS .mbr-section-title,
.cid-uYGQ8MBddS .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQ8MBddS .card-title,
.cid-uYGQ8MBddS .contact-wrapper {
  color: #000000;
}
.cid-uYGQ8Nhr4n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQ8Nhr4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQ8Nhr4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQ8Nhr4n .row {
  justify-content: center;
}
.cid-uYGQ8Nhr4n .card {
  justify-content: center;
}
.cid-uYGQ8Nhr4n .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQ8Nhr4n .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQ8Nhr4n .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQ8Nhr4n .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQ8Nhr4n .nav-wrapper .list .item-wrap:hover,
.cid-uYGQ8Nhr4n .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQ8Nhr4n .list,
.cid-uYGQ8Nhr4n .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQcHO5PY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQcHO5PY nav.navbar {
  position: fixed;
}
.cid-uYGQcHO5PY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQcHO5PY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQcHO5PY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQcHO5PY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQcHO5PY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQcHO5PY .dropdown-item:hover,
.cid-uYGQcHO5PY .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQcHO5PY .dropdown-item:hover span {
  color: white;
}
.cid-uYGQcHO5PY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQcHO5PY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQcHO5PY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQcHO5PY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQcHO5PY .nav-link {
  position: relative;
}
.cid-uYGQcHO5PY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQcHO5PY .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQcHO5PY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQcHO5PY .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQcHO5PY .dropdown-menu,
.cid-uYGQcHO5PY .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQcHO5PY .nav-item:focus,
.cid-uYGQcHO5PY .nav-link:focus {
  outline: none;
}
.cid-uYGQcHO5PY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQcHO5PY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQcHO5PY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQcHO5PY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQcHO5PY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQcHO5PY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQcHO5PY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQcHO5PY .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQcHO5PY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQcHO5PY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQcHO5PY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQcHO5PY .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQcHO5PY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQcHO5PY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQcHO5PY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQcHO5PY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQcHO5PY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQcHO5PY .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-uYGQcHO5PY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQcHO5PY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQcHO5PY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQcHO5PY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQcHO5PY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQcHO5PY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQcHO5PY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQcHO5PY .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-uYGQcHO5PY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQcHO5PY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQcHO5PY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQcHO5PY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQcHO5PY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQcHO5PY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQcHO5PY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQcHO5PY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQcHO5PY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQcHO5PY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQcHO5PY .navbar-brand .navbar-caption:hover,
.cid-uYGQcHO5PY .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQcHO5PY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQcHO5PY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQcHO5PY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQcHO5PY .dropdown-item.active,
.cid-uYGQcHO5PY .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQcHO5PY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQcHO5PY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQcHO5PY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQcHO5PY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQcHO5PY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQcHO5PY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQcHO5PY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQcHO5PY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQcHO5PY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQcHO5PY .navbar-buttons {
  text-align: center;
}
.cid-uYGQcHO5PY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQcHO5PY .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQcHO5PY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQcHO5PY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQcHO5PY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQcHO5PY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQcHO5PY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQcHO5PY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQcHO5PY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQcHO5PY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQcHO5PY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQcHO5PY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQcHO5PY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQcHO5PY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQcHO5PY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQcHO5PY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQcHO5PY .navbar {
    height: 70px;
  }
  .cid-uYGQcHO5PY .navbar.opened {
    height: auto;
  }
  .cid-uYGQcHO5PY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQcHO5PY .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQcHO5PY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQcHO5PY .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQcHO5PY .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQcHO5PY .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQcHO5PY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQcHO5PY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQcHO5PY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQcHO5PY .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQcHO5PY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQcHO5PY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQcHO5PY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQcHO5PY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQcHO5PY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQcHO5PY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQcHO5PY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQcHO5PY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQcHO5PY .content-wrap {
  min-height: 110px;
}
.cid-uYGQcHO5PY .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQcHO5PY .nav-link,
.cid-uYGQcHO5PY .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQcHbHMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQcHbHMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQcHbHMF .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-uYGQcHbHMF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQcHbHMF .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQcHbHMF .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQcHbHMF .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQcHbHMF .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQcHbHMF .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQcHbHMF .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQcHbHMF .mbr-label {
  color: #ffffff;
}
.cid-uYGQcHbHMF .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQcHbHMF label {
  color: #ffffff;
}
.cid-uYGQcHxjmS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQcHxjmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQcHxjmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQcHxjmS .row {
  justify-content: center;
}
.cid-uYGQcHxjmS .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQcHxjmS .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQcHxjmS .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQcHxjmS .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQcHxjmS .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQcHxjmS .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQcHxjmS .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQcHxjmS .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQcHxjmS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQcHxjmS .card-title {
  color: #000000;
}
.cid-uYGQcHxjmS .mbr-section-title,
.cid-uYGQcHxjmS .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQcHxjmS .card-title,
.cid-uYGQcHxjmS .contact-wrapper {
  color: #000000;
}
.cid-uYGQcI9pE6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQcI9pE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQcI9pE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQcI9pE6 .row {
  justify-content: center;
}
.cid-uYGQcI9pE6 .card {
  justify-content: center;
}
.cid-uYGQcI9pE6 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQcI9pE6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQcI9pE6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQcI9pE6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQcI9pE6 .nav-wrapper .list .item-wrap:hover,
.cid-uYGQcI9pE6 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQcI9pE6 .list,
.cid-uYGQcI9pE6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQgROtBI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQgROtBI nav.navbar {
  position: fixed;
}
.cid-uYGQgROtBI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQgROtBI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQgROtBI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQgROtBI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQgROtBI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQgROtBI .dropdown-item:hover,
.cid-uYGQgROtBI .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQgROtBI .dropdown-item:hover span {
  color: white;
}
.cid-uYGQgROtBI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQgROtBI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQgROtBI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQgROtBI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQgROtBI .nav-link {
  position: relative;
}
.cid-uYGQgROtBI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQgROtBI .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQgROtBI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQgROtBI .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQgROtBI .dropdown-menu,
.cid-uYGQgROtBI .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQgROtBI .nav-item:focus,
.cid-uYGQgROtBI .nav-link:focus {
  outline: none;
}
.cid-uYGQgROtBI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQgROtBI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQgROtBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQgROtBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQgROtBI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQgROtBI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQgROtBI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQgROtBI .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQgROtBI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQgROtBI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQgROtBI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQgROtBI .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQgROtBI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQgROtBI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQgROtBI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQgROtBI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQgROtBI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQgROtBI .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-uYGQgROtBI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQgROtBI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQgROtBI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQgROtBI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQgROtBI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQgROtBI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQgROtBI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQgROtBI .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-uYGQgROtBI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQgROtBI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQgROtBI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQgROtBI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQgROtBI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQgROtBI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQgROtBI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQgROtBI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQgROtBI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQgROtBI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQgROtBI .navbar-brand .navbar-caption:hover,
.cid-uYGQgROtBI .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQgROtBI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQgROtBI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQgROtBI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQgROtBI .dropdown-item.active,
.cid-uYGQgROtBI .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQgROtBI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQgROtBI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQgROtBI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQgROtBI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQgROtBI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQgROtBI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQgROtBI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQgROtBI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQgROtBI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQgROtBI .navbar-buttons {
  text-align: center;
}
.cid-uYGQgROtBI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQgROtBI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQgROtBI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQgROtBI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQgROtBI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQgROtBI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQgROtBI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQgROtBI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQgROtBI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQgROtBI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQgROtBI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQgROtBI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQgROtBI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQgROtBI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQgROtBI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQgROtBI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQgROtBI .navbar {
    height: 70px;
  }
  .cid-uYGQgROtBI .navbar.opened {
    height: auto;
  }
  .cid-uYGQgROtBI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQgROtBI .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQgROtBI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQgROtBI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQgROtBI .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQgROtBI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQgROtBI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQgROtBI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQgROtBI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQgROtBI .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQgROtBI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQgROtBI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQgROtBI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQgROtBI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQgROtBI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQgROtBI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQgROtBI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQgROtBI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQgROtBI .content-wrap {
  min-height: 110px;
}
.cid-uYGQgROtBI .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQgROtBI .nav-link,
.cid-uYGQgROtBI .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQgRaSLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQgRaSLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQgRaSLM .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-uYGQgRaSLM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQgRaSLM .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQgRaSLM .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQgRaSLM .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQgRaSLM .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQgRaSLM .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQgRaSLM .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQgRaSLM .mbr-label {
  color: #ffffff;
}
.cid-uYGQgRaSLM .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQgRaSLM label {
  color: #ffffff;
}
.cid-uYGQgRwD9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQgRwD9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQgRwD9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQgRwD9v .row {
  justify-content: center;
}
.cid-uYGQgRwD9v .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQgRwD9v .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQgRwD9v .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQgRwD9v .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQgRwD9v .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQgRwD9v .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQgRwD9v .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQgRwD9v .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQgRwD9v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQgRwD9v .card-title {
  color: #000000;
}
.cid-uYGQgRwD9v .mbr-section-title,
.cid-uYGQgRwD9v .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQgRwD9v .card-title,
.cid-uYGQgRwD9v .contact-wrapper {
  color: #000000;
}
.cid-uYGQgSatgZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQgSatgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQgSatgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQgSatgZ .row {
  justify-content: center;
}
.cid-uYGQgSatgZ .card {
  justify-content: center;
}
.cid-uYGQgSatgZ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQgSatgZ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQgSatgZ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQgSatgZ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQgSatgZ .nav-wrapper .list .item-wrap:hover,
.cid-uYGQgSatgZ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQgSatgZ .list,
.cid-uYGQgSatgZ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQkzXtQS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQkzXtQS nav.navbar {
  position: fixed;
}
.cid-uYGQkzXtQS .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQkzXtQS .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQkzXtQS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQkzXtQS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQkzXtQS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQkzXtQS .dropdown-item:hover,
.cid-uYGQkzXtQS .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQkzXtQS .dropdown-item:hover span {
  color: white;
}
.cid-uYGQkzXtQS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQkzXtQS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQkzXtQS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQkzXtQS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQkzXtQS .nav-link {
  position: relative;
}
.cid-uYGQkzXtQS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQkzXtQS .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQkzXtQS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQkzXtQS .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQkzXtQS .dropdown-menu,
.cid-uYGQkzXtQS .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQkzXtQS .nav-item:focus,
.cid-uYGQkzXtQS .nav-link:focus {
  outline: none;
}
.cid-uYGQkzXtQS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQkzXtQS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQkzXtQS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQkzXtQS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQkzXtQS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQkzXtQS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQkzXtQS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQkzXtQS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQkzXtQS .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQkzXtQS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQkzXtQS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQkzXtQS .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQkzXtQS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQkzXtQS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQkzXtQS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQkzXtQS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQkzXtQS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQkzXtQS .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-uYGQkzXtQS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQkzXtQS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQkzXtQS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQkzXtQS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQkzXtQS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQkzXtQS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQkzXtQS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQkzXtQS .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-uYGQkzXtQS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQkzXtQS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQkzXtQS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQkzXtQS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQkzXtQS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQkzXtQS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQkzXtQS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQkzXtQS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQkzXtQS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQkzXtQS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQkzXtQS .navbar-brand .navbar-caption:hover,
.cid-uYGQkzXtQS .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQkzXtQS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQkzXtQS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQkzXtQS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQkzXtQS .dropdown-item.active,
.cid-uYGQkzXtQS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQkzXtQS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQkzXtQS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQkzXtQS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQkzXtQS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQkzXtQS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQkzXtQS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQkzXtQS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQkzXtQS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQkzXtQS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQkzXtQS .navbar-buttons {
  text-align: center;
}
.cid-uYGQkzXtQS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQkzXtQS .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQkzXtQS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQkzXtQS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQkzXtQS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQkzXtQS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQkzXtQS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQkzXtQS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQkzXtQS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQkzXtQS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQkzXtQS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQkzXtQS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQkzXtQS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQkzXtQS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQkzXtQS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQkzXtQS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQkzXtQS .navbar {
    height: 70px;
  }
  .cid-uYGQkzXtQS .navbar.opened {
    height: auto;
  }
  .cid-uYGQkzXtQS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQkzXtQS .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQkzXtQS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQkzXtQS .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQkzXtQS .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQkzXtQS .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQkzXtQS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQkzXtQS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQkzXtQS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQkzXtQS .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQkzXtQS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQkzXtQS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQkzXtQS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQkzXtQS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQkzXtQS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQkzXtQS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQkzXtQS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQkzXtQS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQkzXtQS .content-wrap {
  min-height: 110px;
}
.cid-uYGQkzXtQS .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQkzXtQS .nav-link,
.cid-uYGQkzXtQS .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQkzk9p2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQkzk9p2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQkzk9p2 .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-uYGQkzk9p2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQkzk9p2 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQkzk9p2 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQkzk9p2 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQkzk9p2 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQkzk9p2 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQkzk9p2 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQkzk9p2 .mbr-label {
  color: #ffffff;
}
.cid-uYGQkzk9p2 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQkzk9p2 label {
  color: #ffffff;
}
.cid-uYGQkzGOxH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQkzGOxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQkzGOxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQkzGOxH .row {
  justify-content: center;
}
.cid-uYGQkzGOxH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQkzGOxH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQkzGOxH .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQkzGOxH .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQkzGOxH .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQkzGOxH .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQkzGOxH .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQkzGOxH .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQkzGOxH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQkzGOxH .card-title {
  color: #000000;
}
.cid-uYGQkzGOxH .mbr-section-title,
.cid-uYGQkzGOxH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQkzGOxH .card-title,
.cid-uYGQkzGOxH .contact-wrapper {
  color: #000000;
}
.cid-uYGQkAjaKO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQkAjaKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQkAjaKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQkAjaKO .row {
  justify-content: center;
}
.cid-uYGQkAjaKO .card {
  justify-content: center;
}
.cid-uYGQkAjaKO .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQkAjaKO .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQkAjaKO .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQkAjaKO .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQkAjaKO .nav-wrapper .list .item-wrap:hover,
.cid-uYGQkAjaKO .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQkAjaKO .list,
.cid-uYGQkAjaKO .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQo1GCHc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQo1GCHc nav.navbar {
  position: fixed;
}
.cid-uYGQo1GCHc .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQo1GCHc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQo1GCHc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQo1GCHc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQo1GCHc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQo1GCHc .dropdown-item:hover,
.cid-uYGQo1GCHc .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQo1GCHc .dropdown-item:hover span {
  color: white;
}
.cid-uYGQo1GCHc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQo1GCHc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQo1GCHc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQo1GCHc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQo1GCHc .nav-link {
  position: relative;
}
.cid-uYGQo1GCHc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQo1GCHc .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQo1GCHc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQo1GCHc .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQo1GCHc .dropdown-menu,
.cid-uYGQo1GCHc .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQo1GCHc .nav-item:focus,
.cid-uYGQo1GCHc .nav-link:focus {
  outline: none;
}
.cid-uYGQo1GCHc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQo1GCHc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQo1GCHc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQo1GCHc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQo1GCHc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQo1GCHc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQo1GCHc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQo1GCHc .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQo1GCHc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQo1GCHc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQo1GCHc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQo1GCHc .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQo1GCHc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQo1GCHc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQo1GCHc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQo1GCHc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQo1GCHc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQo1GCHc .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-uYGQo1GCHc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQo1GCHc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQo1GCHc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQo1GCHc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQo1GCHc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQo1GCHc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQo1GCHc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQo1GCHc .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-uYGQo1GCHc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQo1GCHc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQo1GCHc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQo1GCHc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQo1GCHc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQo1GCHc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQo1GCHc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQo1GCHc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQo1GCHc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQo1GCHc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQo1GCHc .navbar-brand .navbar-caption:hover,
.cid-uYGQo1GCHc .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQo1GCHc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQo1GCHc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQo1GCHc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQo1GCHc .dropdown-item.active,
.cid-uYGQo1GCHc .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQo1GCHc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQo1GCHc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQo1GCHc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQo1GCHc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQo1GCHc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQo1GCHc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQo1GCHc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQo1GCHc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQo1GCHc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQo1GCHc .navbar-buttons {
  text-align: center;
}
.cid-uYGQo1GCHc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQo1GCHc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQo1GCHc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQo1GCHc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQo1GCHc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQo1GCHc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQo1GCHc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQo1GCHc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQo1GCHc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQo1GCHc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQo1GCHc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQo1GCHc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQo1GCHc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQo1GCHc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQo1GCHc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQo1GCHc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQo1GCHc .navbar {
    height: 70px;
  }
  .cid-uYGQo1GCHc .navbar.opened {
    height: auto;
  }
  .cid-uYGQo1GCHc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQo1GCHc .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQo1GCHc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQo1GCHc .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQo1GCHc .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQo1GCHc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQo1GCHc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQo1GCHc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQo1GCHc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQo1GCHc .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQo1GCHc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQo1GCHc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQo1GCHc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQo1GCHc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQo1GCHc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQo1GCHc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQo1GCHc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQo1GCHc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQo1GCHc .content-wrap {
  min-height: 110px;
}
.cid-uYGQo1GCHc .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQo1GCHc .nav-link,
.cid-uYGQo1GCHc .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQo14ne6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQo14ne6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQo14ne6 .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-uYGQo14ne6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQo14ne6 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQo14ne6 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQo14ne6 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQo14ne6 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQo14ne6 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQo14ne6 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQo14ne6 .mbr-label {
  color: #ffffff;
}
.cid-uYGQo14ne6 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQo14ne6 label {
  color: #ffffff;
}
.cid-uYGQo1pXK1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQo1pXK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQo1pXK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQo1pXK1 .row {
  justify-content: center;
}
.cid-uYGQo1pXK1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQo1pXK1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQo1pXK1 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQo1pXK1 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQo1pXK1 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQo1pXK1 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQo1pXK1 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQo1pXK1 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQo1pXK1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQo1pXK1 .card-title {
  color: #000000;
}
.cid-uYGQo1pXK1 .mbr-section-title,
.cid-uYGQo1pXK1 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQo1pXK1 .card-title,
.cid-uYGQo1pXK1 .contact-wrapper {
  color: #000000;
}
.cid-uYGQo21Th4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQo21Th4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQo21Th4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQo21Th4 .row {
  justify-content: center;
}
.cid-uYGQo21Th4 .card {
  justify-content: center;
}
.cid-uYGQo21Th4 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQo21Th4 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQo21Th4 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQo21Th4 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQo21Th4 .nav-wrapper .list .item-wrap:hover,
.cid-uYGQo21Th4 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQo21Th4 .list,
.cid-uYGQo21Th4 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQrGuuW2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQrGuuW2 nav.navbar {
  position: fixed;
}
.cid-uYGQrGuuW2 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQrGuuW2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQrGuuW2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQrGuuW2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQrGuuW2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQrGuuW2 .dropdown-item:hover,
.cid-uYGQrGuuW2 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQrGuuW2 .dropdown-item:hover span {
  color: white;
}
.cid-uYGQrGuuW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQrGuuW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQrGuuW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQrGuuW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQrGuuW2 .nav-link {
  position: relative;
}
.cid-uYGQrGuuW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQrGuuW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQrGuuW2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQrGuuW2 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQrGuuW2 .dropdown-menu,
.cid-uYGQrGuuW2 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQrGuuW2 .nav-item:focus,
.cid-uYGQrGuuW2 .nav-link:focus {
  outline: none;
}
.cid-uYGQrGuuW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQrGuuW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQrGuuW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQrGuuW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQrGuuW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQrGuuW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQrGuuW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQrGuuW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQrGuuW2 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQrGuuW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQrGuuW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQrGuuW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQrGuuW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQrGuuW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQrGuuW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQrGuuW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQrGuuW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQrGuuW2 .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-uYGQrGuuW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQrGuuW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQrGuuW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQrGuuW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQrGuuW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQrGuuW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQrGuuW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQrGuuW2 .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-uYGQrGuuW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQrGuuW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQrGuuW2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQrGuuW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQrGuuW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQrGuuW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQrGuuW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQrGuuW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQrGuuW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQrGuuW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQrGuuW2 .navbar-brand .navbar-caption:hover,
.cid-uYGQrGuuW2 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQrGuuW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQrGuuW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQrGuuW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQrGuuW2 .dropdown-item.active,
.cid-uYGQrGuuW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQrGuuW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQrGuuW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQrGuuW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQrGuuW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQrGuuW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQrGuuW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQrGuuW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQrGuuW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQrGuuW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQrGuuW2 .navbar-buttons {
  text-align: center;
}
.cid-uYGQrGuuW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQrGuuW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQrGuuW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQrGuuW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQrGuuW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQrGuuW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQrGuuW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQrGuuW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQrGuuW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQrGuuW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQrGuuW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQrGuuW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQrGuuW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQrGuuW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQrGuuW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQrGuuW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQrGuuW2 .navbar {
    height: 70px;
  }
  .cid-uYGQrGuuW2 .navbar.opened {
    height: auto;
  }
  .cid-uYGQrGuuW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQrGuuW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQrGuuW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQrGuuW2 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQrGuuW2 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQrGuuW2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQrGuuW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQrGuuW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQrGuuW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQrGuuW2 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQrGuuW2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQrGuuW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQrGuuW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQrGuuW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQrGuuW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQrGuuW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQrGuuW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQrGuuW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQrGuuW2 .content-wrap {
  min-height: 110px;
}
.cid-uYGQrGuuW2 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQrGuuW2 .nav-link,
.cid-uYGQrGuuW2 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQrFOfu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQrFOfu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQrFOfu8 .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-uYGQrFOfu8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQrFOfu8 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQrFOfu8 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQrFOfu8 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQrFOfu8 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQrFOfu8 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQrFOfu8 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQrFOfu8 .mbr-label {
  color: #ffffff;
}
.cid-uYGQrFOfu8 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQrFOfu8 label {
  color: #ffffff;
}
.cid-uYGQrGb65x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQrGb65x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQrGb65x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQrGb65x .row {
  justify-content: center;
}
.cid-uYGQrGb65x .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQrGb65x .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQrGb65x .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQrGb65x .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQrGb65x .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQrGb65x .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQrGb65x .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQrGb65x .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQrGb65x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQrGb65x .card-title {
  color: #000000;
}
.cid-uYGQrGb65x .mbr-section-title,
.cid-uYGQrGb65x .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQrGb65x .card-title,
.cid-uYGQrGb65x .contact-wrapper {
  color: #000000;
}
.cid-uYGQrGQVH9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQrGQVH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQrGQVH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQrGQVH9 .row {
  justify-content: center;
}
.cid-uYGQrGQVH9 .card {
  justify-content: center;
}
.cid-uYGQrGQVH9 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQrGQVH9 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQrGQVH9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQrGQVH9 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQrGQVH9 .nav-wrapper .list .item-wrap:hover,
.cid-uYGQrGQVH9 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQrGQVH9 .list,
.cid-uYGQrGQVH9 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQvkhMVg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQvkhMVg nav.navbar {
  position: fixed;
}
.cid-uYGQvkhMVg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQvkhMVg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQvkhMVg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQvkhMVg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQvkhMVg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQvkhMVg .dropdown-item:hover,
.cid-uYGQvkhMVg .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQvkhMVg .dropdown-item:hover span {
  color: white;
}
.cid-uYGQvkhMVg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQvkhMVg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQvkhMVg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQvkhMVg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQvkhMVg .nav-link {
  position: relative;
}
.cid-uYGQvkhMVg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQvkhMVg .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQvkhMVg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQvkhMVg .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQvkhMVg .dropdown-menu,
.cid-uYGQvkhMVg .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQvkhMVg .nav-item:focus,
.cid-uYGQvkhMVg .nav-link:focus {
  outline: none;
}
.cid-uYGQvkhMVg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQvkhMVg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQvkhMVg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQvkhMVg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQvkhMVg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQvkhMVg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQvkhMVg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQvkhMVg .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQvkhMVg .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQvkhMVg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQvkhMVg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQvkhMVg .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQvkhMVg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQvkhMVg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQvkhMVg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQvkhMVg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQvkhMVg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQvkhMVg .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-uYGQvkhMVg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQvkhMVg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQvkhMVg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQvkhMVg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQvkhMVg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQvkhMVg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQvkhMVg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQvkhMVg .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-uYGQvkhMVg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQvkhMVg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQvkhMVg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQvkhMVg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQvkhMVg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQvkhMVg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQvkhMVg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQvkhMVg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQvkhMVg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQvkhMVg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQvkhMVg .navbar-brand .navbar-caption:hover,
.cid-uYGQvkhMVg .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQvkhMVg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQvkhMVg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQvkhMVg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQvkhMVg .dropdown-item.active,
.cid-uYGQvkhMVg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQvkhMVg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQvkhMVg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQvkhMVg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQvkhMVg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQvkhMVg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQvkhMVg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQvkhMVg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQvkhMVg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQvkhMVg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQvkhMVg .navbar-buttons {
  text-align: center;
}
.cid-uYGQvkhMVg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQvkhMVg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQvkhMVg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQvkhMVg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQvkhMVg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQvkhMVg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQvkhMVg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQvkhMVg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQvkhMVg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQvkhMVg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQvkhMVg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQvkhMVg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQvkhMVg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQvkhMVg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQvkhMVg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQvkhMVg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQvkhMVg .navbar {
    height: 70px;
  }
  .cid-uYGQvkhMVg .navbar.opened {
    height: auto;
  }
  .cid-uYGQvkhMVg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQvkhMVg .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQvkhMVg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQvkhMVg .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQvkhMVg .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQvkhMVg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQvkhMVg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQvkhMVg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQvkhMVg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQvkhMVg .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQvkhMVg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQvkhMVg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQvkhMVg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQvkhMVg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQvkhMVg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQvkhMVg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQvkhMVg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQvkhMVg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQvkhMVg .content-wrap {
  min-height: 110px;
}
.cid-uYGQvkhMVg .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQvkhMVg .nav-link,
.cid-uYGQvkhMVg .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQvjB2Kt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQvjB2Kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQvjB2Kt .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-uYGQvjB2Kt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQvjB2Kt .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQvjB2Kt .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQvjB2Kt .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQvjB2Kt .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQvjB2Kt .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQvjB2Kt .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQvjB2Kt .mbr-label {
  color: #ffffff;
}
.cid-uYGQvjB2Kt .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQvjB2Kt label {
  color: #ffffff;
}
.cid-uYGQvjW5zw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQvjW5zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQvjW5zw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQvjW5zw .row {
  justify-content: center;
}
.cid-uYGQvjW5zw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQvjW5zw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQvjW5zw .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQvjW5zw .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQvjW5zw .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQvjW5zw .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQvjW5zw .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQvjW5zw .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQvjW5zw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQvjW5zw .card-title {
  color: #000000;
}
.cid-uYGQvjW5zw .mbr-section-title,
.cid-uYGQvjW5zw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQvjW5zw .card-title,
.cid-uYGQvjW5zw .contact-wrapper {
  color: #000000;
}
.cid-uYGQvkDCs7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQvkDCs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQvkDCs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQvkDCs7 .row {
  justify-content: center;
}
.cid-uYGQvkDCs7 .card {
  justify-content: center;
}
.cid-uYGQvkDCs7 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQvkDCs7 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQvkDCs7 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQvkDCs7 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQvkDCs7 .nav-wrapper .list .item-wrap:hover,
.cid-uYGQvkDCs7 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQvkDCs7 .list,
.cid-uYGQvkDCs7 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQzoNEUd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQzoNEUd nav.navbar {
  position: fixed;
}
.cid-uYGQzoNEUd .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQzoNEUd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQzoNEUd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQzoNEUd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQzoNEUd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQzoNEUd .dropdown-item:hover,
.cid-uYGQzoNEUd .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQzoNEUd .dropdown-item:hover span {
  color: white;
}
.cid-uYGQzoNEUd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQzoNEUd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQzoNEUd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQzoNEUd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQzoNEUd .nav-link {
  position: relative;
}
.cid-uYGQzoNEUd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQzoNEUd .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQzoNEUd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQzoNEUd .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQzoNEUd .dropdown-menu,
.cid-uYGQzoNEUd .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQzoNEUd .nav-item:focus,
.cid-uYGQzoNEUd .nav-link:focus {
  outline: none;
}
.cid-uYGQzoNEUd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQzoNEUd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQzoNEUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQzoNEUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQzoNEUd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQzoNEUd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQzoNEUd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQzoNEUd .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQzoNEUd .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQzoNEUd .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQzoNEUd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQzoNEUd .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQzoNEUd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQzoNEUd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQzoNEUd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQzoNEUd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQzoNEUd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQzoNEUd .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-uYGQzoNEUd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQzoNEUd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQzoNEUd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQzoNEUd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQzoNEUd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQzoNEUd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQzoNEUd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQzoNEUd .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-uYGQzoNEUd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQzoNEUd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQzoNEUd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQzoNEUd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQzoNEUd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQzoNEUd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQzoNEUd .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQzoNEUd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQzoNEUd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQzoNEUd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQzoNEUd .navbar-brand .navbar-caption:hover,
.cid-uYGQzoNEUd .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQzoNEUd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQzoNEUd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQzoNEUd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQzoNEUd .dropdown-item.active,
.cid-uYGQzoNEUd .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQzoNEUd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQzoNEUd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQzoNEUd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQzoNEUd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQzoNEUd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQzoNEUd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQzoNEUd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQzoNEUd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQzoNEUd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQzoNEUd .navbar-buttons {
  text-align: center;
}
.cid-uYGQzoNEUd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQzoNEUd .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQzoNEUd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQzoNEUd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQzoNEUd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQzoNEUd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQzoNEUd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQzoNEUd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQzoNEUd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQzoNEUd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQzoNEUd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQzoNEUd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQzoNEUd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQzoNEUd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQzoNEUd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQzoNEUd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQzoNEUd .navbar {
    height: 70px;
  }
  .cid-uYGQzoNEUd .navbar.opened {
    height: auto;
  }
  .cid-uYGQzoNEUd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQzoNEUd .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQzoNEUd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQzoNEUd .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQzoNEUd .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQzoNEUd .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQzoNEUd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQzoNEUd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQzoNEUd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQzoNEUd .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQzoNEUd .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQzoNEUd .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQzoNEUd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQzoNEUd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQzoNEUd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQzoNEUd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQzoNEUd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQzoNEUd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQzoNEUd .content-wrap {
  min-height: 110px;
}
.cid-uYGQzoNEUd .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQzoNEUd .nav-link,
.cid-uYGQzoNEUd .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQzo2Txp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQzo2Txp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQzo2Txp .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-uYGQzo2Txp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQzo2Txp .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQzo2Txp .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQzo2Txp .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQzo2Txp .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQzo2Txp .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQzo2Txp .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQzo2Txp .mbr-label {
  color: #ffffff;
}
.cid-uYGQzo2Txp .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQzo2Txp label {
  color: #ffffff;
}
.cid-uYGQzosPEg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQzosPEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQzosPEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQzosPEg .row {
  justify-content: center;
}
.cid-uYGQzosPEg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQzosPEg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQzosPEg .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQzosPEg .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQzosPEg .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQzosPEg .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQzosPEg .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQzosPEg .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQzosPEg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQzosPEg .card-title {
  color: #000000;
}
.cid-uYGQzosPEg .mbr-section-title,
.cid-uYGQzosPEg .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQzosPEg .card-title,
.cid-uYGQzosPEg .contact-wrapper {
  color: #000000;
}
.cid-uYGQzp9cHM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQzp9cHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQzp9cHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQzp9cHM .row {
  justify-content: center;
}
.cid-uYGQzp9cHM .card {
  justify-content: center;
}
.cid-uYGQzp9cHM .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQzp9cHM .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQzp9cHM .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQzp9cHM .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQzp9cHM .nav-wrapper .list .item-wrap:hover,
.cid-uYGQzp9cHM .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQzp9cHM .list,
.cid-uYGQzp9cHM .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQD9FHuJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQD9FHuJ nav.navbar {
  position: fixed;
}
.cid-uYGQD9FHuJ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQD9FHuJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQD9FHuJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQD9FHuJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQD9FHuJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQD9FHuJ .dropdown-item:hover,
.cid-uYGQD9FHuJ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQD9FHuJ .dropdown-item:hover span {
  color: white;
}
.cid-uYGQD9FHuJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQD9FHuJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQD9FHuJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQD9FHuJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQD9FHuJ .nav-link {
  position: relative;
}
.cid-uYGQD9FHuJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQD9FHuJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQD9FHuJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQD9FHuJ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQD9FHuJ .dropdown-menu,
.cid-uYGQD9FHuJ .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQD9FHuJ .nav-item:focus,
.cid-uYGQD9FHuJ .nav-link:focus {
  outline: none;
}
.cid-uYGQD9FHuJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQD9FHuJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQD9FHuJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQD9FHuJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQD9FHuJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQD9FHuJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQD9FHuJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQD9FHuJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQD9FHuJ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQD9FHuJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQD9FHuJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQD9FHuJ .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQD9FHuJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQD9FHuJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQD9FHuJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQD9FHuJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQD9FHuJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQD9FHuJ .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-uYGQD9FHuJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQD9FHuJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQD9FHuJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQD9FHuJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQD9FHuJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQD9FHuJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQD9FHuJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQD9FHuJ .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-uYGQD9FHuJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQD9FHuJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQD9FHuJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQD9FHuJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQD9FHuJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQD9FHuJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQD9FHuJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQD9FHuJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQD9FHuJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQD9FHuJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQD9FHuJ .navbar-brand .navbar-caption:hover,
.cid-uYGQD9FHuJ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQD9FHuJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQD9FHuJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQD9FHuJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQD9FHuJ .dropdown-item.active,
.cid-uYGQD9FHuJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQD9FHuJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQD9FHuJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQD9FHuJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQD9FHuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQD9FHuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQD9FHuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQD9FHuJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQD9FHuJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQD9FHuJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQD9FHuJ .navbar-buttons {
  text-align: center;
}
.cid-uYGQD9FHuJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQD9FHuJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQD9FHuJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQD9FHuJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQD9FHuJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQD9FHuJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQD9FHuJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQD9FHuJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQD9FHuJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQD9FHuJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQD9FHuJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQD9FHuJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQD9FHuJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQD9FHuJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQD9FHuJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQD9FHuJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQD9FHuJ .navbar {
    height: 70px;
  }
  .cid-uYGQD9FHuJ .navbar.opened {
    height: auto;
  }
  .cid-uYGQD9FHuJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQD9FHuJ .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQD9FHuJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQD9FHuJ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQD9FHuJ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQD9FHuJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQD9FHuJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQD9FHuJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQD9FHuJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQD9FHuJ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQD9FHuJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQD9FHuJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQD9FHuJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQD9FHuJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQD9FHuJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQD9FHuJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQD9FHuJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQD9FHuJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQD9FHuJ .content-wrap {
  min-height: 110px;
}
.cid-uYGQD9FHuJ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQD9FHuJ .nav-link,
.cid-uYGQD9FHuJ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQD91jCx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQD91jCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQD91jCx .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-uYGQD91jCx .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQD91jCx .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQD91jCx .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQD91jCx .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQD91jCx .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQD91jCx .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQD91jCx .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQD91jCx .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQD91jCx .mbr-label {
  color: #ffffff;
}
.cid-uYGQD91jCx .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQD91jCx label {
  color: #ffffff;
}
.cid-uYGQD9lGYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQD9lGYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQD9lGYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQD9lGYd .row {
  justify-content: center;
}
.cid-uYGQD9lGYd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQD9lGYd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQD9lGYd .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQD9lGYd .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQD9lGYd .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQD9lGYd .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQD9lGYd .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQD9lGYd .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQD9lGYd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQD9lGYd .card-title {
  color: #000000;
}
.cid-uYGQD9lGYd .mbr-section-title,
.cid-uYGQD9lGYd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQD9lGYd .card-title,
.cid-uYGQD9lGYd .contact-wrapper {
  color: #000000;
}
.cid-uYGQDa1H44 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQDa1H44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQDa1H44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQDa1H44 .row {
  justify-content: center;
}
.cid-uYGQDa1H44 .card {
  justify-content: center;
}
.cid-uYGQDa1H44 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQDa1H44 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQDa1H44 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQDa1H44 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQDa1H44 .nav-wrapper .list .item-wrap:hover,
.cid-uYGQDa1H44 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQDa1H44 .list,
.cid-uYGQDa1H44 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQI4TIMS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQI4TIMS nav.navbar {
  position: fixed;
}
.cid-uYGQI4TIMS .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQI4TIMS .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQI4TIMS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQI4TIMS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQI4TIMS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQI4TIMS .dropdown-item:hover,
.cid-uYGQI4TIMS .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQI4TIMS .dropdown-item:hover span {
  color: white;
}
.cid-uYGQI4TIMS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQI4TIMS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQI4TIMS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQI4TIMS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQI4TIMS .nav-link {
  position: relative;
}
.cid-uYGQI4TIMS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQI4TIMS .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQI4TIMS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQI4TIMS .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQI4TIMS .dropdown-menu,
.cid-uYGQI4TIMS .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQI4TIMS .nav-item:focus,
.cid-uYGQI4TIMS .nav-link:focus {
  outline: none;
}
.cid-uYGQI4TIMS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQI4TIMS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQI4TIMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQI4TIMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQI4TIMS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQI4TIMS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQI4TIMS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQI4TIMS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQI4TIMS .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQI4TIMS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQI4TIMS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQI4TIMS .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQI4TIMS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQI4TIMS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQI4TIMS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQI4TIMS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQI4TIMS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQI4TIMS .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-uYGQI4TIMS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQI4TIMS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQI4TIMS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQI4TIMS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQI4TIMS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQI4TIMS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQI4TIMS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQI4TIMS .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-uYGQI4TIMS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQI4TIMS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQI4TIMS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQI4TIMS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQI4TIMS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQI4TIMS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQI4TIMS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQI4TIMS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQI4TIMS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQI4TIMS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQI4TIMS .navbar-brand .navbar-caption:hover,
.cid-uYGQI4TIMS .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQI4TIMS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQI4TIMS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQI4TIMS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQI4TIMS .dropdown-item.active,
.cid-uYGQI4TIMS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQI4TIMS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQI4TIMS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQI4TIMS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQI4TIMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQI4TIMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQI4TIMS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQI4TIMS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQI4TIMS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQI4TIMS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQI4TIMS .navbar-buttons {
  text-align: center;
}
.cid-uYGQI4TIMS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQI4TIMS .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQI4TIMS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQI4TIMS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQI4TIMS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQI4TIMS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQI4TIMS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQI4TIMS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQI4TIMS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQI4TIMS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQI4TIMS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQI4TIMS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQI4TIMS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQI4TIMS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQI4TIMS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQI4TIMS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQI4TIMS .navbar {
    height: 70px;
  }
  .cid-uYGQI4TIMS .navbar.opened {
    height: auto;
  }
  .cid-uYGQI4TIMS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQI4TIMS .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQI4TIMS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQI4TIMS .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQI4TIMS .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQI4TIMS .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQI4TIMS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQI4TIMS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQI4TIMS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQI4TIMS .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQI4TIMS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQI4TIMS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQI4TIMS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQI4TIMS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQI4TIMS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQI4TIMS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQI4TIMS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQI4TIMS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQI4TIMS .content-wrap {
  min-height: 110px;
}
.cid-uYGQI4TIMS .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQI4TIMS .nav-link,
.cid-uYGQI4TIMS .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQI4e6JU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQI4e6JU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQI4e6JU .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-uYGQI4e6JU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQI4e6JU .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQI4e6JU .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQI4e6JU .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQI4e6JU .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQI4e6JU .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQI4e6JU .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQI4e6JU .mbr-label {
  color: #ffffff;
}
.cid-uYGQI4e6JU .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQI4e6JU label {
  color: #ffffff;
}
.cid-uYGQI4Cswm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQI4Cswm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQI4Cswm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQI4Cswm .row {
  justify-content: center;
}
.cid-uYGQI4Cswm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQI4Cswm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQI4Cswm .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQI4Cswm .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQI4Cswm .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQI4Cswm .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQI4Cswm .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQI4Cswm .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQI4Cswm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQI4Cswm .card-title {
  color: #000000;
}
.cid-uYGQI4Cswm .mbr-section-title,
.cid-uYGQI4Cswm .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQI4Cswm .card-title,
.cid-uYGQI4Cswm .contact-wrapper {
  color: #000000;
}
.cid-uYGQI5hDOT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQI5hDOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQI5hDOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQI5hDOT .row {
  justify-content: center;
}
.cid-uYGQI5hDOT .card {
  justify-content: center;
}
.cid-uYGQI5hDOT .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQI5hDOT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQI5hDOT .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQI5hDOT .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQI5hDOT .nav-wrapper .list .item-wrap:hover,
.cid-uYGQI5hDOT .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQI5hDOT .list,
.cid-uYGQI5hDOT .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQMa0loR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQMa0loR nav.navbar {
  position: fixed;
}
.cid-uYGQMa0loR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQMa0loR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQMa0loR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQMa0loR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQMa0loR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQMa0loR .dropdown-item:hover,
.cid-uYGQMa0loR .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQMa0loR .dropdown-item:hover span {
  color: white;
}
.cid-uYGQMa0loR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQMa0loR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQMa0loR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQMa0loR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQMa0loR .nav-link {
  position: relative;
}
.cid-uYGQMa0loR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQMa0loR .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQMa0loR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQMa0loR .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQMa0loR .dropdown-menu,
.cid-uYGQMa0loR .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQMa0loR .nav-item:focus,
.cid-uYGQMa0loR .nav-link:focus {
  outline: none;
}
.cid-uYGQMa0loR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQMa0loR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQMa0loR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQMa0loR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQMa0loR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQMa0loR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQMa0loR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQMa0loR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQMa0loR .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQMa0loR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQMa0loR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQMa0loR .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQMa0loR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQMa0loR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQMa0loR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQMa0loR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQMa0loR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQMa0loR .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-uYGQMa0loR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQMa0loR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQMa0loR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQMa0loR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQMa0loR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQMa0loR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQMa0loR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQMa0loR .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-uYGQMa0loR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQMa0loR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQMa0loR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQMa0loR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQMa0loR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQMa0loR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQMa0loR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQMa0loR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQMa0loR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQMa0loR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQMa0loR .navbar-brand .navbar-caption:hover,
.cid-uYGQMa0loR .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQMa0loR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQMa0loR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQMa0loR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQMa0loR .dropdown-item.active,
.cid-uYGQMa0loR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQMa0loR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQMa0loR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQMa0loR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQMa0loR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQMa0loR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQMa0loR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQMa0loR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQMa0loR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQMa0loR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQMa0loR .navbar-buttons {
  text-align: center;
}
.cid-uYGQMa0loR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQMa0loR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQMa0loR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQMa0loR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQMa0loR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQMa0loR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQMa0loR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQMa0loR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQMa0loR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQMa0loR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQMa0loR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQMa0loR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQMa0loR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQMa0loR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQMa0loR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQMa0loR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQMa0loR .navbar {
    height: 70px;
  }
  .cid-uYGQMa0loR .navbar.opened {
    height: auto;
  }
  .cid-uYGQMa0loR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQMa0loR .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQMa0loR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQMa0loR .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQMa0loR .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQMa0loR .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQMa0loR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQMa0loR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQMa0loR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQMa0loR .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQMa0loR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQMa0loR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQMa0loR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQMa0loR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQMa0loR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQMa0loR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQMa0loR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQMa0loR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQMa0loR .content-wrap {
  min-height: 110px;
}
.cid-uYGQMa0loR .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQMa0loR .nav-link,
.cid-uYGQMa0loR .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQM9nhzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQM9nhzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQM9nhzo .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-uYGQM9nhzo .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQM9nhzo .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQM9nhzo .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQM9nhzo .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQM9nhzo .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQM9nhzo .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQM9nhzo .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQM9nhzo .mbr-label {
  color: #ffffff;
}
.cid-uYGQM9nhzo .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQM9nhzo label {
  color: #ffffff;
}
.cid-uYGQM9J0el {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQM9J0el .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQM9J0el .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQM9J0el .row {
  justify-content: center;
}
.cid-uYGQM9J0el .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQM9J0el .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQM9J0el .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQM9J0el .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQM9J0el .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQM9J0el .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQM9J0el .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQM9J0el .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQM9J0el .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQM9J0el .card-title {
  color: #000000;
}
.cid-uYGQM9J0el .mbr-section-title,
.cid-uYGQM9J0el .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQM9J0el .card-title,
.cid-uYGQM9J0el .contact-wrapper {
  color: #000000;
}
.cid-uYGQManpI0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQManpI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQManpI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQManpI0 .row {
  justify-content: center;
}
.cid-uYGQManpI0 .card {
  justify-content: center;
}
.cid-uYGQManpI0 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQManpI0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQManpI0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQManpI0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQManpI0 .nav-wrapper .list .item-wrap:hover,
.cid-uYGQManpI0 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQManpI0 .list,
.cid-uYGQManpI0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQQD7Q20 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQQD7Q20 nav.navbar {
  position: fixed;
}
.cid-uYGQQD7Q20 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQQD7Q20 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQQD7Q20 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQQD7Q20 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQQD7Q20 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQQD7Q20 .dropdown-item:hover,
.cid-uYGQQD7Q20 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQQD7Q20 .dropdown-item:hover span {
  color: white;
}
.cid-uYGQQD7Q20 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQQD7Q20 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQQD7Q20 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQQD7Q20 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQQD7Q20 .nav-link {
  position: relative;
}
.cid-uYGQQD7Q20 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQQD7Q20 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQQD7Q20 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQQD7Q20 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQQD7Q20 .dropdown-menu,
.cid-uYGQQD7Q20 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQQD7Q20 .nav-item:focus,
.cid-uYGQQD7Q20 .nav-link:focus {
  outline: none;
}
.cid-uYGQQD7Q20 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQQD7Q20 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQQD7Q20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQQD7Q20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQQD7Q20 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQQD7Q20 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQQD7Q20 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQQD7Q20 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQQD7Q20 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQQD7Q20 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQQD7Q20 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQQD7Q20 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQQD7Q20 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQQD7Q20 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQQD7Q20 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQQD7Q20 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQQD7Q20 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQQD7Q20 .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-uYGQQD7Q20 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQQD7Q20 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQQD7Q20 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQQD7Q20 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQQD7Q20 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQQD7Q20 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQQD7Q20 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQQD7Q20 .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-uYGQQD7Q20 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQQD7Q20 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQQD7Q20 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQQD7Q20 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQQD7Q20 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQQD7Q20 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQQD7Q20 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQQD7Q20 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQQD7Q20 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQQD7Q20 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQQD7Q20 .navbar-brand .navbar-caption:hover,
.cid-uYGQQD7Q20 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQQD7Q20 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQQD7Q20 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQQD7Q20 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQQD7Q20 .dropdown-item.active,
.cid-uYGQQD7Q20 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQQD7Q20 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQQD7Q20 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQQD7Q20 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQQD7Q20 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQQD7Q20 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQQD7Q20 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQQD7Q20 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQQD7Q20 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQQD7Q20 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQQD7Q20 .navbar-buttons {
  text-align: center;
}
.cid-uYGQQD7Q20 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQQD7Q20 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQQD7Q20 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQQD7Q20 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQQD7Q20 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQQD7Q20 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQQD7Q20 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQQD7Q20 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQQD7Q20 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQQD7Q20 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQQD7Q20 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQQD7Q20 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQQD7Q20 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQQD7Q20 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQQD7Q20 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQQD7Q20 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQQD7Q20 .navbar {
    height: 70px;
  }
  .cid-uYGQQD7Q20 .navbar.opened {
    height: auto;
  }
  .cid-uYGQQD7Q20 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQQD7Q20 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQQD7Q20 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQQD7Q20 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQQD7Q20 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQQD7Q20 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQQD7Q20 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQQD7Q20 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQQD7Q20 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQQD7Q20 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQQD7Q20 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQQD7Q20 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQQD7Q20 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQQD7Q20 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQQD7Q20 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQQD7Q20 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQQD7Q20 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQQD7Q20 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQQD7Q20 .content-wrap {
  min-height: 110px;
}
.cid-uYGQQD7Q20 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQQD7Q20 .nav-link,
.cid-uYGQQD7Q20 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQQCwruK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQQCwruK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQQCwruK .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-uYGQQCwruK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQQCwruK .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQQCwruK .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQQCwruK .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQQCwruK .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQQCwruK .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQQCwruK .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQQCwruK .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQQCwruK .mbr-label {
  color: #ffffff;
}
.cid-uYGQQCwruK .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQQCwruK label {
  color: #ffffff;
}
.cid-uYGQQCR3iz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQQCR3iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQQCR3iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQQCR3iz .row {
  justify-content: center;
}
.cid-uYGQQCR3iz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQQCR3iz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQQCR3iz .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQQCR3iz .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQQCR3iz .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQQCR3iz .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQQCR3iz .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQQCR3iz .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQQCR3iz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQQCR3iz .card-title {
  color: #000000;
}
.cid-uYGQQCR3iz .mbr-section-title,
.cid-uYGQQCR3iz .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQQCR3iz .card-title,
.cid-uYGQQCR3iz .contact-wrapper {
  color: #000000;
}
.cid-uYGQQDuBuE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQQDuBuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQQDuBuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQQDuBuE .row {
  justify-content: center;
}
.cid-uYGQQDuBuE .card {
  justify-content: center;
}
.cid-uYGQQDuBuE .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQQDuBuE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQQDuBuE .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQQDuBuE .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQQDuBuE .nav-wrapper .list .item-wrap:hover,
.cid-uYGQQDuBuE .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQQDuBuE .list,
.cid-uYGQQDuBuE .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQVvMKAf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQVvMKAf nav.navbar {
  position: fixed;
}
.cid-uYGQVvMKAf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQVvMKAf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQVvMKAf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQVvMKAf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQVvMKAf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQVvMKAf .dropdown-item:hover,
.cid-uYGQVvMKAf .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQVvMKAf .dropdown-item:hover span {
  color: white;
}
.cid-uYGQVvMKAf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQVvMKAf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQVvMKAf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQVvMKAf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQVvMKAf .nav-link {
  position: relative;
}
.cid-uYGQVvMKAf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQVvMKAf .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQVvMKAf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQVvMKAf .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQVvMKAf .dropdown-menu,
.cid-uYGQVvMKAf .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQVvMKAf .nav-item:focus,
.cid-uYGQVvMKAf .nav-link:focus {
  outline: none;
}
.cid-uYGQVvMKAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQVvMKAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQVvMKAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQVvMKAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQVvMKAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQVvMKAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQVvMKAf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQVvMKAf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQVvMKAf .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQVvMKAf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQVvMKAf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQVvMKAf .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQVvMKAf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQVvMKAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQVvMKAf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQVvMKAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQVvMKAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQVvMKAf .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-uYGQVvMKAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQVvMKAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQVvMKAf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQVvMKAf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQVvMKAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQVvMKAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQVvMKAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQVvMKAf .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-uYGQVvMKAf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQVvMKAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQVvMKAf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQVvMKAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQVvMKAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQVvMKAf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQVvMKAf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQVvMKAf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQVvMKAf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQVvMKAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQVvMKAf .navbar-brand .navbar-caption:hover,
.cid-uYGQVvMKAf .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQVvMKAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQVvMKAf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQVvMKAf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQVvMKAf .dropdown-item.active,
.cid-uYGQVvMKAf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQVvMKAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQVvMKAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQVvMKAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQVvMKAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQVvMKAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQVvMKAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQVvMKAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQVvMKAf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQVvMKAf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQVvMKAf .navbar-buttons {
  text-align: center;
}
.cid-uYGQVvMKAf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQVvMKAf .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQVvMKAf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQVvMKAf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQVvMKAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQVvMKAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQVvMKAf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQVvMKAf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQVvMKAf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQVvMKAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQVvMKAf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQVvMKAf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQVvMKAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQVvMKAf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQVvMKAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQVvMKAf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQVvMKAf .navbar {
    height: 70px;
  }
  .cid-uYGQVvMKAf .navbar.opened {
    height: auto;
  }
  .cid-uYGQVvMKAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQVvMKAf .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQVvMKAf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQVvMKAf .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQVvMKAf .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQVvMKAf .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQVvMKAf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQVvMKAf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQVvMKAf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQVvMKAf .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQVvMKAf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQVvMKAf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQVvMKAf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQVvMKAf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQVvMKAf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQVvMKAf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQVvMKAf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQVvMKAf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQVvMKAf .content-wrap {
  min-height: 110px;
}
.cid-uYGQVvMKAf .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQVvMKAf .nav-link,
.cid-uYGQVvMKAf .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQVvayc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQVvayc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQVvayc4 .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-uYGQVvayc4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQVvayc4 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQVvayc4 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQVvayc4 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQVvayc4 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQVvayc4 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQVvayc4 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQVvayc4 .mbr-label {
  color: #ffffff;
}
.cid-uYGQVvayc4 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQVvayc4 label {
  color: #ffffff;
}
.cid-uYGQVvubPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQVvubPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQVvubPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQVvubPg .row {
  justify-content: center;
}
.cid-uYGQVvubPg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQVvubPg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQVvubPg .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQVvubPg .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQVvubPg .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQVvubPg .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQVvubPg .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQVvubPg .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQVvubPg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQVvubPg .card-title {
  color: #000000;
}
.cid-uYGQVvubPg .mbr-section-title,
.cid-uYGQVvubPg .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQVvubPg .card-title,
.cid-uYGQVvubPg .contact-wrapper {
  color: #000000;
}
.cid-uYGQVwdjlw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQVwdjlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQVwdjlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQVwdjlw .row {
  justify-content: center;
}
.cid-uYGQVwdjlw .card {
  justify-content: center;
}
.cid-uYGQVwdjlw .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQVwdjlw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQVwdjlw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQVwdjlw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQVwdjlw .nav-wrapper .list .item-wrap:hover,
.cid-uYGQVwdjlw .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQVwdjlw .list,
.cid-uYGQVwdjlw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQZWrxuQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGQZWrxuQ nav.navbar {
  position: fixed;
}
.cid-uYGQZWrxuQ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGQZWrxuQ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGQZWrxuQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQZWrxuQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGQZWrxuQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQZWrxuQ .dropdown-item:hover,
.cid-uYGQZWrxuQ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGQZWrxuQ .dropdown-item:hover span {
  color: white;
}
.cid-uYGQZWrxuQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGQZWrxuQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGQZWrxuQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGQZWrxuQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGQZWrxuQ .nav-link {
  position: relative;
}
.cid-uYGQZWrxuQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGQZWrxuQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGQZWrxuQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGQZWrxuQ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGQZWrxuQ .dropdown-menu,
.cid-uYGQZWrxuQ .navbar.opened {
  background: #071705 !important;
}
.cid-uYGQZWrxuQ .nav-item:focus,
.cid-uYGQZWrxuQ .nav-link:focus {
  outline: none;
}
.cid-uYGQZWrxuQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGQZWrxuQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGQZWrxuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGQZWrxuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGQZWrxuQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGQZWrxuQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGQZWrxuQ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQZWrxuQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGQZWrxuQ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGQZWrxuQ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGQZWrxuQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGQZWrxuQ .navbar.collapsed {
  justify-content: center;
}
.cid-uYGQZWrxuQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGQZWrxuQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGQZWrxuQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGQZWrxuQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGQZWrxuQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGQZWrxuQ .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-uYGQZWrxuQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGQZWrxuQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGQZWrxuQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGQZWrxuQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGQZWrxuQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGQZWrxuQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGQZWrxuQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGQZWrxuQ .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-uYGQZWrxuQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGQZWrxuQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGQZWrxuQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGQZWrxuQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGQZWrxuQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGQZWrxuQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGQZWrxuQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGQZWrxuQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGQZWrxuQ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGQZWrxuQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGQZWrxuQ .navbar-brand .navbar-caption:hover,
.cid-uYGQZWrxuQ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQZWrxuQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGQZWrxuQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGQZWrxuQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGQZWrxuQ .dropdown-item.active,
.cid-uYGQZWrxuQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGQZWrxuQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGQZWrxuQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGQZWrxuQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGQZWrxuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGQZWrxuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGQZWrxuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGQZWrxuQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGQZWrxuQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGQZWrxuQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGQZWrxuQ .navbar-buttons {
  text-align: center;
}
.cid-uYGQZWrxuQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGQZWrxuQ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGQZWrxuQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGQZWrxuQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGQZWrxuQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGQZWrxuQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGQZWrxuQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQZWrxuQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGQZWrxuQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGQZWrxuQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQZWrxuQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGQZWrxuQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGQZWrxuQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGQZWrxuQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGQZWrxuQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGQZWrxuQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGQZWrxuQ .navbar {
    height: 70px;
  }
  .cid-uYGQZWrxuQ .navbar.opened {
    height: auto;
  }
  .cid-uYGQZWrxuQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGQZWrxuQ .navbar-nav {
  margin: 0 auto;
}
.cid-uYGQZWrxuQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGQZWrxuQ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGQZWrxuQ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGQZWrxuQ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGQZWrxuQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGQZWrxuQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGQZWrxuQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGQZWrxuQ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGQZWrxuQ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGQZWrxuQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGQZWrxuQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGQZWrxuQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGQZWrxuQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGQZWrxuQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGQZWrxuQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGQZWrxuQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGQZWrxuQ .content-wrap {
  min-height: 110px;
}
.cid-uYGQZWrxuQ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGQZWrxuQ .nav-link,
.cid-uYGQZWrxuQ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGQZVS89f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGQZVS89f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQZVS89f .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-uYGQZVS89f .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQZVS89f .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQZVS89f .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGQZVS89f .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGQZVS89f .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGQZVS89f .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQZVS89f .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGQZVS89f .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGQZVS89f .mbr-label {
  color: #ffffff;
}
.cid-uYGQZVS89f .mbr-section-title {
  color: #ffffff;
}
.cid-uYGQZVS89f label {
  color: #ffffff;
}
.cid-uYGQZWcSRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGQZWcSRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQZWcSRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQZWcSRk .row {
  justify-content: center;
}
.cid-uYGQZWcSRk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGQZWcSRk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQZWcSRk .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGQZWcSRk .item {
    margin-bottom: 16px;
  }
}
.cid-uYGQZWcSRk .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGQZWcSRk .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGQZWcSRk .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGQZWcSRk .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGQZWcSRk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGQZWcSRk .card-title {
  color: #000000;
}
.cid-uYGQZWcSRk .mbr-section-title,
.cid-uYGQZWcSRk .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGQZWcSRk .card-title,
.cid-uYGQZWcSRk .contact-wrapper {
  color: #000000;
}
.cid-uYGQZWNstz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGQZWNstz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGQZWNstz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGQZWNstz .row {
  justify-content: center;
}
.cid-uYGQZWNstz .card {
  justify-content: center;
}
.cid-uYGQZWNstz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGQZWNstz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGQZWNstz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGQZWNstz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGQZWNstz .nav-wrapper .list .item-wrap:hover,
.cid-uYGQZWNstz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGQZWNstz .list,
.cid-uYGQZWNstz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGR3tGbDK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGR3tGbDK nav.navbar {
  position: fixed;
}
.cid-uYGR3tGbDK .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGR3tGbDK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGR3tGbDK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGR3tGbDK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGR3tGbDK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGR3tGbDK .dropdown-item:hover,
.cid-uYGR3tGbDK .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGR3tGbDK .dropdown-item:hover span {
  color: white;
}
.cid-uYGR3tGbDK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGR3tGbDK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGR3tGbDK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGR3tGbDK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGR3tGbDK .nav-link {
  position: relative;
}
.cid-uYGR3tGbDK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGR3tGbDK .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGR3tGbDK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGR3tGbDK .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGR3tGbDK .dropdown-menu,
.cid-uYGR3tGbDK .navbar.opened {
  background: #071705 !important;
}
.cid-uYGR3tGbDK .nav-item:focus,
.cid-uYGR3tGbDK .nav-link:focus {
  outline: none;
}
.cid-uYGR3tGbDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGR3tGbDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGR3tGbDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGR3tGbDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGR3tGbDK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGR3tGbDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGR3tGbDK .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGR3tGbDK .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGR3tGbDK .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGR3tGbDK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGR3tGbDK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGR3tGbDK .navbar.collapsed {
  justify-content: center;
}
.cid-uYGR3tGbDK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGR3tGbDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGR3tGbDK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGR3tGbDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGR3tGbDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGR3tGbDK .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-uYGR3tGbDK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGR3tGbDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGR3tGbDK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGR3tGbDK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGR3tGbDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGR3tGbDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGR3tGbDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGR3tGbDK .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-uYGR3tGbDK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGR3tGbDK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGR3tGbDK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGR3tGbDK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGR3tGbDK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGR3tGbDK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGR3tGbDK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGR3tGbDK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGR3tGbDK .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGR3tGbDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGR3tGbDK .navbar-brand .navbar-caption:hover,
.cid-uYGR3tGbDK .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGR3tGbDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGR3tGbDK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGR3tGbDK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGR3tGbDK .dropdown-item.active,
.cid-uYGR3tGbDK .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGR3tGbDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGR3tGbDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGR3tGbDK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGR3tGbDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGR3tGbDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGR3tGbDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGR3tGbDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGR3tGbDK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGR3tGbDK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGR3tGbDK .navbar-buttons {
  text-align: center;
}
.cid-uYGR3tGbDK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGR3tGbDK .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGR3tGbDK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGR3tGbDK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGR3tGbDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGR3tGbDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGR3tGbDK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGR3tGbDK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGR3tGbDK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGR3tGbDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGR3tGbDK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGR3tGbDK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGR3tGbDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGR3tGbDK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGR3tGbDK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGR3tGbDK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGR3tGbDK .navbar {
    height: 70px;
  }
  .cid-uYGR3tGbDK .navbar.opened {
    height: auto;
  }
  .cid-uYGR3tGbDK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGR3tGbDK .navbar-nav {
  margin: 0 auto;
}
.cid-uYGR3tGbDK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGR3tGbDK .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGR3tGbDK .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGR3tGbDK .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGR3tGbDK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGR3tGbDK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGR3tGbDK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGR3tGbDK .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGR3tGbDK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGR3tGbDK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGR3tGbDK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGR3tGbDK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGR3tGbDK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGR3tGbDK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGR3tGbDK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGR3tGbDK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGR3tGbDK .content-wrap {
  min-height: 110px;
}
.cid-uYGR3tGbDK .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGR3tGbDK .nav-link,
.cid-uYGR3tGbDK .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGR3t6fES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGR3t6fES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGR3t6fES .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-uYGR3t6fES .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGR3t6fES .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGR3t6fES .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGR3t6fES .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGR3t6fES .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGR3t6fES .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGR3t6fES .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGR3t6fES .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGR3t6fES .mbr-label {
  color: #ffffff;
}
.cid-uYGR3t6fES .mbr-section-title {
  color: #ffffff;
}
.cid-uYGR3t6fES label {
  color: #ffffff;
}
.cid-uYGR3tpUhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGR3tpUhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGR3tpUhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGR3tpUhH .row {
  justify-content: center;
}
.cid-uYGR3tpUhH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGR3tpUhH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGR3tpUhH .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGR3tpUhH .item {
    margin-bottom: 16px;
  }
}
.cid-uYGR3tpUhH .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGR3tpUhH .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGR3tpUhH .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGR3tpUhH .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGR3tpUhH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGR3tpUhH .card-title {
  color: #000000;
}
.cid-uYGR3tpUhH .mbr-section-title,
.cid-uYGR3tpUhH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGR3tpUhH .card-title,
.cid-uYGR3tpUhH .contact-wrapper {
  color: #000000;
}
.cid-uYGR3u4x20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGR3u4x20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGR3u4x20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGR3u4x20 .row {
  justify-content: center;
}
.cid-uYGR3u4x20 .card {
  justify-content: center;
}
.cid-uYGR3u4x20 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGR3u4x20 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGR3u4x20 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGR3u4x20 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGR3u4x20 .nav-wrapper .list .item-wrap:hover,
.cid-uYGR3u4x20 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGR3u4x20 .list,
.cid-uYGR3u4x20 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGR7Dchah {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGR7Dchah nav.navbar {
  position: fixed;
}
.cid-uYGR7Dchah .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGR7Dchah .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGR7Dchah .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGR7Dchah .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGR7Dchah .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGR7Dchah .dropdown-item:hover,
.cid-uYGR7Dchah .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGR7Dchah .dropdown-item:hover span {
  color: white;
}
.cid-uYGR7Dchah .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGR7Dchah .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGR7Dchah .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGR7Dchah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGR7Dchah .nav-link {
  position: relative;
}
.cid-uYGR7Dchah .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGR7Dchah .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGR7Dchah .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGR7Dchah .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGR7Dchah .dropdown-menu,
.cid-uYGR7Dchah .navbar.opened {
  background: #071705 !important;
}
.cid-uYGR7Dchah .nav-item:focus,
.cid-uYGR7Dchah .nav-link:focus {
  outline: none;
}
.cid-uYGR7Dchah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGR7Dchah .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGR7Dchah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGR7Dchah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGR7Dchah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGR7Dchah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGR7Dchah .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGR7Dchah .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGR7Dchah .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGR7Dchah .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGR7Dchah .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGR7Dchah .navbar.collapsed {
  justify-content: center;
}
.cid-uYGR7Dchah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGR7Dchah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGR7Dchah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGR7Dchah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGR7Dchah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGR7Dchah .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-uYGR7Dchah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGR7Dchah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGR7Dchah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGR7Dchah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGR7Dchah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGR7Dchah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGR7Dchah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGR7Dchah .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-uYGR7Dchah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGR7Dchah .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGR7Dchah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGR7Dchah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGR7Dchah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGR7Dchah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGR7Dchah .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGR7Dchah .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGR7Dchah .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGR7Dchah .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGR7Dchah .navbar-brand .navbar-caption:hover,
.cid-uYGR7Dchah .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGR7Dchah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGR7Dchah .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGR7Dchah .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGR7Dchah .dropdown-item.active,
.cid-uYGR7Dchah .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGR7Dchah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGR7Dchah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGR7Dchah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGR7Dchah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGR7Dchah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGR7Dchah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGR7Dchah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGR7Dchah ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGR7Dchah ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGR7Dchah .navbar-buttons {
  text-align: center;
}
.cid-uYGR7Dchah .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGR7Dchah .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGR7Dchah .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGR7Dchah button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGR7Dchah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGR7Dchah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGR7Dchah button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGR7Dchah button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGR7Dchah button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGR7Dchah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGR7Dchah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGR7Dchah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGR7Dchah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGR7Dchah .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGR7Dchah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGR7Dchah .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGR7Dchah .navbar {
    height: 70px;
  }
  .cid-uYGR7Dchah .navbar.opened {
    height: auto;
  }
  .cid-uYGR7Dchah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGR7Dchah .navbar-nav {
  margin: 0 auto;
}
.cid-uYGR7Dchah .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGR7Dchah .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGR7Dchah .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGR7Dchah .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGR7Dchah .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGR7Dchah .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGR7Dchah .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGR7Dchah .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGR7Dchah .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGR7Dchah .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGR7Dchah .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGR7Dchah .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGR7Dchah .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGR7Dchah .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGR7Dchah .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGR7Dchah .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGR7Dchah .content-wrap {
  min-height: 110px;
}
.cid-uYGR7Dchah .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGR7Dchah .nav-link,
.cid-uYGR7Dchah .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGR7CCStg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGR7CCStg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGR7CCStg .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-uYGR7CCStg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGR7CCStg .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGR7CCStg .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGR7CCStg .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGR7CCStg .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGR7CCStg .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGR7CCStg .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGR7CCStg .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGR7CCStg .mbr-label {
  color: #ffffff;
}
.cid-uYGR7CCStg .mbr-section-title {
  color: #ffffff;
}
.cid-uYGR7CCStg label {
  color: #ffffff;
}
.cid-uYGR7CUwM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGR7CUwM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGR7CUwM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGR7CUwM4 .row {
  justify-content: center;
}
.cid-uYGR7CUwM4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGR7CUwM4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGR7CUwM4 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGR7CUwM4 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGR7CUwM4 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGR7CUwM4 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGR7CUwM4 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGR7CUwM4 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGR7CUwM4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGR7CUwM4 .card-title {
  color: #000000;
}
.cid-uYGR7CUwM4 .mbr-section-title,
.cid-uYGR7CUwM4 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGR7CUwM4 .card-title,
.cid-uYGR7CUwM4 .contact-wrapper {
  color: #000000;
}
.cid-uYGR7DypA6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGR7DypA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGR7DypA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGR7DypA6 .row {
  justify-content: center;
}
.cid-uYGR7DypA6 .card {
  justify-content: center;
}
.cid-uYGR7DypA6 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGR7DypA6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGR7DypA6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGR7DypA6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGR7DypA6 .nav-wrapper .list .item-wrap:hover,
.cid-uYGR7DypA6 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGR7DypA6 .list,
.cid-uYGR7DypA6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGRbNgBsh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGRbNgBsh nav.navbar {
  position: fixed;
}
.cid-uYGRbNgBsh .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGRbNgBsh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGRbNgBsh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGRbNgBsh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGRbNgBsh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGRbNgBsh .dropdown-item:hover,
.cid-uYGRbNgBsh .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGRbNgBsh .dropdown-item:hover span {
  color: white;
}
.cid-uYGRbNgBsh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGRbNgBsh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGRbNgBsh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGRbNgBsh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGRbNgBsh .nav-link {
  position: relative;
}
.cid-uYGRbNgBsh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGRbNgBsh .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGRbNgBsh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGRbNgBsh .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGRbNgBsh .dropdown-menu,
.cid-uYGRbNgBsh .navbar.opened {
  background: #071705 !important;
}
.cid-uYGRbNgBsh .nav-item:focus,
.cid-uYGRbNgBsh .nav-link:focus {
  outline: none;
}
.cid-uYGRbNgBsh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGRbNgBsh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGRbNgBsh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGRbNgBsh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGRbNgBsh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGRbNgBsh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGRbNgBsh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGRbNgBsh .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGRbNgBsh .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGRbNgBsh .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGRbNgBsh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGRbNgBsh .navbar.collapsed {
  justify-content: center;
}
.cid-uYGRbNgBsh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGRbNgBsh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGRbNgBsh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGRbNgBsh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGRbNgBsh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGRbNgBsh .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-uYGRbNgBsh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGRbNgBsh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGRbNgBsh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGRbNgBsh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGRbNgBsh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGRbNgBsh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGRbNgBsh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGRbNgBsh .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-uYGRbNgBsh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGRbNgBsh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGRbNgBsh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGRbNgBsh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGRbNgBsh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGRbNgBsh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGRbNgBsh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGRbNgBsh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGRbNgBsh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGRbNgBsh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGRbNgBsh .navbar-brand .navbar-caption:hover,
.cid-uYGRbNgBsh .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGRbNgBsh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGRbNgBsh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGRbNgBsh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGRbNgBsh .dropdown-item.active,
.cid-uYGRbNgBsh .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGRbNgBsh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGRbNgBsh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGRbNgBsh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGRbNgBsh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGRbNgBsh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGRbNgBsh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGRbNgBsh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGRbNgBsh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGRbNgBsh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGRbNgBsh .navbar-buttons {
  text-align: center;
}
.cid-uYGRbNgBsh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGRbNgBsh .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGRbNgBsh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGRbNgBsh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGRbNgBsh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGRbNgBsh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGRbNgBsh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGRbNgBsh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGRbNgBsh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGRbNgBsh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGRbNgBsh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGRbNgBsh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGRbNgBsh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGRbNgBsh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGRbNgBsh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGRbNgBsh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGRbNgBsh .navbar {
    height: 70px;
  }
  .cid-uYGRbNgBsh .navbar.opened {
    height: auto;
  }
  .cid-uYGRbNgBsh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGRbNgBsh .navbar-nav {
  margin: 0 auto;
}
.cid-uYGRbNgBsh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGRbNgBsh .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGRbNgBsh .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGRbNgBsh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGRbNgBsh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGRbNgBsh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGRbNgBsh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGRbNgBsh .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGRbNgBsh .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGRbNgBsh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGRbNgBsh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGRbNgBsh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGRbNgBsh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGRbNgBsh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGRbNgBsh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGRbNgBsh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGRbNgBsh .content-wrap {
  min-height: 110px;
}
.cid-uYGRbNgBsh .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGRbNgBsh .nav-link,
.cid-uYGRbNgBsh .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGRbMG6vY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGRbMG6vY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGRbMG6vY .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-uYGRbMG6vY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGRbMG6vY .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGRbMG6vY .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGRbMG6vY .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGRbMG6vY .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGRbMG6vY .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGRbMG6vY .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGRbMG6vY .mbr-label {
  color: #ffffff;
}
.cid-uYGRbMG6vY .mbr-section-title {
  color: #ffffff;
}
.cid-uYGRbMG6vY label {
  color: #ffffff;
}
.cid-uYGRbMYt9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGRbMYt9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGRbMYt9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGRbMYt9i .row {
  justify-content: center;
}
.cid-uYGRbMYt9i .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGRbMYt9i .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGRbMYt9i .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGRbMYt9i .item {
    margin-bottom: 16px;
  }
}
.cid-uYGRbMYt9i .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGRbMYt9i .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGRbMYt9i .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGRbMYt9i .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGRbMYt9i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGRbMYt9i .card-title {
  color: #000000;
}
.cid-uYGRbMYt9i .mbr-section-title,
.cid-uYGRbMYt9i .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGRbMYt9i .card-title,
.cid-uYGRbMYt9i .contact-wrapper {
  color: #000000;
}
.cid-uYGRbNCkBG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGRbNCkBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGRbNCkBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGRbNCkBG .row {
  justify-content: center;
}
.cid-uYGRbNCkBG .card {
  justify-content: center;
}
.cid-uYGRbNCkBG .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGRbNCkBG .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGRbNCkBG .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGRbNCkBG .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGRbNCkBG .nav-wrapper .list .item-wrap:hover,
.cid-uYGRbNCkBG .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGRbNCkBG .list,
.cid-uYGRbNCkBG .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGSsualjg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGSsualjg nav.navbar {
  position: fixed;
}
.cid-uYGSsualjg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGSsualjg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGSsualjg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGSsualjg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGSsualjg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGSsualjg .dropdown-item:hover,
.cid-uYGSsualjg .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGSsualjg .dropdown-item:hover span {
  color: white;
}
.cid-uYGSsualjg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGSsualjg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGSsualjg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGSsualjg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGSsualjg .nav-link {
  position: relative;
}
.cid-uYGSsualjg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGSsualjg .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGSsualjg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGSsualjg .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGSsualjg .dropdown-menu,
.cid-uYGSsualjg .navbar.opened {
  background: #071705 !important;
}
.cid-uYGSsualjg .nav-item:focus,
.cid-uYGSsualjg .nav-link:focus {
  outline: none;
}
.cid-uYGSsualjg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGSsualjg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGSsualjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGSsualjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGSsualjg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGSsualjg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGSsualjg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGSsualjg .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGSsualjg .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGSsualjg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGSsualjg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGSsualjg .navbar.collapsed {
  justify-content: center;
}
.cid-uYGSsualjg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGSsualjg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGSsualjg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGSsualjg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGSsualjg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGSsualjg .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-uYGSsualjg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGSsualjg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGSsualjg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGSsualjg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGSsualjg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGSsualjg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGSsualjg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGSsualjg .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-uYGSsualjg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGSsualjg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGSsualjg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGSsualjg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGSsualjg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGSsualjg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGSsualjg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGSsualjg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGSsualjg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGSsualjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGSsualjg .navbar-brand .navbar-caption:hover,
.cid-uYGSsualjg .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGSsualjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGSsualjg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGSsualjg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGSsualjg .dropdown-item.active,
.cid-uYGSsualjg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGSsualjg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGSsualjg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGSsualjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGSsualjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGSsualjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGSsualjg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGSsualjg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGSsualjg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGSsualjg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGSsualjg .navbar-buttons {
  text-align: center;
}
.cid-uYGSsualjg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGSsualjg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGSsualjg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGSsualjg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGSsualjg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGSsualjg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGSsualjg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGSsualjg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGSsualjg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGSsualjg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGSsualjg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGSsualjg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGSsualjg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGSsualjg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGSsualjg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGSsualjg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGSsualjg .navbar {
    height: 70px;
  }
  .cid-uYGSsualjg .navbar.opened {
    height: auto;
  }
  .cid-uYGSsualjg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGSsualjg .navbar-nav {
  margin: 0 auto;
}
.cid-uYGSsualjg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGSsualjg .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGSsualjg .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGSsualjg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGSsualjg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGSsualjg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGSsualjg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGSsualjg .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGSsualjg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGSsualjg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGSsualjg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGSsualjg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGSsualjg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGSsualjg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGSsualjg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGSsualjg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGSsualjg .content-wrap {
  min-height: 110px;
}
.cid-uYGSsualjg .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGSsualjg .nav-link,
.cid-uYGSsualjg .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGSsttelN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGSsttelN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGSsttelN .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-uYGSsttelN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGSsttelN .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGSsttelN .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGSsttelN .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGSsttelN .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGSsttelN .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGSsttelN .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGSsttelN .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGSsttelN .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGSsttelN .mbr-label {
  color: #ffffff;
}
.cid-uYGSsttelN .mbr-section-title {
  color: #ffffff;
}
.cid-uYGSsttelN label {
  color: #ffffff;
}
.cid-uYGSsttelN .mbr-section-title,
.cid-uYGSsttelN .title-wrapper {
  color: #acfe00;
}
.cid-uYGSstQrnN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGSstQrnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGSstQrnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGSstQrnN .row {
  justify-content: center;
}
.cid-uYGSstQrnN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGSstQrnN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGSstQrnN .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGSstQrnN .item {
    margin-bottom: 16px;
  }
}
.cid-uYGSstQrnN .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGSstQrnN .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGSstQrnN .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGSstQrnN .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGSstQrnN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGSstQrnN .card-title {
  color: #000000;
}
.cid-uYGSstQrnN .mbr-section-title,
.cid-uYGSstQrnN .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGSstQrnN .card-title,
.cid-uYGSstQrnN .contact-wrapper {
  color: #000000;
}
.cid-uYGSsuxwZL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGSsuxwZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGSsuxwZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGSsuxwZL .row {
  justify-content: center;
}
.cid-uYGSsuxwZL .card {
  justify-content: center;
}
.cid-uYGSsuxwZL .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGSsuxwZL .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGSsuxwZL .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGSsuxwZL .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGSsuxwZL .nav-wrapper .list .item-wrap:hover,
.cid-uYGSsuxwZL .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGSsuxwZL .list,
.cid-uYGSsuxwZL .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVyVuOrf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGVyVuOrf nav.navbar {
  position: fixed;
}
.cid-uYGVyVuOrf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGVyVuOrf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGVyVuOrf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVyVuOrf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGVyVuOrf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVyVuOrf .dropdown-item:hover,
.cid-uYGVyVuOrf .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVyVuOrf .dropdown-item:hover span {
  color: white;
}
.cid-uYGVyVuOrf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGVyVuOrf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGVyVuOrf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGVyVuOrf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGVyVuOrf .nav-link {
  position: relative;
}
.cid-uYGVyVuOrf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGVyVuOrf .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGVyVuOrf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGVyVuOrf .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGVyVuOrf .dropdown-menu,
.cid-uYGVyVuOrf .navbar.opened {
  background: #071705 !important;
}
.cid-uYGVyVuOrf .nav-item:focus,
.cid-uYGVyVuOrf .nav-link:focus {
  outline: none;
}
.cid-uYGVyVuOrf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGVyVuOrf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGVyVuOrf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGVyVuOrf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVyVuOrf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGVyVuOrf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGVyVuOrf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVyVuOrf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGVyVuOrf .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGVyVuOrf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGVyVuOrf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGVyVuOrf .navbar.collapsed {
  justify-content: center;
}
.cid-uYGVyVuOrf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGVyVuOrf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGVyVuOrf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGVyVuOrf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGVyVuOrf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGVyVuOrf .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-uYGVyVuOrf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGVyVuOrf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGVyVuOrf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGVyVuOrf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGVyVuOrf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGVyVuOrf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGVyVuOrf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGVyVuOrf .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-uYGVyVuOrf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGVyVuOrf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGVyVuOrf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGVyVuOrf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGVyVuOrf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGVyVuOrf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGVyVuOrf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGVyVuOrf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGVyVuOrf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGVyVuOrf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGVyVuOrf .navbar-brand .navbar-caption:hover,
.cid-uYGVyVuOrf .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVyVuOrf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGVyVuOrf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGVyVuOrf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVyVuOrf .dropdown-item.active,
.cid-uYGVyVuOrf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGVyVuOrf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGVyVuOrf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGVyVuOrf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGVyVuOrf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGVyVuOrf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGVyVuOrf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGVyVuOrf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGVyVuOrf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGVyVuOrf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGVyVuOrf .navbar-buttons {
  text-align: center;
}
.cid-uYGVyVuOrf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGVyVuOrf .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGVyVuOrf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGVyVuOrf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVyVuOrf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGVyVuOrf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGVyVuOrf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVyVuOrf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVyVuOrf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGVyVuOrf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVyVuOrf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGVyVuOrf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGVyVuOrf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVyVuOrf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGVyVuOrf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGVyVuOrf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGVyVuOrf .navbar {
    height: 70px;
  }
  .cid-uYGVyVuOrf .navbar.opened {
    height: auto;
  }
  .cid-uYGVyVuOrf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGVyVuOrf .navbar-nav {
  margin: 0 auto;
}
.cid-uYGVyVuOrf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGVyVuOrf .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGVyVuOrf .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGVyVuOrf .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGVyVuOrf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGVyVuOrf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGVyVuOrf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGVyVuOrf .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGVyVuOrf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGVyVuOrf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGVyVuOrf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGVyVuOrf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGVyVuOrf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGVyVuOrf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGVyVuOrf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGVyVuOrf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGVyVuOrf .content-wrap {
  min-height: 110px;
}
.cid-uYGVyVuOrf .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGVyVuOrf .nav-link,
.cid-uYGVyVuOrf .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGVyUNyYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGVyUNyYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVyUNyYX .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-uYGVyUNyYX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVyUNyYX .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVyUNyYX .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGVyUNyYX .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGVyUNyYX .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVyUNyYX .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGVyUNyYX .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGVyUNyYX .mbr-label {
  color: #ffffff;
}
.cid-uYGVyUNyYX .mbr-section-title {
  color: #ffffff;
}
.cid-uYGVyUNyYX label {
  color: #ffffff;
}
.cid-uYGVyUNyYX .mbr-section-title,
.cid-uYGVyUNyYX .title-wrapper {
  color: #acfe00;
}
.cid-uYGVyVb1hV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGVyVb1hV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVyVb1hV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVyVb1hV .row {
  justify-content: center;
}
.cid-uYGVyVb1hV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGVyVb1hV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVyVb1hV .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVyVb1hV .item {
    margin-bottom: 16px;
  }
}
.cid-uYGVyVb1hV .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGVyVb1hV .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGVyVb1hV .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGVyVb1hV .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGVyVb1hV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVyVb1hV .card-title {
  color: #000000;
}
.cid-uYGVyVb1hV .mbr-section-title,
.cid-uYGVyVb1hV .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGVyVb1hV .card-title,
.cid-uYGVyVb1hV .contact-wrapper {
  color: #000000;
}
.cid-uYGVyVUnJ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGVyVUnJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVyVUnJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVyVUnJ8 .row {
  justify-content: center;
}
.cid-uYGVyVUnJ8 .card {
  justify-content: center;
}
.cid-uYGVyVUnJ8 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGVyVUnJ8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVyVUnJ8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGVyVUnJ8 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGVyVUnJ8 .nav-wrapper .list .item-wrap:hover,
.cid-uYGVyVUnJ8 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGVyVUnJ8 .list,
.cid-uYGVyVUnJ8 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVDcj5Kd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGVDcj5Kd nav.navbar {
  position: fixed;
}
.cid-uYGVDcj5Kd .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGVDcj5Kd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGVDcj5Kd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVDcj5Kd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGVDcj5Kd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVDcj5Kd .dropdown-item:hover,
.cid-uYGVDcj5Kd .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVDcj5Kd .dropdown-item:hover span {
  color: white;
}
.cid-uYGVDcj5Kd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGVDcj5Kd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGVDcj5Kd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGVDcj5Kd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGVDcj5Kd .nav-link {
  position: relative;
}
.cid-uYGVDcj5Kd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGVDcj5Kd .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGVDcj5Kd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGVDcj5Kd .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGVDcj5Kd .dropdown-menu,
.cid-uYGVDcj5Kd .navbar.opened {
  background: #071705 !important;
}
.cid-uYGVDcj5Kd .nav-item:focus,
.cid-uYGVDcj5Kd .nav-link:focus {
  outline: none;
}
.cid-uYGVDcj5Kd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGVDcj5Kd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGVDcj5Kd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGVDcj5Kd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVDcj5Kd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGVDcj5Kd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGVDcj5Kd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVDcj5Kd .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGVDcj5Kd .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGVDcj5Kd .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGVDcj5Kd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGVDcj5Kd .navbar.collapsed {
  justify-content: center;
}
.cid-uYGVDcj5Kd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGVDcj5Kd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGVDcj5Kd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGVDcj5Kd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGVDcj5Kd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGVDcj5Kd .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-uYGVDcj5Kd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGVDcj5Kd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGVDcj5Kd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGVDcj5Kd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGVDcj5Kd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGVDcj5Kd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGVDcj5Kd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGVDcj5Kd .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-uYGVDcj5Kd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGVDcj5Kd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGVDcj5Kd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGVDcj5Kd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGVDcj5Kd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGVDcj5Kd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGVDcj5Kd .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGVDcj5Kd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGVDcj5Kd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGVDcj5Kd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGVDcj5Kd .navbar-brand .navbar-caption:hover,
.cid-uYGVDcj5Kd .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVDcj5Kd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGVDcj5Kd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGVDcj5Kd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVDcj5Kd .dropdown-item.active,
.cid-uYGVDcj5Kd .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGVDcj5Kd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGVDcj5Kd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGVDcj5Kd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGVDcj5Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGVDcj5Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGVDcj5Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGVDcj5Kd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGVDcj5Kd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGVDcj5Kd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGVDcj5Kd .navbar-buttons {
  text-align: center;
}
.cid-uYGVDcj5Kd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGVDcj5Kd .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGVDcj5Kd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGVDcj5Kd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVDcj5Kd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGVDcj5Kd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGVDcj5Kd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVDcj5Kd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVDcj5Kd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGVDcj5Kd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVDcj5Kd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGVDcj5Kd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGVDcj5Kd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVDcj5Kd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGVDcj5Kd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGVDcj5Kd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGVDcj5Kd .navbar {
    height: 70px;
  }
  .cid-uYGVDcj5Kd .navbar.opened {
    height: auto;
  }
  .cid-uYGVDcj5Kd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGVDcj5Kd .navbar-nav {
  margin: 0 auto;
}
.cid-uYGVDcj5Kd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGVDcj5Kd .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGVDcj5Kd .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGVDcj5Kd .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGVDcj5Kd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGVDcj5Kd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGVDcj5Kd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGVDcj5Kd .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGVDcj5Kd .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGVDcj5Kd .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGVDcj5Kd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGVDcj5Kd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGVDcj5Kd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGVDcj5Kd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGVDcj5Kd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGVDcj5Kd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGVDcj5Kd .content-wrap {
  min-height: 110px;
}
.cid-uYGVDcj5Kd .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGVDcj5Kd .nav-link,
.cid-uYGVDcj5Kd .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGVDbH0u4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGVDbH0u4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVDbH0u4 .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-uYGVDbH0u4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVDbH0u4 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVDbH0u4 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGVDbH0u4 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGVDbH0u4 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVDbH0u4 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGVDbH0u4 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGVDbH0u4 .mbr-label {
  color: #ffffff;
}
.cid-uYGVDbH0u4 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGVDbH0u4 label {
  color: #ffffff;
}
.cid-uYGVDbH0u4 .mbr-section-title,
.cid-uYGVDbH0u4 .title-wrapper {
  color: #acfe00;
}
.cid-uYGVDc2ncy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGVDc2ncy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVDc2ncy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVDc2ncy .row {
  justify-content: center;
}
.cid-uYGVDc2ncy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGVDc2ncy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVDc2ncy .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVDc2ncy .item {
    margin-bottom: 16px;
  }
}
.cid-uYGVDc2ncy .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGVDc2ncy .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGVDc2ncy .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGVDc2ncy .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGVDc2ncy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVDc2ncy .card-title {
  color: #000000;
}
.cid-uYGVDc2ncy .mbr-section-title,
.cid-uYGVDc2ncy .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGVDc2ncy .card-title,
.cid-uYGVDc2ncy .contact-wrapper {
  color: #000000;
}
.cid-uYGVDcLopm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGVDcLopm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVDcLopm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVDcLopm .row {
  justify-content: center;
}
.cid-uYGVDcLopm .card {
  justify-content: center;
}
.cid-uYGVDcLopm .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGVDcLopm .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVDcLopm .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGVDcLopm .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGVDcLopm .nav-wrapper .list .item-wrap:hover,
.cid-uYGVDcLopm .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGVDcLopm .list,
.cid-uYGVDcLopm .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVIqD021 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGVIqD021 nav.navbar {
  position: fixed;
}
.cid-uYGVIqD021 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGVIqD021 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGVIqD021 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVIqD021 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGVIqD021 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVIqD021 .dropdown-item:hover,
.cid-uYGVIqD021 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVIqD021 .dropdown-item:hover span {
  color: white;
}
.cid-uYGVIqD021 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGVIqD021 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGVIqD021 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGVIqD021 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGVIqD021 .nav-link {
  position: relative;
}
.cid-uYGVIqD021 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGVIqD021 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGVIqD021 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGVIqD021 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGVIqD021 .dropdown-menu,
.cid-uYGVIqD021 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGVIqD021 .nav-item:focus,
.cid-uYGVIqD021 .nav-link:focus {
  outline: none;
}
.cid-uYGVIqD021 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGVIqD021 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGVIqD021 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGVIqD021 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVIqD021 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGVIqD021 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGVIqD021 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVIqD021 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGVIqD021 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGVIqD021 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGVIqD021 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGVIqD021 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGVIqD021 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGVIqD021 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGVIqD021 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGVIqD021 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGVIqD021 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGVIqD021 .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-uYGVIqD021 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGVIqD021 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGVIqD021 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGVIqD021 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGVIqD021 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGVIqD021 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGVIqD021 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGVIqD021 .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-uYGVIqD021 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGVIqD021 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGVIqD021 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGVIqD021 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGVIqD021 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGVIqD021 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGVIqD021 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGVIqD021 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGVIqD021 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGVIqD021 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGVIqD021 .navbar-brand .navbar-caption:hover,
.cid-uYGVIqD021 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVIqD021 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGVIqD021 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGVIqD021 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVIqD021 .dropdown-item.active,
.cid-uYGVIqD021 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGVIqD021 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGVIqD021 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGVIqD021 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGVIqD021 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGVIqD021 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGVIqD021 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGVIqD021 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGVIqD021 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGVIqD021 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGVIqD021 .navbar-buttons {
  text-align: center;
}
.cid-uYGVIqD021 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGVIqD021 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGVIqD021 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGVIqD021 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVIqD021 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGVIqD021 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGVIqD021 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVIqD021 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVIqD021 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGVIqD021 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVIqD021 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGVIqD021 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGVIqD021 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVIqD021 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGVIqD021 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGVIqD021 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGVIqD021 .navbar {
    height: 70px;
  }
  .cid-uYGVIqD021 .navbar.opened {
    height: auto;
  }
  .cid-uYGVIqD021 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGVIqD021 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGVIqD021 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGVIqD021 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGVIqD021 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGVIqD021 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGVIqD021 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGVIqD021 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGVIqD021 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGVIqD021 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGVIqD021 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGVIqD021 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGVIqD021 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGVIqD021 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGVIqD021 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGVIqD021 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGVIqD021 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGVIqD021 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGVIqD021 .content-wrap {
  min-height: 110px;
}
.cid-uYGVIqD021 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGVIqD021 .nav-link,
.cid-uYGVIqD021 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGVIpW6Ks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGVIpW6Ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVIpW6Ks .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-uYGVIpW6Ks .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVIpW6Ks .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVIpW6Ks .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGVIpW6Ks .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGVIpW6Ks .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVIpW6Ks .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGVIpW6Ks .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGVIpW6Ks .mbr-label {
  color: #ffffff;
}
.cid-uYGVIpW6Ks .mbr-section-title {
  color: #ffffff;
}
.cid-uYGVIpW6Ks label {
  color: #ffffff;
}
.cid-uYGVIpW6Ks .mbr-section-title,
.cid-uYGVIpW6Ks .title-wrapper {
  color: #acfe00;
}
.cid-uYGVIqjIRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGVIqjIRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVIqjIRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVIqjIRb .row {
  justify-content: center;
}
.cid-uYGVIqjIRb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGVIqjIRb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVIqjIRb .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVIqjIRb .item {
    margin-bottom: 16px;
  }
}
.cid-uYGVIqjIRb .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGVIqjIRb .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGVIqjIRb .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGVIqjIRb .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGVIqjIRb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVIqjIRb .card-title {
  color: #000000;
}
.cid-uYGVIqjIRb .mbr-section-title,
.cid-uYGVIqjIRb .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGVIqjIRb .card-title,
.cid-uYGVIqjIRb .contact-wrapper {
  color: #000000;
}
.cid-uYGVIr3NZU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGVIr3NZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVIr3NZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVIr3NZU .row {
  justify-content: center;
}
.cid-uYGVIr3NZU .card {
  justify-content: center;
}
.cid-uYGVIr3NZU .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGVIr3NZU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVIr3NZU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGVIr3NZU .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGVIr3NZU .nav-wrapper .list .item-wrap:hover,
.cid-uYGVIr3NZU .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGVIr3NZU .list,
.cid-uYGVIr3NZU .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVMJjfcs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGVMJjfcs nav.navbar {
  position: fixed;
}
.cid-uYGVMJjfcs .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGVMJjfcs .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGVMJjfcs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVMJjfcs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGVMJjfcs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVMJjfcs .dropdown-item:hover,
.cid-uYGVMJjfcs .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVMJjfcs .dropdown-item:hover span {
  color: white;
}
.cid-uYGVMJjfcs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGVMJjfcs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGVMJjfcs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGVMJjfcs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGVMJjfcs .nav-link {
  position: relative;
}
.cid-uYGVMJjfcs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGVMJjfcs .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGVMJjfcs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGVMJjfcs .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGVMJjfcs .dropdown-menu,
.cid-uYGVMJjfcs .navbar.opened {
  background: #071705 !important;
}
.cid-uYGVMJjfcs .nav-item:focus,
.cid-uYGVMJjfcs .nav-link:focus {
  outline: none;
}
.cid-uYGVMJjfcs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGVMJjfcs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGVMJjfcs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGVMJjfcs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVMJjfcs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGVMJjfcs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGVMJjfcs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVMJjfcs .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGVMJjfcs .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGVMJjfcs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGVMJjfcs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGVMJjfcs .navbar.collapsed {
  justify-content: center;
}
.cid-uYGVMJjfcs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGVMJjfcs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGVMJjfcs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGVMJjfcs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGVMJjfcs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGVMJjfcs .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-uYGVMJjfcs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGVMJjfcs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGVMJjfcs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGVMJjfcs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGVMJjfcs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGVMJjfcs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGVMJjfcs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGVMJjfcs .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-uYGVMJjfcs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGVMJjfcs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGVMJjfcs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGVMJjfcs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGVMJjfcs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGVMJjfcs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGVMJjfcs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGVMJjfcs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGVMJjfcs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGVMJjfcs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGVMJjfcs .navbar-brand .navbar-caption:hover,
.cid-uYGVMJjfcs .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVMJjfcs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGVMJjfcs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGVMJjfcs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVMJjfcs .dropdown-item.active,
.cid-uYGVMJjfcs .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGVMJjfcs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGVMJjfcs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGVMJjfcs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGVMJjfcs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGVMJjfcs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGVMJjfcs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGVMJjfcs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGVMJjfcs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGVMJjfcs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGVMJjfcs .navbar-buttons {
  text-align: center;
}
.cid-uYGVMJjfcs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGVMJjfcs .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGVMJjfcs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGVMJjfcs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVMJjfcs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGVMJjfcs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGVMJjfcs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVMJjfcs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVMJjfcs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGVMJjfcs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVMJjfcs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGVMJjfcs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGVMJjfcs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVMJjfcs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGVMJjfcs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGVMJjfcs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGVMJjfcs .navbar {
    height: 70px;
  }
  .cid-uYGVMJjfcs .navbar.opened {
    height: auto;
  }
  .cid-uYGVMJjfcs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGVMJjfcs .navbar-nav {
  margin: 0 auto;
}
.cid-uYGVMJjfcs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGVMJjfcs .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGVMJjfcs .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGVMJjfcs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGVMJjfcs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGVMJjfcs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGVMJjfcs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGVMJjfcs .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGVMJjfcs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGVMJjfcs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGVMJjfcs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGVMJjfcs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGVMJjfcs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGVMJjfcs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGVMJjfcs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGVMJjfcs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGVMJjfcs .content-wrap {
  min-height: 110px;
}
.cid-uYGVMJjfcs .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGVMJjfcs .nav-link,
.cid-uYGVMJjfcs .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGVMIFxu0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGVMIFxu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVMIFxu0 .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-uYGVMIFxu0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVMIFxu0 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVMIFxu0 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGVMIFxu0 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGVMIFxu0 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVMIFxu0 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGVMIFxu0 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGVMIFxu0 .mbr-label {
  color: #ffffff;
}
.cid-uYGVMIFxu0 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGVMIFxu0 label {
  color: #ffffff;
}
.cid-uYGVMIFxu0 .mbr-section-title,
.cid-uYGVMIFxu0 .title-wrapper {
  color: #acfe00;
}
.cid-uYGVMIZP1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGVMIZP1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVMIZP1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVMIZP1W .row {
  justify-content: center;
}
.cid-uYGVMIZP1W .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGVMIZP1W .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVMIZP1W .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVMIZP1W .item {
    margin-bottom: 16px;
  }
}
.cid-uYGVMIZP1W .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGVMIZP1W .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGVMIZP1W .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGVMIZP1W .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGVMIZP1W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVMIZP1W .card-title {
  color: #000000;
}
.cid-uYGVMIZP1W .mbr-section-title,
.cid-uYGVMIZP1W .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGVMIZP1W .card-title,
.cid-uYGVMIZP1W .contact-wrapper {
  color: #000000;
}
.cid-uYGVMJHpxg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGVMJHpxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVMJHpxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVMJHpxg .row {
  justify-content: center;
}
.cid-uYGVMJHpxg .card {
  justify-content: center;
}
.cid-uYGVMJHpxg .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGVMJHpxg .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVMJHpxg .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGVMJHpxg .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGVMJHpxg .nav-wrapper .list .item-wrap:hover,
.cid-uYGVMJHpxg .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGVMJHpxg .list,
.cid-uYGVMJHpxg .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVRWmi8B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGVRWmi8B nav.navbar {
  position: fixed;
}
.cid-uYGVRWmi8B .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGVRWmi8B .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGVRWmi8B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVRWmi8B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGVRWmi8B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVRWmi8B .dropdown-item:hover,
.cid-uYGVRWmi8B .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVRWmi8B .dropdown-item:hover span {
  color: white;
}
.cid-uYGVRWmi8B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGVRWmi8B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGVRWmi8B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGVRWmi8B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGVRWmi8B .nav-link {
  position: relative;
}
.cid-uYGVRWmi8B .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGVRWmi8B .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGVRWmi8B .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGVRWmi8B .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGVRWmi8B .dropdown-menu,
.cid-uYGVRWmi8B .navbar.opened {
  background: #071705 !important;
}
.cid-uYGVRWmi8B .nav-item:focus,
.cid-uYGVRWmi8B .nav-link:focus {
  outline: none;
}
.cid-uYGVRWmi8B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGVRWmi8B .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGVRWmi8B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGVRWmi8B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVRWmi8B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGVRWmi8B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGVRWmi8B .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVRWmi8B .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGVRWmi8B .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGVRWmi8B .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGVRWmi8B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGVRWmi8B .navbar.collapsed {
  justify-content: center;
}
.cid-uYGVRWmi8B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGVRWmi8B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGVRWmi8B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGVRWmi8B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGVRWmi8B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGVRWmi8B .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-uYGVRWmi8B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGVRWmi8B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGVRWmi8B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGVRWmi8B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGVRWmi8B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGVRWmi8B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGVRWmi8B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGVRWmi8B .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-uYGVRWmi8B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGVRWmi8B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGVRWmi8B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGVRWmi8B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGVRWmi8B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGVRWmi8B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGVRWmi8B .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGVRWmi8B .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGVRWmi8B .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGVRWmi8B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGVRWmi8B .navbar-brand .navbar-caption:hover,
.cid-uYGVRWmi8B .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVRWmi8B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGVRWmi8B .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGVRWmi8B .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVRWmi8B .dropdown-item.active,
.cid-uYGVRWmi8B .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGVRWmi8B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGVRWmi8B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGVRWmi8B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGVRWmi8B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGVRWmi8B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGVRWmi8B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGVRWmi8B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGVRWmi8B ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGVRWmi8B ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGVRWmi8B .navbar-buttons {
  text-align: center;
}
.cid-uYGVRWmi8B .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGVRWmi8B .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGVRWmi8B .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGVRWmi8B button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVRWmi8B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGVRWmi8B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGVRWmi8B button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVRWmi8B button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVRWmi8B button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGVRWmi8B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVRWmi8B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGVRWmi8B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGVRWmi8B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVRWmi8B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGVRWmi8B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGVRWmi8B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGVRWmi8B .navbar {
    height: 70px;
  }
  .cid-uYGVRWmi8B .navbar.opened {
    height: auto;
  }
  .cid-uYGVRWmi8B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGVRWmi8B .navbar-nav {
  margin: 0 auto;
}
.cid-uYGVRWmi8B .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGVRWmi8B .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGVRWmi8B .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGVRWmi8B .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGVRWmi8B .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGVRWmi8B .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGVRWmi8B .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGVRWmi8B .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGVRWmi8B .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGVRWmi8B .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGVRWmi8B .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGVRWmi8B .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGVRWmi8B .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGVRWmi8B .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGVRWmi8B .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGVRWmi8B .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGVRWmi8B .content-wrap {
  min-height: 110px;
}
.cid-uYGVRWmi8B .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGVRWmi8B .nav-link,
.cid-uYGVRWmi8B .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGVRVJ22o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGVRVJ22o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVRVJ22o .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-uYGVRVJ22o .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVRVJ22o .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVRVJ22o .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGVRVJ22o .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGVRVJ22o .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVRVJ22o .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGVRVJ22o .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGVRVJ22o .mbr-label {
  color: #ffffff;
}
.cid-uYGVRVJ22o .mbr-section-title {
  color: #ffffff;
}
.cid-uYGVRVJ22o label {
  color: #ffffff;
}
.cid-uYGVRVJ22o .mbr-section-title,
.cid-uYGVRVJ22o .title-wrapper {
  color: #acfe00;
}
.cid-uYGVRW3GjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGVRW3GjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVRW3GjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVRW3GjH .row {
  justify-content: center;
}
.cid-uYGVRW3GjH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGVRW3GjH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVRW3GjH .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVRW3GjH .item {
    margin-bottom: 16px;
  }
}
.cid-uYGVRW3GjH .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGVRW3GjH .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGVRW3GjH .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGVRW3GjH .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGVRW3GjH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVRW3GjH .card-title {
  color: #000000;
}
.cid-uYGVRW3GjH .mbr-section-title,
.cid-uYGVRW3GjH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGVRW3GjH .card-title,
.cid-uYGVRW3GjH .contact-wrapper {
  color: #000000;
}
.cid-uYGVRWJLKO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGVRWJLKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVRWJLKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVRWJLKO .row {
  justify-content: center;
}
.cid-uYGVRWJLKO .card {
  justify-content: center;
}
.cid-uYGVRWJLKO .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGVRWJLKO .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVRWJLKO .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGVRWJLKO .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGVRWJLKO .nav-wrapper .list .item-wrap:hover,
.cid-uYGVRWJLKO .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGVRWJLKO .list,
.cid-uYGVRWJLKO .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVWNFN32 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGVWNFN32 nav.navbar {
  position: fixed;
}
.cid-uYGVWNFN32 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGVWNFN32 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGVWNFN32 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVWNFN32 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGVWNFN32 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVWNFN32 .dropdown-item:hover,
.cid-uYGVWNFN32 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGVWNFN32 .dropdown-item:hover span {
  color: white;
}
.cid-uYGVWNFN32 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGVWNFN32 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGVWNFN32 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGVWNFN32 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGVWNFN32 .nav-link {
  position: relative;
}
.cid-uYGVWNFN32 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGVWNFN32 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGVWNFN32 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGVWNFN32 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGVWNFN32 .dropdown-menu,
.cid-uYGVWNFN32 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGVWNFN32 .nav-item:focus,
.cid-uYGVWNFN32 .nav-link:focus {
  outline: none;
}
.cid-uYGVWNFN32 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGVWNFN32 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGVWNFN32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGVWNFN32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGVWNFN32 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGVWNFN32 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGVWNFN32 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVWNFN32 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGVWNFN32 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGVWNFN32 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGVWNFN32 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGVWNFN32 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGVWNFN32 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGVWNFN32 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGVWNFN32 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGVWNFN32 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGVWNFN32 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGVWNFN32 .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-uYGVWNFN32 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGVWNFN32 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGVWNFN32 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGVWNFN32 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGVWNFN32 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGVWNFN32 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGVWNFN32 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGVWNFN32 .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-uYGVWNFN32 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGVWNFN32 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGVWNFN32 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGVWNFN32 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGVWNFN32 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGVWNFN32 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGVWNFN32 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGVWNFN32 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGVWNFN32 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGVWNFN32 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGVWNFN32 .navbar-brand .navbar-caption:hover,
.cid-uYGVWNFN32 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVWNFN32 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGVWNFN32 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGVWNFN32 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGVWNFN32 .dropdown-item.active,
.cid-uYGVWNFN32 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGVWNFN32 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGVWNFN32 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGVWNFN32 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGVWNFN32 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGVWNFN32 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGVWNFN32 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGVWNFN32 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGVWNFN32 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGVWNFN32 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGVWNFN32 .navbar-buttons {
  text-align: center;
}
.cid-uYGVWNFN32 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGVWNFN32 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGVWNFN32 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGVWNFN32 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGVWNFN32 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGVWNFN32 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGVWNFN32 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVWNFN32 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGVWNFN32 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGVWNFN32 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVWNFN32 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGVWNFN32 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGVWNFN32 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGVWNFN32 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGVWNFN32 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGVWNFN32 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGVWNFN32 .navbar {
    height: 70px;
  }
  .cid-uYGVWNFN32 .navbar.opened {
    height: auto;
  }
  .cid-uYGVWNFN32 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGVWNFN32 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGVWNFN32 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGVWNFN32 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGVWNFN32 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGVWNFN32 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGVWNFN32 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGVWNFN32 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGVWNFN32 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGVWNFN32 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGVWNFN32 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGVWNFN32 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGVWNFN32 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGVWNFN32 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGVWNFN32 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGVWNFN32 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGVWNFN32 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGVWNFN32 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGVWNFN32 .content-wrap {
  min-height: 110px;
}
.cid-uYGVWNFN32 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGVWNFN32 .nav-link,
.cid-uYGVWNFN32 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGVWN3Q5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGVWN3Q5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVWN3Q5h .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-uYGVWN3Q5h .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVWN3Q5h .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVWN3Q5h .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGVWN3Q5h .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGVWN3Q5h .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVWN3Q5h .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGVWN3Q5h .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGVWN3Q5h .mbr-label {
  color: #ffffff;
}
.cid-uYGVWN3Q5h .mbr-section-title {
  color: #ffffff;
}
.cid-uYGVWN3Q5h label {
  color: #ffffff;
}
.cid-uYGVWN3Q5h .mbr-section-title,
.cid-uYGVWN3Q5h .title-wrapper {
  color: #acfe00;
}
.cid-uYGVWNn5wk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGVWNn5wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVWNn5wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVWNn5wk .row {
  justify-content: center;
}
.cid-uYGVWNn5wk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGVWNn5wk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVWNn5wk .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGVWNn5wk .item {
    margin-bottom: 16px;
  }
}
.cid-uYGVWNn5wk .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGVWNn5wk .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGVWNn5wk .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGVWNn5wk .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGVWNn5wk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGVWNn5wk .card-title {
  color: #000000;
}
.cid-uYGVWNn5wk .mbr-section-title,
.cid-uYGVWNn5wk .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGVWNn5wk .card-title,
.cid-uYGVWNn5wk .contact-wrapper {
  color: #000000;
}
.cid-uYGVWO1GWv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGVWO1GWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGVWO1GWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGVWO1GWv .row {
  justify-content: center;
}
.cid-uYGVWO1GWv .card {
  justify-content: center;
}
.cid-uYGVWO1GWv .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGVWO1GWv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGVWO1GWv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGVWO1GWv .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGVWO1GWv .nav-wrapper .list .item-wrap:hover,
.cid-uYGVWO1GWv .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGVWO1GWv .list,
.cid-uYGVWO1GWv .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWta1aIr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGWta1aIr nav.navbar {
  position: fixed;
}
.cid-uYGWta1aIr .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGWta1aIr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGWta1aIr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWta1aIr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGWta1aIr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWta1aIr .dropdown-item:hover,
.cid-uYGWta1aIr .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWta1aIr .dropdown-item:hover span {
  color: white;
}
.cid-uYGWta1aIr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGWta1aIr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGWta1aIr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGWta1aIr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGWta1aIr .nav-link {
  position: relative;
}
.cid-uYGWta1aIr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGWta1aIr .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGWta1aIr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGWta1aIr .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGWta1aIr .dropdown-menu,
.cid-uYGWta1aIr .navbar.opened {
  background: #071705 !important;
}
.cid-uYGWta1aIr .nav-item:focus,
.cid-uYGWta1aIr .nav-link:focus {
  outline: none;
}
.cid-uYGWta1aIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGWta1aIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGWta1aIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGWta1aIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWta1aIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGWta1aIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGWta1aIr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWta1aIr .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGWta1aIr .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGWta1aIr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGWta1aIr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGWta1aIr .navbar.collapsed {
  justify-content: center;
}
.cid-uYGWta1aIr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGWta1aIr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGWta1aIr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGWta1aIr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGWta1aIr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGWta1aIr .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-uYGWta1aIr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGWta1aIr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGWta1aIr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGWta1aIr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGWta1aIr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGWta1aIr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGWta1aIr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGWta1aIr .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-uYGWta1aIr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGWta1aIr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGWta1aIr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGWta1aIr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGWta1aIr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGWta1aIr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGWta1aIr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGWta1aIr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGWta1aIr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGWta1aIr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGWta1aIr .navbar-brand .navbar-caption:hover,
.cid-uYGWta1aIr .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWta1aIr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGWta1aIr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGWta1aIr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWta1aIr .dropdown-item.active,
.cid-uYGWta1aIr .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGWta1aIr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGWta1aIr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGWta1aIr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGWta1aIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGWta1aIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGWta1aIr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGWta1aIr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGWta1aIr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGWta1aIr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGWta1aIr .navbar-buttons {
  text-align: center;
}
.cid-uYGWta1aIr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGWta1aIr .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGWta1aIr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGWta1aIr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWta1aIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGWta1aIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGWta1aIr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWta1aIr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWta1aIr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGWta1aIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWta1aIr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGWta1aIr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGWta1aIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWta1aIr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGWta1aIr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGWta1aIr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGWta1aIr .navbar {
    height: 70px;
  }
  .cid-uYGWta1aIr .navbar.opened {
    height: auto;
  }
  .cid-uYGWta1aIr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGWta1aIr .navbar-nav {
  margin: 0 auto;
}
.cid-uYGWta1aIr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGWta1aIr .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGWta1aIr .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGWta1aIr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGWta1aIr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGWta1aIr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGWta1aIr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGWta1aIr .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGWta1aIr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGWta1aIr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGWta1aIr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGWta1aIr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGWta1aIr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGWta1aIr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGWta1aIr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGWta1aIr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGWta1aIr .content-wrap {
  min-height: 110px;
}
.cid-uYGWta1aIr .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGWta1aIr .nav-link,
.cid-uYGWta1aIr .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGWt9pCMD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGWt9pCMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWt9pCMD .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-uYGWt9pCMD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWt9pCMD .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWt9pCMD .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGWt9pCMD .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGWt9pCMD .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWt9pCMD .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGWt9pCMD .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGWt9pCMD .mbr-label {
  color: #ffffff;
}
.cid-uYGWt9pCMD .mbr-section-title {
  color: #ffffff;
}
.cid-uYGWt9pCMD label {
  color: #ffffff;
}
.cid-uYGWt9pCMD .mbr-section-title,
.cid-uYGWt9pCMD .title-wrapper {
  color: #acfe00;
}
.cid-uYGWt9KQuB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGWt9KQuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWt9KQuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWt9KQuB .row {
  justify-content: center;
}
.cid-uYGWt9KQuB .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGWt9KQuB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWt9KQuB .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWt9KQuB .item {
    margin-bottom: 16px;
  }
}
.cid-uYGWt9KQuB .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGWt9KQuB .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGWt9KQuB .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGWt9KQuB .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGWt9KQuB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWt9KQuB .card-title {
  color: #000000;
}
.cid-uYGWt9KQuB .mbr-section-title,
.cid-uYGWt9KQuB .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGWt9KQuB .card-title,
.cid-uYGWt9KQuB .contact-wrapper {
  color: #000000;
}
.cid-uYGWtaroXi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGWtaroXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWtaroXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWtaroXi .row {
  justify-content: center;
}
.cid-uYGWtaroXi .card {
  justify-content: center;
}
.cid-uYGWtaroXi .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGWtaroXi .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWtaroXi .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGWtaroXi .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGWtaroXi .nav-wrapper .list .item-wrap:hover,
.cid-uYGWtaroXi .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGWtaroXi .list,
.cid-uYGWtaroXi .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWDEljy0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGWDEljy0 nav.navbar {
  position: fixed;
}
.cid-uYGWDEljy0 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGWDEljy0 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGWDEljy0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWDEljy0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGWDEljy0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWDEljy0 .dropdown-item:hover,
.cid-uYGWDEljy0 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWDEljy0 .dropdown-item:hover span {
  color: white;
}
.cid-uYGWDEljy0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGWDEljy0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGWDEljy0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGWDEljy0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGWDEljy0 .nav-link {
  position: relative;
}
.cid-uYGWDEljy0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGWDEljy0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGWDEljy0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGWDEljy0 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGWDEljy0 .dropdown-menu,
.cid-uYGWDEljy0 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGWDEljy0 .nav-item:focus,
.cid-uYGWDEljy0 .nav-link:focus {
  outline: none;
}
.cid-uYGWDEljy0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGWDEljy0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGWDEljy0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGWDEljy0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWDEljy0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGWDEljy0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGWDEljy0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWDEljy0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGWDEljy0 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGWDEljy0 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGWDEljy0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGWDEljy0 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGWDEljy0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGWDEljy0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGWDEljy0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGWDEljy0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGWDEljy0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGWDEljy0 .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-uYGWDEljy0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGWDEljy0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGWDEljy0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGWDEljy0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGWDEljy0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGWDEljy0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGWDEljy0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGWDEljy0 .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-uYGWDEljy0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGWDEljy0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGWDEljy0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGWDEljy0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGWDEljy0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGWDEljy0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGWDEljy0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGWDEljy0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGWDEljy0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGWDEljy0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGWDEljy0 .navbar-brand .navbar-caption:hover,
.cid-uYGWDEljy0 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWDEljy0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGWDEljy0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGWDEljy0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWDEljy0 .dropdown-item.active,
.cid-uYGWDEljy0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGWDEljy0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGWDEljy0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGWDEljy0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGWDEljy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGWDEljy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGWDEljy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGWDEljy0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGWDEljy0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGWDEljy0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGWDEljy0 .navbar-buttons {
  text-align: center;
}
.cid-uYGWDEljy0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGWDEljy0 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGWDEljy0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGWDEljy0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWDEljy0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGWDEljy0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGWDEljy0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWDEljy0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWDEljy0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGWDEljy0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWDEljy0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGWDEljy0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGWDEljy0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWDEljy0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGWDEljy0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGWDEljy0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGWDEljy0 .navbar {
    height: 70px;
  }
  .cid-uYGWDEljy0 .navbar.opened {
    height: auto;
  }
  .cid-uYGWDEljy0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGWDEljy0 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGWDEljy0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGWDEljy0 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGWDEljy0 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGWDEljy0 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGWDEljy0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGWDEljy0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGWDEljy0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGWDEljy0 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGWDEljy0 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGWDEljy0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGWDEljy0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGWDEljy0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGWDEljy0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGWDEljy0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGWDEljy0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGWDEljy0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGWDEljy0 .content-wrap {
  min-height: 110px;
}
.cid-uYGWDEljy0 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGWDEljy0 .nav-link,
.cid-uYGWDEljy0 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGWDDz9wp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGWDDz9wp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWDDz9wp .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-uYGWDDz9wp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWDDz9wp .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWDDz9wp .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGWDDz9wp .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGWDDz9wp .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWDDz9wp .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGWDDz9wp .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGWDDz9wp .mbr-label {
  color: #ffffff;
}
.cid-uYGWDDz9wp .mbr-section-title {
  color: #ffffff;
}
.cid-uYGWDDz9wp label {
  color: #ffffff;
}
.cid-uYGWDDz9wp .mbr-section-title,
.cid-uYGWDDz9wp .title-wrapper {
  color: #acfe00;
}
.cid-uYGWDE3Nnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGWDE3Nnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWDE3Nnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWDE3Nnq .row {
  justify-content: center;
}
.cid-uYGWDE3Nnq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGWDE3Nnq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWDE3Nnq .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWDE3Nnq .item {
    margin-bottom: 16px;
  }
}
.cid-uYGWDE3Nnq .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGWDE3Nnq .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGWDE3Nnq .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGWDE3Nnq .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGWDE3Nnq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWDE3Nnq .card-title {
  color: #000000;
}
.cid-uYGWDE3Nnq .mbr-section-title,
.cid-uYGWDE3Nnq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGWDE3Nnq .card-title,
.cid-uYGWDE3Nnq .contact-wrapper {
  color: #000000;
}
.cid-uYGWDEIL5U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGWDEIL5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWDEIL5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWDEIL5U .row {
  justify-content: center;
}
.cid-uYGWDEIL5U .card {
  justify-content: center;
}
.cid-uYGWDEIL5U .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGWDEIL5U .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWDEIL5U .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGWDEIL5U .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGWDEIL5U .nav-wrapper .list .item-wrap:hover,
.cid-uYGWDEIL5U .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGWDEIL5U .list,
.cid-uYGWDEIL5U .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWLaimff {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGWLaimff nav.navbar {
  position: fixed;
}
.cid-uYGWLaimff .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGWLaimff .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGWLaimff .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWLaimff .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGWLaimff .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWLaimff .dropdown-item:hover,
.cid-uYGWLaimff .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWLaimff .dropdown-item:hover span {
  color: white;
}
.cid-uYGWLaimff .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGWLaimff .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGWLaimff .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGWLaimff .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGWLaimff .nav-link {
  position: relative;
}
.cid-uYGWLaimff .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGWLaimff .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGWLaimff .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGWLaimff .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGWLaimff .dropdown-menu,
.cid-uYGWLaimff .navbar.opened {
  background: #071705 !important;
}
.cid-uYGWLaimff .nav-item:focus,
.cid-uYGWLaimff .nav-link:focus {
  outline: none;
}
.cid-uYGWLaimff .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGWLaimff .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGWLaimff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGWLaimff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWLaimff .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGWLaimff .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGWLaimff .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWLaimff .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGWLaimff .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGWLaimff .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGWLaimff .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGWLaimff .navbar.collapsed {
  justify-content: center;
}
.cid-uYGWLaimff .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGWLaimff .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGWLaimff .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGWLaimff .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGWLaimff .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGWLaimff .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-uYGWLaimff .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGWLaimff .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGWLaimff .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGWLaimff .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGWLaimff .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGWLaimff .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGWLaimff .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGWLaimff .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-uYGWLaimff .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGWLaimff .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGWLaimff .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGWLaimff .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGWLaimff .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGWLaimff .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGWLaimff .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGWLaimff .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGWLaimff .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGWLaimff .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGWLaimff .navbar-brand .navbar-caption:hover,
.cid-uYGWLaimff .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWLaimff .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGWLaimff .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGWLaimff .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWLaimff .dropdown-item.active,
.cid-uYGWLaimff .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGWLaimff .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGWLaimff .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGWLaimff .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGWLaimff .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGWLaimff .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGWLaimff .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGWLaimff .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGWLaimff ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGWLaimff ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGWLaimff .navbar-buttons {
  text-align: center;
}
.cid-uYGWLaimff .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGWLaimff .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGWLaimff .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGWLaimff button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWLaimff button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGWLaimff button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGWLaimff button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWLaimff button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWLaimff button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGWLaimff nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWLaimff nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGWLaimff nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGWLaimff nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWLaimff .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGWLaimff a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGWLaimff .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGWLaimff .navbar {
    height: 70px;
  }
  .cid-uYGWLaimff .navbar.opened {
    height: auto;
  }
  .cid-uYGWLaimff .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGWLaimff .navbar-nav {
  margin: 0 auto;
}
.cid-uYGWLaimff .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGWLaimff .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGWLaimff .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGWLaimff .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGWLaimff .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGWLaimff .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGWLaimff .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGWLaimff .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGWLaimff .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGWLaimff .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGWLaimff .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGWLaimff .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGWLaimff .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGWLaimff .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGWLaimff .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGWLaimff .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGWLaimff .content-wrap {
  min-height: 110px;
}
.cid-uYGWLaimff .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGWLaimff .nav-link,
.cid-uYGWLaimff .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGWL9yzbX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGWL9yzbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWL9yzbX .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-uYGWL9yzbX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWL9yzbX .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWL9yzbX .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGWL9yzbX .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGWL9yzbX .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWL9yzbX .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGWL9yzbX .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGWL9yzbX .mbr-label {
  color: #ffffff;
}
.cid-uYGWL9yzbX .mbr-section-title {
  color: #ffffff;
}
.cid-uYGWL9yzbX label {
  color: #ffffff;
}
.cid-uYGWL9yzbX .mbr-section-title,
.cid-uYGWL9yzbX .title-wrapper {
  color: #acfe00;
}
.cid-uYGWL9XCnn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGWL9XCnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWL9XCnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWL9XCnn .row {
  justify-content: center;
}
.cid-uYGWL9XCnn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGWL9XCnn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWL9XCnn .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWL9XCnn .item {
    margin-bottom: 16px;
  }
}
.cid-uYGWL9XCnn .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGWL9XCnn .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGWL9XCnn .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGWL9XCnn .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGWL9XCnn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWL9XCnn .card-title {
  color: #000000;
}
.cid-uYGWL9XCnn .mbr-section-title,
.cid-uYGWL9XCnn .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGWL9XCnn .card-title,
.cid-uYGWL9XCnn .contact-wrapper {
  color: #000000;
}
.cid-uYGWLaMuxx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGWLaMuxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWLaMuxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWLaMuxx .row {
  justify-content: center;
}
.cid-uYGWLaMuxx .card {
  justify-content: center;
}
.cid-uYGWLaMuxx .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGWLaMuxx .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWLaMuxx .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGWLaMuxx .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGWLaMuxx .nav-wrapper .list .item-wrap:hover,
.cid-uYGWLaMuxx .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGWLaMuxx .list,
.cid-uYGWLaMuxx .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWPRu1os {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGWPRu1os nav.navbar {
  position: fixed;
}
.cid-uYGWPRu1os .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGWPRu1os .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGWPRu1os .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWPRu1os .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGWPRu1os .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWPRu1os .dropdown-item:hover,
.cid-uYGWPRu1os .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWPRu1os .dropdown-item:hover span {
  color: white;
}
.cid-uYGWPRu1os .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGWPRu1os .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGWPRu1os .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGWPRu1os .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGWPRu1os .nav-link {
  position: relative;
}
.cid-uYGWPRu1os .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGWPRu1os .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGWPRu1os .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGWPRu1os .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGWPRu1os .dropdown-menu,
.cid-uYGWPRu1os .navbar.opened {
  background: #071705 !important;
}
.cid-uYGWPRu1os .nav-item:focus,
.cid-uYGWPRu1os .nav-link:focus {
  outline: none;
}
.cid-uYGWPRu1os .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGWPRu1os .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGWPRu1os .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGWPRu1os .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWPRu1os .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGWPRu1os .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGWPRu1os .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWPRu1os .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGWPRu1os .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGWPRu1os .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGWPRu1os .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGWPRu1os .navbar.collapsed {
  justify-content: center;
}
.cid-uYGWPRu1os .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGWPRu1os .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGWPRu1os .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGWPRu1os .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGWPRu1os .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGWPRu1os .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-uYGWPRu1os .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGWPRu1os .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGWPRu1os .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGWPRu1os .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGWPRu1os .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGWPRu1os .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGWPRu1os .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGWPRu1os .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-uYGWPRu1os .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGWPRu1os .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGWPRu1os .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGWPRu1os .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGWPRu1os .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGWPRu1os .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGWPRu1os .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGWPRu1os .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGWPRu1os .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGWPRu1os .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGWPRu1os .navbar-brand .navbar-caption:hover,
.cid-uYGWPRu1os .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWPRu1os .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGWPRu1os .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGWPRu1os .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWPRu1os .dropdown-item.active,
.cid-uYGWPRu1os .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGWPRu1os .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGWPRu1os .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGWPRu1os .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGWPRu1os .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGWPRu1os .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGWPRu1os .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGWPRu1os .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGWPRu1os ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGWPRu1os ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGWPRu1os .navbar-buttons {
  text-align: center;
}
.cid-uYGWPRu1os .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGWPRu1os .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGWPRu1os .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGWPRu1os button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWPRu1os button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGWPRu1os button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGWPRu1os button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWPRu1os button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWPRu1os button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGWPRu1os nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWPRu1os nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGWPRu1os nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGWPRu1os nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWPRu1os .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGWPRu1os a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGWPRu1os .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGWPRu1os .navbar {
    height: 70px;
  }
  .cid-uYGWPRu1os .navbar.opened {
    height: auto;
  }
  .cid-uYGWPRu1os .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGWPRu1os .navbar-nav {
  margin: 0 auto;
}
.cid-uYGWPRu1os .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGWPRu1os .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGWPRu1os .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGWPRu1os .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGWPRu1os .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGWPRu1os .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGWPRu1os .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGWPRu1os .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGWPRu1os .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGWPRu1os .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGWPRu1os .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGWPRu1os .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGWPRu1os .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGWPRu1os .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGWPRu1os .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGWPRu1os .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGWPRu1os .content-wrap {
  min-height: 110px;
}
.cid-uYGWPRu1os .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGWPRu1os .nav-link,
.cid-uYGWPRu1os .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGWPQrsuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGWPQrsuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWPQrsuL .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-uYGWPQrsuL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWPQrsuL .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWPQrsuL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGWPQrsuL .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGWPQrsuL .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWPQrsuL .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGWPQrsuL .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGWPQrsuL .mbr-label {
  color: #ffffff;
}
.cid-uYGWPQrsuL .mbr-section-title {
  color: #ffffff;
}
.cid-uYGWPQrsuL label {
  color: #ffffff;
}
.cid-uYGWPQrsuL .mbr-section-title,
.cid-uYGWPQrsuL .title-wrapper {
  color: #acfe00;
}
.cid-uYGWPR8dRF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGWPR8dRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWPR8dRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWPR8dRF .row {
  justify-content: center;
}
.cid-uYGWPR8dRF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGWPR8dRF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWPR8dRF .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWPR8dRF .item {
    margin-bottom: 16px;
  }
}
.cid-uYGWPR8dRF .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGWPR8dRF .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGWPR8dRF .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGWPR8dRF .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGWPR8dRF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWPR8dRF .card-title {
  color: #000000;
}
.cid-uYGWPR8dRF .mbr-section-title,
.cid-uYGWPR8dRF .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGWPR8dRF .card-title,
.cid-uYGWPR8dRF .contact-wrapper {
  color: #000000;
}
.cid-uYGWPRUSWt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGWPRUSWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWPRUSWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWPRUSWt .row {
  justify-content: center;
}
.cid-uYGWPRUSWt .card {
  justify-content: center;
}
.cid-uYGWPRUSWt .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGWPRUSWt .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWPRUSWt .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGWPRUSWt .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGWPRUSWt .nav-wrapper .list .item-wrap:hover,
.cid-uYGWPRUSWt .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGWPRUSWt .list,
.cid-uYGWPRUSWt .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWV0zjYa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGWV0zjYa nav.navbar {
  position: fixed;
}
.cid-uYGWV0zjYa .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGWV0zjYa .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGWV0zjYa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWV0zjYa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGWV0zjYa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWV0zjYa .dropdown-item:hover,
.cid-uYGWV0zjYa .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGWV0zjYa .dropdown-item:hover span {
  color: white;
}
.cid-uYGWV0zjYa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGWV0zjYa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGWV0zjYa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGWV0zjYa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGWV0zjYa .nav-link {
  position: relative;
}
.cid-uYGWV0zjYa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGWV0zjYa .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGWV0zjYa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGWV0zjYa .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGWV0zjYa .dropdown-menu,
.cid-uYGWV0zjYa .navbar.opened {
  background: #071705 !important;
}
.cid-uYGWV0zjYa .nav-item:focus,
.cid-uYGWV0zjYa .nav-link:focus {
  outline: none;
}
.cid-uYGWV0zjYa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGWV0zjYa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGWV0zjYa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGWV0zjYa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGWV0zjYa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGWV0zjYa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGWV0zjYa .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWV0zjYa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGWV0zjYa .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGWV0zjYa .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGWV0zjYa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGWV0zjYa .navbar.collapsed {
  justify-content: center;
}
.cid-uYGWV0zjYa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGWV0zjYa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGWV0zjYa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGWV0zjYa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGWV0zjYa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGWV0zjYa .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-uYGWV0zjYa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGWV0zjYa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGWV0zjYa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGWV0zjYa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGWV0zjYa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGWV0zjYa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGWV0zjYa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGWV0zjYa .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-uYGWV0zjYa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGWV0zjYa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGWV0zjYa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGWV0zjYa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGWV0zjYa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGWV0zjYa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGWV0zjYa .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGWV0zjYa .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGWV0zjYa .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGWV0zjYa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGWV0zjYa .navbar-brand .navbar-caption:hover,
.cid-uYGWV0zjYa .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWV0zjYa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGWV0zjYa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGWV0zjYa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGWV0zjYa .dropdown-item.active,
.cid-uYGWV0zjYa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGWV0zjYa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGWV0zjYa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGWV0zjYa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGWV0zjYa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGWV0zjYa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGWV0zjYa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGWV0zjYa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGWV0zjYa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGWV0zjYa ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGWV0zjYa .navbar-buttons {
  text-align: center;
}
.cid-uYGWV0zjYa .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGWV0zjYa .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGWV0zjYa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGWV0zjYa button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGWV0zjYa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGWV0zjYa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGWV0zjYa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWV0zjYa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGWV0zjYa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGWV0zjYa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWV0zjYa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGWV0zjYa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGWV0zjYa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGWV0zjYa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGWV0zjYa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGWV0zjYa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGWV0zjYa .navbar {
    height: 70px;
  }
  .cid-uYGWV0zjYa .navbar.opened {
    height: auto;
  }
  .cid-uYGWV0zjYa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGWV0zjYa .navbar-nav {
  margin: 0 auto;
}
.cid-uYGWV0zjYa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGWV0zjYa .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGWV0zjYa .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGWV0zjYa .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGWV0zjYa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGWV0zjYa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGWV0zjYa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGWV0zjYa .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGWV0zjYa .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGWV0zjYa .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGWV0zjYa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGWV0zjYa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGWV0zjYa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGWV0zjYa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGWV0zjYa .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGWV0zjYa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGWV0zjYa .content-wrap {
  min-height: 110px;
}
.cid-uYGWV0zjYa .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGWV0zjYa .nav-link,
.cid-uYGWV0zjYa .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGWUZR5sG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGWUZR5sG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWUZR5sG .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-uYGWUZR5sG .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWUZR5sG .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWUZR5sG .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGWUZR5sG .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGWUZR5sG .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWUZR5sG .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGWUZR5sG .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGWUZR5sG .mbr-label {
  color: #ffffff;
}
.cid-uYGWUZR5sG .mbr-section-title {
  color: #ffffff;
}
.cid-uYGWUZR5sG label {
  color: #ffffff;
}
.cid-uYGWUZR5sG .mbr-section-title,
.cid-uYGWUZR5sG .title-wrapper {
  color: #acfe00;
}
.cid-uYGWV0gUUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGWV0gUUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWV0gUUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWV0gUUy .row {
  justify-content: center;
}
.cid-uYGWV0gUUy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGWV0gUUy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWV0gUUy .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGWV0gUUy .item {
    margin-bottom: 16px;
  }
}
.cid-uYGWV0gUUy .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGWV0gUUy .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGWV0gUUy .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGWV0gUUy .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGWV0gUUy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGWV0gUUy .card-title {
  color: #000000;
}
.cid-uYGWV0gUUy .mbr-section-title,
.cid-uYGWV0gUUy .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGWV0gUUy .card-title,
.cid-uYGWV0gUUy .contact-wrapper {
  color: #000000;
}
.cid-uYGWV10q0W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGWV10q0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGWV10q0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGWV10q0W .row {
  justify-content: center;
}
.cid-uYGWV10q0W .card {
  justify-content: center;
}
.cid-uYGWV10q0W .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGWV10q0W .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGWV10q0W .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGWV10q0W .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGWV10q0W .nav-wrapper .list .item-wrap:hover,
.cid-uYGWV10q0W .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGWV10q0W .list,
.cid-uYGWV10q0W .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGX03CfiN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGX03CfiN nav.navbar {
  position: fixed;
}
.cid-uYGX03CfiN .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGX03CfiN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGX03CfiN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGX03CfiN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGX03CfiN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGX03CfiN .dropdown-item:hover,
.cid-uYGX03CfiN .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGX03CfiN .dropdown-item:hover span {
  color: white;
}
.cid-uYGX03CfiN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGX03CfiN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGX03CfiN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGX03CfiN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGX03CfiN .nav-link {
  position: relative;
}
.cid-uYGX03CfiN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGX03CfiN .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGX03CfiN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGX03CfiN .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGX03CfiN .dropdown-menu,
.cid-uYGX03CfiN .navbar.opened {
  background: #071705 !important;
}
.cid-uYGX03CfiN .nav-item:focus,
.cid-uYGX03CfiN .nav-link:focus {
  outline: none;
}
.cid-uYGX03CfiN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGX03CfiN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGX03CfiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGX03CfiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGX03CfiN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGX03CfiN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGX03CfiN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGX03CfiN .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGX03CfiN .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGX03CfiN .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGX03CfiN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGX03CfiN .navbar.collapsed {
  justify-content: center;
}
.cid-uYGX03CfiN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGX03CfiN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGX03CfiN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGX03CfiN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGX03CfiN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGX03CfiN .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-uYGX03CfiN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGX03CfiN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGX03CfiN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGX03CfiN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGX03CfiN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGX03CfiN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGX03CfiN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGX03CfiN .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-uYGX03CfiN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGX03CfiN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGX03CfiN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGX03CfiN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGX03CfiN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGX03CfiN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGX03CfiN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGX03CfiN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGX03CfiN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGX03CfiN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGX03CfiN .navbar-brand .navbar-caption:hover,
.cid-uYGX03CfiN .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGX03CfiN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGX03CfiN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGX03CfiN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGX03CfiN .dropdown-item.active,
.cid-uYGX03CfiN .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGX03CfiN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGX03CfiN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGX03CfiN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGX03CfiN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGX03CfiN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGX03CfiN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGX03CfiN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGX03CfiN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGX03CfiN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGX03CfiN .navbar-buttons {
  text-align: center;
}
.cid-uYGX03CfiN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGX03CfiN .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGX03CfiN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGX03CfiN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGX03CfiN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGX03CfiN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGX03CfiN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGX03CfiN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGX03CfiN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGX03CfiN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGX03CfiN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGX03CfiN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGX03CfiN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGX03CfiN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGX03CfiN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGX03CfiN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGX03CfiN .navbar {
    height: 70px;
  }
  .cid-uYGX03CfiN .navbar.opened {
    height: auto;
  }
  .cid-uYGX03CfiN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGX03CfiN .navbar-nav {
  margin: 0 auto;
}
.cid-uYGX03CfiN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGX03CfiN .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGX03CfiN .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGX03CfiN .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGX03CfiN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGX03CfiN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGX03CfiN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGX03CfiN .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGX03CfiN .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGX03CfiN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGX03CfiN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGX03CfiN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGX03CfiN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGX03CfiN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGX03CfiN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGX03CfiN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGX03CfiN .content-wrap {
  min-height: 110px;
}
.cid-uYGX03CfiN .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGX03CfiN .nav-link,
.cid-uYGX03CfiN .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGX02UO5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGX02UO5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGX02UO5A .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-uYGX02UO5A .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGX02UO5A .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGX02UO5A .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGX02UO5A .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGX02UO5A .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGX02UO5A .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGX02UO5A .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGX02UO5A .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGX02UO5A .mbr-label {
  color: #ffffff;
}
.cid-uYGX02UO5A .mbr-section-title {
  color: #ffffff;
}
.cid-uYGX02UO5A label {
  color: #ffffff;
}
.cid-uYGX02UO5A .mbr-section-title,
.cid-uYGX02UO5A .title-wrapper {
  color: #acfe00;
}
.cid-uYGX03im0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGX03im0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGX03im0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGX03im0B .row {
  justify-content: center;
}
.cid-uYGX03im0B .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGX03im0B .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGX03im0B .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGX03im0B .item {
    margin-bottom: 16px;
  }
}
.cid-uYGX03im0B .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGX03im0B .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGX03im0B .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGX03im0B .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGX03im0B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGX03im0B .card-title {
  color: #000000;
}
.cid-uYGX03im0B .mbr-section-title,
.cid-uYGX03im0B .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGX03im0B .card-title,
.cid-uYGX03im0B .contact-wrapper {
  color: #000000;
}
.cid-uYGX040JKt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGX040JKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGX040JKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGX040JKt .row {
  justify-content: center;
}
.cid-uYGX040JKt .card {
  justify-content: center;
}
.cid-uYGX040JKt .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGX040JKt .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGX040JKt .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGX040JKt .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGX040JKt .nav-wrapper .list .item-wrap:hover,
.cid-uYGX040JKt .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGX040JKt .list,
.cid-uYGX040JKt .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGX5DAfRG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGX5DAfRG nav.navbar {
  position: fixed;
}
.cid-uYGX5DAfRG .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGX5DAfRG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGX5DAfRG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGX5DAfRG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGX5DAfRG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGX5DAfRG .dropdown-item:hover,
.cid-uYGX5DAfRG .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGX5DAfRG .dropdown-item:hover span {
  color: white;
}
.cid-uYGX5DAfRG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGX5DAfRG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGX5DAfRG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGX5DAfRG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGX5DAfRG .nav-link {
  position: relative;
}
.cid-uYGX5DAfRG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGX5DAfRG .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGX5DAfRG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGX5DAfRG .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGX5DAfRG .dropdown-menu,
.cid-uYGX5DAfRG .navbar.opened {
  background: #071705 !important;
}
.cid-uYGX5DAfRG .nav-item:focus,
.cid-uYGX5DAfRG .nav-link:focus {
  outline: none;
}
.cid-uYGX5DAfRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGX5DAfRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGX5DAfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGX5DAfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGX5DAfRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGX5DAfRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGX5DAfRG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGX5DAfRG .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGX5DAfRG .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGX5DAfRG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGX5DAfRG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGX5DAfRG .navbar.collapsed {
  justify-content: center;
}
.cid-uYGX5DAfRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGX5DAfRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGX5DAfRG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGX5DAfRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGX5DAfRG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGX5DAfRG .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-uYGX5DAfRG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGX5DAfRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGX5DAfRG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGX5DAfRG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGX5DAfRG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGX5DAfRG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGX5DAfRG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGX5DAfRG .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-uYGX5DAfRG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGX5DAfRG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGX5DAfRG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGX5DAfRG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGX5DAfRG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGX5DAfRG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGX5DAfRG .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGX5DAfRG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGX5DAfRG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGX5DAfRG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGX5DAfRG .navbar-brand .navbar-caption:hover,
.cid-uYGX5DAfRG .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGX5DAfRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGX5DAfRG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGX5DAfRG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGX5DAfRG .dropdown-item.active,
.cid-uYGX5DAfRG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGX5DAfRG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGX5DAfRG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGX5DAfRG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGX5DAfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGX5DAfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGX5DAfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGX5DAfRG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGX5DAfRG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGX5DAfRG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGX5DAfRG .navbar-buttons {
  text-align: center;
}
.cid-uYGX5DAfRG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGX5DAfRG .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGX5DAfRG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGX5DAfRG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGX5DAfRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGX5DAfRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGX5DAfRG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGX5DAfRG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGX5DAfRG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGX5DAfRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGX5DAfRG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGX5DAfRG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGX5DAfRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGX5DAfRG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGX5DAfRG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGX5DAfRG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGX5DAfRG .navbar {
    height: 70px;
  }
  .cid-uYGX5DAfRG .navbar.opened {
    height: auto;
  }
  .cid-uYGX5DAfRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGX5DAfRG .navbar-nav {
  margin: 0 auto;
}
.cid-uYGX5DAfRG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGX5DAfRG .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGX5DAfRG .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGX5DAfRG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGX5DAfRG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGX5DAfRG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGX5DAfRG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGX5DAfRG .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGX5DAfRG .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGX5DAfRG .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGX5DAfRG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGX5DAfRG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGX5DAfRG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGX5DAfRG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGX5DAfRG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGX5DAfRG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGX5DAfRG .content-wrap {
  min-height: 110px;
}
.cid-uYGX5DAfRG .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGX5DAfRG .nav-link,
.cid-uYGX5DAfRG .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGX5CRa76 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGX5CRa76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGX5CRa76 .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-uYGX5CRa76 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGX5CRa76 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGX5CRa76 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGX5CRa76 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGX5CRa76 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGX5CRa76 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGX5CRa76 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGX5CRa76 .mbr-label {
  color: #ffffff;
}
.cid-uYGX5CRa76 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGX5CRa76 label {
  color: #ffffff;
}
.cid-uYGX5CRa76 .mbr-section-title,
.cid-uYGX5CRa76 .title-wrapper {
  color: #acfe00;
}
.cid-uYGX5DfFVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGX5DfFVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGX5DfFVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGX5DfFVO .row {
  justify-content: center;
}
.cid-uYGX5DfFVO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGX5DfFVO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGX5DfFVO .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGX5DfFVO .item {
    margin-bottom: 16px;
  }
}
.cid-uYGX5DfFVO .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGX5DfFVO .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGX5DfFVO .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGX5DfFVO .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGX5DfFVO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGX5DfFVO .card-title {
  color: #000000;
}
.cid-uYGX5DfFVO .mbr-section-title,
.cid-uYGX5DfFVO .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGX5DfFVO .card-title,
.cid-uYGX5DfFVO .contact-wrapper {
  color: #000000;
}
.cid-uYGX5DZvdr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGX5DZvdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGX5DZvdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGX5DZvdr .row {
  justify-content: center;
}
.cid-uYGX5DZvdr .card {
  justify-content: center;
}
.cid-uYGX5DZvdr .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGX5DZvdr .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGX5DZvdr .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGX5DZvdr .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGX5DZvdr .nav-wrapper .list .item-wrap:hover,
.cid-uYGX5DZvdr .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGX5DZvdr .list,
.cid-uYGX5DZvdr .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXapsVFS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXapsVFS nav.navbar {
  position: fixed;
}
.cid-uYGXapsVFS .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXapsVFS .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXapsVFS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXapsVFS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXapsVFS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXapsVFS .dropdown-item:hover,
.cid-uYGXapsVFS .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXapsVFS .dropdown-item:hover span {
  color: white;
}
.cid-uYGXapsVFS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXapsVFS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXapsVFS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXapsVFS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXapsVFS .nav-link {
  position: relative;
}
.cid-uYGXapsVFS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXapsVFS .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXapsVFS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXapsVFS .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXapsVFS .dropdown-menu,
.cid-uYGXapsVFS .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXapsVFS .nav-item:focus,
.cid-uYGXapsVFS .nav-link:focus {
  outline: none;
}
.cid-uYGXapsVFS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXapsVFS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXapsVFS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXapsVFS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXapsVFS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXapsVFS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXapsVFS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXapsVFS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXapsVFS .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXapsVFS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXapsVFS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXapsVFS .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXapsVFS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXapsVFS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXapsVFS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXapsVFS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXapsVFS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXapsVFS .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-uYGXapsVFS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXapsVFS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXapsVFS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXapsVFS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXapsVFS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXapsVFS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXapsVFS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXapsVFS .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-uYGXapsVFS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXapsVFS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXapsVFS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXapsVFS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXapsVFS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXapsVFS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXapsVFS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXapsVFS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXapsVFS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXapsVFS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXapsVFS .navbar-brand .navbar-caption:hover,
.cid-uYGXapsVFS .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXapsVFS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXapsVFS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXapsVFS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXapsVFS .dropdown-item.active,
.cid-uYGXapsVFS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXapsVFS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXapsVFS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXapsVFS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXapsVFS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXapsVFS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXapsVFS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXapsVFS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXapsVFS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXapsVFS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXapsVFS .navbar-buttons {
  text-align: center;
}
.cid-uYGXapsVFS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXapsVFS .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXapsVFS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXapsVFS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXapsVFS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXapsVFS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXapsVFS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXapsVFS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXapsVFS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXapsVFS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXapsVFS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXapsVFS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXapsVFS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXapsVFS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXapsVFS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXapsVFS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXapsVFS .navbar {
    height: 70px;
  }
  .cid-uYGXapsVFS .navbar.opened {
    height: auto;
  }
  .cid-uYGXapsVFS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXapsVFS .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXapsVFS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXapsVFS .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXapsVFS .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXapsVFS .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXapsVFS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXapsVFS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXapsVFS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXapsVFS .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXapsVFS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXapsVFS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXapsVFS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXapsVFS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXapsVFS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXapsVFS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXapsVFS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXapsVFS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXapsVFS .content-wrap {
  min-height: 110px;
}
.cid-uYGXapsVFS .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXapsVFS .nav-link,
.cid-uYGXapsVFS .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXaoPNLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXaoPNLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXaoPNLJ .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-uYGXaoPNLJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXaoPNLJ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXaoPNLJ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXaoPNLJ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXaoPNLJ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXaoPNLJ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXaoPNLJ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXaoPNLJ .mbr-label {
  color: #ffffff;
}
.cid-uYGXaoPNLJ .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXaoPNLJ label {
  color: #ffffff;
}
.cid-uYGXaoPNLJ .mbr-section-title,
.cid-uYGXaoPNLJ .title-wrapper {
  color: #acfe00;
}
.cid-uYGXapaGjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXapaGjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXapaGjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXapaGjs .row {
  justify-content: center;
}
.cid-uYGXapaGjs .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXapaGjs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXapaGjs .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXapaGjs .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXapaGjs .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXapaGjs .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXapaGjs .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXapaGjs .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXapaGjs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXapaGjs .card-title {
  color: #000000;
}
.cid-uYGXapaGjs .mbr-section-title,
.cid-uYGXapaGjs .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXapaGjs .card-title,
.cid-uYGXapaGjs .contact-wrapper {
  color: #000000;
}
.cid-uYGXapSbJJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXapSbJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXapSbJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXapSbJJ .row {
  justify-content: center;
}
.cid-uYGXapSbJJ .card {
  justify-content: center;
}
.cid-uYGXapSbJJ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXapSbJJ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXapSbJJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXapSbJJ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXapSbJJ .nav-wrapper .list .item-wrap:hover,
.cid-uYGXapSbJJ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXapSbJJ .list,
.cid-uYGXapSbJJ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXeUbUpu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXeUbUpu nav.navbar {
  position: fixed;
}
.cid-uYGXeUbUpu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXeUbUpu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXeUbUpu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXeUbUpu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXeUbUpu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXeUbUpu .dropdown-item:hover,
.cid-uYGXeUbUpu .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXeUbUpu .dropdown-item:hover span {
  color: white;
}
.cid-uYGXeUbUpu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXeUbUpu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXeUbUpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXeUbUpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXeUbUpu .nav-link {
  position: relative;
}
.cid-uYGXeUbUpu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXeUbUpu .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXeUbUpu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXeUbUpu .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXeUbUpu .dropdown-menu,
.cid-uYGXeUbUpu .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXeUbUpu .nav-item:focus,
.cid-uYGXeUbUpu .nav-link:focus {
  outline: none;
}
.cid-uYGXeUbUpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXeUbUpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXeUbUpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXeUbUpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXeUbUpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXeUbUpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXeUbUpu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXeUbUpu .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXeUbUpu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXeUbUpu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXeUbUpu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXeUbUpu .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXeUbUpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXeUbUpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXeUbUpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXeUbUpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXeUbUpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXeUbUpu .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-uYGXeUbUpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXeUbUpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXeUbUpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXeUbUpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXeUbUpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXeUbUpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXeUbUpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXeUbUpu .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-uYGXeUbUpu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXeUbUpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXeUbUpu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXeUbUpu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXeUbUpu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXeUbUpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXeUbUpu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXeUbUpu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXeUbUpu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXeUbUpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXeUbUpu .navbar-brand .navbar-caption:hover,
.cid-uYGXeUbUpu .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXeUbUpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXeUbUpu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXeUbUpu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXeUbUpu .dropdown-item.active,
.cid-uYGXeUbUpu .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXeUbUpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXeUbUpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXeUbUpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXeUbUpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXeUbUpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXeUbUpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXeUbUpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXeUbUpu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXeUbUpu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXeUbUpu .navbar-buttons {
  text-align: center;
}
.cid-uYGXeUbUpu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXeUbUpu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXeUbUpu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXeUbUpu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXeUbUpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXeUbUpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXeUbUpu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXeUbUpu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXeUbUpu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXeUbUpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXeUbUpu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXeUbUpu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXeUbUpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXeUbUpu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXeUbUpu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXeUbUpu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXeUbUpu .navbar {
    height: 70px;
  }
  .cid-uYGXeUbUpu .navbar.opened {
    height: auto;
  }
  .cid-uYGXeUbUpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXeUbUpu .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXeUbUpu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXeUbUpu .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXeUbUpu .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXeUbUpu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXeUbUpu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXeUbUpu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXeUbUpu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXeUbUpu .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXeUbUpu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXeUbUpu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXeUbUpu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXeUbUpu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXeUbUpu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXeUbUpu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXeUbUpu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXeUbUpu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXeUbUpu .content-wrap {
  min-height: 110px;
}
.cid-uYGXeUbUpu .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXeUbUpu .nav-link,
.cid-uYGXeUbUpu .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXeTAL7d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXeTAL7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXeTAL7d .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-uYGXeTAL7d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXeTAL7d .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXeTAL7d .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXeTAL7d .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXeTAL7d .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXeTAL7d .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXeTAL7d .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXeTAL7d .mbr-label {
  color: #ffffff;
}
.cid-uYGXeTAL7d .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXeTAL7d label {
  color: #ffffff;
}
.cid-uYGXeTAL7d .mbr-section-title,
.cid-uYGXeTAL7d .title-wrapper {
  color: #acfe00;
}
.cid-uYGXeTVuj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXeTVuj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXeTVuj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXeTVuj6 .row {
  justify-content: center;
}
.cid-uYGXeTVuj6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXeTVuj6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXeTVuj6 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXeTVuj6 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXeTVuj6 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXeTVuj6 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXeTVuj6 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXeTVuj6 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXeTVuj6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXeTVuj6 .card-title {
  color: #000000;
}
.cid-uYGXeTVuj6 .mbr-section-title,
.cid-uYGXeTVuj6 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXeTVuj6 .card-title,
.cid-uYGXeTVuj6 .contact-wrapper {
  color: #000000;
}
.cid-uYGXeUzj6F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXeUzj6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXeUzj6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXeUzj6F .row {
  justify-content: center;
}
.cid-uYGXeUzj6F .card {
  justify-content: center;
}
.cid-uYGXeUzj6F .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXeUzj6F .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXeUzj6F .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXeUzj6F .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXeUzj6F .nav-wrapper .list .item-wrap:hover,
.cid-uYGXeUzj6F .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXeUzj6F .list,
.cid-uYGXeUzj6F .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXjFO8CT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXjFO8CT nav.navbar {
  position: fixed;
}
.cid-uYGXjFO8CT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXjFO8CT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXjFO8CT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXjFO8CT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXjFO8CT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXjFO8CT .dropdown-item:hover,
.cid-uYGXjFO8CT .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXjFO8CT .dropdown-item:hover span {
  color: white;
}
.cid-uYGXjFO8CT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXjFO8CT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXjFO8CT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXjFO8CT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXjFO8CT .nav-link {
  position: relative;
}
.cid-uYGXjFO8CT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXjFO8CT .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXjFO8CT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXjFO8CT .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXjFO8CT .dropdown-menu,
.cid-uYGXjFO8CT .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXjFO8CT .nav-item:focus,
.cid-uYGXjFO8CT .nav-link:focus {
  outline: none;
}
.cid-uYGXjFO8CT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXjFO8CT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXjFO8CT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXjFO8CT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXjFO8CT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXjFO8CT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXjFO8CT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXjFO8CT .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXjFO8CT .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXjFO8CT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXjFO8CT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXjFO8CT .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXjFO8CT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXjFO8CT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXjFO8CT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXjFO8CT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXjFO8CT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXjFO8CT .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-uYGXjFO8CT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXjFO8CT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXjFO8CT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXjFO8CT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXjFO8CT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXjFO8CT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXjFO8CT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXjFO8CT .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-uYGXjFO8CT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXjFO8CT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXjFO8CT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXjFO8CT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXjFO8CT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXjFO8CT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXjFO8CT .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXjFO8CT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXjFO8CT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXjFO8CT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXjFO8CT .navbar-brand .navbar-caption:hover,
.cid-uYGXjFO8CT .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXjFO8CT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXjFO8CT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXjFO8CT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXjFO8CT .dropdown-item.active,
.cid-uYGXjFO8CT .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXjFO8CT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXjFO8CT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXjFO8CT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXjFO8CT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXjFO8CT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXjFO8CT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXjFO8CT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXjFO8CT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXjFO8CT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXjFO8CT .navbar-buttons {
  text-align: center;
}
.cid-uYGXjFO8CT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXjFO8CT .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXjFO8CT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXjFO8CT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXjFO8CT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXjFO8CT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXjFO8CT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXjFO8CT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXjFO8CT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXjFO8CT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXjFO8CT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXjFO8CT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXjFO8CT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXjFO8CT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXjFO8CT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXjFO8CT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXjFO8CT .navbar {
    height: 70px;
  }
  .cid-uYGXjFO8CT .navbar.opened {
    height: auto;
  }
  .cid-uYGXjFO8CT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXjFO8CT .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXjFO8CT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXjFO8CT .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXjFO8CT .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXjFO8CT .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXjFO8CT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXjFO8CT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXjFO8CT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXjFO8CT .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXjFO8CT .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXjFO8CT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXjFO8CT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXjFO8CT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXjFO8CT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXjFO8CT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXjFO8CT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXjFO8CT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXjFO8CT .content-wrap {
  min-height: 110px;
}
.cid-uYGXjFO8CT .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXjFO8CT .nav-link,
.cid-uYGXjFO8CT .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXjFa3Kx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXjFa3Kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXjFa3Kx .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-uYGXjFa3Kx .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXjFa3Kx .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXjFa3Kx .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXjFa3Kx .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXjFa3Kx .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXjFa3Kx .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXjFa3Kx .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXjFa3Kx .mbr-label {
  color: #ffffff;
}
.cid-uYGXjFa3Kx .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXjFa3Kx label {
  color: #ffffff;
}
.cid-uYGXjFa3Kx .mbr-section-title,
.cid-uYGXjFa3Kx .title-wrapper {
  color: #acfe00;
}
.cid-uYGXjFyhNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXjFyhNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXjFyhNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXjFyhNh .row {
  justify-content: center;
}
.cid-uYGXjFyhNh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXjFyhNh .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXjFyhNh .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXjFyhNh .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXjFyhNh .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXjFyhNh .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXjFyhNh .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXjFyhNh .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXjFyhNh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXjFyhNh .card-title {
  color: #000000;
}
.cid-uYGXjFyhNh .mbr-section-title,
.cid-uYGXjFyhNh .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXjFyhNh .card-title,
.cid-uYGXjFyhNh .contact-wrapper {
  color: #000000;
}
.cid-uYGXjGg1By {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXjGg1By .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXjGg1By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXjGg1By .row {
  justify-content: center;
}
.cid-uYGXjGg1By .card {
  justify-content: center;
}
.cid-uYGXjGg1By .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXjGg1By .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXjGg1By .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXjGg1By .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXjGg1By .nav-wrapper .list .item-wrap:hover,
.cid-uYGXjGg1By .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXjGg1By .list,
.cid-uYGXjGg1By .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXoJ5CWM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXoJ5CWM nav.navbar {
  position: fixed;
}
.cid-uYGXoJ5CWM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXoJ5CWM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXoJ5CWM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXoJ5CWM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXoJ5CWM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXoJ5CWM .dropdown-item:hover,
.cid-uYGXoJ5CWM .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXoJ5CWM .dropdown-item:hover span {
  color: white;
}
.cid-uYGXoJ5CWM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXoJ5CWM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXoJ5CWM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXoJ5CWM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXoJ5CWM .nav-link {
  position: relative;
}
.cid-uYGXoJ5CWM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXoJ5CWM .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXoJ5CWM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXoJ5CWM .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXoJ5CWM .dropdown-menu,
.cid-uYGXoJ5CWM .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXoJ5CWM .nav-item:focus,
.cid-uYGXoJ5CWM .nav-link:focus {
  outline: none;
}
.cid-uYGXoJ5CWM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXoJ5CWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXoJ5CWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXoJ5CWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXoJ5CWM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXoJ5CWM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXoJ5CWM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXoJ5CWM .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXoJ5CWM .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXoJ5CWM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXoJ5CWM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXoJ5CWM .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXoJ5CWM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXoJ5CWM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXoJ5CWM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXoJ5CWM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXoJ5CWM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXoJ5CWM .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-uYGXoJ5CWM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXoJ5CWM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXoJ5CWM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXoJ5CWM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXoJ5CWM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXoJ5CWM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXoJ5CWM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXoJ5CWM .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-uYGXoJ5CWM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXoJ5CWM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXoJ5CWM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXoJ5CWM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXoJ5CWM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXoJ5CWM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXoJ5CWM .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXoJ5CWM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXoJ5CWM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXoJ5CWM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXoJ5CWM .navbar-brand .navbar-caption:hover,
.cid-uYGXoJ5CWM .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXoJ5CWM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXoJ5CWM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXoJ5CWM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXoJ5CWM .dropdown-item.active,
.cid-uYGXoJ5CWM .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXoJ5CWM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXoJ5CWM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXoJ5CWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXoJ5CWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXoJ5CWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXoJ5CWM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXoJ5CWM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXoJ5CWM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXoJ5CWM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXoJ5CWM .navbar-buttons {
  text-align: center;
}
.cid-uYGXoJ5CWM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXoJ5CWM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXoJ5CWM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXoJ5CWM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXoJ5CWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXoJ5CWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXoJ5CWM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXoJ5CWM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXoJ5CWM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXoJ5CWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXoJ5CWM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXoJ5CWM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXoJ5CWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXoJ5CWM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXoJ5CWM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXoJ5CWM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXoJ5CWM .navbar {
    height: 70px;
  }
  .cid-uYGXoJ5CWM .navbar.opened {
    height: auto;
  }
  .cid-uYGXoJ5CWM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXoJ5CWM .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXoJ5CWM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXoJ5CWM .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXoJ5CWM .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXoJ5CWM .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXoJ5CWM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXoJ5CWM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXoJ5CWM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXoJ5CWM .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXoJ5CWM .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXoJ5CWM .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXoJ5CWM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXoJ5CWM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXoJ5CWM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXoJ5CWM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXoJ5CWM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXoJ5CWM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXoJ5CWM .content-wrap {
  min-height: 110px;
}
.cid-uYGXoJ5CWM .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXoJ5CWM .nav-link,
.cid-uYGXoJ5CWM .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXoIk5ji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXoIk5ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXoIk5ji .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-uYGXoIk5ji .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXoIk5ji .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXoIk5ji .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXoIk5ji .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXoIk5ji .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXoIk5ji .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXoIk5ji .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXoIk5ji .mbr-label {
  color: #ffffff;
}
.cid-uYGXoIk5ji .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXoIk5ji label {
  color: #ffffff;
}
.cid-uYGXoIk5ji .mbr-section-title,
.cid-uYGXoIk5ji .title-wrapper {
  color: #acfe00;
}
.cid-uYGXoIJty6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXoIJty6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXoIJty6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXoIJty6 .row {
  justify-content: center;
}
.cid-uYGXoIJty6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXoIJty6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXoIJty6 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXoIJty6 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXoIJty6 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXoIJty6 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXoIJty6 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXoIJty6 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXoIJty6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXoIJty6 .card-title {
  color: #000000;
}
.cid-uYGXoIJty6 .mbr-section-title,
.cid-uYGXoIJty6 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXoIJty6 .card-title,
.cid-uYGXoIJty6 .contact-wrapper {
  color: #000000;
}
.cid-uYGXoJt2tt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXoJt2tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXoJt2tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXoJt2tt .row {
  justify-content: center;
}
.cid-uYGXoJt2tt .card {
  justify-content: center;
}
.cid-uYGXoJt2tt .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXoJt2tt .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXoJt2tt .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXoJt2tt .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXoJt2tt .nav-wrapper .list .item-wrap:hover,
.cid-uYGXoJt2tt .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXoJt2tt .list,
.cid-uYGXoJt2tt .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXu2J4Yu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXu2J4Yu nav.navbar {
  position: fixed;
}
.cid-uYGXu2J4Yu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXu2J4Yu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXu2J4Yu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXu2J4Yu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXu2J4Yu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXu2J4Yu .dropdown-item:hover,
.cid-uYGXu2J4Yu .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXu2J4Yu .dropdown-item:hover span {
  color: white;
}
.cid-uYGXu2J4Yu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXu2J4Yu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXu2J4Yu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXu2J4Yu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXu2J4Yu .nav-link {
  position: relative;
}
.cid-uYGXu2J4Yu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXu2J4Yu .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXu2J4Yu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXu2J4Yu .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXu2J4Yu .dropdown-menu,
.cid-uYGXu2J4Yu .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXu2J4Yu .nav-item:focus,
.cid-uYGXu2J4Yu .nav-link:focus {
  outline: none;
}
.cid-uYGXu2J4Yu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXu2J4Yu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXu2J4Yu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXu2J4Yu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXu2J4Yu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXu2J4Yu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXu2J4Yu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXu2J4Yu .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXu2J4Yu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXu2J4Yu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXu2J4Yu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXu2J4Yu .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXu2J4Yu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXu2J4Yu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXu2J4Yu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXu2J4Yu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXu2J4Yu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXu2J4Yu .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-uYGXu2J4Yu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXu2J4Yu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXu2J4Yu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXu2J4Yu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXu2J4Yu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXu2J4Yu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXu2J4Yu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXu2J4Yu .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-uYGXu2J4Yu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXu2J4Yu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXu2J4Yu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXu2J4Yu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXu2J4Yu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXu2J4Yu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXu2J4Yu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXu2J4Yu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXu2J4Yu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXu2J4Yu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXu2J4Yu .navbar-brand .navbar-caption:hover,
.cid-uYGXu2J4Yu .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXu2J4Yu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXu2J4Yu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXu2J4Yu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXu2J4Yu .dropdown-item.active,
.cid-uYGXu2J4Yu .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXu2J4Yu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXu2J4Yu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXu2J4Yu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXu2J4Yu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXu2J4Yu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXu2J4Yu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXu2J4Yu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXu2J4Yu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXu2J4Yu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXu2J4Yu .navbar-buttons {
  text-align: center;
}
.cid-uYGXu2J4Yu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXu2J4Yu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXu2J4Yu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXu2J4Yu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXu2J4Yu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXu2J4Yu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXu2J4Yu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXu2J4Yu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXu2J4Yu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXu2J4Yu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXu2J4Yu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXu2J4Yu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXu2J4Yu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXu2J4Yu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXu2J4Yu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXu2J4Yu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXu2J4Yu .navbar {
    height: 70px;
  }
  .cid-uYGXu2J4Yu .navbar.opened {
    height: auto;
  }
  .cid-uYGXu2J4Yu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXu2J4Yu .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXu2J4Yu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXu2J4Yu .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXu2J4Yu .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXu2J4Yu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXu2J4Yu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXu2J4Yu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXu2J4Yu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXu2J4Yu .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXu2J4Yu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXu2J4Yu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXu2J4Yu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXu2J4Yu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXu2J4Yu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXu2J4Yu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXu2J4Yu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXu2J4Yu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXu2J4Yu .content-wrap {
  min-height: 110px;
}
.cid-uYGXu2J4Yu .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXu2J4Yu .nav-link,
.cid-uYGXu2J4Yu .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXu20kqf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXu20kqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXu20kqf .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-uYGXu20kqf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXu20kqf .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXu20kqf .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXu20kqf .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXu20kqf .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXu20kqf .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXu20kqf .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXu20kqf .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXu20kqf .mbr-label {
  color: #ffffff;
}
.cid-uYGXu20kqf .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXu20kqf label {
  color: #ffffff;
}
.cid-uYGXu20kqf .mbr-section-title,
.cid-uYGXu20kqf .title-wrapper {
  color: #acfe00;
}
.cid-uYGXu2pYSo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXu2pYSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXu2pYSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXu2pYSo .row {
  justify-content: center;
}
.cid-uYGXu2pYSo .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXu2pYSo .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXu2pYSo .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXu2pYSo .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXu2pYSo .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXu2pYSo .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXu2pYSo .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXu2pYSo .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXu2pYSo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXu2pYSo .card-title {
  color: #000000;
}
.cid-uYGXu2pYSo .mbr-section-title,
.cid-uYGXu2pYSo .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXu2pYSo .card-title,
.cid-uYGXu2pYSo .contact-wrapper {
  color: #000000;
}
.cid-uYGXu38t1V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXu38t1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXu38t1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXu38t1V .row {
  justify-content: center;
}
.cid-uYGXu38t1V .card {
  justify-content: center;
}
.cid-uYGXu38t1V .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXu38t1V .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXu38t1V .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXu38t1V .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXu38t1V .nav-wrapper .list .item-wrap:hover,
.cid-uYGXu38t1V .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXu38t1V .list,
.cid-uYGXu38t1V .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXyQ2aDP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXyQ2aDP nav.navbar {
  position: fixed;
}
.cid-uYGXyQ2aDP .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXyQ2aDP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXyQ2aDP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXyQ2aDP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXyQ2aDP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXyQ2aDP .dropdown-item:hover,
.cid-uYGXyQ2aDP .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXyQ2aDP .dropdown-item:hover span {
  color: white;
}
.cid-uYGXyQ2aDP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXyQ2aDP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXyQ2aDP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXyQ2aDP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXyQ2aDP .nav-link {
  position: relative;
}
.cid-uYGXyQ2aDP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXyQ2aDP .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXyQ2aDP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXyQ2aDP .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXyQ2aDP .dropdown-menu,
.cid-uYGXyQ2aDP .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXyQ2aDP .nav-item:focus,
.cid-uYGXyQ2aDP .nav-link:focus {
  outline: none;
}
.cid-uYGXyQ2aDP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXyQ2aDP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXyQ2aDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXyQ2aDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXyQ2aDP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXyQ2aDP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXyQ2aDP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXyQ2aDP .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXyQ2aDP .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXyQ2aDP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXyQ2aDP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXyQ2aDP .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXyQ2aDP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXyQ2aDP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXyQ2aDP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXyQ2aDP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXyQ2aDP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXyQ2aDP .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-uYGXyQ2aDP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXyQ2aDP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXyQ2aDP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXyQ2aDP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXyQ2aDP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXyQ2aDP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXyQ2aDP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXyQ2aDP .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-uYGXyQ2aDP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXyQ2aDP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXyQ2aDP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXyQ2aDP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXyQ2aDP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXyQ2aDP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXyQ2aDP .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXyQ2aDP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXyQ2aDP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXyQ2aDP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXyQ2aDP .navbar-brand .navbar-caption:hover,
.cid-uYGXyQ2aDP .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXyQ2aDP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXyQ2aDP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXyQ2aDP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXyQ2aDP .dropdown-item.active,
.cid-uYGXyQ2aDP .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXyQ2aDP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXyQ2aDP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXyQ2aDP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXyQ2aDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXyQ2aDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXyQ2aDP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXyQ2aDP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXyQ2aDP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXyQ2aDP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXyQ2aDP .navbar-buttons {
  text-align: center;
}
.cid-uYGXyQ2aDP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXyQ2aDP .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXyQ2aDP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXyQ2aDP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXyQ2aDP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXyQ2aDP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXyQ2aDP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXyQ2aDP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXyQ2aDP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXyQ2aDP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXyQ2aDP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXyQ2aDP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXyQ2aDP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXyQ2aDP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXyQ2aDP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXyQ2aDP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXyQ2aDP .navbar {
    height: 70px;
  }
  .cid-uYGXyQ2aDP .navbar.opened {
    height: auto;
  }
  .cid-uYGXyQ2aDP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXyQ2aDP .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXyQ2aDP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXyQ2aDP .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXyQ2aDP .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXyQ2aDP .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXyQ2aDP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXyQ2aDP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXyQ2aDP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXyQ2aDP .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXyQ2aDP .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXyQ2aDP .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXyQ2aDP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXyQ2aDP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXyQ2aDP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXyQ2aDP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXyQ2aDP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXyQ2aDP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXyQ2aDP .content-wrap {
  min-height: 110px;
}
.cid-uYGXyQ2aDP .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXyQ2aDP .nav-link,
.cid-uYGXyQ2aDP .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXyPkOK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXyPkOK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXyPkOK4 .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-uYGXyPkOK4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXyPkOK4 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXyPkOK4 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXyPkOK4 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXyPkOK4 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXyPkOK4 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXyPkOK4 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXyPkOK4 .mbr-label {
  color: #ffffff;
}
.cid-uYGXyPkOK4 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXyPkOK4 label {
  color: #ffffff;
}
.cid-uYGXyPkOK4 .mbr-section-title,
.cid-uYGXyPkOK4 .title-wrapper {
  color: #acfe00;
}
.cid-uYGXyPIYTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXyPIYTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXyPIYTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXyPIYTN .row {
  justify-content: center;
}
.cid-uYGXyPIYTN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXyPIYTN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXyPIYTN .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXyPIYTN .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXyPIYTN .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXyPIYTN .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXyPIYTN .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXyPIYTN .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXyPIYTN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXyPIYTN .card-title {
  color: #000000;
}
.cid-uYGXyPIYTN .mbr-section-title,
.cid-uYGXyPIYTN .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXyPIYTN .card-title,
.cid-uYGXyPIYTN .contact-wrapper {
  color: #000000;
}
.cid-uYGXyQpZrz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXyQpZrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXyQpZrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXyQpZrz .row {
  justify-content: center;
}
.cid-uYGXyQpZrz .card {
  justify-content: center;
}
.cid-uYGXyQpZrz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXyQpZrz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXyQpZrz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXyQpZrz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXyQpZrz .nav-wrapper .list .item-wrap:hover,
.cid-uYGXyQpZrz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXyQpZrz .list,
.cid-uYGXyQpZrz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXFa3zac {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXFa3zac nav.navbar {
  position: fixed;
}
.cid-uYGXFa3zac .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXFa3zac .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXFa3zac .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXFa3zac .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXFa3zac .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXFa3zac .dropdown-item:hover,
.cid-uYGXFa3zac .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXFa3zac .dropdown-item:hover span {
  color: white;
}
.cid-uYGXFa3zac .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXFa3zac .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXFa3zac .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXFa3zac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXFa3zac .nav-link {
  position: relative;
}
.cid-uYGXFa3zac .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXFa3zac .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXFa3zac .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXFa3zac .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXFa3zac .dropdown-menu,
.cid-uYGXFa3zac .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXFa3zac .nav-item:focus,
.cid-uYGXFa3zac .nav-link:focus {
  outline: none;
}
.cid-uYGXFa3zac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXFa3zac .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXFa3zac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXFa3zac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXFa3zac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXFa3zac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXFa3zac .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXFa3zac .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXFa3zac .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXFa3zac .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXFa3zac .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXFa3zac .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXFa3zac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXFa3zac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXFa3zac .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXFa3zac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXFa3zac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXFa3zac .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-uYGXFa3zac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXFa3zac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXFa3zac .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXFa3zac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXFa3zac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXFa3zac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXFa3zac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXFa3zac .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-uYGXFa3zac .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXFa3zac .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXFa3zac .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXFa3zac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXFa3zac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXFa3zac .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXFa3zac .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXFa3zac .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXFa3zac .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXFa3zac .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXFa3zac .navbar-brand .navbar-caption:hover,
.cid-uYGXFa3zac .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXFa3zac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXFa3zac .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXFa3zac .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXFa3zac .dropdown-item.active,
.cid-uYGXFa3zac .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXFa3zac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXFa3zac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXFa3zac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXFa3zac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXFa3zac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXFa3zac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXFa3zac .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXFa3zac ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXFa3zac ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXFa3zac .navbar-buttons {
  text-align: center;
}
.cid-uYGXFa3zac .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXFa3zac .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXFa3zac .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXFa3zac button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXFa3zac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXFa3zac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXFa3zac button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXFa3zac button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXFa3zac button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXFa3zac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXFa3zac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXFa3zac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXFa3zac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXFa3zac .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXFa3zac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXFa3zac .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXFa3zac .navbar {
    height: 70px;
  }
  .cid-uYGXFa3zac .navbar.opened {
    height: auto;
  }
  .cid-uYGXFa3zac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXFa3zac .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXFa3zac .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXFa3zac .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXFa3zac .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXFa3zac .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXFa3zac .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXFa3zac .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXFa3zac .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXFa3zac .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXFa3zac .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXFa3zac .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXFa3zac .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXFa3zac .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXFa3zac .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXFa3zac .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXFa3zac .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXFa3zac .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXFa3zac .content-wrap {
  min-height: 110px;
}
.cid-uYGXFa3zac .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXFa3zac .nav-link,
.cid-uYGXFa3zac .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXF9kjWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXF9kjWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXF9kjWe .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-uYGXF9kjWe .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXF9kjWe .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXF9kjWe .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXF9kjWe .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXF9kjWe .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXF9kjWe .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXF9kjWe .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXF9kjWe .mbr-label {
  color: #ffffff;
}
.cid-uYGXF9kjWe .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXF9kjWe label {
  color: #ffffff;
}
.cid-uYGXF9kjWe .mbr-section-title,
.cid-uYGXF9kjWe .title-wrapper {
  color: #acfe00;
}
.cid-uYGXF9IUJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXF9IUJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXF9IUJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXF9IUJt .row {
  justify-content: center;
}
.cid-uYGXF9IUJt .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXF9IUJt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXF9IUJt .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXF9IUJt .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXF9IUJt .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXF9IUJt .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXF9IUJt .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXF9IUJt .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXF9IUJt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXF9IUJt .card-title {
  color: #000000;
}
.cid-uYGXF9IUJt .mbr-section-title,
.cid-uYGXF9IUJt .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXF9IUJt .card-title,
.cid-uYGXF9IUJt .contact-wrapper {
  color: #000000;
}
.cid-uYGXFaqdvL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXFaqdvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXFaqdvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXFaqdvL .row {
  justify-content: center;
}
.cid-uYGXFaqdvL .card {
  justify-content: center;
}
.cid-uYGXFaqdvL .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXFaqdvL .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXFaqdvL .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXFaqdvL .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXFaqdvL .nav-wrapper .list .item-wrap:hover,
.cid-uYGXFaqdvL .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXFaqdvL .list,
.cid-uYGXFaqdvL .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXKQzewT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXKQzewT nav.navbar {
  position: fixed;
}
.cid-uYGXKQzewT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXKQzewT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXKQzewT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXKQzewT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXKQzewT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXKQzewT .dropdown-item:hover,
.cid-uYGXKQzewT .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXKQzewT .dropdown-item:hover span {
  color: white;
}
.cid-uYGXKQzewT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXKQzewT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXKQzewT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXKQzewT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXKQzewT .nav-link {
  position: relative;
}
.cid-uYGXKQzewT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXKQzewT .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXKQzewT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXKQzewT .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXKQzewT .dropdown-menu,
.cid-uYGXKQzewT .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXKQzewT .nav-item:focus,
.cid-uYGXKQzewT .nav-link:focus {
  outline: none;
}
.cid-uYGXKQzewT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXKQzewT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXKQzewT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXKQzewT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXKQzewT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXKQzewT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXKQzewT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXKQzewT .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXKQzewT .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXKQzewT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXKQzewT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXKQzewT .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXKQzewT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXKQzewT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXKQzewT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXKQzewT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXKQzewT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXKQzewT .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-uYGXKQzewT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXKQzewT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXKQzewT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXKQzewT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXKQzewT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXKQzewT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXKQzewT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXKQzewT .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-uYGXKQzewT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXKQzewT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXKQzewT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXKQzewT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXKQzewT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXKQzewT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXKQzewT .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXKQzewT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXKQzewT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXKQzewT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXKQzewT .navbar-brand .navbar-caption:hover,
.cid-uYGXKQzewT .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXKQzewT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXKQzewT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXKQzewT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXKQzewT .dropdown-item.active,
.cid-uYGXKQzewT .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXKQzewT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXKQzewT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXKQzewT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXKQzewT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXKQzewT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXKQzewT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXKQzewT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXKQzewT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXKQzewT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXKQzewT .navbar-buttons {
  text-align: center;
}
.cid-uYGXKQzewT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXKQzewT .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXKQzewT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXKQzewT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXKQzewT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXKQzewT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXKQzewT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXKQzewT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXKQzewT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXKQzewT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXKQzewT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXKQzewT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXKQzewT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXKQzewT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXKQzewT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXKQzewT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXKQzewT .navbar {
    height: 70px;
  }
  .cid-uYGXKQzewT .navbar.opened {
    height: auto;
  }
  .cid-uYGXKQzewT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXKQzewT .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXKQzewT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXKQzewT .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXKQzewT .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXKQzewT .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXKQzewT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXKQzewT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXKQzewT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXKQzewT .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXKQzewT .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXKQzewT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXKQzewT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXKQzewT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXKQzewT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXKQzewT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXKQzewT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXKQzewT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXKQzewT .content-wrap {
  min-height: 110px;
}
.cid-uYGXKQzewT .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXKQzewT .nav-link,
.cid-uYGXKQzewT .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXKPUea8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXKPUea8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXKPUea8 .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-uYGXKPUea8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXKPUea8 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXKPUea8 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXKPUea8 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXKPUea8 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXKPUea8 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXKPUea8 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXKPUea8 .mbr-label {
  color: #ffffff;
}
.cid-uYGXKPUea8 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXKPUea8 label {
  color: #ffffff;
}
.cid-uYGXKPUea8 .mbr-section-title,
.cid-uYGXKPUea8 .title-wrapper {
  color: #acfe00;
}
.cid-uYGXKQhwVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXKQhwVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXKQhwVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXKQhwVE .row {
  justify-content: center;
}
.cid-uYGXKQhwVE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXKQhwVE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXKQhwVE .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXKQhwVE .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXKQhwVE .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXKQhwVE .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXKQhwVE .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXKQhwVE .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXKQhwVE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXKQhwVE .card-title {
  color: #000000;
}
.cid-uYGXKQhwVE .mbr-section-title,
.cid-uYGXKQhwVE .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXKQhwVE .card-title,
.cid-uYGXKQhwVE .contact-wrapper {
  color: #000000;
}
.cid-uYGXKQXgrk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXKQXgrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXKQXgrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXKQXgrk .row {
  justify-content: center;
}
.cid-uYGXKQXgrk .card {
  justify-content: center;
}
.cid-uYGXKQXgrk .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXKQXgrk .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXKQXgrk .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXKQXgrk .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXKQXgrk .nav-wrapper .list .item-wrap:hover,
.cid-uYGXKQXgrk .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXKQXgrk .list,
.cid-uYGXKQXgrk .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXSqrHhS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXSqrHhS nav.navbar {
  position: fixed;
}
.cid-uYGXSqrHhS .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXSqrHhS .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXSqrHhS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXSqrHhS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXSqrHhS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXSqrHhS .dropdown-item:hover,
.cid-uYGXSqrHhS .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXSqrHhS .dropdown-item:hover span {
  color: white;
}
.cid-uYGXSqrHhS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXSqrHhS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXSqrHhS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXSqrHhS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXSqrHhS .nav-link {
  position: relative;
}
.cid-uYGXSqrHhS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXSqrHhS .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXSqrHhS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXSqrHhS .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXSqrHhS .dropdown-menu,
.cid-uYGXSqrHhS .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXSqrHhS .nav-item:focus,
.cid-uYGXSqrHhS .nav-link:focus {
  outline: none;
}
.cid-uYGXSqrHhS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXSqrHhS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXSqrHhS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXSqrHhS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXSqrHhS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXSqrHhS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXSqrHhS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXSqrHhS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXSqrHhS .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXSqrHhS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXSqrHhS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXSqrHhS .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXSqrHhS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXSqrHhS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXSqrHhS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXSqrHhS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXSqrHhS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXSqrHhS .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-uYGXSqrHhS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXSqrHhS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXSqrHhS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXSqrHhS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXSqrHhS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXSqrHhS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXSqrHhS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXSqrHhS .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-uYGXSqrHhS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXSqrHhS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXSqrHhS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXSqrHhS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXSqrHhS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXSqrHhS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXSqrHhS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXSqrHhS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXSqrHhS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXSqrHhS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXSqrHhS .navbar-brand .navbar-caption:hover,
.cid-uYGXSqrHhS .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXSqrHhS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXSqrHhS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXSqrHhS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXSqrHhS .dropdown-item.active,
.cid-uYGXSqrHhS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXSqrHhS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXSqrHhS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXSqrHhS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXSqrHhS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXSqrHhS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXSqrHhS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXSqrHhS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXSqrHhS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXSqrHhS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXSqrHhS .navbar-buttons {
  text-align: center;
}
.cid-uYGXSqrHhS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXSqrHhS .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXSqrHhS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXSqrHhS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXSqrHhS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXSqrHhS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXSqrHhS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXSqrHhS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXSqrHhS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXSqrHhS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXSqrHhS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXSqrHhS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXSqrHhS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXSqrHhS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXSqrHhS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXSqrHhS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXSqrHhS .navbar {
    height: 70px;
  }
  .cid-uYGXSqrHhS .navbar.opened {
    height: auto;
  }
  .cid-uYGXSqrHhS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXSqrHhS .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXSqrHhS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXSqrHhS .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXSqrHhS .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXSqrHhS .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXSqrHhS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXSqrHhS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXSqrHhS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXSqrHhS .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXSqrHhS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXSqrHhS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXSqrHhS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXSqrHhS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXSqrHhS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXSqrHhS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXSqrHhS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXSqrHhS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXSqrHhS .content-wrap {
  min-height: 110px;
}
.cid-uYGXSqrHhS .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXSqrHhS .nav-link,
.cid-uYGXSqrHhS .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXSpMPGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXSpMPGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXSpMPGi .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-uYGXSpMPGi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXSpMPGi .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXSpMPGi .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXSpMPGi .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXSpMPGi .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXSpMPGi .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXSpMPGi .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXSpMPGi .mbr-label {
  color: #ffffff;
}
.cid-uYGXSpMPGi .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXSpMPGi label {
  color: #ffffff;
}
.cid-uYGXSpMPGi .mbr-section-title,
.cid-uYGXSpMPGi .title-wrapper {
  color: #acfe00;
}
.cid-uYGXSq9fx5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXSq9fx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXSq9fx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXSq9fx5 .row {
  justify-content: center;
}
.cid-uYGXSq9fx5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXSq9fx5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXSq9fx5 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXSq9fx5 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXSq9fx5 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXSq9fx5 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXSq9fx5 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXSq9fx5 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXSq9fx5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXSq9fx5 .card-title {
  color: #000000;
}
.cid-uYGXSq9fx5 .mbr-section-title,
.cid-uYGXSq9fx5 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXSq9fx5 .card-title,
.cid-uYGXSq9fx5 .contact-wrapper {
  color: #000000;
}
.cid-uYGXSqQECH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXSqQECH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXSqQECH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXSqQECH .row {
  justify-content: center;
}
.cid-uYGXSqQECH .card {
  justify-content: center;
}
.cid-uYGXSqQECH .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXSqQECH .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXSqQECH .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXSqQECH .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXSqQECH .nav-wrapper .list .item-wrap:hover,
.cid-uYGXSqQECH .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXSqQECH .list,
.cid-uYGXSqQECH .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXXpAgWy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGXXpAgWy nav.navbar {
  position: fixed;
}
.cid-uYGXXpAgWy .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGXXpAgWy .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGXXpAgWy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXXpAgWy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGXXpAgWy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXXpAgWy .dropdown-item:hover,
.cid-uYGXXpAgWy .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGXXpAgWy .dropdown-item:hover span {
  color: white;
}
.cid-uYGXXpAgWy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGXXpAgWy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGXXpAgWy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGXXpAgWy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGXXpAgWy .nav-link {
  position: relative;
}
.cid-uYGXXpAgWy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGXXpAgWy .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGXXpAgWy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGXXpAgWy .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGXXpAgWy .dropdown-menu,
.cid-uYGXXpAgWy .navbar.opened {
  background: #071705 !important;
}
.cid-uYGXXpAgWy .nav-item:focus,
.cid-uYGXXpAgWy .nav-link:focus {
  outline: none;
}
.cid-uYGXXpAgWy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGXXpAgWy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGXXpAgWy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGXXpAgWy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGXXpAgWy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGXXpAgWy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGXXpAgWy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXXpAgWy .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGXXpAgWy .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGXXpAgWy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGXXpAgWy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGXXpAgWy .navbar.collapsed {
  justify-content: center;
}
.cid-uYGXXpAgWy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGXXpAgWy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGXXpAgWy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGXXpAgWy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGXXpAgWy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGXXpAgWy .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-uYGXXpAgWy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGXXpAgWy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGXXpAgWy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGXXpAgWy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGXXpAgWy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGXXpAgWy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGXXpAgWy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGXXpAgWy .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-uYGXXpAgWy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGXXpAgWy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGXXpAgWy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGXXpAgWy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGXXpAgWy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGXXpAgWy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGXXpAgWy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGXXpAgWy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGXXpAgWy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGXXpAgWy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGXXpAgWy .navbar-brand .navbar-caption:hover,
.cid-uYGXXpAgWy .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXXpAgWy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGXXpAgWy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGXXpAgWy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGXXpAgWy .dropdown-item.active,
.cid-uYGXXpAgWy .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGXXpAgWy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGXXpAgWy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGXXpAgWy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGXXpAgWy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGXXpAgWy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGXXpAgWy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGXXpAgWy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGXXpAgWy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGXXpAgWy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGXXpAgWy .navbar-buttons {
  text-align: center;
}
.cid-uYGXXpAgWy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGXXpAgWy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGXXpAgWy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGXXpAgWy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGXXpAgWy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGXXpAgWy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGXXpAgWy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXXpAgWy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGXXpAgWy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGXXpAgWy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXXpAgWy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGXXpAgWy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGXXpAgWy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGXXpAgWy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGXXpAgWy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGXXpAgWy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGXXpAgWy .navbar {
    height: 70px;
  }
  .cid-uYGXXpAgWy .navbar.opened {
    height: auto;
  }
  .cid-uYGXXpAgWy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGXXpAgWy .navbar-nav {
  margin: 0 auto;
}
.cid-uYGXXpAgWy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGXXpAgWy .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGXXpAgWy .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGXXpAgWy .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGXXpAgWy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGXXpAgWy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGXXpAgWy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGXXpAgWy .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGXXpAgWy .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGXXpAgWy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGXXpAgWy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGXXpAgWy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGXXpAgWy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGXXpAgWy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGXXpAgWy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGXXpAgWy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGXXpAgWy .content-wrap {
  min-height: 110px;
}
.cid-uYGXXpAgWy .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGXXpAgWy .nav-link,
.cid-uYGXXpAgWy .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGXXoUqou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGXXoUqou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXXoUqou .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-uYGXXoUqou .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXXoUqou .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXXoUqou .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGXXoUqou .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGXXoUqou .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGXXoUqou .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXXoUqou .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGXXoUqou .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGXXoUqou .mbr-label {
  color: #ffffff;
}
.cid-uYGXXoUqou .mbr-section-title {
  color: #ffffff;
}
.cid-uYGXXoUqou label {
  color: #ffffff;
}
.cid-uYGXXoUqou .mbr-section-title,
.cid-uYGXXoUqou .title-wrapper {
  color: #acfe00;
}
.cid-uYGXXpgL3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGXXpgL3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXXpgL3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXXpgL3x .row {
  justify-content: center;
}
.cid-uYGXXpgL3x .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGXXpgL3x .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXXpgL3x .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGXXpgL3x .item {
    margin-bottom: 16px;
  }
}
.cid-uYGXXpgL3x .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGXXpgL3x .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGXXpgL3x .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGXXpgL3x .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGXXpgL3x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGXXpgL3x .card-title {
  color: #000000;
}
.cid-uYGXXpgL3x .mbr-section-title,
.cid-uYGXXpgL3x .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGXXpgL3x .card-title,
.cid-uYGXXpgL3x .contact-wrapper {
  color: #000000;
}
.cid-uYGXXpYizs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGXXpYizs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGXXpYizs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGXXpYizs .row {
  justify-content: center;
}
.cid-uYGXXpYizs .card {
  justify-content: center;
}
.cid-uYGXXpYizs .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGXXpYizs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGXXpYizs .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGXXpYizs .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGXXpYizs .nav-wrapper .list .item-wrap:hover,
.cid-uYGXXpYizs .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGXXpYizs .list,
.cid-uYGXXpYizs .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGY1KUOPc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGY1KUOPc nav.navbar {
  position: fixed;
}
.cid-uYGY1KUOPc .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGY1KUOPc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGY1KUOPc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGY1KUOPc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGY1KUOPc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGY1KUOPc .dropdown-item:hover,
.cid-uYGY1KUOPc .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGY1KUOPc .dropdown-item:hover span {
  color: white;
}
.cid-uYGY1KUOPc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGY1KUOPc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGY1KUOPc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGY1KUOPc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGY1KUOPc .nav-link {
  position: relative;
}
.cid-uYGY1KUOPc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGY1KUOPc .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGY1KUOPc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGY1KUOPc .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGY1KUOPc .dropdown-menu,
.cid-uYGY1KUOPc .navbar.opened {
  background: #071705 !important;
}
.cid-uYGY1KUOPc .nav-item:focus,
.cid-uYGY1KUOPc .nav-link:focus {
  outline: none;
}
.cid-uYGY1KUOPc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGY1KUOPc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGY1KUOPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGY1KUOPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGY1KUOPc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGY1KUOPc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGY1KUOPc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGY1KUOPc .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGY1KUOPc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGY1KUOPc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGY1KUOPc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGY1KUOPc .navbar.collapsed {
  justify-content: center;
}
.cid-uYGY1KUOPc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGY1KUOPc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGY1KUOPc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGY1KUOPc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGY1KUOPc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGY1KUOPc .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-uYGY1KUOPc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGY1KUOPc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGY1KUOPc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGY1KUOPc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGY1KUOPc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGY1KUOPc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGY1KUOPc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGY1KUOPc .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-uYGY1KUOPc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGY1KUOPc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGY1KUOPc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGY1KUOPc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGY1KUOPc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGY1KUOPc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGY1KUOPc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGY1KUOPc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGY1KUOPc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGY1KUOPc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGY1KUOPc .navbar-brand .navbar-caption:hover,
.cid-uYGY1KUOPc .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGY1KUOPc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGY1KUOPc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGY1KUOPc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGY1KUOPc .dropdown-item.active,
.cid-uYGY1KUOPc .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGY1KUOPc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGY1KUOPc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGY1KUOPc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGY1KUOPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGY1KUOPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGY1KUOPc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGY1KUOPc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGY1KUOPc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGY1KUOPc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGY1KUOPc .navbar-buttons {
  text-align: center;
}
.cid-uYGY1KUOPc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGY1KUOPc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGY1KUOPc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGY1KUOPc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGY1KUOPc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGY1KUOPc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGY1KUOPc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGY1KUOPc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGY1KUOPc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGY1KUOPc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGY1KUOPc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGY1KUOPc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGY1KUOPc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGY1KUOPc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGY1KUOPc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGY1KUOPc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGY1KUOPc .navbar {
    height: 70px;
  }
  .cid-uYGY1KUOPc .navbar.opened {
    height: auto;
  }
  .cid-uYGY1KUOPc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGY1KUOPc .navbar-nav {
  margin: 0 auto;
}
.cid-uYGY1KUOPc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGY1KUOPc .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGY1KUOPc .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGY1KUOPc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGY1KUOPc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGY1KUOPc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGY1KUOPc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGY1KUOPc .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGY1KUOPc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGY1KUOPc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGY1KUOPc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGY1KUOPc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGY1KUOPc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGY1KUOPc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGY1KUOPc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGY1KUOPc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGY1KUOPc .content-wrap {
  min-height: 110px;
}
.cid-uYGY1KUOPc .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGY1KUOPc .nav-link,
.cid-uYGY1KUOPc .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGY1KfdNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGY1KfdNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGY1KfdNc .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-uYGY1KfdNc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGY1KfdNc .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGY1KfdNc .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGY1KfdNc .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGY1KfdNc .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGY1KfdNc .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGY1KfdNc .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGY1KfdNc .mbr-label {
  color: #ffffff;
}
.cid-uYGY1KfdNc .mbr-section-title {
  color: #ffffff;
}
.cid-uYGY1KfdNc label {
  color: #ffffff;
}
.cid-uYGY1KfdNc .mbr-section-title,
.cid-uYGY1KfdNc .title-wrapper {
  color: #acfe00;
}
.cid-uYGY1KAQ0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGY1KAQ0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGY1KAQ0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGY1KAQ0U .row {
  justify-content: center;
}
.cid-uYGY1KAQ0U .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGY1KAQ0U .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGY1KAQ0U .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGY1KAQ0U .item {
    margin-bottom: 16px;
  }
}
.cid-uYGY1KAQ0U .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGY1KAQ0U .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGY1KAQ0U .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGY1KAQ0U .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGY1KAQ0U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGY1KAQ0U .card-title {
  color: #000000;
}
.cid-uYGY1KAQ0U .mbr-section-title,
.cid-uYGY1KAQ0U .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGY1KAQ0U .card-title,
.cid-uYGY1KAQ0U .contact-wrapper {
  color: #000000;
}
.cid-uYGY1LmJgH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGY1LmJgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGY1LmJgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGY1LmJgH .row {
  justify-content: center;
}
.cid-uYGY1LmJgH .card {
  justify-content: center;
}
.cid-uYGY1LmJgH .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGY1LmJgH .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGY1LmJgH .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGY1LmJgH .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGY1LmJgH .nav-wrapper .list .item-wrap:hover,
.cid-uYGY1LmJgH .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGY1LmJgH .list,
.cid-uYGY1LmJgH .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGY71evIv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGY71evIv nav.navbar {
  position: fixed;
}
.cid-uYGY71evIv .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGY71evIv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGY71evIv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGY71evIv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGY71evIv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGY71evIv .dropdown-item:hover,
.cid-uYGY71evIv .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGY71evIv .dropdown-item:hover span {
  color: white;
}
.cid-uYGY71evIv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGY71evIv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGY71evIv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGY71evIv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGY71evIv .nav-link {
  position: relative;
}
.cid-uYGY71evIv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGY71evIv .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGY71evIv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGY71evIv .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGY71evIv .dropdown-menu,
.cid-uYGY71evIv .navbar.opened {
  background: #071705 !important;
}
.cid-uYGY71evIv .nav-item:focus,
.cid-uYGY71evIv .nav-link:focus {
  outline: none;
}
.cid-uYGY71evIv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGY71evIv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGY71evIv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGY71evIv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGY71evIv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGY71evIv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGY71evIv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGY71evIv .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGY71evIv .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGY71evIv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGY71evIv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGY71evIv .navbar.collapsed {
  justify-content: center;
}
.cid-uYGY71evIv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGY71evIv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGY71evIv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGY71evIv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGY71evIv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGY71evIv .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-uYGY71evIv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGY71evIv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGY71evIv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGY71evIv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGY71evIv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGY71evIv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGY71evIv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGY71evIv .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-uYGY71evIv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGY71evIv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGY71evIv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGY71evIv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGY71evIv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGY71evIv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGY71evIv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGY71evIv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGY71evIv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGY71evIv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGY71evIv .navbar-brand .navbar-caption:hover,
.cid-uYGY71evIv .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGY71evIv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGY71evIv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGY71evIv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGY71evIv .dropdown-item.active,
.cid-uYGY71evIv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGY71evIv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGY71evIv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGY71evIv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGY71evIv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGY71evIv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGY71evIv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGY71evIv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGY71evIv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGY71evIv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGY71evIv .navbar-buttons {
  text-align: center;
}
.cid-uYGY71evIv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGY71evIv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGY71evIv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGY71evIv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGY71evIv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGY71evIv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGY71evIv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGY71evIv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGY71evIv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGY71evIv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGY71evIv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGY71evIv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGY71evIv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGY71evIv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGY71evIv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGY71evIv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGY71evIv .navbar {
    height: 70px;
  }
  .cid-uYGY71evIv .navbar.opened {
    height: auto;
  }
  .cid-uYGY71evIv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGY71evIv .navbar-nav {
  margin: 0 auto;
}
.cid-uYGY71evIv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGY71evIv .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGY71evIv .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGY71evIv .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGY71evIv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGY71evIv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGY71evIv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGY71evIv .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGY71evIv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGY71evIv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGY71evIv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGY71evIv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGY71evIv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGY71evIv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGY71evIv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGY71evIv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGY71evIv .content-wrap {
  min-height: 110px;
}
.cid-uYGY71evIv .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGY71evIv .nav-link,
.cid-uYGY71evIv .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGY70B8Sn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGY70B8Sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGY70B8Sn .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-uYGY70B8Sn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGY70B8Sn .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGY70B8Sn .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGY70B8Sn .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGY70B8Sn .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGY70B8Sn .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGY70B8Sn .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGY70B8Sn .mbr-label {
  color: #ffffff;
}
.cid-uYGY70B8Sn .mbr-section-title {
  color: #ffffff;
}
.cid-uYGY70B8Sn label {
  color: #ffffff;
}
.cid-uYGY70B8Sn .mbr-section-title,
.cid-uYGY70B8Sn .title-wrapper {
  color: #acfe00;
}
.cid-uYGY70X53e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGY70X53e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGY70X53e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGY70X53e .row {
  justify-content: center;
}
.cid-uYGY70X53e .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGY70X53e .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGY70X53e .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGY70X53e .item {
    margin-bottom: 16px;
  }
}
.cid-uYGY70X53e .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGY70X53e .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGY70X53e .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGY70X53e .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGY70X53e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGY70X53e .card-title {
  color: #000000;
}
.cid-uYGY70X53e .mbr-section-title,
.cid-uYGY70X53e .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGY70X53e .card-title,
.cid-uYGY70X53e .contact-wrapper {
  color: #000000;
}
.cid-uYGY71G4yS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGY71G4yS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGY71G4yS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGY71G4yS .row {
  justify-content: center;
}
.cid-uYGY71G4yS .card {
  justify-content: center;
}
.cid-uYGY71G4yS .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGY71G4yS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGY71G4yS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGY71G4yS .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGY71G4yS .nav-wrapper .list .item-wrap:hover,
.cid-uYGY71G4yS .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGY71G4yS .list,
.cid-uYGY71G4yS .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYb67whA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYb67whA nav.navbar {
  position: fixed;
}
.cid-uYGYb67whA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYb67whA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYb67whA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYb67whA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYb67whA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYb67whA .dropdown-item:hover,
.cid-uYGYb67whA .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYb67whA .dropdown-item:hover span {
  color: white;
}
.cid-uYGYb67whA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYb67whA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYb67whA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYb67whA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYb67whA .nav-link {
  position: relative;
}
.cid-uYGYb67whA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYb67whA .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYb67whA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYb67whA .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYb67whA .dropdown-menu,
.cid-uYGYb67whA .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYb67whA .nav-item:focus,
.cid-uYGYb67whA .nav-link:focus {
  outline: none;
}
.cid-uYGYb67whA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYb67whA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYb67whA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYb67whA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYb67whA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYb67whA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYb67whA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYb67whA .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYb67whA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYb67whA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYb67whA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYb67whA .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYb67whA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYb67whA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYb67whA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYb67whA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYb67whA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYb67whA .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-uYGYb67whA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYb67whA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYb67whA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYb67whA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYb67whA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYb67whA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYb67whA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYb67whA .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-uYGYb67whA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYb67whA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYb67whA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYb67whA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYb67whA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYb67whA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYb67whA .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYb67whA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYb67whA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYb67whA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYb67whA .navbar-brand .navbar-caption:hover,
.cid-uYGYb67whA .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYb67whA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYb67whA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYb67whA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYb67whA .dropdown-item.active,
.cid-uYGYb67whA .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYb67whA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYb67whA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYb67whA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYb67whA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYb67whA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYb67whA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYb67whA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYb67whA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYb67whA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYb67whA .navbar-buttons {
  text-align: center;
}
.cid-uYGYb67whA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYb67whA .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYb67whA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYb67whA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYb67whA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYb67whA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYb67whA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYb67whA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYb67whA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYb67whA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYb67whA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYb67whA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYb67whA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYb67whA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYb67whA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYb67whA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYb67whA .navbar {
    height: 70px;
  }
  .cid-uYGYb67whA .navbar.opened {
    height: auto;
  }
  .cid-uYGYb67whA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYb67whA .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYb67whA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYb67whA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYb67whA .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYb67whA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYb67whA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYb67whA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYb67whA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYb67whA .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYb67whA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYb67whA .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYb67whA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYb67whA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYb67whA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYb67whA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYb67whA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYb67whA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYb67whA .content-wrap {
  min-height: 110px;
}
.cid-uYGYb67whA .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYb67whA .nav-link,
.cid-uYGYb67whA .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYb5coJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYb5coJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYb5coJV .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-uYGYb5coJV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYb5coJV .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYb5coJV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYb5coJV .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYb5coJV .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYb5coJV .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYb5coJV .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYb5coJV .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYb5coJV .mbr-label {
  color: #ffffff;
}
.cid-uYGYb5coJV .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYb5coJV label {
  color: #ffffff;
}
.cid-uYGYb5coJV .mbr-section-title,
.cid-uYGYb5coJV .title-wrapper {
  color: #acfe00;
}
.cid-uYGYb5QBin {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYb5QBin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYb5QBin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYb5QBin .row {
  justify-content: center;
}
.cid-uYGYb5QBin .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYb5QBin .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYb5QBin .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYb5QBin .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYb5QBin .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYb5QBin .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYb5QBin .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYb5QBin .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYb5QBin .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYb5QBin .card-title {
  color: #000000;
}
.cid-uYGYb5QBin .mbr-section-title,
.cid-uYGYb5QBin .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYb5QBin .card-title,
.cid-uYGYb5QBin .contact-wrapper {
  color: #000000;
}
.cid-uYGYb6xPMm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYb6xPMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYb6xPMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYb6xPMm .row {
  justify-content: center;
}
.cid-uYGYb6xPMm .card {
  justify-content: center;
}
.cid-uYGYb6xPMm .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYb6xPMm .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYb6xPMm .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYb6xPMm .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYb6xPMm .nav-wrapper .list .item-wrap:hover,
.cid-uYGYb6xPMm .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYb6xPMm .list,
.cid-uYGYb6xPMm .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYgZViAb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYgZViAb nav.navbar {
  position: fixed;
}
.cid-uYGYgZViAb .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYgZViAb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYgZViAb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYgZViAb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYgZViAb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYgZViAb .dropdown-item:hover,
.cid-uYGYgZViAb .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYgZViAb .dropdown-item:hover span {
  color: white;
}
.cid-uYGYgZViAb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYgZViAb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYgZViAb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYgZViAb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYgZViAb .nav-link {
  position: relative;
}
.cid-uYGYgZViAb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYgZViAb .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYgZViAb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYgZViAb .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYgZViAb .dropdown-menu,
.cid-uYGYgZViAb .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYgZViAb .nav-item:focus,
.cid-uYGYgZViAb .nav-link:focus {
  outline: none;
}
.cid-uYGYgZViAb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYgZViAb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYgZViAb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYgZViAb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYgZViAb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYgZViAb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYgZViAb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYgZViAb .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYgZViAb .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYgZViAb .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYgZViAb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYgZViAb .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYgZViAb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYgZViAb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYgZViAb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYgZViAb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYgZViAb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYgZViAb .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-uYGYgZViAb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYgZViAb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYgZViAb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYgZViAb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYgZViAb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYgZViAb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYgZViAb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYgZViAb .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-uYGYgZViAb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYgZViAb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYgZViAb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYgZViAb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYgZViAb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYgZViAb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYgZViAb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYgZViAb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYgZViAb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYgZViAb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYgZViAb .navbar-brand .navbar-caption:hover,
.cid-uYGYgZViAb .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYgZViAb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYgZViAb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYgZViAb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYgZViAb .dropdown-item.active,
.cid-uYGYgZViAb .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYgZViAb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYgZViAb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYgZViAb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYgZViAb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYgZViAb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYgZViAb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYgZViAb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYgZViAb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYgZViAb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYgZViAb .navbar-buttons {
  text-align: center;
}
.cid-uYGYgZViAb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYgZViAb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYgZViAb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYgZViAb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYgZViAb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYgZViAb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYgZViAb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYgZViAb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYgZViAb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYgZViAb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYgZViAb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYgZViAb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYgZViAb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYgZViAb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYgZViAb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYgZViAb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYgZViAb .navbar {
    height: 70px;
  }
  .cid-uYGYgZViAb .navbar.opened {
    height: auto;
  }
  .cid-uYGYgZViAb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYgZViAb .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYgZViAb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYgZViAb .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYgZViAb .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYgZViAb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYgZViAb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYgZViAb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYgZViAb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYgZViAb .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYgZViAb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYgZViAb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYgZViAb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYgZViAb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYgZViAb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYgZViAb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYgZViAb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYgZViAb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYgZViAb .content-wrap {
  min-height: 110px;
}
.cid-uYGYgZViAb .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYgZViAb .nav-link,
.cid-uYGYgZViAb .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYgZh8jE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYgZh8jE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYgZh8jE .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-uYGYgZh8jE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYgZh8jE .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYgZh8jE .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYgZh8jE .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYgZh8jE .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYgZh8jE .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYgZh8jE .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYgZh8jE .mbr-label {
  color: #ffffff;
}
.cid-uYGYgZh8jE .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYgZh8jE label {
  color: #ffffff;
}
.cid-uYGYgZh8jE .mbr-section-title,
.cid-uYGYgZh8jE .title-wrapper {
  color: #acfe00;
}
.cid-uYGYgZECnd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYgZECnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYgZECnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYgZECnd .row {
  justify-content: center;
}
.cid-uYGYgZECnd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYgZECnd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYgZECnd .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYgZECnd .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYgZECnd .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYgZECnd .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYgZECnd .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYgZECnd .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYgZECnd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYgZECnd .card-title {
  color: #000000;
}
.cid-uYGYgZECnd .mbr-section-title,
.cid-uYGYgZECnd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYgZECnd .card-title,
.cid-uYGYgZECnd .contact-wrapper {
  color: #000000;
}
.cid-uYGYh0jAg0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYh0jAg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYh0jAg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYh0jAg0 .row {
  justify-content: center;
}
.cid-uYGYh0jAg0 .card {
  justify-content: center;
}
.cid-uYGYh0jAg0 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYh0jAg0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYh0jAg0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYh0jAg0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYh0jAg0 .nav-wrapper .list .item-wrap:hover,
.cid-uYGYh0jAg0 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYh0jAg0 .list,
.cid-uYGYh0jAg0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYmBR1Ta {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYmBR1Ta nav.navbar {
  position: fixed;
}
.cid-uYGYmBR1Ta .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYmBR1Ta .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYmBR1Ta .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYmBR1Ta .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYmBR1Ta .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYmBR1Ta .dropdown-item:hover,
.cid-uYGYmBR1Ta .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYmBR1Ta .dropdown-item:hover span {
  color: white;
}
.cid-uYGYmBR1Ta .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYmBR1Ta .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYmBR1Ta .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYmBR1Ta .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYmBR1Ta .nav-link {
  position: relative;
}
.cid-uYGYmBR1Ta .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYmBR1Ta .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYmBR1Ta .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYmBR1Ta .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYmBR1Ta .dropdown-menu,
.cid-uYGYmBR1Ta .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYmBR1Ta .nav-item:focus,
.cid-uYGYmBR1Ta .nav-link:focus {
  outline: none;
}
.cid-uYGYmBR1Ta .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYmBR1Ta .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYmBR1Ta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYmBR1Ta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYmBR1Ta .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYmBR1Ta .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYmBR1Ta .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYmBR1Ta .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYmBR1Ta .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYmBR1Ta .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYmBR1Ta .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYmBR1Ta .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYmBR1Ta .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYmBR1Ta .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYmBR1Ta .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYmBR1Ta .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYmBR1Ta .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYmBR1Ta .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-uYGYmBR1Ta .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYmBR1Ta .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYmBR1Ta .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYmBR1Ta .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYmBR1Ta .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYmBR1Ta .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYmBR1Ta .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYmBR1Ta .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-uYGYmBR1Ta .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYmBR1Ta .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYmBR1Ta .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYmBR1Ta .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYmBR1Ta .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYmBR1Ta .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYmBR1Ta .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYmBR1Ta .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYmBR1Ta .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYmBR1Ta .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYmBR1Ta .navbar-brand .navbar-caption:hover,
.cid-uYGYmBR1Ta .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYmBR1Ta .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYmBR1Ta .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYmBR1Ta .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYmBR1Ta .dropdown-item.active,
.cid-uYGYmBR1Ta .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYmBR1Ta .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYmBR1Ta .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYmBR1Ta .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYmBR1Ta .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYmBR1Ta .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYmBR1Ta .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYmBR1Ta .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYmBR1Ta ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYmBR1Ta ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYmBR1Ta .navbar-buttons {
  text-align: center;
}
.cid-uYGYmBR1Ta .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYmBR1Ta .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYmBR1Ta .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYmBR1Ta button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYmBR1Ta button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYmBR1Ta button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYmBR1Ta button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYmBR1Ta button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYmBR1Ta button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYmBR1Ta nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYmBR1Ta nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYmBR1Ta nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYmBR1Ta nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYmBR1Ta .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYmBR1Ta a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYmBR1Ta .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYmBR1Ta .navbar {
    height: 70px;
  }
  .cid-uYGYmBR1Ta .navbar.opened {
    height: auto;
  }
  .cid-uYGYmBR1Ta .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYmBR1Ta .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYmBR1Ta .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYmBR1Ta .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYmBR1Ta .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYmBR1Ta .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYmBR1Ta .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYmBR1Ta .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYmBR1Ta .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYmBR1Ta .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYmBR1Ta .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYmBR1Ta .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYmBR1Ta .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYmBR1Ta .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYmBR1Ta .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYmBR1Ta .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYmBR1Ta .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYmBR1Ta .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYmBR1Ta .content-wrap {
  min-height: 110px;
}
.cid-uYGYmBR1Ta .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYmBR1Ta .nav-link,
.cid-uYGYmBR1Ta .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYmBh5Qz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYmBh5Qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYmBh5Qz .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-uYGYmBh5Qz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYmBh5Qz .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYmBh5Qz .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYmBh5Qz .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYmBh5Qz .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYmBh5Qz .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYmBh5Qz .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYmBh5Qz .mbr-label {
  color: #ffffff;
}
.cid-uYGYmBh5Qz .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYmBh5Qz label {
  color: #ffffff;
}
.cid-uYGYmBh5Qz .mbr-section-title,
.cid-uYGYmBh5Qz .title-wrapper {
  color: #acfe00;
}
.cid-uYGYmBALYV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYmBALYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYmBALYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYmBALYV .row {
  justify-content: center;
}
.cid-uYGYmBALYV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYmBALYV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYmBALYV .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYmBALYV .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYmBALYV .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYmBALYV .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYmBALYV .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYmBALYV .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYmBALYV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYmBALYV .card-title {
  color: #000000;
}
.cid-uYGYmBALYV .mbr-section-title,
.cid-uYGYmBALYV .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYmBALYV .card-title,
.cid-uYGYmBALYV .contact-wrapper {
  color: #000000;
}
.cid-uYGYmCdxT0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYmCdxT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYmCdxT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYmCdxT0 .row {
  justify-content: center;
}
.cid-uYGYmCdxT0 .card {
  justify-content: center;
}
.cid-uYGYmCdxT0 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYmCdxT0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYmCdxT0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYmCdxT0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYmCdxT0 .nav-wrapper .list .item-wrap:hover,
.cid-uYGYmCdxT0 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYmCdxT0 .list,
.cid-uYGYmCdxT0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYrdunmx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYrdunmx nav.navbar {
  position: fixed;
}
.cid-uYGYrdunmx .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYrdunmx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYrdunmx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYrdunmx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYrdunmx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYrdunmx .dropdown-item:hover,
.cid-uYGYrdunmx .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYrdunmx .dropdown-item:hover span {
  color: white;
}
.cid-uYGYrdunmx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYrdunmx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYrdunmx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYrdunmx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYrdunmx .nav-link {
  position: relative;
}
.cid-uYGYrdunmx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYrdunmx .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYrdunmx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYrdunmx .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYrdunmx .dropdown-menu,
.cid-uYGYrdunmx .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYrdunmx .nav-item:focus,
.cid-uYGYrdunmx .nav-link:focus {
  outline: none;
}
.cid-uYGYrdunmx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYrdunmx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYrdunmx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYrdunmx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYrdunmx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYrdunmx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYrdunmx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYrdunmx .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYrdunmx .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYrdunmx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYrdunmx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYrdunmx .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYrdunmx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYrdunmx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYrdunmx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYrdunmx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYrdunmx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYrdunmx .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-uYGYrdunmx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYrdunmx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYrdunmx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYrdunmx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYrdunmx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYrdunmx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYrdunmx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYrdunmx .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-uYGYrdunmx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYrdunmx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYrdunmx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYrdunmx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYrdunmx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYrdunmx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYrdunmx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYrdunmx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYrdunmx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYrdunmx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYrdunmx .navbar-brand .navbar-caption:hover,
.cid-uYGYrdunmx .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYrdunmx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYrdunmx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYrdunmx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYrdunmx .dropdown-item.active,
.cid-uYGYrdunmx .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYrdunmx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYrdunmx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYrdunmx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYrdunmx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYrdunmx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYrdunmx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYrdunmx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYrdunmx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYrdunmx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYrdunmx .navbar-buttons {
  text-align: center;
}
.cid-uYGYrdunmx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYrdunmx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYrdunmx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYrdunmx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYrdunmx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYrdunmx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYrdunmx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYrdunmx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYrdunmx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYrdunmx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYrdunmx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYrdunmx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYrdunmx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYrdunmx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYrdunmx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYrdunmx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYrdunmx .navbar {
    height: 70px;
  }
  .cid-uYGYrdunmx .navbar.opened {
    height: auto;
  }
  .cid-uYGYrdunmx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYrdunmx .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYrdunmx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYrdunmx .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYrdunmx .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYrdunmx .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYrdunmx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYrdunmx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYrdunmx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYrdunmx .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYrdunmx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYrdunmx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYrdunmx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYrdunmx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYrdunmx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYrdunmx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYrdunmx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYrdunmx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYrdunmx .content-wrap {
  min-height: 110px;
}
.cid-uYGYrdunmx .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYrdunmx .nav-link,
.cid-uYGYrdunmx .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYrcUEDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYrcUEDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYrcUEDs .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-uYGYrcUEDs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYrcUEDs .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYrcUEDs .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYrcUEDs .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYrcUEDs .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYrcUEDs .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYrcUEDs .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYrcUEDs .mbr-label {
  color: #ffffff;
}
.cid-uYGYrcUEDs .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYrcUEDs label {
  color: #ffffff;
}
.cid-uYGYrcUEDs .mbr-section-title,
.cid-uYGYrcUEDs .title-wrapper {
  color: #acfe00;
}
.cid-uYGYrdeNjp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYrdeNjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYrdeNjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYrdeNjp .row {
  justify-content: center;
}
.cid-uYGYrdeNjp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYrdeNjp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYrdeNjp .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYrdeNjp .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYrdeNjp .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYrdeNjp .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYrdeNjp .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYrdeNjp .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYrdeNjp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYrdeNjp .card-title {
  color: #000000;
}
.cid-uYGYrdeNjp .mbr-section-title,
.cid-uYGYrdeNjp .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYrdeNjp .card-title,
.cid-uYGYrdeNjp .contact-wrapper {
  color: #000000;
}
.cid-uYGYrdTXTZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYrdTXTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYrdTXTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYrdTXTZ .row {
  justify-content: center;
}
.cid-uYGYrdTXTZ .card {
  justify-content: center;
}
.cid-uYGYrdTXTZ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYrdTXTZ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYrdTXTZ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYrdTXTZ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYrdTXTZ .nav-wrapper .list .item-wrap:hover,
.cid-uYGYrdTXTZ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYrdTXTZ .list,
.cid-uYGYrdTXTZ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYx9q6Vb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYx9q6Vb nav.navbar {
  position: fixed;
}
.cid-uYGYx9q6Vb .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYx9q6Vb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYx9q6Vb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYx9q6Vb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYx9q6Vb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYx9q6Vb .dropdown-item:hover,
.cid-uYGYx9q6Vb .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYx9q6Vb .dropdown-item:hover span {
  color: white;
}
.cid-uYGYx9q6Vb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYx9q6Vb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYx9q6Vb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYx9q6Vb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYx9q6Vb .nav-link {
  position: relative;
}
.cid-uYGYx9q6Vb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYx9q6Vb .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYx9q6Vb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYx9q6Vb .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYx9q6Vb .dropdown-menu,
.cid-uYGYx9q6Vb .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYx9q6Vb .nav-item:focus,
.cid-uYGYx9q6Vb .nav-link:focus {
  outline: none;
}
.cid-uYGYx9q6Vb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYx9q6Vb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYx9q6Vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYx9q6Vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYx9q6Vb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYx9q6Vb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYx9q6Vb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYx9q6Vb .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYx9q6Vb .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYx9q6Vb .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYx9q6Vb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYx9q6Vb .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYx9q6Vb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYx9q6Vb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYx9q6Vb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYx9q6Vb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYx9q6Vb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYx9q6Vb .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-uYGYx9q6Vb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYx9q6Vb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYx9q6Vb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYx9q6Vb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYx9q6Vb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYx9q6Vb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYx9q6Vb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYx9q6Vb .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-uYGYx9q6Vb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYx9q6Vb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYx9q6Vb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYx9q6Vb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYx9q6Vb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYx9q6Vb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYx9q6Vb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYx9q6Vb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYx9q6Vb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYx9q6Vb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYx9q6Vb .navbar-brand .navbar-caption:hover,
.cid-uYGYx9q6Vb .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYx9q6Vb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYx9q6Vb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYx9q6Vb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYx9q6Vb .dropdown-item.active,
.cid-uYGYx9q6Vb .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYx9q6Vb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYx9q6Vb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYx9q6Vb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYx9q6Vb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYx9q6Vb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYx9q6Vb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYx9q6Vb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYx9q6Vb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYx9q6Vb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYx9q6Vb .navbar-buttons {
  text-align: center;
}
.cid-uYGYx9q6Vb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYx9q6Vb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYx9q6Vb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYx9q6Vb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYx9q6Vb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYx9q6Vb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYx9q6Vb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYx9q6Vb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYx9q6Vb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYx9q6Vb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYx9q6Vb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYx9q6Vb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYx9q6Vb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYx9q6Vb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYx9q6Vb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYx9q6Vb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYx9q6Vb .navbar {
    height: 70px;
  }
  .cid-uYGYx9q6Vb .navbar.opened {
    height: auto;
  }
  .cid-uYGYx9q6Vb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYx9q6Vb .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYx9q6Vb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYx9q6Vb .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYx9q6Vb .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYx9q6Vb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYx9q6Vb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYx9q6Vb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYx9q6Vb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYx9q6Vb .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYx9q6Vb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYx9q6Vb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYx9q6Vb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYx9q6Vb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYx9q6Vb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYx9q6Vb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYx9q6Vb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYx9q6Vb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYx9q6Vb .content-wrap {
  min-height: 110px;
}
.cid-uYGYx9q6Vb .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYx9q6Vb .nav-link,
.cid-uYGYx9q6Vb .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYx8HHvK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYx8HHvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYx8HHvK .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-uYGYx8HHvK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYx8HHvK .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYx8HHvK .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYx8HHvK .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYx8HHvK .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYx8HHvK .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYx8HHvK .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYx8HHvK .mbr-label {
  color: #ffffff;
}
.cid-uYGYx8HHvK .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYx8HHvK label {
  color: #ffffff;
}
.cid-uYGYx8HHvK .mbr-section-title,
.cid-uYGYx8HHvK .title-wrapper {
  color: #acfe00;
}
.cid-uYGYx98zBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYx98zBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYx98zBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYx98zBQ .row {
  justify-content: center;
}
.cid-uYGYx98zBQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYx98zBQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYx98zBQ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYx98zBQ .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYx98zBQ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYx98zBQ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYx98zBQ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYx98zBQ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYx98zBQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYx98zBQ .card-title {
  color: #000000;
}
.cid-uYGYx98zBQ .mbr-section-title,
.cid-uYGYx98zBQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYx98zBQ .card-title,
.cid-uYGYx98zBQ .contact-wrapper {
  color: #000000;
}
.cid-uYGYx9QzdX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYx9QzdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYx9QzdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYx9QzdX .row {
  justify-content: center;
}
.cid-uYGYx9QzdX .card {
  justify-content: center;
}
.cid-uYGYx9QzdX .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYx9QzdX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYx9QzdX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYx9QzdX .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYx9QzdX .nav-wrapper .list .item-wrap:hover,
.cid-uYGYx9QzdX .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYx9QzdX .list,
.cid-uYGYx9QzdX .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYDoBegt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYDoBegt nav.navbar {
  position: fixed;
}
.cid-uYGYDoBegt .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYDoBegt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYDoBegt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYDoBegt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYDoBegt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYDoBegt .dropdown-item:hover,
.cid-uYGYDoBegt .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYDoBegt .dropdown-item:hover span {
  color: white;
}
.cid-uYGYDoBegt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYDoBegt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYDoBegt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYDoBegt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYDoBegt .nav-link {
  position: relative;
}
.cid-uYGYDoBegt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYDoBegt .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYDoBegt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYDoBegt .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYDoBegt .dropdown-menu,
.cid-uYGYDoBegt .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYDoBegt .nav-item:focus,
.cid-uYGYDoBegt .nav-link:focus {
  outline: none;
}
.cid-uYGYDoBegt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYDoBegt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYDoBegt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYDoBegt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYDoBegt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYDoBegt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYDoBegt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYDoBegt .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYDoBegt .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYDoBegt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYDoBegt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYDoBegt .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYDoBegt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYDoBegt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYDoBegt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYDoBegt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYDoBegt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYDoBegt .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-uYGYDoBegt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYDoBegt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYDoBegt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYDoBegt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYDoBegt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYDoBegt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYDoBegt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYDoBegt .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-uYGYDoBegt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYDoBegt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYDoBegt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYDoBegt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYDoBegt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYDoBegt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYDoBegt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYDoBegt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYDoBegt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYDoBegt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYDoBegt .navbar-brand .navbar-caption:hover,
.cid-uYGYDoBegt .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYDoBegt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYDoBegt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYDoBegt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYDoBegt .dropdown-item.active,
.cid-uYGYDoBegt .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYDoBegt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYDoBegt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYDoBegt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYDoBegt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYDoBegt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYDoBegt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYDoBegt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYDoBegt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYDoBegt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYDoBegt .navbar-buttons {
  text-align: center;
}
.cid-uYGYDoBegt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYDoBegt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYDoBegt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYDoBegt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYDoBegt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYDoBegt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYDoBegt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYDoBegt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYDoBegt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYDoBegt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYDoBegt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYDoBegt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYDoBegt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYDoBegt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYDoBegt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYDoBegt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYDoBegt .navbar {
    height: 70px;
  }
  .cid-uYGYDoBegt .navbar.opened {
    height: auto;
  }
  .cid-uYGYDoBegt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYDoBegt .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYDoBegt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYDoBegt .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYDoBegt .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYDoBegt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYDoBegt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYDoBegt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYDoBegt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYDoBegt .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYDoBegt .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYDoBegt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYDoBegt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYDoBegt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYDoBegt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYDoBegt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYDoBegt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYDoBegt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYDoBegt .content-wrap {
  min-height: 110px;
}
.cid-uYGYDoBegt .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYDoBegt .nav-link,
.cid-uYGYDoBegt .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYDnVPl2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYDnVPl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYDnVPl2 .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-uYGYDnVPl2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYDnVPl2 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYDnVPl2 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYDnVPl2 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYDnVPl2 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYDnVPl2 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYDnVPl2 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYDnVPl2 .mbr-label {
  color: #ffffff;
}
.cid-uYGYDnVPl2 .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYDnVPl2 label {
  color: #ffffff;
}
.cid-uYGYDnVPl2 .mbr-section-title,
.cid-uYGYDnVPl2 .title-wrapper {
  color: #acfe00;
}
.cid-uYGYDoiRLa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYDoiRLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYDoiRLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYDoiRLa .row {
  justify-content: center;
}
.cid-uYGYDoiRLa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYDoiRLa .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYDoiRLa .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYDoiRLa .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYDoiRLa .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYDoiRLa .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYDoiRLa .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYDoiRLa .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYDoiRLa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYDoiRLa .card-title {
  color: #000000;
}
.cid-uYGYDoiRLa .mbr-section-title,
.cid-uYGYDoiRLa .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYDoiRLa .card-title,
.cid-uYGYDoiRLa .contact-wrapper {
  color: #000000;
}
.cid-uYGYDp2RuS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYDp2RuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYDp2RuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYDp2RuS .row {
  justify-content: center;
}
.cid-uYGYDp2RuS .card {
  justify-content: center;
}
.cid-uYGYDp2RuS .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYDp2RuS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYDp2RuS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYDp2RuS .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYDp2RuS .nav-wrapper .list .item-wrap:hover,
.cid-uYGYDp2RuS .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYDp2RuS .list,
.cid-uYGYDp2RuS .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYJNL5Y2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYJNL5Y2 nav.navbar {
  position: fixed;
}
.cid-uYGYJNL5Y2 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYJNL5Y2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYJNL5Y2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYJNL5Y2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYJNL5Y2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYJNL5Y2 .dropdown-item:hover,
.cid-uYGYJNL5Y2 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYJNL5Y2 .dropdown-item:hover span {
  color: white;
}
.cid-uYGYJNL5Y2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYJNL5Y2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYJNL5Y2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYJNL5Y2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYJNL5Y2 .nav-link {
  position: relative;
}
.cid-uYGYJNL5Y2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYJNL5Y2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYJNL5Y2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYJNL5Y2 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYJNL5Y2 .dropdown-menu,
.cid-uYGYJNL5Y2 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYJNL5Y2 .nav-item:focus,
.cid-uYGYJNL5Y2 .nav-link:focus {
  outline: none;
}
.cid-uYGYJNL5Y2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYJNL5Y2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYJNL5Y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYJNL5Y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYJNL5Y2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYJNL5Y2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYJNL5Y2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYJNL5Y2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYJNL5Y2 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYJNL5Y2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYJNL5Y2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYJNL5Y2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYJNL5Y2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYJNL5Y2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYJNL5Y2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYJNL5Y2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYJNL5Y2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYJNL5Y2 .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-uYGYJNL5Y2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYJNL5Y2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYJNL5Y2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYJNL5Y2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYJNL5Y2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYJNL5Y2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYJNL5Y2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYJNL5Y2 .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-uYGYJNL5Y2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYJNL5Y2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYJNL5Y2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYJNL5Y2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYJNL5Y2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYJNL5Y2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYJNL5Y2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYJNL5Y2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYJNL5Y2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYJNL5Y2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYJNL5Y2 .navbar-brand .navbar-caption:hover,
.cid-uYGYJNL5Y2 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYJNL5Y2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYJNL5Y2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYJNL5Y2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYJNL5Y2 .dropdown-item.active,
.cid-uYGYJNL5Y2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYJNL5Y2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYJNL5Y2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYJNL5Y2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYJNL5Y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYJNL5Y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYJNL5Y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYJNL5Y2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYJNL5Y2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYJNL5Y2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYJNL5Y2 .navbar-buttons {
  text-align: center;
}
.cid-uYGYJNL5Y2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYJNL5Y2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYJNL5Y2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYJNL5Y2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYJNL5Y2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYJNL5Y2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYJNL5Y2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYJNL5Y2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYJNL5Y2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYJNL5Y2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYJNL5Y2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYJNL5Y2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYJNL5Y2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYJNL5Y2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYJNL5Y2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYJNL5Y2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYJNL5Y2 .navbar {
    height: 70px;
  }
  .cid-uYGYJNL5Y2 .navbar.opened {
    height: auto;
  }
  .cid-uYGYJNL5Y2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYJNL5Y2 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYJNL5Y2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYJNL5Y2 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYJNL5Y2 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYJNL5Y2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYJNL5Y2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYJNL5Y2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYJNL5Y2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYJNL5Y2 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYJNL5Y2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYJNL5Y2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYJNL5Y2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYJNL5Y2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYJNL5Y2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYJNL5Y2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYJNL5Y2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYJNL5Y2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYJNL5Y2 .content-wrap {
  min-height: 110px;
}
.cid-uYGYJNL5Y2 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYJNL5Y2 .nav-link,
.cid-uYGYJNL5Y2 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYJMSiKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYJMSiKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYJMSiKd .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-uYGYJMSiKd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYJMSiKd .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYJMSiKd .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYJMSiKd .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYJMSiKd .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYJMSiKd .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYJMSiKd .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYJMSiKd .mbr-label {
  color: #ffffff;
}
.cid-uYGYJMSiKd .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYJMSiKd label {
  color: #ffffff;
}
.cid-uYGYJMSiKd .mbr-section-title,
.cid-uYGYJMSiKd .title-wrapper {
  color: #acfe00;
}
.cid-uYGYJNmfa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYJNmfa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYJNmfa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYJNmfa9 .row {
  justify-content: center;
}
.cid-uYGYJNmfa9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYJNmfa9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYJNmfa9 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYJNmfa9 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYJNmfa9 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYJNmfa9 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYJNmfa9 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYJNmfa9 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYJNmfa9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYJNmfa9 .card-title {
  color: #000000;
}
.cid-uYGYJNmfa9 .mbr-section-title,
.cid-uYGYJNmfa9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYJNmfa9 .card-title,
.cid-uYGYJNmfa9 .contact-wrapper {
  color: #000000;
}
.cid-uYGYJOiZEz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYJOiZEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYJOiZEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYJOiZEz .row {
  justify-content: center;
}
.cid-uYGYJOiZEz .card {
  justify-content: center;
}
.cid-uYGYJOiZEz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYJOiZEz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYJOiZEz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYJOiZEz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYJOiZEz .nav-wrapper .list .item-wrap:hover,
.cid-uYGYJOiZEz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYJOiZEz .list,
.cid-uYGYJOiZEz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYPGlZT4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYPGlZT4 nav.navbar {
  position: fixed;
}
.cid-uYGYPGlZT4 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYPGlZT4 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYPGlZT4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYPGlZT4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYPGlZT4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYPGlZT4 .dropdown-item:hover,
.cid-uYGYPGlZT4 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYPGlZT4 .dropdown-item:hover span {
  color: white;
}
.cid-uYGYPGlZT4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYPGlZT4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYPGlZT4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYPGlZT4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYPGlZT4 .nav-link {
  position: relative;
}
.cid-uYGYPGlZT4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYPGlZT4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYPGlZT4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYPGlZT4 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYPGlZT4 .dropdown-menu,
.cid-uYGYPGlZT4 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYPGlZT4 .nav-item:focus,
.cid-uYGYPGlZT4 .nav-link:focus {
  outline: none;
}
.cid-uYGYPGlZT4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYPGlZT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYPGlZT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYPGlZT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYPGlZT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYPGlZT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYPGlZT4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYPGlZT4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYPGlZT4 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYPGlZT4 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYPGlZT4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYPGlZT4 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYPGlZT4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYPGlZT4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYPGlZT4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYPGlZT4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYPGlZT4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYPGlZT4 .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-uYGYPGlZT4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYPGlZT4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYPGlZT4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYPGlZT4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYPGlZT4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYPGlZT4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYPGlZT4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYPGlZT4 .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-uYGYPGlZT4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYPGlZT4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYPGlZT4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYPGlZT4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYPGlZT4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYPGlZT4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYPGlZT4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYPGlZT4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYPGlZT4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYPGlZT4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYPGlZT4 .navbar-brand .navbar-caption:hover,
.cid-uYGYPGlZT4 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYPGlZT4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYPGlZT4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYPGlZT4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYPGlZT4 .dropdown-item.active,
.cid-uYGYPGlZT4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYPGlZT4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYPGlZT4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYPGlZT4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYPGlZT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYPGlZT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYPGlZT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYPGlZT4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYPGlZT4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYPGlZT4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYPGlZT4 .navbar-buttons {
  text-align: center;
}
.cid-uYGYPGlZT4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYPGlZT4 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYPGlZT4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYPGlZT4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYPGlZT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYPGlZT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYPGlZT4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYPGlZT4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYPGlZT4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYPGlZT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYPGlZT4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYPGlZT4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYPGlZT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYPGlZT4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYPGlZT4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYPGlZT4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYPGlZT4 .navbar {
    height: 70px;
  }
  .cid-uYGYPGlZT4 .navbar.opened {
    height: auto;
  }
  .cid-uYGYPGlZT4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYPGlZT4 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYPGlZT4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYPGlZT4 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYPGlZT4 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYPGlZT4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYPGlZT4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYPGlZT4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYPGlZT4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYPGlZT4 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYPGlZT4 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYPGlZT4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYPGlZT4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYPGlZT4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYPGlZT4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYPGlZT4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYPGlZT4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYPGlZT4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYPGlZT4 .content-wrap {
  min-height: 110px;
}
.cid-uYGYPGlZT4 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYPGlZT4 .nav-link,
.cid-uYGYPGlZT4 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYPFntBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYPFntBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYPFntBy .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-uYGYPFntBy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYPFntBy .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYPFntBy .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYPFntBy .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYPFntBy .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYPFntBy .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYPFntBy .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYPFntBy .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYPFntBy .mbr-label {
  color: #ffffff;
}
.cid-uYGYPFntBy .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYPFntBy label {
  color: #ffffff;
}
.cid-uYGYPFntBy .mbr-section-title,
.cid-uYGYPFntBy .title-wrapper {
  color: #acfe00;
}
.cid-uYGYPG5v7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYPG5v7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYPG5v7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYPG5v7i .row {
  justify-content: center;
}
.cid-uYGYPG5v7i .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYPG5v7i .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYPG5v7i .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYPG5v7i .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYPG5v7i .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYPG5v7i .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYPG5v7i .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYPG5v7i .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYPG5v7i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYPG5v7i .card-title {
  color: #000000;
}
.cid-uYGYPG5v7i .mbr-section-title,
.cid-uYGYPG5v7i .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYPG5v7i .card-title,
.cid-uYGYPG5v7i .contact-wrapper {
  color: #000000;
}
.cid-uYGYPGIed1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYPGIed1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYPGIed1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYPGIed1 .row {
  justify-content: center;
}
.cid-uYGYPGIed1 .card {
  justify-content: center;
}
.cid-uYGYPGIed1 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYPGIed1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYPGIed1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYPGIed1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYPGIed1 .nav-wrapper .list .item-wrap:hover,
.cid-uYGYPGIed1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYPGIed1 .list,
.cid-uYGYPGIed1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYWiO7S6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGYWiO7S6 nav.navbar {
  position: fixed;
}
.cid-uYGYWiO7S6 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGYWiO7S6 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGYWiO7S6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYWiO7S6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGYWiO7S6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYWiO7S6 .dropdown-item:hover,
.cid-uYGYWiO7S6 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGYWiO7S6 .dropdown-item:hover span {
  color: white;
}
.cid-uYGYWiO7S6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGYWiO7S6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGYWiO7S6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGYWiO7S6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGYWiO7S6 .nav-link {
  position: relative;
}
.cid-uYGYWiO7S6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGYWiO7S6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGYWiO7S6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGYWiO7S6 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGYWiO7S6 .dropdown-menu,
.cid-uYGYWiO7S6 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGYWiO7S6 .nav-item:focus,
.cid-uYGYWiO7S6 .nav-link:focus {
  outline: none;
}
.cid-uYGYWiO7S6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGYWiO7S6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGYWiO7S6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGYWiO7S6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGYWiO7S6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGYWiO7S6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGYWiO7S6 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYWiO7S6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGYWiO7S6 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGYWiO7S6 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGYWiO7S6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGYWiO7S6 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGYWiO7S6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGYWiO7S6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGYWiO7S6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGYWiO7S6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGYWiO7S6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGYWiO7S6 .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-uYGYWiO7S6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGYWiO7S6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGYWiO7S6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGYWiO7S6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGYWiO7S6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGYWiO7S6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGYWiO7S6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGYWiO7S6 .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-uYGYWiO7S6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGYWiO7S6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGYWiO7S6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGYWiO7S6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGYWiO7S6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGYWiO7S6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGYWiO7S6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGYWiO7S6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGYWiO7S6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGYWiO7S6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGYWiO7S6 .navbar-brand .navbar-caption:hover,
.cid-uYGYWiO7S6 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYWiO7S6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGYWiO7S6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGYWiO7S6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGYWiO7S6 .dropdown-item.active,
.cid-uYGYWiO7S6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGYWiO7S6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGYWiO7S6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGYWiO7S6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGYWiO7S6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGYWiO7S6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGYWiO7S6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGYWiO7S6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGYWiO7S6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGYWiO7S6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGYWiO7S6 .navbar-buttons {
  text-align: center;
}
.cid-uYGYWiO7S6 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGYWiO7S6 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGYWiO7S6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGYWiO7S6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGYWiO7S6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGYWiO7S6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGYWiO7S6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYWiO7S6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGYWiO7S6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGYWiO7S6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYWiO7S6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGYWiO7S6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGYWiO7S6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGYWiO7S6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGYWiO7S6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGYWiO7S6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGYWiO7S6 .navbar {
    height: 70px;
  }
  .cid-uYGYWiO7S6 .navbar.opened {
    height: auto;
  }
  .cid-uYGYWiO7S6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGYWiO7S6 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGYWiO7S6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGYWiO7S6 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGYWiO7S6 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGYWiO7S6 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGYWiO7S6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGYWiO7S6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGYWiO7S6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGYWiO7S6 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGYWiO7S6 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGYWiO7S6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGYWiO7S6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGYWiO7S6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGYWiO7S6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGYWiO7S6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGYWiO7S6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGYWiO7S6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGYWiO7S6 .content-wrap {
  min-height: 110px;
}
.cid-uYGYWiO7S6 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGYWiO7S6 .nav-link,
.cid-uYGYWiO7S6 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGYWibFQG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGYWibFQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYWibFQG .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-uYGYWibFQG .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYWibFQG .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYWibFQG .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGYWibFQG .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGYWibFQG .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGYWibFQG .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYWibFQG .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGYWibFQG .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGYWibFQG .mbr-label {
  color: #ffffff;
}
.cid-uYGYWibFQG .mbr-section-title {
  color: #ffffff;
}
.cid-uYGYWibFQG label {
  color: #ffffff;
}
.cid-uYGYWibFQG .mbr-section-title,
.cid-uYGYWibFQG .title-wrapper {
  color: #acfe00;
}
.cid-uYGYWixW3S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGYWixW3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYWixW3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYWixW3S .row {
  justify-content: center;
}
.cid-uYGYWixW3S .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGYWixW3S .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYWixW3S .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGYWixW3S .item {
    margin-bottom: 16px;
  }
}
.cid-uYGYWixW3S .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGYWixW3S .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGYWixW3S .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGYWixW3S .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGYWixW3S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGYWixW3S .card-title {
  color: #000000;
}
.cid-uYGYWixW3S .mbr-section-title,
.cid-uYGYWixW3S .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGYWixW3S .card-title,
.cid-uYGYWixW3S .contact-wrapper {
  color: #000000;
}
.cid-uYGYWjaLys {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGYWjaLys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGYWjaLys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGYWjaLys .row {
  justify-content: center;
}
.cid-uYGYWjaLys .card {
  justify-content: center;
}
.cid-uYGYWjaLys .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGYWjaLys .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGYWjaLys .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGYWjaLys .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGYWjaLys .nav-wrapper .list .item-wrap:hover,
.cid-uYGYWjaLys .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGYWjaLys .list,
.cid-uYGYWjaLys .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZ1ZnMj0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGZ1ZnMj0 nav.navbar {
  position: fixed;
}
.cid-uYGZ1ZnMj0 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGZ1ZnMj0 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGZ1ZnMj0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZ1ZnMj0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGZ1ZnMj0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZ1ZnMj0 .dropdown-item:hover,
.cid-uYGZ1ZnMj0 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZ1ZnMj0 .dropdown-item:hover span {
  color: white;
}
.cid-uYGZ1ZnMj0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGZ1ZnMj0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGZ1ZnMj0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGZ1ZnMj0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGZ1ZnMj0 .nav-link {
  position: relative;
}
.cid-uYGZ1ZnMj0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGZ1ZnMj0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGZ1ZnMj0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGZ1ZnMj0 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGZ1ZnMj0 .dropdown-menu,
.cid-uYGZ1ZnMj0 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGZ1ZnMj0 .nav-item:focus,
.cid-uYGZ1ZnMj0 .nav-link:focus {
  outline: none;
}
.cid-uYGZ1ZnMj0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGZ1ZnMj0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGZ1ZnMj0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGZ1ZnMj0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZ1ZnMj0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGZ1ZnMj0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGZ1ZnMj0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZ1ZnMj0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGZ1ZnMj0 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGZ1ZnMj0 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGZ1ZnMj0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGZ1ZnMj0 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGZ1ZnMj0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGZ1ZnMj0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGZ1ZnMj0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGZ1ZnMj0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGZ1ZnMj0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGZ1ZnMj0 .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-uYGZ1ZnMj0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGZ1ZnMj0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGZ1ZnMj0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGZ1ZnMj0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGZ1ZnMj0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGZ1ZnMj0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGZ1ZnMj0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGZ1ZnMj0 .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-uYGZ1ZnMj0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGZ1ZnMj0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGZ1ZnMj0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGZ1ZnMj0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGZ1ZnMj0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGZ1ZnMj0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGZ1ZnMj0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGZ1ZnMj0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGZ1ZnMj0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGZ1ZnMj0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGZ1ZnMj0 .navbar-brand .navbar-caption:hover,
.cid-uYGZ1ZnMj0 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZ1ZnMj0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGZ1ZnMj0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGZ1ZnMj0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZ1ZnMj0 .dropdown-item.active,
.cid-uYGZ1ZnMj0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGZ1ZnMj0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGZ1ZnMj0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGZ1ZnMj0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGZ1ZnMj0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGZ1ZnMj0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGZ1ZnMj0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGZ1ZnMj0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGZ1ZnMj0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGZ1ZnMj0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGZ1ZnMj0 .navbar-buttons {
  text-align: center;
}
.cid-uYGZ1ZnMj0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGZ1ZnMj0 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGZ1ZnMj0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGZ1ZnMj0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZ1ZnMj0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGZ1ZnMj0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGZ1ZnMj0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZ1ZnMj0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZ1ZnMj0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGZ1ZnMj0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZ1ZnMj0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGZ1ZnMj0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGZ1ZnMj0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZ1ZnMj0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGZ1ZnMj0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGZ1ZnMj0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGZ1ZnMj0 .navbar {
    height: 70px;
  }
  .cid-uYGZ1ZnMj0 .navbar.opened {
    height: auto;
  }
  .cid-uYGZ1ZnMj0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGZ1ZnMj0 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGZ1ZnMj0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGZ1ZnMj0 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGZ1ZnMj0 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGZ1ZnMj0 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGZ1ZnMj0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGZ1ZnMj0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGZ1ZnMj0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGZ1ZnMj0 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGZ1ZnMj0 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGZ1ZnMj0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGZ1ZnMj0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGZ1ZnMj0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGZ1ZnMj0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGZ1ZnMj0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGZ1ZnMj0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGZ1ZnMj0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGZ1ZnMj0 .content-wrap {
  min-height: 110px;
}
.cid-uYGZ1ZnMj0 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGZ1ZnMj0 .nav-link,
.cid-uYGZ1ZnMj0 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGZ1YIzpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGZ1YIzpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZ1YIzpB .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-uYGZ1YIzpB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZ1YIzpB .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZ1YIzpB .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGZ1YIzpB .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGZ1YIzpB .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZ1YIzpB .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGZ1YIzpB .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGZ1YIzpB .mbr-label {
  color: #ffffff;
}
.cid-uYGZ1YIzpB .mbr-section-title {
  color: #ffffff;
}
.cid-uYGZ1YIzpB label {
  color: #ffffff;
}
.cid-uYGZ1YIzpB .mbr-section-title,
.cid-uYGZ1YIzpB .title-wrapper {
  color: #acfe00;
}
.cid-uYGZ1Z4SQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGZ1Z4SQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZ1Z4SQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZ1Z4SQy .row {
  justify-content: center;
}
.cid-uYGZ1Z4SQy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGZ1Z4SQy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZ1Z4SQy .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZ1Z4SQy .item {
    margin-bottom: 16px;
  }
}
.cid-uYGZ1Z4SQy .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGZ1Z4SQy .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGZ1Z4SQy .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGZ1Z4SQy .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGZ1Z4SQy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZ1Z4SQy .card-title {
  color: #000000;
}
.cid-uYGZ1Z4SQy .mbr-section-title,
.cid-uYGZ1Z4SQy .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGZ1Z4SQy .card-title,
.cid-uYGZ1Z4SQy .contact-wrapper {
  color: #000000;
}
.cid-uYGZ1ZNy8h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGZ1ZNy8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZ1ZNy8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZ1ZNy8h .row {
  justify-content: center;
}
.cid-uYGZ1ZNy8h .card {
  justify-content: center;
}
.cid-uYGZ1ZNy8h .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGZ1ZNy8h .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZ1ZNy8h .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGZ1ZNy8h .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGZ1ZNy8h .nav-wrapper .list .item-wrap:hover,
.cid-uYGZ1ZNy8h .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGZ1ZNy8h .list,
.cid-uYGZ1ZNy8h .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZ93F1uD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGZ93F1uD nav.navbar {
  position: fixed;
}
.cid-uYGZ93F1uD .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGZ93F1uD .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGZ93F1uD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZ93F1uD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGZ93F1uD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZ93F1uD .dropdown-item:hover,
.cid-uYGZ93F1uD .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZ93F1uD .dropdown-item:hover span {
  color: white;
}
.cid-uYGZ93F1uD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGZ93F1uD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGZ93F1uD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGZ93F1uD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGZ93F1uD .nav-link {
  position: relative;
}
.cid-uYGZ93F1uD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGZ93F1uD .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGZ93F1uD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGZ93F1uD .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGZ93F1uD .dropdown-menu,
.cid-uYGZ93F1uD .navbar.opened {
  background: #071705 !important;
}
.cid-uYGZ93F1uD .nav-item:focus,
.cid-uYGZ93F1uD .nav-link:focus {
  outline: none;
}
.cid-uYGZ93F1uD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGZ93F1uD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGZ93F1uD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGZ93F1uD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZ93F1uD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGZ93F1uD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGZ93F1uD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZ93F1uD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGZ93F1uD .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGZ93F1uD .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGZ93F1uD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGZ93F1uD .navbar.collapsed {
  justify-content: center;
}
.cid-uYGZ93F1uD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGZ93F1uD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGZ93F1uD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGZ93F1uD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGZ93F1uD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGZ93F1uD .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-uYGZ93F1uD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGZ93F1uD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGZ93F1uD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGZ93F1uD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGZ93F1uD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGZ93F1uD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGZ93F1uD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGZ93F1uD .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-uYGZ93F1uD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGZ93F1uD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGZ93F1uD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGZ93F1uD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGZ93F1uD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGZ93F1uD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGZ93F1uD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGZ93F1uD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGZ93F1uD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGZ93F1uD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGZ93F1uD .navbar-brand .navbar-caption:hover,
.cid-uYGZ93F1uD .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZ93F1uD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGZ93F1uD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGZ93F1uD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZ93F1uD .dropdown-item.active,
.cid-uYGZ93F1uD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGZ93F1uD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGZ93F1uD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGZ93F1uD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGZ93F1uD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGZ93F1uD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGZ93F1uD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGZ93F1uD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGZ93F1uD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGZ93F1uD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGZ93F1uD .navbar-buttons {
  text-align: center;
}
.cid-uYGZ93F1uD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGZ93F1uD .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGZ93F1uD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGZ93F1uD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZ93F1uD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGZ93F1uD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGZ93F1uD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZ93F1uD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZ93F1uD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGZ93F1uD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZ93F1uD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGZ93F1uD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGZ93F1uD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZ93F1uD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGZ93F1uD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGZ93F1uD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGZ93F1uD .navbar {
    height: 70px;
  }
  .cid-uYGZ93F1uD .navbar.opened {
    height: auto;
  }
  .cid-uYGZ93F1uD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGZ93F1uD .navbar-nav {
  margin: 0 auto;
}
.cid-uYGZ93F1uD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGZ93F1uD .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGZ93F1uD .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGZ93F1uD .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGZ93F1uD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGZ93F1uD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGZ93F1uD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGZ93F1uD .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGZ93F1uD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGZ93F1uD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGZ93F1uD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGZ93F1uD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGZ93F1uD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGZ93F1uD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGZ93F1uD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGZ93F1uD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGZ93F1uD .content-wrap {
  min-height: 110px;
}
.cid-uYGZ93F1uD .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGZ93F1uD .nav-link,
.cid-uYGZ93F1uD .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGZ92DiRe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGZ92DiRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZ92DiRe .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-uYGZ92DiRe .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZ92DiRe .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZ92DiRe .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGZ92DiRe .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGZ92DiRe .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZ92DiRe .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGZ92DiRe .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGZ92DiRe .mbr-label {
  color: #ffffff;
}
.cid-uYGZ92DiRe .mbr-section-title {
  color: #ffffff;
}
.cid-uYGZ92DiRe label {
  color: #ffffff;
}
.cid-uYGZ92DiRe .mbr-section-title,
.cid-uYGZ92DiRe .title-wrapper {
  color: #acfe00;
}
.cid-uYGZ93lDWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGZ93lDWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZ93lDWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZ93lDWj .row {
  justify-content: center;
}
.cid-uYGZ93lDWj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGZ93lDWj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZ93lDWj .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZ93lDWj .item {
    margin-bottom: 16px;
  }
}
.cid-uYGZ93lDWj .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGZ93lDWj .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGZ93lDWj .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGZ93lDWj .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGZ93lDWj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZ93lDWj .card-title {
  color: #000000;
}
.cid-uYGZ93lDWj .mbr-section-title,
.cid-uYGZ93lDWj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGZ93lDWj .card-title,
.cid-uYGZ93lDWj .contact-wrapper {
  color: #000000;
}
.cid-uYGZ9422fa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGZ9422fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZ9422fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZ9422fa .row {
  justify-content: center;
}
.cid-uYGZ9422fa .card {
  justify-content: center;
}
.cid-uYGZ9422fa .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGZ9422fa .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZ9422fa .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGZ9422fa .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGZ9422fa .nav-wrapper .list .item-wrap:hover,
.cid-uYGZ9422fa .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGZ9422fa .list,
.cid-uYGZ9422fa .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZdKsS1R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGZdKsS1R nav.navbar {
  position: fixed;
}
.cid-uYGZdKsS1R .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGZdKsS1R .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGZdKsS1R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZdKsS1R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGZdKsS1R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZdKsS1R .dropdown-item:hover,
.cid-uYGZdKsS1R .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZdKsS1R .dropdown-item:hover span {
  color: white;
}
.cid-uYGZdKsS1R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGZdKsS1R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGZdKsS1R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGZdKsS1R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGZdKsS1R .nav-link {
  position: relative;
}
.cid-uYGZdKsS1R .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGZdKsS1R .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGZdKsS1R .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGZdKsS1R .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGZdKsS1R .dropdown-menu,
.cid-uYGZdKsS1R .navbar.opened {
  background: #071705 !important;
}
.cid-uYGZdKsS1R .nav-item:focus,
.cid-uYGZdKsS1R .nav-link:focus {
  outline: none;
}
.cid-uYGZdKsS1R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGZdKsS1R .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGZdKsS1R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGZdKsS1R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZdKsS1R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGZdKsS1R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGZdKsS1R .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZdKsS1R .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGZdKsS1R .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGZdKsS1R .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGZdKsS1R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGZdKsS1R .navbar.collapsed {
  justify-content: center;
}
.cid-uYGZdKsS1R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGZdKsS1R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGZdKsS1R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGZdKsS1R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGZdKsS1R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGZdKsS1R .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-uYGZdKsS1R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGZdKsS1R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGZdKsS1R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGZdKsS1R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGZdKsS1R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGZdKsS1R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGZdKsS1R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGZdKsS1R .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-uYGZdKsS1R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGZdKsS1R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGZdKsS1R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGZdKsS1R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGZdKsS1R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGZdKsS1R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGZdKsS1R .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGZdKsS1R .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGZdKsS1R .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGZdKsS1R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGZdKsS1R .navbar-brand .navbar-caption:hover,
.cid-uYGZdKsS1R .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZdKsS1R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGZdKsS1R .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGZdKsS1R .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZdKsS1R .dropdown-item.active,
.cid-uYGZdKsS1R .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGZdKsS1R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGZdKsS1R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGZdKsS1R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGZdKsS1R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGZdKsS1R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGZdKsS1R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGZdKsS1R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGZdKsS1R ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGZdKsS1R ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGZdKsS1R .navbar-buttons {
  text-align: center;
}
.cid-uYGZdKsS1R .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGZdKsS1R .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGZdKsS1R .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGZdKsS1R button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZdKsS1R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGZdKsS1R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGZdKsS1R button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZdKsS1R button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZdKsS1R button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGZdKsS1R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZdKsS1R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGZdKsS1R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGZdKsS1R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZdKsS1R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGZdKsS1R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGZdKsS1R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGZdKsS1R .navbar {
    height: 70px;
  }
  .cid-uYGZdKsS1R .navbar.opened {
    height: auto;
  }
  .cid-uYGZdKsS1R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGZdKsS1R .navbar-nav {
  margin: 0 auto;
}
.cid-uYGZdKsS1R .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGZdKsS1R .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGZdKsS1R .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGZdKsS1R .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGZdKsS1R .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGZdKsS1R .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGZdKsS1R .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGZdKsS1R .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGZdKsS1R .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGZdKsS1R .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGZdKsS1R .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGZdKsS1R .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGZdKsS1R .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGZdKsS1R .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGZdKsS1R .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGZdKsS1R .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGZdKsS1R .content-wrap {
  min-height: 110px;
}
.cid-uYGZdKsS1R .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGZdKsS1R .nav-link,
.cid-uYGZdKsS1R .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGZdJNETa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGZdJNETa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZdJNETa .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-uYGZdJNETa .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZdJNETa .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZdJNETa .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGZdJNETa .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGZdJNETa .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGZdJNETa .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZdJNETa .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGZdJNETa .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGZdJNETa .mbr-label {
  color: #ffffff;
}
.cid-uYGZdJNETa .mbr-section-title {
  color: #ffffff;
}
.cid-uYGZdJNETa label {
  color: #ffffff;
}
.cid-uYGZdJNETa .mbr-section-title,
.cid-uYGZdJNETa .title-wrapper {
  color: #acfe00;
}
.cid-uYGZdK87FC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGZdK87FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZdK87FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZdK87FC .row {
  justify-content: center;
}
.cid-uYGZdK87FC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGZdK87FC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZdK87FC .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZdK87FC .item {
    margin-bottom: 16px;
  }
}
.cid-uYGZdK87FC .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGZdK87FC .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGZdK87FC .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGZdK87FC .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGZdK87FC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZdK87FC .card-title {
  color: #000000;
}
.cid-uYGZdK87FC .mbr-section-title,
.cid-uYGZdK87FC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGZdK87FC .card-title,
.cid-uYGZdK87FC .contact-wrapper {
  color: #000000;
}
.cid-uYGZdKP1TN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGZdKP1TN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZdKP1TN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZdKP1TN .row {
  justify-content: center;
}
.cid-uYGZdKP1TN .card {
  justify-content: center;
}
.cid-uYGZdKP1TN .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGZdKP1TN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZdKP1TN .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGZdKP1TN .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGZdKP1TN .nav-wrapper .list .item-wrap:hover,
.cid-uYGZdKP1TN .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGZdKP1TN .list,
.cid-uYGZdKP1TN .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZjWKwTC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGZjWKwTC nav.navbar {
  position: fixed;
}
.cid-uYGZjWKwTC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGZjWKwTC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGZjWKwTC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZjWKwTC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGZjWKwTC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZjWKwTC .dropdown-item:hover,
.cid-uYGZjWKwTC .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZjWKwTC .dropdown-item:hover span {
  color: white;
}
.cid-uYGZjWKwTC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGZjWKwTC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGZjWKwTC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGZjWKwTC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGZjWKwTC .nav-link {
  position: relative;
}
.cid-uYGZjWKwTC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGZjWKwTC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGZjWKwTC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGZjWKwTC .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGZjWKwTC .dropdown-menu,
.cid-uYGZjWKwTC .navbar.opened {
  background: #071705 !important;
}
.cid-uYGZjWKwTC .nav-item:focus,
.cid-uYGZjWKwTC .nav-link:focus {
  outline: none;
}
.cid-uYGZjWKwTC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGZjWKwTC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGZjWKwTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGZjWKwTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZjWKwTC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGZjWKwTC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGZjWKwTC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZjWKwTC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGZjWKwTC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGZjWKwTC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGZjWKwTC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGZjWKwTC .navbar.collapsed {
  justify-content: center;
}
.cid-uYGZjWKwTC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGZjWKwTC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGZjWKwTC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGZjWKwTC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGZjWKwTC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGZjWKwTC .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-uYGZjWKwTC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGZjWKwTC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGZjWKwTC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGZjWKwTC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGZjWKwTC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGZjWKwTC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGZjWKwTC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGZjWKwTC .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-uYGZjWKwTC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGZjWKwTC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGZjWKwTC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGZjWKwTC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGZjWKwTC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGZjWKwTC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGZjWKwTC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGZjWKwTC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGZjWKwTC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGZjWKwTC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGZjWKwTC .navbar-brand .navbar-caption:hover,
.cid-uYGZjWKwTC .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZjWKwTC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGZjWKwTC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGZjWKwTC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZjWKwTC .dropdown-item.active,
.cid-uYGZjWKwTC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGZjWKwTC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGZjWKwTC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGZjWKwTC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGZjWKwTC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGZjWKwTC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGZjWKwTC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGZjWKwTC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGZjWKwTC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGZjWKwTC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGZjWKwTC .navbar-buttons {
  text-align: center;
}
.cid-uYGZjWKwTC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGZjWKwTC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGZjWKwTC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGZjWKwTC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZjWKwTC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGZjWKwTC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGZjWKwTC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZjWKwTC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZjWKwTC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGZjWKwTC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZjWKwTC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGZjWKwTC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGZjWKwTC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZjWKwTC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGZjWKwTC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGZjWKwTC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGZjWKwTC .navbar {
    height: 70px;
  }
  .cid-uYGZjWKwTC .navbar.opened {
    height: auto;
  }
  .cid-uYGZjWKwTC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGZjWKwTC .navbar-nav {
  margin: 0 auto;
}
.cid-uYGZjWKwTC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGZjWKwTC .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGZjWKwTC .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGZjWKwTC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGZjWKwTC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGZjWKwTC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGZjWKwTC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGZjWKwTC .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGZjWKwTC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGZjWKwTC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGZjWKwTC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGZjWKwTC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGZjWKwTC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGZjWKwTC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGZjWKwTC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGZjWKwTC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGZjWKwTC .content-wrap {
  min-height: 110px;
}
.cid-uYGZjWKwTC .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGZjWKwTC .nav-link,
.cid-uYGZjWKwTC .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGZjW45xk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGZjW45xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZjW45xk .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-uYGZjW45xk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZjW45xk .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZjW45xk .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGZjW45xk .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGZjW45xk .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGZjW45xk .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZjW45xk .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGZjW45xk .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGZjW45xk .mbr-label {
  color: #ffffff;
}
.cid-uYGZjW45xk .mbr-section-title {
  color: #ffffff;
}
.cid-uYGZjW45xk label {
  color: #ffffff;
}
.cid-uYGZjW45xk .mbr-section-title,
.cid-uYGZjW45xk .title-wrapper {
  color: #acfe00;
}
.cid-uYGZjWrcYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGZjWrcYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZjWrcYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZjWrcYt .row {
  justify-content: center;
}
.cid-uYGZjWrcYt .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGZjWrcYt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZjWrcYt .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZjWrcYt .item {
    margin-bottom: 16px;
  }
}
.cid-uYGZjWrcYt .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGZjWrcYt .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGZjWrcYt .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGZjWrcYt .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGZjWrcYt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZjWrcYt .card-title {
  color: #000000;
}
.cid-uYGZjWrcYt .mbr-section-title,
.cid-uYGZjWrcYt .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGZjWrcYt .card-title,
.cid-uYGZjWrcYt .contact-wrapper {
  color: #000000;
}
.cid-uYGZjXacpE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGZjXacpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZjXacpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZjXacpE .row {
  justify-content: center;
}
.cid-uYGZjXacpE .card {
  justify-content: center;
}
.cid-uYGZjXacpE .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGZjXacpE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZjXacpE .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGZjXacpE .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGZjXacpE .nav-wrapper .list .item-wrap:hover,
.cid-uYGZjXacpE .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGZjXacpE .list,
.cid-uYGZjXacpE .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZrV8Rwl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGZrV8Rwl nav.navbar {
  position: fixed;
}
.cid-uYGZrV8Rwl .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGZrV8Rwl .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGZrV8Rwl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZrV8Rwl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGZrV8Rwl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZrV8Rwl .dropdown-item:hover,
.cid-uYGZrV8Rwl .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZrV8Rwl .dropdown-item:hover span {
  color: white;
}
.cid-uYGZrV8Rwl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGZrV8Rwl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGZrV8Rwl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGZrV8Rwl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGZrV8Rwl .nav-link {
  position: relative;
}
.cid-uYGZrV8Rwl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGZrV8Rwl .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGZrV8Rwl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGZrV8Rwl .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGZrV8Rwl .dropdown-menu,
.cid-uYGZrV8Rwl .navbar.opened {
  background: #071705 !important;
}
.cid-uYGZrV8Rwl .nav-item:focus,
.cid-uYGZrV8Rwl .nav-link:focus {
  outline: none;
}
.cid-uYGZrV8Rwl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGZrV8Rwl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGZrV8Rwl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGZrV8Rwl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZrV8Rwl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGZrV8Rwl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGZrV8Rwl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZrV8Rwl .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGZrV8Rwl .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGZrV8Rwl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGZrV8Rwl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGZrV8Rwl .navbar.collapsed {
  justify-content: center;
}
.cid-uYGZrV8Rwl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGZrV8Rwl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGZrV8Rwl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGZrV8Rwl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGZrV8Rwl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGZrV8Rwl .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-uYGZrV8Rwl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGZrV8Rwl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGZrV8Rwl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGZrV8Rwl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGZrV8Rwl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGZrV8Rwl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGZrV8Rwl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGZrV8Rwl .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-uYGZrV8Rwl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGZrV8Rwl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGZrV8Rwl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGZrV8Rwl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGZrV8Rwl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGZrV8Rwl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGZrV8Rwl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGZrV8Rwl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGZrV8Rwl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGZrV8Rwl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGZrV8Rwl .navbar-brand .navbar-caption:hover,
.cid-uYGZrV8Rwl .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZrV8Rwl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGZrV8Rwl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGZrV8Rwl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZrV8Rwl .dropdown-item.active,
.cid-uYGZrV8Rwl .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGZrV8Rwl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGZrV8Rwl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGZrV8Rwl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGZrV8Rwl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGZrV8Rwl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGZrV8Rwl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGZrV8Rwl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGZrV8Rwl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGZrV8Rwl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGZrV8Rwl .navbar-buttons {
  text-align: center;
}
.cid-uYGZrV8Rwl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGZrV8Rwl .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGZrV8Rwl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGZrV8Rwl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZrV8Rwl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGZrV8Rwl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGZrV8Rwl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZrV8Rwl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZrV8Rwl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGZrV8Rwl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZrV8Rwl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGZrV8Rwl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGZrV8Rwl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZrV8Rwl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGZrV8Rwl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGZrV8Rwl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGZrV8Rwl .navbar {
    height: 70px;
  }
  .cid-uYGZrV8Rwl .navbar.opened {
    height: auto;
  }
  .cid-uYGZrV8Rwl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGZrV8Rwl .navbar-nav {
  margin: 0 auto;
}
.cid-uYGZrV8Rwl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGZrV8Rwl .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGZrV8Rwl .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGZrV8Rwl .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGZrV8Rwl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGZrV8Rwl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGZrV8Rwl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGZrV8Rwl .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGZrV8Rwl .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGZrV8Rwl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGZrV8Rwl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGZrV8Rwl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGZrV8Rwl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGZrV8Rwl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGZrV8Rwl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGZrV8Rwl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGZrV8Rwl .content-wrap {
  min-height: 110px;
}
.cid-uYGZrV8Rwl .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGZrV8Rwl .nav-link,
.cid-uYGZrV8Rwl .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGZrUxgLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGZrUxgLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZrUxgLA .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-uYGZrUxgLA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZrUxgLA .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZrUxgLA .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGZrUxgLA .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGZrUxgLA .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZrUxgLA .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGZrUxgLA .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGZrUxgLA .mbr-label {
  color: #ffffff;
}
.cid-uYGZrUxgLA .mbr-section-title {
  color: #ffffff;
}
.cid-uYGZrUxgLA label {
  color: #ffffff;
}
.cid-uYGZrUxgLA .mbr-section-title,
.cid-uYGZrUxgLA .title-wrapper {
  color: #acfe00;
}
.cid-uYGZrUSH5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGZrUSH5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZrUSH5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZrUSH5d .row {
  justify-content: center;
}
.cid-uYGZrUSH5d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGZrUSH5d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZrUSH5d .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZrUSH5d .item {
    margin-bottom: 16px;
  }
}
.cid-uYGZrUSH5d .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGZrUSH5d .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGZrUSH5d .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGZrUSH5d .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGZrUSH5d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZrUSH5d .card-title {
  color: #000000;
}
.cid-uYGZrUSH5d .mbr-section-title,
.cid-uYGZrUSH5d .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGZrUSH5d .card-title,
.cid-uYGZrUSH5d .contact-wrapper {
  color: #000000;
}
.cid-uYGZrVxqXj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGZrVxqXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZrVxqXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZrVxqXj .row {
  justify-content: center;
}
.cid-uYGZrVxqXj .card {
  justify-content: center;
}
.cid-uYGZrVxqXj .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGZrVxqXj .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZrVxqXj .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGZrVxqXj .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGZrVxqXj .nav-wrapper .list .item-wrap:hover,
.cid-uYGZrVxqXj .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGZrVxqXj .list,
.cid-uYGZrVxqXj .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZzriHMD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGZzriHMD nav.navbar {
  position: fixed;
}
.cid-uYGZzriHMD .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGZzriHMD .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGZzriHMD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZzriHMD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGZzriHMD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZzriHMD .dropdown-item:hover,
.cid-uYGZzriHMD .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZzriHMD .dropdown-item:hover span {
  color: white;
}
.cid-uYGZzriHMD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGZzriHMD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGZzriHMD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGZzriHMD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGZzriHMD .nav-link {
  position: relative;
}
.cid-uYGZzriHMD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGZzriHMD .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGZzriHMD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGZzriHMD .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGZzriHMD .dropdown-menu,
.cid-uYGZzriHMD .navbar.opened {
  background: #071705 !important;
}
.cid-uYGZzriHMD .nav-item:focus,
.cid-uYGZzriHMD .nav-link:focus {
  outline: none;
}
.cid-uYGZzriHMD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGZzriHMD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGZzriHMD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGZzriHMD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZzriHMD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGZzriHMD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGZzriHMD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZzriHMD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGZzriHMD .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGZzriHMD .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGZzriHMD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGZzriHMD .navbar.collapsed {
  justify-content: center;
}
.cid-uYGZzriHMD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGZzriHMD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGZzriHMD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGZzriHMD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGZzriHMD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGZzriHMD .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-uYGZzriHMD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGZzriHMD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGZzriHMD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGZzriHMD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGZzriHMD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGZzriHMD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGZzriHMD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGZzriHMD .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-uYGZzriHMD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGZzriHMD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGZzriHMD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGZzriHMD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGZzriHMD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGZzriHMD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGZzriHMD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGZzriHMD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGZzriHMD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGZzriHMD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGZzriHMD .navbar-brand .navbar-caption:hover,
.cid-uYGZzriHMD .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZzriHMD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGZzriHMD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGZzriHMD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZzriHMD .dropdown-item.active,
.cid-uYGZzriHMD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGZzriHMD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGZzriHMD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGZzriHMD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGZzriHMD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGZzriHMD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGZzriHMD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGZzriHMD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGZzriHMD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGZzriHMD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGZzriHMD .navbar-buttons {
  text-align: center;
}
.cid-uYGZzriHMD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGZzriHMD .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGZzriHMD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGZzriHMD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZzriHMD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGZzriHMD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGZzriHMD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZzriHMD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZzriHMD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGZzriHMD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZzriHMD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGZzriHMD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGZzriHMD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZzriHMD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGZzriHMD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGZzriHMD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGZzriHMD .navbar {
    height: 70px;
  }
  .cid-uYGZzriHMD .navbar.opened {
    height: auto;
  }
  .cid-uYGZzriHMD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGZzriHMD .navbar-nav {
  margin: 0 auto;
}
.cid-uYGZzriHMD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGZzriHMD .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGZzriHMD .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGZzriHMD .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGZzriHMD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGZzriHMD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGZzriHMD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGZzriHMD .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGZzriHMD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGZzriHMD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGZzriHMD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGZzriHMD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGZzriHMD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGZzriHMD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGZzriHMD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGZzriHMD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGZzriHMD .content-wrap {
  min-height: 110px;
}
.cid-uYGZzriHMD .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGZzriHMD .nav-link,
.cid-uYGZzriHMD .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGZzqE0wV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGZzqE0wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZzqE0wV .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-uYGZzqE0wV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZzqE0wV .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZzqE0wV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGZzqE0wV .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGZzqE0wV .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZzqE0wV .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGZzqE0wV .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGZzqE0wV .mbr-label {
  color: #ffffff;
}
.cid-uYGZzqE0wV .mbr-section-title {
  color: #ffffff;
}
.cid-uYGZzqE0wV label {
  color: #ffffff;
}
.cid-uYGZzqE0wV .mbr-section-title,
.cid-uYGZzqE0wV .title-wrapper {
  color: #acfe00;
}
.cid-uYGZzr0KbL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGZzr0KbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZzr0KbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZzr0KbL .row {
  justify-content: center;
}
.cid-uYGZzr0KbL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGZzr0KbL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZzr0KbL .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZzr0KbL .item {
    margin-bottom: 16px;
  }
}
.cid-uYGZzr0KbL .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGZzr0KbL .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGZzr0KbL .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGZzr0KbL .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGZzr0KbL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZzr0KbL .card-title {
  color: #000000;
}
.cid-uYGZzr0KbL .mbr-section-title,
.cid-uYGZzr0KbL .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGZzr0KbL .card-title,
.cid-uYGZzr0KbL .contact-wrapper {
  color: #000000;
}
.cid-uYGZzrH9jm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGZzrH9jm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZzrH9jm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZzrH9jm .row {
  justify-content: center;
}
.cid-uYGZzrH9jm .card {
  justify-content: center;
}
.cid-uYGZzrH9jm .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGZzrH9jm .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZzrH9jm .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGZzrH9jm .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGZzrH9jm .nav-wrapper .list .item-wrap:hover,
.cid-uYGZzrH9jm .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGZzrH9jm .list,
.cid-uYGZzrH9jm .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZRNqu3a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGZRNqu3a nav.navbar {
  position: fixed;
}
.cid-uYGZRNqu3a .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGZRNqu3a .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGZRNqu3a .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZRNqu3a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGZRNqu3a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZRNqu3a .dropdown-item:hover,
.cid-uYGZRNqu3a .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZRNqu3a .dropdown-item:hover span {
  color: white;
}
.cid-uYGZRNqu3a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGZRNqu3a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGZRNqu3a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGZRNqu3a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGZRNqu3a .nav-link {
  position: relative;
}
.cid-uYGZRNqu3a .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGZRNqu3a .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGZRNqu3a .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGZRNqu3a .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGZRNqu3a .dropdown-menu,
.cid-uYGZRNqu3a .navbar.opened {
  background: #071705 !important;
}
.cid-uYGZRNqu3a .nav-item:focus,
.cid-uYGZRNqu3a .nav-link:focus {
  outline: none;
}
.cid-uYGZRNqu3a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGZRNqu3a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGZRNqu3a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGZRNqu3a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZRNqu3a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGZRNqu3a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGZRNqu3a .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZRNqu3a .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGZRNqu3a .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGZRNqu3a .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGZRNqu3a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGZRNqu3a .navbar.collapsed {
  justify-content: center;
}
.cid-uYGZRNqu3a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGZRNqu3a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGZRNqu3a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGZRNqu3a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGZRNqu3a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGZRNqu3a .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-uYGZRNqu3a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGZRNqu3a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGZRNqu3a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGZRNqu3a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGZRNqu3a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGZRNqu3a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGZRNqu3a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGZRNqu3a .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-uYGZRNqu3a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGZRNqu3a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGZRNqu3a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGZRNqu3a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGZRNqu3a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGZRNqu3a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGZRNqu3a .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGZRNqu3a .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGZRNqu3a .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGZRNqu3a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGZRNqu3a .navbar-brand .navbar-caption:hover,
.cid-uYGZRNqu3a .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZRNqu3a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGZRNqu3a .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGZRNqu3a .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZRNqu3a .dropdown-item.active,
.cid-uYGZRNqu3a .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGZRNqu3a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGZRNqu3a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGZRNqu3a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGZRNqu3a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGZRNqu3a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGZRNqu3a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGZRNqu3a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGZRNqu3a ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGZRNqu3a ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGZRNqu3a .navbar-buttons {
  text-align: center;
}
.cid-uYGZRNqu3a .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGZRNqu3a .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGZRNqu3a .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGZRNqu3a button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZRNqu3a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGZRNqu3a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGZRNqu3a button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZRNqu3a button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZRNqu3a button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGZRNqu3a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZRNqu3a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGZRNqu3a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGZRNqu3a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZRNqu3a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGZRNqu3a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGZRNqu3a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGZRNqu3a .navbar {
    height: 70px;
  }
  .cid-uYGZRNqu3a .navbar.opened {
    height: auto;
  }
  .cid-uYGZRNqu3a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGZRNqu3a .navbar-nav {
  margin: 0 auto;
}
.cid-uYGZRNqu3a .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGZRNqu3a .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGZRNqu3a .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGZRNqu3a .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGZRNqu3a .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGZRNqu3a .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGZRNqu3a .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGZRNqu3a .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGZRNqu3a .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGZRNqu3a .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGZRNqu3a .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGZRNqu3a .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGZRNqu3a .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGZRNqu3a .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGZRNqu3a .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGZRNqu3a .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGZRNqu3a .content-wrap {
  min-height: 110px;
}
.cid-uYGZRNqu3a .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGZRNqu3a .nav-link,
.cid-uYGZRNqu3a .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGZRMNKIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGZRMNKIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZRMNKIW .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-uYGZRMNKIW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZRMNKIW .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZRMNKIW .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGZRMNKIW .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGZRMNKIW .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZRMNKIW .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGZRMNKIW .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGZRMNKIW .mbr-label {
  color: #ffffff;
}
.cid-uYGZRMNKIW .mbr-section-title {
  color: #ffffff;
}
.cid-uYGZRMNKIW label {
  color: #ffffff;
}
.cid-uYGZRMNKIW .mbr-section-title,
.cid-uYGZRMNKIW .title-wrapper {
  color: #acfe00;
}
.cid-uYGZRN9Lzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGZRN9Lzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZRN9Lzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZRN9Lzo .row {
  justify-content: center;
}
.cid-uYGZRN9Lzo .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGZRN9Lzo .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZRN9Lzo .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZRN9Lzo .item {
    margin-bottom: 16px;
  }
}
.cid-uYGZRN9Lzo .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGZRN9Lzo .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGZRN9Lzo .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGZRN9Lzo .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGZRN9Lzo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZRN9Lzo .card-title {
  color: #000000;
}
.cid-uYGZRN9Lzo .mbr-section-title,
.cid-uYGZRN9Lzo .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGZRN9Lzo .card-title,
.cid-uYGZRN9Lzo .contact-wrapper {
  color: #000000;
}
.cid-uYGZRNQmp1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGZRNQmp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZRNQmp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZRNQmp1 .row {
  justify-content: center;
}
.cid-uYGZRNQmp1 .card {
  justify-content: center;
}
.cid-uYGZRNQmp1 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGZRNQmp1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZRNQmp1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGZRNQmp1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGZRNQmp1 .nav-wrapper .list .item-wrap:hover,
.cid-uYGZRNQmp1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGZRNQmp1 .list,
.cid-uYGZRNQmp1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZYLuTq7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYGZYLuTq7 nav.navbar {
  position: fixed;
}
.cid-uYGZYLuTq7 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYGZYLuTq7 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYGZYLuTq7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZYLuTq7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYGZYLuTq7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZYLuTq7 .dropdown-item:hover,
.cid-uYGZYLuTq7 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYGZYLuTq7 .dropdown-item:hover span {
  color: white;
}
.cid-uYGZYLuTq7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYGZYLuTq7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYGZYLuTq7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYGZYLuTq7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYGZYLuTq7 .nav-link {
  position: relative;
}
.cid-uYGZYLuTq7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYGZYLuTq7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYGZYLuTq7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYGZYLuTq7 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYGZYLuTq7 .dropdown-menu,
.cid-uYGZYLuTq7 .navbar.opened {
  background: #071705 !important;
}
.cid-uYGZYLuTq7 .nav-item:focus,
.cid-uYGZYLuTq7 .nav-link:focus {
  outline: none;
}
.cid-uYGZYLuTq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYGZYLuTq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYGZYLuTq7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYGZYLuTq7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYGZYLuTq7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYGZYLuTq7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYGZYLuTq7 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZYLuTq7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYGZYLuTq7 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYGZYLuTq7 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYGZYLuTq7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYGZYLuTq7 .navbar.collapsed {
  justify-content: center;
}
.cid-uYGZYLuTq7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYGZYLuTq7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYGZYLuTq7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYGZYLuTq7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYGZYLuTq7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYGZYLuTq7 .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-uYGZYLuTq7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYGZYLuTq7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYGZYLuTq7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYGZYLuTq7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYGZYLuTq7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYGZYLuTq7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYGZYLuTq7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYGZYLuTq7 .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-uYGZYLuTq7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYGZYLuTq7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYGZYLuTq7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYGZYLuTq7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYGZYLuTq7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYGZYLuTq7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYGZYLuTq7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYGZYLuTq7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYGZYLuTq7 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYGZYLuTq7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYGZYLuTq7 .navbar-brand .navbar-caption:hover,
.cid-uYGZYLuTq7 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZYLuTq7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYGZYLuTq7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYGZYLuTq7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYGZYLuTq7 .dropdown-item.active,
.cid-uYGZYLuTq7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYGZYLuTq7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYGZYLuTq7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYGZYLuTq7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYGZYLuTq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYGZYLuTq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYGZYLuTq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYGZYLuTq7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGZYLuTq7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYGZYLuTq7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYGZYLuTq7 .navbar-buttons {
  text-align: center;
}
.cid-uYGZYLuTq7 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYGZYLuTq7 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYGZYLuTq7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYGZYLuTq7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYGZYLuTq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGZYLuTq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYGZYLuTq7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZYLuTq7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYGZYLuTq7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYGZYLuTq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZYLuTq7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYGZYLuTq7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYGZYLuTq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYGZYLuTq7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYGZYLuTq7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYGZYLuTq7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYGZYLuTq7 .navbar {
    height: 70px;
  }
  .cid-uYGZYLuTq7 .navbar.opened {
    height: auto;
  }
  .cid-uYGZYLuTq7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYGZYLuTq7 .navbar-nav {
  margin: 0 auto;
}
.cid-uYGZYLuTq7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYGZYLuTq7 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYGZYLuTq7 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYGZYLuTq7 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYGZYLuTq7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYGZYLuTq7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYGZYLuTq7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYGZYLuTq7 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYGZYLuTq7 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYGZYLuTq7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYGZYLuTq7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYGZYLuTq7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYGZYLuTq7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYGZYLuTq7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYGZYLuTq7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYGZYLuTq7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYGZYLuTq7 .content-wrap {
  min-height: 110px;
}
.cid-uYGZYLuTq7 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYGZYLuTq7 .nav-link,
.cid-uYGZYLuTq7 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYGZYKR6PQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYGZYKR6PQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZYKR6PQ .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-uYGZYKR6PQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZYKR6PQ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZYKR6PQ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYGZYKR6PQ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGZYKR6PQ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZYKR6PQ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYGZYKR6PQ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYGZYKR6PQ .mbr-label {
  color: #ffffff;
}
.cid-uYGZYKR6PQ .mbr-section-title {
  color: #ffffff;
}
.cid-uYGZYKR6PQ label {
  color: #ffffff;
}
.cid-uYGZYKR6PQ .mbr-section-title,
.cid-uYGZYKR6PQ .title-wrapper {
  color: #acfe00;
}
.cid-uYGZYLcSL3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYGZYLcSL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZYLcSL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZYLcSL3 .row {
  justify-content: center;
}
.cid-uYGZYLcSL3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYGZYLcSL3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZYLcSL3 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYGZYLcSL3 .item {
    margin-bottom: 16px;
  }
}
.cid-uYGZYLcSL3 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYGZYLcSL3 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYGZYLcSL3 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYGZYLcSL3 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYGZYLcSL3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYGZYLcSL3 .card-title {
  color: #000000;
}
.cid-uYGZYLcSL3 .mbr-section-title,
.cid-uYGZYLcSL3 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYGZYLcSL3 .card-title,
.cid-uYGZYLcSL3 .contact-wrapper {
  color: #000000;
}
.cid-uYGZYLTdVQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYGZYLTdVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGZYLTdVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGZYLTdVQ .row {
  justify-content: center;
}
.cid-uYGZYLTdVQ .card {
  justify-content: center;
}
.cid-uYGZYLTdVQ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYGZYLTdVQ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYGZYLTdVQ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYGZYLTdVQ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYGZYLTdVQ .nav-wrapper .list .item-wrap:hover,
.cid-uYGZYLTdVQ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYGZYLTdVQ .list,
.cid-uYGZYLTdVQ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0swWMpM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH0swWMpM nav.navbar {
  position: fixed;
}
.cid-uYH0swWMpM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH0swWMpM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH0swWMpM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0swWMpM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH0swWMpM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0swWMpM .dropdown-item:hover,
.cid-uYH0swWMpM .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0swWMpM .dropdown-item:hover span {
  color: white;
}
.cid-uYH0swWMpM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH0swWMpM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH0swWMpM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH0swWMpM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH0swWMpM .nav-link {
  position: relative;
}
.cid-uYH0swWMpM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH0swWMpM .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH0swWMpM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH0swWMpM .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH0swWMpM .dropdown-menu,
.cid-uYH0swWMpM .navbar.opened {
  background: #071705 !important;
}
.cid-uYH0swWMpM .nav-item:focus,
.cid-uYH0swWMpM .nav-link:focus {
  outline: none;
}
.cid-uYH0swWMpM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH0swWMpM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH0swWMpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH0swWMpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0swWMpM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH0swWMpM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH0swWMpM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0swWMpM .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH0swWMpM .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH0swWMpM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH0swWMpM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH0swWMpM .navbar.collapsed {
  justify-content: center;
}
.cid-uYH0swWMpM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH0swWMpM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH0swWMpM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH0swWMpM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH0swWMpM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH0swWMpM .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-uYH0swWMpM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH0swWMpM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH0swWMpM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH0swWMpM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH0swWMpM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH0swWMpM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH0swWMpM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH0swWMpM .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-uYH0swWMpM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH0swWMpM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH0swWMpM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH0swWMpM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH0swWMpM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH0swWMpM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH0swWMpM .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH0swWMpM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH0swWMpM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH0swWMpM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH0swWMpM .navbar-brand .navbar-caption:hover,
.cid-uYH0swWMpM .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0swWMpM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH0swWMpM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH0swWMpM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0swWMpM .dropdown-item.active,
.cid-uYH0swWMpM .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH0swWMpM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH0swWMpM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH0swWMpM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH0swWMpM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH0swWMpM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH0swWMpM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH0swWMpM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH0swWMpM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH0swWMpM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH0swWMpM .navbar-buttons {
  text-align: center;
}
.cid-uYH0swWMpM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH0swWMpM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH0swWMpM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH0swWMpM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0swWMpM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH0swWMpM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH0swWMpM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0swWMpM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0swWMpM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH0swWMpM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0swWMpM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH0swWMpM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH0swWMpM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0swWMpM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH0swWMpM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH0swWMpM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH0swWMpM .navbar {
    height: 70px;
  }
  .cid-uYH0swWMpM .navbar.opened {
    height: auto;
  }
  .cid-uYH0swWMpM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH0swWMpM .navbar-nav {
  margin: 0 auto;
}
.cid-uYH0swWMpM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH0swWMpM .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH0swWMpM .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH0swWMpM .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH0swWMpM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH0swWMpM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH0swWMpM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH0swWMpM .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH0swWMpM .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH0swWMpM .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH0swWMpM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH0swWMpM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH0swWMpM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH0swWMpM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH0swWMpM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH0swWMpM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH0swWMpM .content-wrap {
  min-height: 110px;
}
.cid-uYH0swWMpM .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH0swWMpM .nav-link,
.cid-uYH0swWMpM .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH0swjNit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH0swjNit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0swjNit .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-uYH0swjNit .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0swjNit .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0swjNit .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH0swjNit .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH0swjNit .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH0swjNit .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH0swjNit .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0swjNit .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH0swjNit .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH0swjNit .mbr-label {
  color: #ffffff;
}
.cid-uYH0swjNit .mbr-section-title {
  color: #ffffff;
}
.cid-uYH0swjNit label {
  color: #ffffff;
}
.cid-uYH0swjNit .mbr-section-title,
.cid-uYH0swjNit .title-wrapper {
  color: #acfe00;
}
.cid-uYH0swFblp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH0swFblp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0swFblp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0swFblp .row {
  justify-content: center;
}
.cid-uYH0swFblp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH0swFblp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0swFblp .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0swFblp .item {
    margin-bottom: 16px;
  }
}
.cid-uYH0swFblp .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH0swFblp .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH0swFblp .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH0swFblp .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH0swFblp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0swFblp .card-title {
  color: #000000;
}
.cid-uYH0swFblp .mbr-section-title,
.cid-uYH0swFblp .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH0swFblp .card-title,
.cid-uYH0swFblp .contact-wrapper {
  color: #000000;
}
.cid-uYH0sxjJe5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH0sxjJe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0sxjJe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0sxjJe5 .row {
  justify-content: center;
}
.cid-uYH0sxjJe5 .card {
  justify-content: center;
}
.cid-uYH0sxjJe5 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH0sxjJe5 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0sxjJe5 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH0sxjJe5 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH0sxjJe5 .nav-wrapper .list .item-wrap:hover,
.cid-uYH0sxjJe5 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH0sxjJe5 .list,
.cid-uYH0sxjJe5 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0xFdFVr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH0xFdFVr nav.navbar {
  position: fixed;
}
.cid-uYH0xFdFVr .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH0xFdFVr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH0xFdFVr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0xFdFVr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH0xFdFVr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0xFdFVr .dropdown-item:hover,
.cid-uYH0xFdFVr .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0xFdFVr .dropdown-item:hover span {
  color: white;
}
.cid-uYH0xFdFVr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH0xFdFVr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH0xFdFVr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH0xFdFVr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH0xFdFVr .nav-link {
  position: relative;
}
.cid-uYH0xFdFVr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH0xFdFVr .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH0xFdFVr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH0xFdFVr .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH0xFdFVr .dropdown-menu,
.cid-uYH0xFdFVr .navbar.opened {
  background: #071705 !important;
}
.cid-uYH0xFdFVr .nav-item:focus,
.cid-uYH0xFdFVr .nav-link:focus {
  outline: none;
}
.cid-uYH0xFdFVr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH0xFdFVr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH0xFdFVr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH0xFdFVr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0xFdFVr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH0xFdFVr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH0xFdFVr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0xFdFVr .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH0xFdFVr .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH0xFdFVr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH0xFdFVr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH0xFdFVr .navbar.collapsed {
  justify-content: center;
}
.cid-uYH0xFdFVr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH0xFdFVr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH0xFdFVr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH0xFdFVr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH0xFdFVr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH0xFdFVr .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-uYH0xFdFVr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH0xFdFVr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH0xFdFVr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH0xFdFVr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH0xFdFVr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH0xFdFVr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH0xFdFVr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH0xFdFVr .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-uYH0xFdFVr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH0xFdFVr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH0xFdFVr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH0xFdFVr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH0xFdFVr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH0xFdFVr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH0xFdFVr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH0xFdFVr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH0xFdFVr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH0xFdFVr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH0xFdFVr .navbar-brand .navbar-caption:hover,
.cid-uYH0xFdFVr .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0xFdFVr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH0xFdFVr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH0xFdFVr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0xFdFVr .dropdown-item.active,
.cid-uYH0xFdFVr .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH0xFdFVr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH0xFdFVr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH0xFdFVr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH0xFdFVr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH0xFdFVr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH0xFdFVr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH0xFdFVr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH0xFdFVr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH0xFdFVr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH0xFdFVr .navbar-buttons {
  text-align: center;
}
.cid-uYH0xFdFVr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH0xFdFVr .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH0xFdFVr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH0xFdFVr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0xFdFVr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH0xFdFVr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH0xFdFVr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0xFdFVr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0xFdFVr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH0xFdFVr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0xFdFVr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH0xFdFVr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH0xFdFVr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0xFdFVr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH0xFdFVr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH0xFdFVr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH0xFdFVr .navbar {
    height: 70px;
  }
  .cid-uYH0xFdFVr .navbar.opened {
    height: auto;
  }
  .cid-uYH0xFdFVr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH0xFdFVr .navbar-nav {
  margin: 0 auto;
}
.cid-uYH0xFdFVr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH0xFdFVr .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH0xFdFVr .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH0xFdFVr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH0xFdFVr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH0xFdFVr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH0xFdFVr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH0xFdFVr .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH0xFdFVr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH0xFdFVr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH0xFdFVr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH0xFdFVr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH0xFdFVr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH0xFdFVr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH0xFdFVr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH0xFdFVr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH0xFdFVr .content-wrap {
  min-height: 110px;
}
.cid-uYH0xFdFVr .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH0xFdFVr .nav-link,
.cid-uYH0xFdFVr .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH0xEAKwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH0xEAKwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0xEAKwX .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-uYH0xEAKwX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0xEAKwX .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0xEAKwX .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH0xEAKwX .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH0xEAKwX .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0xEAKwX .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH0xEAKwX .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH0xEAKwX .mbr-label {
  color: #ffffff;
}
.cid-uYH0xEAKwX .mbr-section-title {
  color: #ffffff;
}
.cid-uYH0xEAKwX label {
  color: #ffffff;
}
.cid-uYH0xEAKwX .mbr-section-title,
.cid-uYH0xEAKwX .title-wrapper {
  color: #acfe00;
}
.cid-uYH0xEXW59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH0xEXW59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0xEXW59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0xEXW59 .row {
  justify-content: center;
}
.cid-uYH0xEXW59 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH0xEXW59 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0xEXW59 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0xEXW59 .item {
    margin-bottom: 16px;
  }
}
.cid-uYH0xEXW59 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH0xEXW59 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH0xEXW59 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH0xEXW59 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH0xEXW59 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0xEXW59 .card-title {
  color: #000000;
}
.cid-uYH0xEXW59 .mbr-section-title,
.cid-uYH0xEXW59 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH0xEXW59 .card-title,
.cid-uYH0xEXW59 .contact-wrapper {
  color: #000000;
}
.cid-uYH0xFCh1Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH0xFCh1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0xFCh1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0xFCh1Z .row {
  justify-content: center;
}
.cid-uYH0xFCh1Z .card {
  justify-content: center;
}
.cid-uYH0xFCh1Z .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH0xFCh1Z .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0xFCh1Z .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH0xFCh1Z .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH0xFCh1Z .nav-wrapper .list .item-wrap:hover,
.cid-uYH0xFCh1Z .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH0xFCh1Z .list,
.cid-uYH0xFCh1Z .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0Dxtpzd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH0Dxtpzd nav.navbar {
  position: fixed;
}
.cid-uYH0Dxtpzd .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH0Dxtpzd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH0Dxtpzd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0Dxtpzd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH0Dxtpzd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0Dxtpzd .dropdown-item:hover,
.cid-uYH0Dxtpzd .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0Dxtpzd .dropdown-item:hover span {
  color: white;
}
.cid-uYH0Dxtpzd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH0Dxtpzd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH0Dxtpzd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH0Dxtpzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH0Dxtpzd .nav-link {
  position: relative;
}
.cid-uYH0Dxtpzd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH0Dxtpzd .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH0Dxtpzd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH0Dxtpzd .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH0Dxtpzd .dropdown-menu,
.cid-uYH0Dxtpzd .navbar.opened {
  background: #071705 !important;
}
.cid-uYH0Dxtpzd .nav-item:focus,
.cid-uYH0Dxtpzd .nav-link:focus {
  outline: none;
}
.cid-uYH0Dxtpzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH0Dxtpzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH0Dxtpzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH0Dxtpzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0Dxtpzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH0Dxtpzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH0Dxtpzd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0Dxtpzd .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH0Dxtpzd .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH0Dxtpzd .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH0Dxtpzd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH0Dxtpzd .navbar.collapsed {
  justify-content: center;
}
.cid-uYH0Dxtpzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH0Dxtpzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH0Dxtpzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH0Dxtpzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH0Dxtpzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH0Dxtpzd .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-uYH0Dxtpzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH0Dxtpzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH0Dxtpzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH0Dxtpzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH0Dxtpzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH0Dxtpzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH0Dxtpzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH0Dxtpzd .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-uYH0Dxtpzd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH0Dxtpzd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH0Dxtpzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH0Dxtpzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH0Dxtpzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH0Dxtpzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH0Dxtpzd .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH0Dxtpzd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH0Dxtpzd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH0Dxtpzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH0Dxtpzd .navbar-brand .navbar-caption:hover,
.cid-uYH0Dxtpzd .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0Dxtpzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH0Dxtpzd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH0Dxtpzd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0Dxtpzd .dropdown-item.active,
.cid-uYH0Dxtpzd .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH0Dxtpzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH0Dxtpzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH0Dxtpzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH0Dxtpzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH0Dxtpzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH0Dxtpzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH0Dxtpzd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH0Dxtpzd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH0Dxtpzd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH0Dxtpzd .navbar-buttons {
  text-align: center;
}
.cid-uYH0Dxtpzd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH0Dxtpzd .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH0Dxtpzd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH0Dxtpzd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0Dxtpzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH0Dxtpzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH0Dxtpzd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0Dxtpzd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0Dxtpzd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH0Dxtpzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0Dxtpzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH0Dxtpzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH0Dxtpzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0Dxtpzd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH0Dxtpzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH0Dxtpzd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH0Dxtpzd .navbar {
    height: 70px;
  }
  .cid-uYH0Dxtpzd .navbar.opened {
    height: auto;
  }
  .cid-uYH0Dxtpzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH0Dxtpzd .navbar-nav {
  margin: 0 auto;
}
.cid-uYH0Dxtpzd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH0Dxtpzd .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH0Dxtpzd .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH0Dxtpzd .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH0Dxtpzd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH0Dxtpzd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH0Dxtpzd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH0Dxtpzd .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH0Dxtpzd .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH0Dxtpzd .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH0Dxtpzd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH0Dxtpzd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH0Dxtpzd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH0Dxtpzd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH0Dxtpzd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH0Dxtpzd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH0Dxtpzd .content-wrap {
  min-height: 110px;
}
.cid-uYH0Dxtpzd .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH0Dxtpzd .nav-link,
.cid-uYH0Dxtpzd .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH0DwMnIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH0DwMnIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0DwMnIC .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-uYH0DwMnIC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0DwMnIC .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0DwMnIC .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH0DwMnIC .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH0DwMnIC .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0DwMnIC .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH0DwMnIC .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH0DwMnIC .mbr-label {
  color: #ffffff;
}
.cid-uYH0DwMnIC .mbr-section-title {
  color: #ffffff;
}
.cid-uYH0DwMnIC label {
  color: #ffffff;
}
.cid-uYH0DwMnIC .mbr-section-title,
.cid-uYH0DwMnIC .title-wrapper {
  color: #acfe00;
}
.cid-uYH0Dxat3D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH0Dxat3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0Dxat3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0Dxat3D .row {
  justify-content: center;
}
.cid-uYH0Dxat3D .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH0Dxat3D .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0Dxat3D .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0Dxat3D .item {
    margin-bottom: 16px;
  }
}
.cid-uYH0Dxat3D .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH0Dxat3D .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH0Dxat3D .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH0Dxat3D .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH0Dxat3D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0Dxat3D .card-title {
  color: #000000;
}
.cid-uYH0Dxat3D .mbr-section-title,
.cid-uYH0Dxat3D .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH0Dxat3D .card-title,
.cid-uYH0Dxat3D .contact-wrapper {
  color: #000000;
}
.cid-uYH0DxZbDf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH0DxZbDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0DxZbDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0DxZbDf .row {
  justify-content: center;
}
.cid-uYH0DxZbDf .card {
  justify-content: center;
}
.cid-uYH0DxZbDf .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH0DxZbDf .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0DxZbDf .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH0DxZbDf .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH0DxZbDf .nav-wrapper .list .item-wrap:hover,
.cid-uYH0DxZbDf .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH0DxZbDf .list,
.cid-uYH0DxZbDf .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0KLvWfc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH0KLvWfc nav.navbar {
  position: fixed;
}
.cid-uYH0KLvWfc .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH0KLvWfc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH0KLvWfc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0KLvWfc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH0KLvWfc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0KLvWfc .dropdown-item:hover,
.cid-uYH0KLvWfc .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0KLvWfc .dropdown-item:hover span {
  color: white;
}
.cid-uYH0KLvWfc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH0KLvWfc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH0KLvWfc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH0KLvWfc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH0KLvWfc .nav-link {
  position: relative;
}
.cid-uYH0KLvWfc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH0KLvWfc .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH0KLvWfc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH0KLvWfc .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH0KLvWfc .dropdown-menu,
.cid-uYH0KLvWfc .navbar.opened {
  background: #071705 !important;
}
.cid-uYH0KLvWfc .nav-item:focus,
.cid-uYH0KLvWfc .nav-link:focus {
  outline: none;
}
.cid-uYH0KLvWfc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH0KLvWfc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH0KLvWfc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH0KLvWfc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0KLvWfc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH0KLvWfc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH0KLvWfc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0KLvWfc .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH0KLvWfc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH0KLvWfc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH0KLvWfc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH0KLvWfc .navbar.collapsed {
  justify-content: center;
}
.cid-uYH0KLvWfc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH0KLvWfc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH0KLvWfc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH0KLvWfc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH0KLvWfc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH0KLvWfc .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-uYH0KLvWfc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH0KLvWfc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH0KLvWfc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH0KLvWfc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH0KLvWfc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH0KLvWfc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH0KLvWfc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH0KLvWfc .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-uYH0KLvWfc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH0KLvWfc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH0KLvWfc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH0KLvWfc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH0KLvWfc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH0KLvWfc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH0KLvWfc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH0KLvWfc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH0KLvWfc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH0KLvWfc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH0KLvWfc .navbar-brand .navbar-caption:hover,
.cid-uYH0KLvWfc .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0KLvWfc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH0KLvWfc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH0KLvWfc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0KLvWfc .dropdown-item.active,
.cid-uYH0KLvWfc .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH0KLvWfc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH0KLvWfc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH0KLvWfc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH0KLvWfc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH0KLvWfc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH0KLvWfc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH0KLvWfc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH0KLvWfc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH0KLvWfc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH0KLvWfc .navbar-buttons {
  text-align: center;
}
.cid-uYH0KLvWfc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH0KLvWfc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH0KLvWfc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH0KLvWfc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0KLvWfc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH0KLvWfc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH0KLvWfc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0KLvWfc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0KLvWfc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH0KLvWfc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0KLvWfc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH0KLvWfc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH0KLvWfc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0KLvWfc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH0KLvWfc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH0KLvWfc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH0KLvWfc .navbar {
    height: 70px;
  }
  .cid-uYH0KLvWfc .navbar.opened {
    height: auto;
  }
  .cid-uYH0KLvWfc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH0KLvWfc .navbar-nav {
  margin: 0 auto;
}
.cid-uYH0KLvWfc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH0KLvWfc .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH0KLvWfc .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH0KLvWfc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH0KLvWfc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH0KLvWfc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH0KLvWfc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH0KLvWfc .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH0KLvWfc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH0KLvWfc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH0KLvWfc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH0KLvWfc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH0KLvWfc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH0KLvWfc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH0KLvWfc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH0KLvWfc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH0KLvWfc .content-wrap {
  min-height: 110px;
}
.cid-uYH0KLvWfc .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH0KLvWfc .nav-link,
.cid-uYH0KLvWfc .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH0KKPwhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH0KKPwhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0KKPwhf .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-uYH0KKPwhf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0KKPwhf .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0KKPwhf .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH0KKPwhf .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH0KKPwhf .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0KKPwhf .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH0KKPwhf .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH0KKPwhf .mbr-label {
  color: #ffffff;
}
.cid-uYH0KKPwhf .mbr-section-title {
  color: #ffffff;
}
.cid-uYH0KKPwhf label {
  color: #ffffff;
}
.cid-uYH0KKPwhf .mbr-section-title,
.cid-uYH0KKPwhf .title-wrapper {
  color: #acfe00;
}
.cid-uYH0KLclyd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH0KLclyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0KLclyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0KLclyd .row {
  justify-content: center;
}
.cid-uYH0KLclyd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH0KLclyd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0KLclyd .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0KLclyd .item {
    margin-bottom: 16px;
  }
}
.cid-uYH0KLclyd .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH0KLclyd .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH0KLclyd .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH0KLclyd .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH0KLclyd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0KLclyd .card-title {
  color: #000000;
}
.cid-uYH0KLclyd .mbr-section-title,
.cid-uYH0KLclyd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH0KLclyd .card-title,
.cid-uYH0KLclyd .contact-wrapper {
  color: #000000;
}
.cid-uYH0KLVdL2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH0KLVdL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0KLVdL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0KLVdL2 .row {
  justify-content: center;
}
.cid-uYH0KLVdL2 .card {
  justify-content: center;
}
.cid-uYH0KLVdL2 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH0KLVdL2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0KLVdL2 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH0KLVdL2 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH0KLVdL2 .nav-wrapper .list .item-wrap:hover,
.cid-uYH0KLVdL2 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH0KLVdL2 .list,
.cid-uYH0KLVdL2 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0RIVWp4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH0RIVWp4 nav.navbar {
  position: fixed;
}
.cid-uYH0RIVWp4 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH0RIVWp4 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH0RIVWp4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0RIVWp4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH0RIVWp4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0RIVWp4 .dropdown-item:hover,
.cid-uYH0RIVWp4 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0RIVWp4 .dropdown-item:hover span {
  color: white;
}
.cid-uYH0RIVWp4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH0RIVWp4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH0RIVWp4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH0RIVWp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH0RIVWp4 .nav-link {
  position: relative;
}
.cid-uYH0RIVWp4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH0RIVWp4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH0RIVWp4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH0RIVWp4 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH0RIVWp4 .dropdown-menu,
.cid-uYH0RIVWp4 .navbar.opened {
  background: #071705 !important;
}
.cid-uYH0RIVWp4 .nav-item:focus,
.cid-uYH0RIVWp4 .nav-link:focus {
  outline: none;
}
.cid-uYH0RIVWp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH0RIVWp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH0RIVWp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH0RIVWp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0RIVWp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH0RIVWp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH0RIVWp4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0RIVWp4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH0RIVWp4 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH0RIVWp4 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH0RIVWp4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH0RIVWp4 .navbar.collapsed {
  justify-content: center;
}
.cid-uYH0RIVWp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH0RIVWp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH0RIVWp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH0RIVWp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH0RIVWp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH0RIVWp4 .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-uYH0RIVWp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH0RIVWp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH0RIVWp4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH0RIVWp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH0RIVWp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH0RIVWp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH0RIVWp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH0RIVWp4 .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-uYH0RIVWp4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH0RIVWp4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH0RIVWp4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH0RIVWp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH0RIVWp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH0RIVWp4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH0RIVWp4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH0RIVWp4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH0RIVWp4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH0RIVWp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH0RIVWp4 .navbar-brand .navbar-caption:hover,
.cid-uYH0RIVWp4 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0RIVWp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH0RIVWp4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH0RIVWp4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0RIVWp4 .dropdown-item.active,
.cid-uYH0RIVWp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH0RIVWp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH0RIVWp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH0RIVWp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH0RIVWp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH0RIVWp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH0RIVWp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH0RIVWp4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH0RIVWp4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH0RIVWp4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH0RIVWp4 .navbar-buttons {
  text-align: center;
}
.cid-uYH0RIVWp4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH0RIVWp4 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH0RIVWp4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH0RIVWp4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0RIVWp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH0RIVWp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH0RIVWp4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0RIVWp4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0RIVWp4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH0RIVWp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0RIVWp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH0RIVWp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH0RIVWp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0RIVWp4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH0RIVWp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH0RIVWp4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH0RIVWp4 .navbar {
    height: 70px;
  }
  .cid-uYH0RIVWp4 .navbar.opened {
    height: auto;
  }
  .cid-uYH0RIVWp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH0RIVWp4 .navbar-nav {
  margin: 0 auto;
}
.cid-uYH0RIVWp4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH0RIVWp4 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH0RIVWp4 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH0RIVWp4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH0RIVWp4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH0RIVWp4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH0RIVWp4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH0RIVWp4 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH0RIVWp4 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH0RIVWp4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH0RIVWp4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH0RIVWp4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH0RIVWp4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH0RIVWp4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH0RIVWp4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH0RIVWp4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH0RIVWp4 .content-wrap {
  min-height: 110px;
}
.cid-uYH0RIVWp4 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH0RIVWp4 .nav-link,
.cid-uYH0RIVWp4 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH0RIdPXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH0RIdPXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0RIdPXE .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-uYH0RIdPXE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0RIdPXE .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0RIdPXE .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH0RIdPXE .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH0RIdPXE .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0RIdPXE .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH0RIdPXE .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH0RIdPXE .mbr-label {
  color: #ffffff;
}
.cid-uYH0RIdPXE .mbr-section-title {
  color: #ffffff;
}
.cid-uYH0RIdPXE label {
  color: #ffffff;
}
.cid-uYH0RIdPXE .mbr-section-title,
.cid-uYH0RIdPXE .title-wrapper {
  color: #acfe00;
}
.cid-uYH0RIC0d9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH0RIC0d9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0RIC0d9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0RIC0d9 .row {
  justify-content: center;
}
.cid-uYH0RIC0d9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH0RIC0d9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0RIC0d9 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0RIC0d9 .item {
    margin-bottom: 16px;
  }
}
.cid-uYH0RIC0d9 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH0RIC0d9 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH0RIC0d9 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH0RIC0d9 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH0RIC0d9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0RIC0d9 .card-title {
  color: #000000;
}
.cid-uYH0RIC0d9 .mbr-section-title,
.cid-uYH0RIC0d9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH0RIC0d9 .card-title,
.cid-uYH0RIC0d9 .contact-wrapper {
  color: #000000;
}
.cid-uYH0RJsJYe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH0RJsJYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0RJsJYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0RJsJYe .row {
  justify-content: center;
}
.cid-uYH0RJsJYe .card {
  justify-content: center;
}
.cid-uYH0RJsJYe .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH0RJsJYe .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0RJsJYe .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH0RJsJYe .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH0RJsJYe .nav-wrapper .list .item-wrap:hover,
.cid-uYH0RJsJYe .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH0RJsJYe .list,
.cid-uYH0RJsJYe .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0XfZFRh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH0XfZFRh nav.navbar {
  position: fixed;
}
.cid-uYH0XfZFRh .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH0XfZFRh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH0XfZFRh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0XfZFRh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH0XfZFRh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0XfZFRh .dropdown-item:hover,
.cid-uYH0XfZFRh .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH0XfZFRh .dropdown-item:hover span {
  color: white;
}
.cid-uYH0XfZFRh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH0XfZFRh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH0XfZFRh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH0XfZFRh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH0XfZFRh .nav-link {
  position: relative;
}
.cid-uYH0XfZFRh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH0XfZFRh .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH0XfZFRh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH0XfZFRh .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH0XfZFRh .dropdown-menu,
.cid-uYH0XfZFRh .navbar.opened {
  background: #071705 !important;
}
.cid-uYH0XfZFRh .nav-item:focus,
.cid-uYH0XfZFRh .nav-link:focus {
  outline: none;
}
.cid-uYH0XfZFRh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH0XfZFRh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH0XfZFRh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH0XfZFRh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH0XfZFRh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH0XfZFRh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH0XfZFRh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0XfZFRh .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH0XfZFRh .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH0XfZFRh .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH0XfZFRh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH0XfZFRh .navbar.collapsed {
  justify-content: center;
}
.cid-uYH0XfZFRh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH0XfZFRh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH0XfZFRh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH0XfZFRh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH0XfZFRh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH0XfZFRh .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-uYH0XfZFRh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH0XfZFRh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH0XfZFRh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH0XfZFRh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH0XfZFRh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH0XfZFRh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH0XfZFRh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH0XfZFRh .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-uYH0XfZFRh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH0XfZFRh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH0XfZFRh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH0XfZFRh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH0XfZFRh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH0XfZFRh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH0XfZFRh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH0XfZFRh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH0XfZFRh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH0XfZFRh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH0XfZFRh .navbar-brand .navbar-caption:hover,
.cid-uYH0XfZFRh .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0XfZFRh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH0XfZFRh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH0XfZFRh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH0XfZFRh .dropdown-item.active,
.cid-uYH0XfZFRh .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH0XfZFRh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH0XfZFRh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH0XfZFRh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH0XfZFRh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH0XfZFRh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH0XfZFRh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH0XfZFRh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH0XfZFRh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH0XfZFRh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH0XfZFRh .navbar-buttons {
  text-align: center;
}
.cid-uYH0XfZFRh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH0XfZFRh .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH0XfZFRh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH0XfZFRh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH0XfZFRh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH0XfZFRh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH0XfZFRh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0XfZFRh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH0XfZFRh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH0XfZFRh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0XfZFRh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH0XfZFRh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH0XfZFRh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH0XfZFRh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH0XfZFRh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH0XfZFRh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH0XfZFRh .navbar {
    height: 70px;
  }
  .cid-uYH0XfZFRh .navbar.opened {
    height: auto;
  }
  .cid-uYH0XfZFRh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH0XfZFRh .navbar-nav {
  margin: 0 auto;
}
.cid-uYH0XfZFRh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH0XfZFRh .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH0XfZFRh .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH0XfZFRh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH0XfZFRh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH0XfZFRh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH0XfZFRh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH0XfZFRh .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH0XfZFRh .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH0XfZFRh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH0XfZFRh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH0XfZFRh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH0XfZFRh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH0XfZFRh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH0XfZFRh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH0XfZFRh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH0XfZFRh .content-wrap {
  min-height: 110px;
}
.cid-uYH0XfZFRh .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH0XfZFRh .nav-link,
.cid-uYH0XfZFRh .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH0XfntRV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH0XfntRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0XfntRV .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-uYH0XfntRV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0XfntRV .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0XfntRV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH0XfntRV .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH0XfntRV .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH0XfntRV .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0XfntRV .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH0XfntRV .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH0XfntRV .mbr-label {
  color: #ffffff;
}
.cid-uYH0XfntRV .mbr-section-title {
  color: #ffffff;
}
.cid-uYH0XfntRV label {
  color: #ffffff;
}
.cid-uYH0XfntRV .mbr-section-title,
.cid-uYH0XfntRV .title-wrapper {
  color: #acfe00;
}
.cid-uYH0XfIVyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH0XfIVyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0XfIVyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0XfIVyj .row {
  justify-content: center;
}
.cid-uYH0XfIVyj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH0XfIVyj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0XfIVyj .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH0XfIVyj .item {
    margin-bottom: 16px;
  }
}
.cid-uYH0XfIVyj .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH0XfIVyj .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH0XfIVyj .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH0XfIVyj .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH0XfIVyj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH0XfIVyj .card-title {
  color: #000000;
}
.cid-uYH0XfIVyj .mbr-section-title,
.cid-uYH0XfIVyj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH0XfIVyj .card-title,
.cid-uYH0XfIVyj .contact-wrapper {
  color: #000000;
}
.cid-uYH0Xgo1s6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH0Xgo1s6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH0Xgo1s6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH0Xgo1s6 .row {
  justify-content: center;
}
.cid-uYH0Xgo1s6 .card {
  justify-content: center;
}
.cid-uYH0Xgo1s6 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH0Xgo1s6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH0Xgo1s6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH0Xgo1s6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH0Xgo1s6 .nav-wrapper .list .item-wrap:hover,
.cid-uYH0Xgo1s6 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH0Xgo1s6 .list,
.cid-uYH0Xgo1s6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH155O2bB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH155O2bB nav.navbar {
  position: fixed;
}
.cid-uYH155O2bB .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH155O2bB .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH155O2bB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH155O2bB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH155O2bB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH155O2bB .dropdown-item:hover,
.cid-uYH155O2bB .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH155O2bB .dropdown-item:hover span {
  color: white;
}
.cid-uYH155O2bB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH155O2bB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH155O2bB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH155O2bB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH155O2bB .nav-link {
  position: relative;
}
.cid-uYH155O2bB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH155O2bB .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH155O2bB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH155O2bB .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH155O2bB .dropdown-menu,
.cid-uYH155O2bB .navbar.opened {
  background: #071705 !important;
}
.cid-uYH155O2bB .nav-item:focus,
.cid-uYH155O2bB .nav-link:focus {
  outline: none;
}
.cid-uYH155O2bB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH155O2bB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH155O2bB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH155O2bB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH155O2bB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH155O2bB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH155O2bB .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH155O2bB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH155O2bB .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH155O2bB .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH155O2bB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH155O2bB .navbar.collapsed {
  justify-content: center;
}
.cid-uYH155O2bB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH155O2bB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH155O2bB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH155O2bB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH155O2bB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH155O2bB .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-uYH155O2bB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH155O2bB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH155O2bB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH155O2bB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH155O2bB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH155O2bB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH155O2bB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH155O2bB .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-uYH155O2bB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH155O2bB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH155O2bB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH155O2bB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH155O2bB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH155O2bB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH155O2bB .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH155O2bB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH155O2bB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH155O2bB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH155O2bB .navbar-brand .navbar-caption:hover,
.cid-uYH155O2bB .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH155O2bB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH155O2bB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH155O2bB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH155O2bB .dropdown-item.active,
.cid-uYH155O2bB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH155O2bB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH155O2bB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH155O2bB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH155O2bB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH155O2bB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH155O2bB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH155O2bB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH155O2bB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH155O2bB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH155O2bB .navbar-buttons {
  text-align: center;
}
.cid-uYH155O2bB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH155O2bB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH155O2bB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH155O2bB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH155O2bB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH155O2bB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH155O2bB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH155O2bB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH155O2bB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH155O2bB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH155O2bB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH155O2bB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH155O2bB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH155O2bB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH155O2bB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH155O2bB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH155O2bB .navbar {
    height: 70px;
  }
  .cid-uYH155O2bB .navbar.opened {
    height: auto;
  }
  .cid-uYH155O2bB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH155O2bB .navbar-nav {
  margin: 0 auto;
}
.cid-uYH155O2bB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH155O2bB .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH155O2bB .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH155O2bB .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH155O2bB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH155O2bB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH155O2bB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH155O2bB .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH155O2bB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH155O2bB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH155O2bB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH155O2bB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH155O2bB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH155O2bB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH155O2bB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH155O2bB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH155O2bB .content-wrap {
  min-height: 110px;
}
.cid-uYH155O2bB .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH155O2bB .nav-link,
.cid-uYH155O2bB .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH1559HZH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH1559HZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1559HZH .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-uYH1559HZH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1559HZH .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1559HZH .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH1559HZH .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH1559HZH .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH1559HZH .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH1559HZH .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1559HZH .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH1559HZH .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH1559HZH .mbr-label {
  color: #ffffff;
}
.cid-uYH1559HZH .mbr-section-title {
  color: #ffffff;
}
.cid-uYH1559HZH label {
  color: #ffffff;
}
.cid-uYH1559HZH .mbr-section-title,
.cid-uYH1559HZH .title-wrapper {
  color: #acfe00;
}
.cid-uYH155uYk6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH155uYk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH155uYk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH155uYk6 .row {
  justify-content: center;
}
.cid-uYH155uYk6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH155uYk6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH155uYk6 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH155uYk6 .item {
    margin-bottom: 16px;
  }
}
.cid-uYH155uYk6 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH155uYk6 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH155uYk6 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH155uYk6 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH155uYk6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH155uYk6 .card-title {
  color: #000000;
}
.cid-uYH155uYk6 .mbr-section-title,
.cid-uYH155uYk6 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH155uYk6 .card-title,
.cid-uYH155uYk6 .contact-wrapper {
  color: #000000;
}
.cid-uYH156ceV2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH156ceV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH156ceV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH156ceV2 .row {
  justify-content: center;
}
.cid-uYH156ceV2 .card {
  justify-content: center;
}
.cid-uYH156ceV2 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH156ceV2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH156ceV2 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH156ceV2 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH156ceV2 .nav-wrapper .list .item-wrap:hover,
.cid-uYH156ceV2 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH156ceV2 .list,
.cid-uYH156ceV2 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1cZLorz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH1cZLorz nav.navbar {
  position: fixed;
}
.cid-uYH1cZLorz .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH1cZLorz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH1cZLorz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1cZLorz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH1cZLorz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1cZLorz .dropdown-item:hover,
.cid-uYH1cZLorz .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1cZLorz .dropdown-item:hover span {
  color: white;
}
.cid-uYH1cZLorz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH1cZLorz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH1cZLorz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH1cZLorz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH1cZLorz .nav-link {
  position: relative;
}
.cid-uYH1cZLorz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH1cZLorz .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH1cZLorz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH1cZLorz .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH1cZLorz .dropdown-menu,
.cid-uYH1cZLorz .navbar.opened {
  background: #071705 !important;
}
.cid-uYH1cZLorz .nav-item:focus,
.cid-uYH1cZLorz .nav-link:focus {
  outline: none;
}
.cid-uYH1cZLorz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH1cZLorz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH1cZLorz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH1cZLorz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1cZLorz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH1cZLorz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH1cZLorz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1cZLorz .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH1cZLorz .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH1cZLorz .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH1cZLorz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH1cZLorz .navbar.collapsed {
  justify-content: center;
}
.cid-uYH1cZLorz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH1cZLorz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH1cZLorz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH1cZLorz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH1cZLorz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH1cZLorz .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-uYH1cZLorz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH1cZLorz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH1cZLorz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH1cZLorz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH1cZLorz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH1cZLorz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH1cZLorz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH1cZLorz .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-uYH1cZLorz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH1cZLorz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH1cZLorz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH1cZLorz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH1cZLorz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH1cZLorz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH1cZLorz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH1cZLorz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH1cZLorz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH1cZLorz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH1cZLorz .navbar-brand .navbar-caption:hover,
.cid-uYH1cZLorz .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1cZLorz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH1cZLorz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH1cZLorz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1cZLorz .dropdown-item.active,
.cid-uYH1cZLorz .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH1cZLorz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH1cZLorz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH1cZLorz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH1cZLorz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH1cZLorz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH1cZLorz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH1cZLorz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH1cZLorz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH1cZLorz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH1cZLorz .navbar-buttons {
  text-align: center;
}
.cid-uYH1cZLorz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH1cZLorz .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH1cZLorz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH1cZLorz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1cZLorz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH1cZLorz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH1cZLorz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1cZLorz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1cZLorz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH1cZLorz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1cZLorz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH1cZLorz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH1cZLorz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1cZLorz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH1cZLorz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH1cZLorz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH1cZLorz .navbar {
    height: 70px;
  }
  .cid-uYH1cZLorz .navbar.opened {
    height: auto;
  }
  .cid-uYH1cZLorz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH1cZLorz .navbar-nav {
  margin: 0 auto;
}
.cid-uYH1cZLorz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH1cZLorz .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH1cZLorz .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH1cZLorz .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH1cZLorz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH1cZLorz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH1cZLorz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH1cZLorz .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH1cZLorz .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH1cZLorz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH1cZLorz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH1cZLorz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH1cZLorz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH1cZLorz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH1cZLorz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH1cZLorz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH1cZLorz .content-wrap {
  min-height: 110px;
}
.cid-uYH1cZLorz .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH1cZLorz .nav-link,
.cid-uYH1cZLorz .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH1cZ26i3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH1cZ26i3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1cZ26i3 .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-uYH1cZ26i3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1cZ26i3 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1cZ26i3 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH1cZ26i3 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH1cZ26i3 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1cZ26i3 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH1cZ26i3 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH1cZ26i3 .mbr-label {
  color: #ffffff;
}
.cid-uYH1cZ26i3 .mbr-section-title {
  color: #ffffff;
}
.cid-uYH1cZ26i3 label {
  color: #ffffff;
}
.cid-uYH1cZ26i3 .mbr-section-title,
.cid-uYH1cZ26i3 .title-wrapper {
  color: #acfe00;
}
.cid-uYH1cZqP1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH1cZqP1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1cZqP1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1cZqP1R .row {
  justify-content: center;
}
.cid-uYH1cZqP1R .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH1cZqP1R .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1cZqP1R .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1cZqP1R .item {
    margin-bottom: 16px;
  }
}
.cid-uYH1cZqP1R .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH1cZqP1R .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH1cZqP1R .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH1cZqP1R .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH1cZqP1R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1cZqP1R .card-title {
  color: #000000;
}
.cid-uYH1cZqP1R .mbr-section-title,
.cid-uYH1cZqP1R .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH1cZqP1R .card-title,
.cid-uYH1cZqP1R .contact-wrapper {
  color: #000000;
}
.cid-uYH1d0a5UL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH1d0a5UL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1d0a5UL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1d0a5UL .row {
  justify-content: center;
}
.cid-uYH1d0a5UL .card {
  justify-content: center;
}
.cid-uYH1d0a5UL .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH1d0a5UL .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1d0a5UL .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH1d0a5UL .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH1d0a5UL .nav-wrapper .list .item-wrap:hover,
.cid-uYH1d0a5UL .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH1d0a5UL .list,
.cid-uYH1d0a5UL .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1k4UJGG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH1k4UJGG nav.navbar {
  position: fixed;
}
.cid-uYH1k4UJGG .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH1k4UJGG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH1k4UJGG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1k4UJGG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH1k4UJGG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1k4UJGG .dropdown-item:hover,
.cid-uYH1k4UJGG .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1k4UJGG .dropdown-item:hover span {
  color: white;
}
.cid-uYH1k4UJGG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH1k4UJGG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH1k4UJGG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH1k4UJGG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH1k4UJGG .nav-link {
  position: relative;
}
.cid-uYH1k4UJGG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH1k4UJGG .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH1k4UJGG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH1k4UJGG .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH1k4UJGG .dropdown-menu,
.cid-uYH1k4UJGG .navbar.opened {
  background: #071705 !important;
}
.cid-uYH1k4UJGG .nav-item:focus,
.cid-uYH1k4UJGG .nav-link:focus {
  outline: none;
}
.cid-uYH1k4UJGG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH1k4UJGG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH1k4UJGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH1k4UJGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1k4UJGG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH1k4UJGG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH1k4UJGG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1k4UJGG .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH1k4UJGG .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH1k4UJGG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH1k4UJGG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH1k4UJGG .navbar.collapsed {
  justify-content: center;
}
.cid-uYH1k4UJGG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH1k4UJGG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH1k4UJGG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH1k4UJGG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH1k4UJGG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH1k4UJGG .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-uYH1k4UJGG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH1k4UJGG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH1k4UJGG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH1k4UJGG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH1k4UJGG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH1k4UJGG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH1k4UJGG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH1k4UJGG .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-uYH1k4UJGG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH1k4UJGG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH1k4UJGG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH1k4UJGG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH1k4UJGG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH1k4UJGG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH1k4UJGG .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH1k4UJGG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH1k4UJGG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH1k4UJGG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH1k4UJGG .navbar-brand .navbar-caption:hover,
.cid-uYH1k4UJGG .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1k4UJGG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH1k4UJGG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH1k4UJGG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1k4UJGG .dropdown-item.active,
.cid-uYH1k4UJGG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH1k4UJGG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH1k4UJGG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH1k4UJGG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH1k4UJGG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH1k4UJGG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH1k4UJGG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH1k4UJGG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH1k4UJGG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH1k4UJGG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH1k4UJGG .navbar-buttons {
  text-align: center;
}
.cid-uYH1k4UJGG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH1k4UJGG .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH1k4UJGG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH1k4UJGG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1k4UJGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH1k4UJGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH1k4UJGG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1k4UJGG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1k4UJGG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH1k4UJGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1k4UJGG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH1k4UJGG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH1k4UJGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1k4UJGG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH1k4UJGG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH1k4UJGG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH1k4UJGG .navbar {
    height: 70px;
  }
  .cid-uYH1k4UJGG .navbar.opened {
    height: auto;
  }
  .cid-uYH1k4UJGG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH1k4UJGG .navbar-nav {
  margin: 0 auto;
}
.cid-uYH1k4UJGG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH1k4UJGG .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH1k4UJGG .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH1k4UJGG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH1k4UJGG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH1k4UJGG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH1k4UJGG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH1k4UJGG .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH1k4UJGG .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH1k4UJGG .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH1k4UJGG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH1k4UJGG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH1k4UJGG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH1k4UJGG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH1k4UJGG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH1k4UJGG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH1k4UJGG .content-wrap {
  min-height: 110px;
}
.cid-uYH1k4UJGG .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH1k4UJGG .nav-link,
.cid-uYH1k4UJGG .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH1k4geBI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH1k4geBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1k4geBI .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-uYH1k4geBI .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1k4geBI .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1k4geBI .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH1k4geBI .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH1k4geBI .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH1k4geBI .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1k4geBI .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH1k4geBI .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH1k4geBI .mbr-label {
  color: #ffffff;
}
.cid-uYH1k4geBI .mbr-section-title {
  color: #ffffff;
}
.cid-uYH1k4geBI label {
  color: #ffffff;
}
.cid-uYH1k4geBI .mbr-section-title,
.cid-uYH1k4geBI .title-wrapper {
  color: #acfe00;
}
.cid-uYH1k4CWoy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH1k4CWoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1k4CWoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1k4CWoy .row {
  justify-content: center;
}
.cid-uYH1k4CWoy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH1k4CWoy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1k4CWoy .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1k4CWoy .item {
    margin-bottom: 16px;
  }
}
.cid-uYH1k4CWoy .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH1k4CWoy .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH1k4CWoy .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH1k4CWoy .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH1k4CWoy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1k4CWoy .card-title {
  color: #000000;
}
.cid-uYH1k4CWoy .mbr-section-title,
.cid-uYH1k4CWoy .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH1k4CWoy .card-title,
.cid-uYH1k4CWoy .contact-wrapper {
  color: #000000;
}
.cid-uYH1k5hdmT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH1k5hdmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1k5hdmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1k5hdmT .row {
  justify-content: center;
}
.cid-uYH1k5hdmT .card {
  justify-content: center;
}
.cid-uYH1k5hdmT .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH1k5hdmT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1k5hdmT .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH1k5hdmT .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH1k5hdmT .nav-wrapper .list .item-wrap:hover,
.cid-uYH1k5hdmT .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH1k5hdmT .list,
.cid-uYH1k5hdmT .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1ryDUEm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH1ryDUEm nav.navbar {
  position: fixed;
}
.cid-uYH1ryDUEm .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH1ryDUEm .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH1ryDUEm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1ryDUEm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH1ryDUEm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1ryDUEm .dropdown-item:hover,
.cid-uYH1ryDUEm .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1ryDUEm .dropdown-item:hover span {
  color: white;
}
.cid-uYH1ryDUEm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH1ryDUEm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH1ryDUEm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH1ryDUEm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH1ryDUEm .nav-link {
  position: relative;
}
.cid-uYH1ryDUEm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH1ryDUEm .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH1ryDUEm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH1ryDUEm .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH1ryDUEm .dropdown-menu,
.cid-uYH1ryDUEm .navbar.opened {
  background: #071705 !important;
}
.cid-uYH1ryDUEm .nav-item:focus,
.cid-uYH1ryDUEm .nav-link:focus {
  outline: none;
}
.cid-uYH1ryDUEm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH1ryDUEm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH1ryDUEm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH1ryDUEm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1ryDUEm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH1ryDUEm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH1ryDUEm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1ryDUEm .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH1ryDUEm .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH1ryDUEm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH1ryDUEm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH1ryDUEm .navbar.collapsed {
  justify-content: center;
}
.cid-uYH1ryDUEm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH1ryDUEm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH1ryDUEm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH1ryDUEm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH1ryDUEm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH1ryDUEm .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-uYH1ryDUEm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH1ryDUEm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH1ryDUEm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH1ryDUEm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH1ryDUEm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH1ryDUEm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH1ryDUEm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH1ryDUEm .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-uYH1ryDUEm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH1ryDUEm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH1ryDUEm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH1ryDUEm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH1ryDUEm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH1ryDUEm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH1ryDUEm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH1ryDUEm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH1ryDUEm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH1ryDUEm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH1ryDUEm .navbar-brand .navbar-caption:hover,
.cid-uYH1ryDUEm .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1ryDUEm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH1ryDUEm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH1ryDUEm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1ryDUEm .dropdown-item.active,
.cid-uYH1ryDUEm .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH1ryDUEm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH1ryDUEm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH1ryDUEm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH1ryDUEm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH1ryDUEm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH1ryDUEm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH1ryDUEm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH1ryDUEm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH1ryDUEm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH1ryDUEm .navbar-buttons {
  text-align: center;
}
.cid-uYH1ryDUEm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH1ryDUEm .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH1ryDUEm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH1ryDUEm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1ryDUEm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH1ryDUEm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH1ryDUEm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1ryDUEm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1ryDUEm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH1ryDUEm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1ryDUEm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH1ryDUEm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH1ryDUEm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1ryDUEm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH1ryDUEm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH1ryDUEm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH1ryDUEm .navbar {
    height: 70px;
  }
  .cid-uYH1ryDUEm .navbar.opened {
    height: auto;
  }
  .cid-uYH1ryDUEm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH1ryDUEm .navbar-nav {
  margin: 0 auto;
}
.cid-uYH1ryDUEm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH1ryDUEm .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH1ryDUEm .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH1ryDUEm .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH1ryDUEm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH1ryDUEm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH1ryDUEm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH1ryDUEm .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH1ryDUEm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH1ryDUEm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH1ryDUEm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH1ryDUEm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH1ryDUEm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH1ryDUEm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH1ryDUEm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH1ryDUEm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH1ryDUEm .content-wrap {
  min-height: 110px;
}
.cid-uYH1ryDUEm .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH1ryDUEm .nav-link,
.cid-uYH1ryDUEm .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH1rxX47Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH1rxX47Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1rxX47Q .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-uYH1rxX47Q .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1rxX47Q .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1rxX47Q .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH1rxX47Q .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH1rxX47Q .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1rxX47Q .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH1rxX47Q .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH1rxX47Q .mbr-label {
  color: #ffffff;
}
.cid-uYH1rxX47Q .mbr-section-title {
  color: #ffffff;
}
.cid-uYH1rxX47Q label {
  color: #ffffff;
}
.cid-uYH1rxX47Q .mbr-section-title,
.cid-uYH1rxX47Q .title-wrapper {
  color: #acfe00;
}
.cid-uYH1rymnJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH1rymnJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1rymnJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1rymnJv .row {
  justify-content: center;
}
.cid-uYH1rymnJv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH1rymnJv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1rymnJv .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1rymnJv .item {
    margin-bottom: 16px;
  }
}
.cid-uYH1rymnJv .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH1rymnJv .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH1rymnJv .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH1rymnJv .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH1rymnJv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1rymnJv .card-title {
  color: #000000;
}
.cid-uYH1rymnJv .mbr-section-title,
.cid-uYH1rymnJv .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH1rymnJv .card-title,
.cid-uYH1rymnJv .contact-wrapper {
  color: #000000;
}
.cid-uYH1rz1SUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH1rz1SUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1rz1SUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1rz1SUv .row {
  justify-content: center;
}
.cid-uYH1rz1SUv .card {
  justify-content: center;
}
.cid-uYH1rz1SUv .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH1rz1SUv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1rz1SUv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH1rz1SUv .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH1rz1SUv .nav-wrapper .list .item-wrap:hover,
.cid-uYH1rz1SUv .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH1rz1SUv .list,
.cid-uYH1rz1SUv .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1AtLEst {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH1AtLEst nav.navbar {
  position: fixed;
}
.cid-uYH1AtLEst .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH1AtLEst .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH1AtLEst .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1AtLEst .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH1AtLEst .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1AtLEst .dropdown-item:hover,
.cid-uYH1AtLEst .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1AtLEst .dropdown-item:hover span {
  color: white;
}
.cid-uYH1AtLEst .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH1AtLEst .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH1AtLEst .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH1AtLEst .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH1AtLEst .nav-link {
  position: relative;
}
.cid-uYH1AtLEst .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH1AtLEst .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH1AtLEst .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH1AtLEst .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH1AtLEst .dropdown-menu,
.cid-uYH1AtLEst .navbar.opened {
  background: #071705 !important;
}
.cid-uYH1AtLEst .nav-item:focus,
.cid-uYH1AtLEst .nav-link:focus {
  outline: none;
}
.cid-uYH1AtLEst .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH1AtLEst .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH1AtLEst .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH1AtLEst .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1AtLEst .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH1AtLEst .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH1AtLEst .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1AtLEst .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH1AtLEst .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH1AtLEst .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH1AtLEst .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH1AtLEst .navbar.collapsed {
  justify-content: center;
}
.cid-uYH1AtLEst .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH1AtLEst .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH1AtLEst .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH1AtLEst .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH1AtLEst .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH1AtLEst .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-uYH1AtLEst .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH1AtLEst .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH1AtLEst .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH1AtLEst .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH1AtLEst .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH1AtLEst .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH1AtLEst .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH1AtLEst .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-uYH1AtLEst .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH1AtLEst .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH1AtLEst .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH1AtLEst .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH1AtLEst .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH1AtLEst .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH1AtLEst .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH1AtLEst .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH1AtLEst .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH1AtLEst .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH1AtLEst .navbar-brand .navbar-caption:hover,
.cid-uYH1AtLEst .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1AtLEst .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH1AtLEst .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH1AtLEst .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1AtLEst .dropdown-item.active,
.cid-uYH1AtLEst .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH1AtLEst .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH1AtLEst .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH1AtLEst .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH1AtLEst .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH1AtLEst .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH1AtLEst .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH1AtLEst .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH1AtLEst ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH1AtLEst ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH1AtLEst .navbar-buttons {
  text-align: center;
}
.cid-uYH1AtLEst .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH1AtLEst .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH1AtLEst .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH1AtLEst button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1AtLEst button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH1AtLEst button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH1AtLEst button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1AtLEst button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1AtLEst button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH1AtLEst nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1AtLEst nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH1AtLEst nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH1AtLEst nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1AtLEst .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH1AtLEst a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH1AtLEst .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH1AtLEst .navbar {
    height: 70px;
  }
  .cid-uYH1AtLEst .navbar.opened {
    height: auto;
  }
  .cid-uYH1AtLEst .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH1AtLEst .navbar-nav {
  margin: 0 auto;
}
.cid-uYH1AtLEst .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH1AtLEst .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH1AtLEst .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH1AtLEst .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH1AtLEst .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH1AtLEst .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH1AtLEst .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH1AtLEst .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH1AtLEst .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH1AtLEst .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH1AtLEst .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH1AtLEst .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH1AtLEst .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH1AtLEst .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH1AtLEst .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH1AtLEst .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH1AtLEst .content-wrap {
  min-height: 110px;
}
.cid-uYH1AtLEst .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH1AtLEst .nav-link,
.cid-uYH1AtLEst .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH1At9VKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH1At9VKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1At9VKT .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-uYH1At9VKT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1At9VKT .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1At9VKT .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH1At9VKT .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH1At9VKT .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH1At9VKT .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1At9VKT .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH1At9VKT .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH1At9VKT .mbr-label {
  color: #ffffff;
}
.cid-uYH1At9VKT .mbr-section-title {
  color: #ffffff;
}
.cid-uYH1At9VKT label {
  color: #ffffff;
}
.cid-uYH1At9VKT .mbr-section-title,
.cid-uYH1At9VKT .title-wrapper {
  color: #acfe00;
}
.cid-uYH1AtvPkr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH1AtvPkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1AtvPkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1AtvPkr .row {
  justify-content: center;
}
.cid-uYH1AtvPkr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH1AtvPkr .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1AtvPkr .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1AtvPkr .item {
    margin-bottom: 16px;
  }
}
.cid-uYH1AtvPkr .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH1AtvPkr .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH1AtvPkr .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH1AtvPkr .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH1AtvPkr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1AtvPkr .card-title {
  color: #000000;
}
.cid-uYH1AtvPkr .mbr-section-title,
.cid-uYH1AtvPkr .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH1AtvPkr .card-title,
.cid-uYH1AtvPkr .contact-wrapper {
  color: #000000;
}
.cid-uYH1AudwnH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH1AudwnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1AudwnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1AudwnH .row {
  justify-content: center;
}
.cid-uYH1AudwnH .card {
  justify-content: center;
}
.cid-uYH1AudwnH .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH1AudwnH .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1AudwnH .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH1AudwnH .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH1AudwnH .nav-wrapper .list .item-wrap:hover,
.cid-uYH1AudwnH .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH1AudwnH .list,
.cid-uYH1AudwnH .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1HcSJ8N {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH1HcSJ8N nav.navbar {
  position: fixed;
}
.cid-uYH1HcSJ8N .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH1HcSJ8N .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH1HcSJ8N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1HcSJ8N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH1HcSJ8N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1HcSJ8N .dropdown-item:hover,
.cid-uYH1HcSJ8N .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1HcSJ8N .dropdown-item:hover span {
  color: white;
}
.cid-uYH1HcSJ8N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH1HcSJ8N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH1HcSJ8N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH1HcSJ8N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH1HcSJ8N .nav-link {
  position: relative;
}
.cid-uYH1HcSJ8N .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH1HcSJ8N .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH1HcSJ8N .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH1HcSJ8N .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH1HcSJ8N .dropdown-menu,
.cid-uYH1HcSJ8N .navbar.opened {
  background: #071705 !important;
}
.cid-uYH1HcSJ8N .nav-item:focus,
.cid-uYH1HcSJ8N .nav-link:focus {
  outline: none;
}
.cid-uYH1HcSJ8N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH1HcSJ8N .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH1HcSJ8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH1HcSJ8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1HcSJ8N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH1HcSJ8N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH1HcSJ8N .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1HcSJ8N .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH1HcSJ8N .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH1HcSJ8N .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH1HcSJ8N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH1HcSJ8N .navbar.collapsed {
  justify-content: center;
}
.cid-uYH1HcSJ8N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH1HcSJ8N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH1HcSJ8N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH1HcSJ8N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH1HcSJ8N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH1HcSJ8N .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-uYH1HcSJ8N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH1HcSJ8N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH1HcSJ8N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH1HcSJ8N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH1HcSJ8N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH1HcSJ8N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH1HcSJ8N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH1HcSJ8N .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-uYH1HcSJ8N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH1HcSJ8N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH1HcSJ8N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH1HcSJ8N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH1HcSJ8N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH1HcSJ8N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH1HcSJ8N .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH1HcSJ8N .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH1HcSJ8N .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH1HcSJ8N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH1HcSJ8N .navbar-brand .navbar-caption:hover,
.cid-uYH1HcSJ8N .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1HcSJ8N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH1HcSJ8N .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH1HcSJ8N .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1HcSJ8N .dropdown-item.active,
.cid-uYH1HcSJ8N .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH1HcSJ8N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH1HcSJ8N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH1HcSJ8N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH1HcSJ8N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH1HcSJ8N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH1HcSJ8N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH1HcSJ8N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH1HcSJ8N ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH1HcSJ8N ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH1HcSJ8N .navbar-buttons {
  text-align: center;
}
.cid-uYH1HcSJ8N .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH1HcSJ8N .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH1HcSJ8N .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH1HcSJ8N button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1HcSJ8N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH1HcSJ8N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH1HcSJ8N button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1HcSJ8N button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1HcSJ8N button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH1HcSJ8N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1HcSJ8N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH1HcSJ8N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH1HcSJ8N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1HcSJ8N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH1HcSJ8N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH1HcSJ8N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH1HcSJ8N .navbar {
    height: 70px;
  }
  .cid-uYH1HcSJ8N .navbar.opened {
    height: auto;
  }
  .cid-uYH1HcSJ8N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH1HcSJ8N .navbar-nav {
  margin: 0 auto;
}
.cid-uYH1HcSJ8N .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH1HcSJ8N .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH1HcSJ8N .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH1HcSJ8N .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH1HcSJ8N .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH1HcSJ8N .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH1HcSJ8N .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH1HcSJ8N .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH1HcSJ8N .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH1HcSJ8N .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH1HcSJ8N .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH1HcSJ8N .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH1HcSJ8N .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH1HcSJ8N .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH1HcSJ8N .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH1HcSJ8N .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH1HcSJ8N .content-wrap {
  min-height: 110px;
}
.cid-uYH1HcSJ8N .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH1HcSJ8N .nav-link,
.cid-uYH1HcSJ8N .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH1HcfTYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH1HcfTYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1HcfTYX .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-uYH1HcfTYX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1HcfTYX .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1HcfTYX .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH1HcfTYX .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH1HcfTYX .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1HcfTYX .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH1HcfTYX .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH1HcfTYX .mbr-label {
  color: #ffffff;
}
.cid-uYH1HcfTYX .mbr-section-title {
  color: #ffffff;
}
.cid-uYH1HcfTYX label {
  color: #ffffff;
}
.cid-uYH1HcfTYX .mbr-section-title,
.cid-uYH1HcfTYX .title-wrapper {
  color: #acfe00;
}
.cid-uYH1HcBbXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH1HcBbXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1HcBbXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1HcBbXt .row {
  justify-content: center;
}
.cid-uYH1HcBbXt .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH1HcBbXt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1HcBbXt .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1HcBbXt .item {
    margin-bottom: 16px;
  }
}
.cid-uYH1HcBbXt .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH1HcBbXt .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH1HcBbXt .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH1HcBbXt .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH1HcBbXt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1HcBbXt .card-title {
  color: #000000;
}
.cid-uYH1HcBbXt .mbr-section-title,
.cid-uYH1HcBbXt .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH1HcBbXt .card-title,
.cid-uYH1HcBbXt .contact-wrapper {
  color: #000000;
}
.cid-uYH1HdhLSC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH1HdhLSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1HdhLSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1HdhLSC .row {
  justify-content: center;
}
.cid-uYH1HdhLSC .card {
  justify-content: center;
}
.cid-uYH1HdhLSC .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH1HdhLSC .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1HdhLSC .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH1HdhLSC .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH1HdhLSC .nav-wrapper .list .item-wrap:hover,
.cid-uYH1HdhLSC .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH1HdhLSC .list,
.cid-uYH1HdhLSC .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1QKETWF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH1QKETWF nav.navbar {
  position: fixed;
}
.cid-uYH1QKETWF .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH1QKETWF .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH1QKETWF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1QKETWF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH1QKETWF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1QKETWF .dropdown-item:hover,
.cid-uYH1QKETWF .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1QKETWF .dropdown-item:hover span {
  color: white;
}
.cid-uYH1QKETWF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH1QKETWF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH1QKETWF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH1QKETWF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH1QKETWF .nav-link {
  position: relative;
}
.cid-uYH1QKETWF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH1QKETWF .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH1QKETWF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH1QKETWF .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH1QKETWF .dropdown-menu,
.cid-uYH1QKETWF .navbar.opened {
  background: #071705 !important;
}
.cid-uYH1QKETWF .nav-item:focus,
.cid-uYH1QKETWF .nav-link:focus {
  outline: none;
}
.cid-uYH1QKETWF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH1QKETWF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH1QKETWF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH1QKETWF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1QKETWF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH1QKETWF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH1QKETWF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1QKETWF .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH1QKETWF .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH1QKETWF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH1QKETWF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH1QKETWF .navbar.collapsed {
  justify-content: center;
}
.cid-uYH1QKETWF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH1QKETWF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH1QKETWF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH1QKETWF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH1QKETWF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH1QKETWF .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-uYH1QKETWF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH1QKETWF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH1QKETWF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH1QKETWF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH1QKETWF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH1QKETWF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH1QKETWF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH1QKETWF .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-uYH1QKETWF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH1QKETWF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH1QKETWF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH1QKETWF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH1QKETWF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH1QKETWF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH1QKETWF .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH1QKETWF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH1QKETWF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH1QKETWF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH1QKETWF .navbar-brand .navbar-caption:hover,
.cid-uYH1QKETWF .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1QKETWF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH1QKETWF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH1QKETWF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1QKETWF .dropdown-item.active,
.cid-uYH1QKETWF .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH1QKETWF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH1QKETWF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH1QKETWF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH1QKETWF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH1QKETWF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH1QKETWF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH1QKETWF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH1QKETWF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH1QKETWF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH1QKETWF .navbar-buttons {
  text-align: center;
}
.cid-uYH1QKETWF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH1QKETWF .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH1QKETWF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH1QKETWF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1QKETWF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH1QKETWF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH1QKETWF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1QKETWF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1QKETWF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH1QKETWF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1QKETWF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH1QKETWF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH1QKETWF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1QKETWF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH1QKETWF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH1QKETWF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH1QKETWF .navbar {
    height: 70px;
  }
  .cid-uYH1QKETWF .navbar.opened {
    height: auto;
  }
  .cid-uYH1QKETWF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH1QKETWF .navbar-nav {
  margin: 0 auto;
}
.cid-uYH1QKETWF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH1QKETWF .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH1QKETWF .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH1QKETWF .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH1QKETWF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH1QKETWF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH1QKETWF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH1QKETWF .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH1QKETWF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH1QKETWF .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH1QKETWF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH1QKETWF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH1QKETWF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH1QKETWF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH1QKETWF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH1QKETWF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH1QKETWF .content-wrap {
  min-height: 110px;
}
.cid-uYH1QKETWF .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH1QKETWF .nav-link,
.cid-uYH1QKETWF .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH1QJSe1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH1QJSe1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1QJSe1X .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-uYH1QJSe1X .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1QJSe1X .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1QJSe1X .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH1QJSe1X .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH1QJSe1X .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1QJSe1X .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH1QJSe1X .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH1QJSe1X .mbr-label {
  color: #ffffff;
}
.cid-uYH1QJSe1X .mbr-section-title {
  color: #ffffff;
}
.cid-uYH1QJSe1X label {
  color: #ffffff;
}
.cid-uYH1QJSe1X .mbr-section-title,
.cid-uYH1QJSe1X .title-wrapper {
  color: #acfe00;
}
.cid-uYH1QKjZyd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH1QKjZyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1QKjZyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1QKjZyd .row {
  justify-content: center;
}
.cid-uYH1QKjZyd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH1QKjZyd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1QKjZyd .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1QKjZyd .item {
    margin-bottom: 16px;
  }
}
.cid-uYH1QKjZyd .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH1QKjZyd .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH1QKjZyd .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH1QKjZyd .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH1QKjZyd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1QKjZyd .card-title {
  color: #000000;
}
.cid-uYH1QKjZyd .mbr-section-title,
.cid-uYH1QKjZyd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH1QKjZyd .card-title,
.cid-uYH1QKjZyd .contact-wrapper {
  color: #000000;
}
.cid-uYH1QL2bW7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH1QL2bW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1QL2bW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1QL2bW7 .row {
  justify-content: center;
}
.cid-uYH1QL2bW7 .card {
  justify-content: center;
}
.cid-uYH1QL2bW7 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH1QL2bW7 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1QL2bW7 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH1QL2bW7 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH1QL2bW7 .nav-wrapper .list .item-wrap:hover,
.cid-uYH1QL2bW7 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH1QL2bW7 .list,
.cid-uYH1QL2bW7 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1Yr3G2k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH1Yr3G2k nav.navbar {
  position: fixed;
}
.cid-uYH1Yr3G2k .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH1Yr3G2k .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH1Yr3G2k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1Yr3G2k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH1Yr3G2k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1Yr3G2k .dropdown-item:hover,
.cid-uYH1Yr3G2k .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH1Yr3G2k .dropdown-item:hover span {
  color: white;
}
.cid-uYH1Yr3G2k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH1Yr3G2k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH1Yr3G2k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH1Yr3G2k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH1Yr3G2k .nav-link {
  position: relative;
}
.cid-uYH1Yr3G2k .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH1Yr3G2k .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH1Yr3G2k .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH1Yr3G2k .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH1Yr3G2k .dropdown-menu,
.cid-uYH1Yr3G2k .navbar.opened {
  background: #071705 !important;
}
.cid-uYH1Yr3G2k .nav-item:focus,
.cid-uYH1Yr3G2k .nav-link:focus {
  outline: none;
}
.cid-uYH1Yr3G2k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH1Yr3G2k .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH1Yr3G2k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH1Yr3G2k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH1Yr3G2k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH1Yr3G2k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH1Yr3G2k .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1Yr3G2k .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH1Yr3G2k .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH1Yr3G2k .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH1Yr3G2k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH1Yr3G2k .navbar.collapsed {
  justify-content: center;
}
.cid-uYH1Yr3G2k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH1Yr3G2k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH1Yr3G2k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH1Yr3G2k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH1Yr3G2k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH1Yr3G2k .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-uYH1Yr3G2k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH1Yr3G2k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH1Yr3G2k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH1Yr3G2k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH1Yr3G2k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH1Yr3G2k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH1Yr3G2k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH1Yr3G2k .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-uYH1Yr3G2k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH1Yr3G2k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH1Yr3G2k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH1Yr3G2k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH1Yr3G2k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH1Yr3G2k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH1Yr3G2k .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH1Yr3G2k .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH1Yr3G2k .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH1Yr3G2k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH1Yr3G2k .navbar-brand .navbar-caption:hover,
.cid-uYH1Yr3G2k .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1Yr3G2k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH1Yr3G2k .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH1Yr3G2k .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH1Yr3G2k .dropdown-item.active,
.cid-uYH1Yr3G2k .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH1Yr3G2k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH1Yr3G2k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH1Yr3G2k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH1Yr3G2k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH1Yr3G2k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH1Yr3G2k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH1Yr3G2k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH1Yr3G2k ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH1Yr3G2k ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH1Yr3G2k .navbar-buttons {
  text-align: center;
}
.cid-uYH1Yr3G2k .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH1Yr3G2k .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH1Yr3G2k .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH1Yr3G2k button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH1Yr3G2k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH1Yr3G2k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH1Yr3G2k button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1Yr3G2k button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH1Yr3G2k button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH1Yr3G2k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1Yr3G2k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH1Yr3G2k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH1Yr3G2k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH1Yr3G2k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH1Yr3G2k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH1Yr3G2k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH1Yr3G2k .navbar {
    height: 70px;
  }
  .cid-uYH1Yr3G2k .navbar.opened {
    height: auto;
  }
  .cid-uYH1Yr3G2k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH1Yr3G2k .navbar-nav {
  margin: 0 auto;
}
.cid-uYH1Yr3G2k .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH1Yr3G2k .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH1Yr3G2k .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH1Yr3G2k .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH1Yr3G2k .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH1Yr3G2k .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH1Yr3G2k .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH1Yr3G2k .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH1Yr3G2k .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH1Yr3G2k .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH1Yr3G2k .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH1Yr3G2k .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH1Yr3G2k .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH1Yr3G2k .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH1Yr3G2k .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH1Yr3G2k .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH1Yr3G2k .content-wrap {
  min-height: 110px;
}
.cid-uYH1Yr3G2k .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH1Yr3G2k .nav-link,
.cid-uYH1Yr3G2k .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH1YqqYiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH1YqqYiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1YqqYiT .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-uYH1YqqYiT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1YqqYiT .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1YqqYiT .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH1YqqYiT .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH1YqqYiT .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1YqqYiT .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH1YqqYiT .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH1YqqYiT .mbr-label {
  color: #ffffff;
}
.cid-uYH1YqqYiT .mbr-section-title {
  color: #ffffff;
}
.cid-uYH1YqqYiT label {
  color: #ffffff;
}
.cid-uYH1YqqYiT .mbr-section-title,
.cid-uYH1YqqYiT .title-wrapper {
  color: #acfe00;
}
.cid-uYH1YqMb7x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH1YqMb7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1YqMb7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1YqMb7x .row {
  justify-content: center;
}
.cid-uYH1YqMb7x .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH1YqMb7x .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1YqMb7x .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH1YqMb7x .item {
    margin-bottom: 16px;
  }
}
.cid-uYH1YqMb7x .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH1YqMb7x .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH1YqMb7x .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH1YqMb7x .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH1YqMb7x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH1YqMb7x .card-title {
  color: #000000;
}
.cid-uYH1YqMb7x .mbr-section-title,
.cid-uYH1YqMb7x .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH1YqMb7x .card-title,
.cid-uYH1YqMb7x .contact-wrapper {
  color: #000000;
}
.cid-uYH1Yrp9sF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH1Yrp9sF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH1Yrp9sF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH1Yrp9sF .row {
  justify-content: center;
}
.cid-uYH1Yrp9sF .card {
  justify-content: center;
}
.cid-uYH1Yrp9sF .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH1Yrp9sF .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH1Yrp9sF .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH1Yrp9sF .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH1Yrp9sF .nav-wrapper .list .item-wrap:hover,
.cid-uYH1Yrp9sF .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH1Yrp9sF .list,
.cid-uYH1Yrp9sF .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH28yJkCT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH28yJkCT nav.navbar {
  position: fixed;
}
.cid-uYH28yJkCT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH28yJkCT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH28yJkCT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH28yJkCT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH28yJkCT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH28yJkCT .dropdown-item:hover,
.cid-uYH28yJkCT .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH28yJkCT .dropdown-item:hover span {
  color: white;
}
.cid-uYH28yJkCT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH28yJkCT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH28yJkCT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH28yJkCT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH28yJkCT .nav-link {
  position: relative;
}
.cid-uYH28yJkCT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH28yJkCT .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH28yJkCT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH28yJkCT .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH28yJkCT .dropdown-menu,
.cid-uYH28yJkCT .navbar.opened {
  background: #071705 !important;
}
.cid-uYH28yJkCT .nav-item:focus,
.cid-uYH28yJkCT .nav-link:focus {
  outline: none;
}
.cid-uYH28yJkCT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH28yJkCT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH28yJkCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH28yJkCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH28yJkCT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH28yJkCT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH28yJkCT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH28yJkCT .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH28yJkCT .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH28yJkCT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH28yJkCT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH28yJkCT .navbar.collapsed {
  justify-content: center;
}
.cid-uYH28yJkCT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH28yJkCT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH28yJkCT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH28yJkCT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH28yJkCT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH28yJkCT .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-uYH28yJkCT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH28yJkCT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH28yJkCT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH28yJkCT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH28yJkCT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH28yJkCT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH28yJkCT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH28yJkCT .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-uYH28yJkCT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH28yJkCT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH28yJkCT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH28yJkCT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH28yJkCT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH28yJkCT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH28yJkCT .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH28yJkCT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH28yJkCT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH28yJkCT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH28yJkCT .navbar-brand .navbar-caption:hover,
.cid-uYH28yJkCT .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH28yJkCT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH28yJkCT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH28yJkCT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH28yJkCT .dropdown-item.active,
.cid-uYH28yJkCT .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH28yJkCT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH28yJkCT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH28yJkCT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH28yJkCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH28yJkCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH28yJkCT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH28yJkCT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH28yJkCT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH28yJkCT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH28yJkCT .navbar-buttons {
  text-align: center;
}
.cid-uYH28yJkCT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH28yJkCT .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH28yJkCT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH28yJkCT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH28yJkCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH28yJkCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH28yJkCT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH28yJkCT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH28yJkCT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH28yJkCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH28yJkCT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH28yJkCT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH28yJkCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH28yJkCT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH28yJkCT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH28yJkCT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH28yJkCT .navbar {
    height: 70px;
  }
  .cid-uYH28yJkCT .navbar.opened {
    height: auto;
  }
  .cid-uYH28yJkCT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH28yJkCT .navbar-nav {
  margin: 0 auto;
}
.cid-uYH28yJkCT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH28yJkCT .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH28yJkCT .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH28yJkCT .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH28yJkCT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH28yJkCT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH28yJkCT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH28yJkCT .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH28yJkCT .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH28yJkCT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH28yJkCT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH28yJkCT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH28yJkCT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH28yJkCT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH28yJkCT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH28yJkCT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH28yJkCT .content-wrap {
  min-height: 110px;
}
.cid-uYH28yJkCT .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH28yJkCT .nav-link,
.cid-uYH28yJkCT .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH28y5DsS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH28y5DsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH28y5DsS .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-uYH28y5DsS .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH28y5DsS .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH28y5DsS .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH28y5DsS .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH28y5DsS .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH28y5DsS .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH28y5DsS .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH28y5DsS .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH28y5DsS .mbr-label {
  color: #ffffff;
}
.cid-uYH28y5DsS .mbr-section-title {
  color: #ffffff;
}
.cid-uYH28y5DsS label {
  color: #ffffff;
}
.cid-uYH28y5DsS .mbr-section-title,
.cid-uYH28y5DsS .title-wrapper {
  color: #acfe00;
}
.cid-uYH28ytoxK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH28ytoxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH28ytoxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH28ytoxK .row {
  justify-content: center;
}
.cid-uYH28ytoxK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH28ytoxK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH28ytoxK .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH28ytoxK .item {
    margin-bottom: 16px;
  }
}
.cid-uYH28ytoxK .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH28ytoxK .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH28ytoxK .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH28ytoxK .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH28ytoxK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH28ytoxK .card-title {
  color: #000000;
}
.cid-uYH28ytoxK .mbr-section-title,
.cid-uYH28ytoxK .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH28ytoxK .card-title,
.cid-uYH28ytoxK .contact-wrapper {
  color: #000000;
}
.cid-uYH28z7QCR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH28z7QCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH28z7QCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH28z7QCR .row {
  justify-content: center;
}
.cid-uYH28z7QCR .card {
  justify-content: center;
}
.cid-uYH28z7QCR .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH28z7QCR .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH28z7QCR .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH28z7QCR .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH28z7QCR .nav-wrapper .list .item-wrap:hover,
.cid-uYH28z7QCR .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH28z7QCR .list,
.cid-uYH28z7QCR .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2hjb4UL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH2hjb4UL nav.navbar {
  position: fixed;
}
.cid-uYH2hjb4UL .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH2hjb4UL .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH2hjb4UL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2hjb4UL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH2hjb4UL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2hjb4UL .dropdown-item:hover,
.cid-uYH2hjb4UL .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2hjb4UL .dropdown-item:hover span {
  color: white;
}
.cid-uYH2hjb4UL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH2hjb4UL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH2hjb4UL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH2hjb4UL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH2hjb4UL .nav-link {
  position: relative;
}
.cid-uYH2hjb4UL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH2hjb4UL .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH2hjb4UL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH2hjb4UL .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH2hjb4UL .dropdown-menu,
.cid-uYH2hjb4UL .navbar.opened {
  background: #071705 !important;
}
.cid-uYH2hjb4UL .nav-item:focus,
.cid-uYH2hjb4UL .nav-link:focus {
  outline: none;
}
.cid-uYH2hjb4UL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH2hjb4UL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH2hjb4UL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH2hjb4UL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2hjb4UL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH2hjb4UL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH2hjb4UL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2hjb4UL .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH2hjb4UL .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH2hjb4UL .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH2hjb4UL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH2hjb4UL .navbar.collapsed {
  justify-content: center;
}
.cid-uYH2hjb4UL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH2hjb4UL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH2hjb4UL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH2hjb4UL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH2hjb4UL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH2hjb4UL .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-uYH2hjb4UL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH2hjb4UL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH2hjb4UL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH2hjb4UL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH2hjb4UL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH2hjb4UL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH2hjb4UL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH2hjb4UL .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-uYH2hjb4UL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH2hjb4UL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH2hjb4UL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH2hjb4UL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH2hjb4UL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH2hjb4UL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH2hjb4UL .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH2hjb4UL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH2hjb4UL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH2hjb4UL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH2hjb4UL .navbar-brand .navbar-caption:hover,
.cid-uYH2hjb4UL .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2hjb4UL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH2hjb4UL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH2hjb4UL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2hjb4UL .dropdown-item.active,
.cid-uYH2hjb4UL .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH2hjb4UL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH2hjb4UL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH2hjb4UL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH2hjb4UL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH2hjb4UL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH2hjb4UL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH2hjb4UL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH2hjb4UL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH2hjb4UL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH2hjb4UL .navbar-buttons {
  text-align: center;
}
.cid-uYH2hjb4UL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH2hjb4UL .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH2hjb4UL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH2hjb4UL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2hjb4UL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH2hjb4UL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH2hjb4UL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2hjb4UL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2hjb4UL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH2hjb4UL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2hjb4UL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH2hjb4UL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH2hjb4UL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2hjb4UL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH2hjb4UL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH2hjb4UL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH2hjb4UL .navbar {
    height: 70px;
  }
  .cid-uYH2hjb4UL .navbar.opened {
    height: auto;
  }
  .cid-uYH2hjb4UL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH2hjb4UL .navbar-nav {
  margin: 0 auto;
}
.cid-uYH2hjb4UL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH2hjb4UL .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH2hjb4UL .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH2hjb4UL .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH2hjb4UL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH2hjb4UL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH2hjb4UL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH2hjb4UL .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH2hjb4UL .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH2hjb4UL .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH2hjb4UL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH2hjb4UL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH2hjb4UL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH2hjb4UL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH2hjb4UL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH2hjb4UL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH2hjb4UL .content-wrap {
  min-height: 110px;
}
.cid-uYH2hjb4UL .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH2hjb4UL .nav-link,
.cid-uYH2hjb4UL .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH2hhYcKc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH2hhYcKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2hhYcKc .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-uYH2hhYcKc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2hhYcKc .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2hhYcKc .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH2hhYcKc .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH2hhYcKc .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2hhYcKc .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH2hhYcKc .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH2hhYcKc .mbr-label {
  color: #ffffff;
}
.cid-uYH2hhYcKc .mbr-section-title {
  color: #ffffff;
}
.cid-uYH2hhYcKc label {
  color: #ffffff;
}
.cid-uYH2hhYcKc .mbr-section-title,
.cid-uYH2hhYcKc .title-wrapper {
  color: #acfe00;
}
.cid-uYH2hiHayk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH2hiHayk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2hiHayk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2hiHayk .row {
  justify-content: center;
}
.cid-uYH2hiHayk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH2hiHayk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2hiHayk .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2hiHayk .item {
    margin-bottom: 16px;
  }
}
.cid-uYH2hiHayk .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH2hiHayk .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH2hiHayk .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH2hiHayk .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH2hiHayk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2hiHayk .card-title {
  color: #000000;
}
.cid-uYH2hiHayk .mbr-section-title,
.cid-uYH2hiHayk .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH2hiHayk .card-title,
.cid-uYH2hiHayk .contact-wrapper {
  color: #000000;
}
.cid-uYH2hjHonV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH2hjHonV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2hjHonV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2hjHonV .row {
  justify-content: center;
}
.cid-uYH2hjHonV .card {
  justify-content: center;
}
.cid-uYH2hjHonV .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH2hjHonV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2hjHonV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH2hjHonV .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH2hjHonV .nav-wrapper .list .item-wrap:hover,
.cid-uYH2hjHonV .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH2hjHonV .list,
.cid-uYH2hjHonV .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2qO1bmI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH2qO1bmI nav.navbar {
  position: fixed;
}
.cid-uYH2qO1bmI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH2qO1bmI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH2qO1bmI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2qO1bmI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH2qO1bmI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2qO1bmI .dropdown-item:hover,
.cid-uYH2qO1bmI .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2qO1bmI .dropdown-item:hover span {
  color: white;
}
.cid-uYH2qO1bmI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH2qO1bmI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH2qO1bmI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH2qO1bmI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH2qO1bmI .nav-link {
  position: relative;
}
.cid-uYH2qO1bmI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH2qO1bmI .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH2qO1bmI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH2qO1bmI .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH2qO1bmI .dropdown-menu,
.cid-uYH2qO1bmI .navbar.opened {
  background: #071705 !important;
}
.cid-uYH2qO1bmI .nav-item:focus,
.cid-uYH2qO1bmI .nav-link:focus {
  outline: none;
}
.cid-uYH2qO1bmI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH2qO1bmI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH2qO1bmI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH2qO1bmI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2qO1bmI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH2qO1bmI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH2qO1bmI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2qO1bmI .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH2qO1bmI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH2qO1bmI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH2qO1bmI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH2qO1bmI .navbar.collapsed {
  justify-content: center;
}
.cid-uYH2qO1bmI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH2qO1bmI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH2qO1bmI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH2qO1bmI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH2qO1bmI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH2qO1bmI .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-uYH2qO1bmI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH2qO1bmI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH2qO1bmI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH2qO1bmI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH2qO1bmI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH2qO1bmI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH2qO1bmI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH2qO1bmI .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-uYH2qO1bmI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH2qO1bmI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH2qO1bmI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH2qO1bmI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH2qO1bmI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH2qO1bmI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH2qO1bmI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH2qO1bmI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH2qO1bmI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH2qO1bmI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH2qO1bmI .navbar-brand .navbar-caption:hover,
.cid-uYH2qO1bmI .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2qO1bmI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH2qO1bmI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH2qO1bmI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2qO1bmI .dropdown-item.active,
.cid-uYH2qO1bmI .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH2qO1bmI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH2qO1bmI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH2qO1bmI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH2qO1bmI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH2qO1bmI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH2qO1bmI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH2qO1bmI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH2qO1bmI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH2qO1bmI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH2qO1bmI .navbar-buttons {
  text-align: center;
}
.cid-uYH2qO1bmI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH2qO1bmI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH2qO1bmI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH2qO1bmI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2qO1bmI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH2qO1bmI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH2qO1bmI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2qO1bmI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2qO1bmI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH2qO1bmI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2qO1bmI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH2qO1bmI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH2qO1bmI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2qO1bmI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH2qO1bmI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH2qO1bmI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH2qO1bmI .navbar {
    height: 70px;
  }
  .cid-uYH2qO1bmI .navbar.opened {
    height: auto;
  }
  .cid-uYH2qO1bmI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH2qO1bmI .navbar-nav {
  margin: 0 auto;
}
.cid-uYH2qO1bmI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH2qO1bmI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH2qO1bmI .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH2qO1bmI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH2qO1bmI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH2qO1bmI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH2qO1bmI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH2qO1bmI .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH2qO1bmI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH2qO1bmI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH2qO1bmI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH2qO1bmI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH2qO1bmI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH2qO1bmI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH2qO1bmI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH2qO1bmI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH2qO1bmI .content-wrap {
  min-height: 110px;
}
.cid-uYH2qO1bmI .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH2qO1bmI .nav-link,
.cid-uYH2qO1bmI .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH2qNm8Bo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH2qNm8Bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2qNm8Bo .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-uYH2qNm8Bo .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2qNm8Bo .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2qNm8Bo .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH2qNm8Bo .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH2qNm8Bo .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2qNm8Bo .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH2qNm8Bo .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH2qNm8Bo .mbr-label {
  color: #ffffff;
}
.cid-uYH2qNm8Bo .mbr-section-title {
  color: #ffffff;
}
.cid-uYH2qNm8Bo label {
  color: #ffffff;
}
.cid-uYH2qNm8Bo .mbr-section-title,
.cid-uYH2qNm8Bo .title-wrapper {
  color: #acfe00;
}
.cid-uYH2qNKnuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH2qNKnuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2qNKnuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2qNKnuJ .row {
  justify-content: center;
}
.cid-uYH2qNKnuJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH2qNKnuJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2qNKnuJ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2qNKnuJ .item {
    margin-bottom: 16px;
  }
}
.cid-uYH2qNKnuJ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH2qNKnuJ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH2qNKnuJ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH2qNKnuJ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH2qNKnuJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2qNKnuJ .card-title {
  color: #000000;
}
.cid-uYH2qNKnuJ .mbr-section-title,
.cid-uYH2qNKnuJ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH2qNKnuJ .card-title,
.cid-uYH2qNKnuJ .contact-wrapper {
  color: #000000;
}
.cid-uYH2qOplAt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH2qOplAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2qOplAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2qOplAt .row {
  justify-content: center;
}
.cid-uYH2qOplAt .card {
  justify-content: center;
}
.cid-uYH2qOplAt .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH2qOplAt .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2qOplAt .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH2qOplAt .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH2qOplAt .nav-wrapper .list .item-wrap:hover,
.cid-uYH2qOplAt .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH2qOplAt .list,
.cid-uYH2qOplAt .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2xhmbdo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH2xhmbdo nav.navbar {
  position: fixed;
}
.cid-uYH2xhmbdo .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH2xhmbdo .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH2xhmbdo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2xhmbdo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH2xhmbdo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2xhmbdo .dropdown-item:hover,
.cid-uYH2xhmbdo .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2xhmbdo .dropdown-item:hover span {
  color: white;
}
.cid-uYH2xhmbdo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH2xhmbdo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH2xhmbdo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH2xhmbdo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH2xhmbdo .nav-link {
  position: relative;
}
.cid-uYH2xhmbdo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH2xhmbdo .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH2xhmbdo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH2xhmbdo .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH2xhmbdo .dropdown-menu,
.cid-uYH2xhmbdo .navbar.opened {
  background: #071705 !important;
}
.cid-uYH2xhmbdo .nav-item:focus,
.cid-uYH2xhmbdo .nav-link:focus {
  outline: none;
}
.cid-uYH2xhmbdo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH2xhmbdo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH2xhmbdo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH2xhmbdo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2xhmbdo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH2xhmbdo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH2xhmbdo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2xhmbdo .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH2xhmbdo .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH2xhmbdo .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH2xhmbdo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH2xhmbdo .navbar.collapsed {
  justify-content: center;
}
.cid-uYH2xhmbdo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH2xhmbdo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH2xhmbdo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH2xhmbdo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH2xhmbdo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH2xhmbdo .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-uYH2xhmbdo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH2xhmbdo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH2xhmbdo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH2xhmbdo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH2xhmbdo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH2xhmbdo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH2xhmbdo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH2xhmbdo .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-uYH2xhmbdo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH2xhmbdo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH2xhmbdo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH2xhmbdo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH2xhmbdo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH2xhmbdo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH2xhmbdo .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH2xhmbdo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH2xhmbdo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH2xhmbdo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH2xhmbdo .navbar-brand .navbar-caption:hover,
.cid-uYH2xhmbdo .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2xhmbdo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH2xhmbdo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH2xhmbdo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2xhmbdo .dropdown-item.active,
.cid-uYH2xhmbdo .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH2xhmbdo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH2xhmbdo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH2xhmbdo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH2xhmbdo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH2xhmbdo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH2xhmbdo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH2xhmbdo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH2xhmbdo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH2xhmbdo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH2xhmbdo .navbar-buttons {
  text-align: center;
}
.cid-uYH2xhmbdo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH2xhmbdo .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH2xhmbdo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH2xhmbdo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2xhmbdo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH2xhmbdo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH2xhmbdo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2xhmbdo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2xhmbdo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH2xhmbdo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2xhmbdo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH2xhmbdo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH2xhmbdo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2xhmbdo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH2xhmbdo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH2xhmbdo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH2xhmbdo .navbar {
    height: 70px;
  }
  .cid-uYH2xhmbdo .navbar.opened {
    height: auto;
  }
  .cid-uYH2xhmbdo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH2xhmbdo .navbar-nav {
  margin: 0 auto;
}
.cid-uYH2xhmbdo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH2xhmbdo .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH2xhmbdo .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH2xhmbdo .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH2xhmbdo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH2xhmbdo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH2xhmbdo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH2xhmbdo .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH2xhmbdo .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH2xhmbdo .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH2xhmbdo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH2xhmbdo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH2xhmbdo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH2xhmbdo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH2xhmbdo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH2xhmbdo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH2xhmbdo .content-wrap {
  min-height: 110px;
}
.cid-uYH2xhmbdo .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH2xhmbdo .nav-link,
.cid-uYH2xhmbdo .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH2xgIFsS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH2xgIFsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2xgIFsS .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-uYH2xgIFsS .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2xgIFsS .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2xgIFsS .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH2xgIFsS .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH2xgIFsS .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2xgIFsS .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH2xgIFsS .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH2xgIFsS .mbr-label {
  color: #ffffff;
}
.cid-uYH2xgIFsS .mbr-section-title {
  color: #ffffff;
}
.cid-uYH2xgIFsS label {
  color: #ffffff;
}
.cid-uYH2xgIFsS .mbr-section-title,
.cid-uYH2xgIFsS .title-wrapper {
  color: #acfe00;
}
.cid-uYH2xh5V5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH2xh5V5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2xh5V5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2xh5V5G .row {
  justify-content: center;
}
.cid-uYH2xh5V5G .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH2xh5V5G .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2xh5V5G .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2xh5V5G .item {
    margin-bottom: 16px;
  }
}
.cid-uYH2xh5V5G .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH2xh5V5G .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH2xh5V5G .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH2xh5V5G .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH2xh5V5G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2xh5V5G .card-title {
  color: #000000;
}
.cid-uYH2xh5V5G .mbr-section-title,
.cid-uYH2xh5V5G .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH2xh5V5G .card-title,
.cid-uYH2xh5V5G .contact-wrapper {
  color: #000000;
}
.cid-uYH2xhOPA2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH2xhOPA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2xhOPA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2xhOPA2 .row {
  justify-content: center;
}
.cid-uYH2xhOPA2 .card {
  justify-content: center;
}
.cid-uYH2xhOPA2 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH2xhOPA2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2xhOPA2 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH2xhOPA2 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH2xhOPA2 .nav-wrapper .list .item-wrap:hover,
.cid-uYH2xhOPA2 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH2xhOPA2 .list,
.cid-uYH2xhOPA2 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2FFmiBk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH2FFmiBk nav.navbar {
  position: fixed;
}
.cid-uYH2FFmiBk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH2FFmiBk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH2FFmiBk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2FFmiBk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH2FFmiBk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2FFmiBk .dropdown-item:hover,
.cid-uYH2FFmiBk .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2FFmiBk .dropdown-item:hover span {
  color: white;
}
.cid-uYH2FFmiBk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH2FFmiBk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH2FFmiBk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH2FFmiBk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH2FFmiBk .nav-link {
  position: relative;
}
.cid-uYH2FFmiBk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH2FFmiBk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH2FFmiBk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH2FFmiBk .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH2FFmiBk .dropdown-menu,
.cid-uYH2FFmiBk .navbar.opened {
  background: #071705 !important;
}
.cid-uYH2FFmiBk .nav-item:focus,
.cid-uYH2FFmiBk .nav-link:focus {
  outline: none;
}
.cid-uYH2FFmiBk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH2FFmiBk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH2FFmiBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH2FFmiBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2FFmiBk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH2FFmiBk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH2FFmiBk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2FFmiBk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH2FFmiBk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH2FFmiBk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH2FFmiBk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH2FFmiBk .navbar.collapsed {
  justify-content: center;
}
.cid-uYH2FFmiBk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH2FFmiBk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH2FFmiBk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH2FFmiBk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH2FFmiBk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH2FFmiBk .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-uYH2FFmiBk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH2FFmiBk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH2FFmiBk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH2FFmiBk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH2FFmiBk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH2FFmiBk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH2FFmiBk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH2FFmiBk .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-uYH2FFmiBk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH2FFmiBk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH2FFmiBk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH2FFmiBk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH2FFmiBk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH2FFmiBk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH2FFmiBk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH2FFmiBk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH2FFmiBk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH2FFmiBk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH2FFmiBk .navbar-brand .navbar-caption:hover,
.cid-uYH2FFmiBk .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2FFmiBk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH2FFmiBk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH2FFmiBk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2FFmiBk .dropdown-item.active,
.cid-uYH2FFmiBk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH2FFmiBk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH2FFmiBk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH2FFmiBk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH2FFmiBk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH2FFmiBk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH2FFmiBk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH2FFmiBk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH2FFmiBk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH2FFmiBk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH2FFmiBk .navbar-buttons {
  text-align: center;
}
.cid-uYH2FFmiBk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH2FFmiBk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH2FFmiBk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH2FFmiBk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2FFmiBk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH2FFmiBk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH2FFmiBk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2FFmiBk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2FFmiBk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH2FFmiBk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2FFmiBk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH2FFmiBk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH2FFmiBk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2FFmiBk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH2FFmiBk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH2FFmiBk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH2FFmiBk .navbar {
    height: 70px;
  }
  .cid-uYH2FFmiBk .navbar.opened {
    height: auto;
  }
  .cid-uYH2FFmiBk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH2FFmiBk .navbar-nav {
  margin: 0 auto;
}
.cid-uYH2FFmiBk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH2FFmiBk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH2FFmiBk .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH2FFmiBk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH2FFmiBk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH2FFmiBk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH2FFmiBk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH2FFmiBk .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH2FFmiBk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH2FFmiBk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH2FFmiBk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH2FFmiBk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH2FFmiBk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH2FFmiBk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH2FFmiBk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH2FFmiBk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH2FFmiBk .content-wrap {
  min-height: 110px;
}
.cid-uYH2FFmiBk .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH2FFmiBk .nav-link,
.cid-uYH2FFmiBk .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH2FEusn3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH2FEusn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2FEusn3 .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-uYH2FEusn3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2FEusn3 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2FEusn3 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH2FEusn3 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH2FEusn3 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2FEusn3 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH2FEusn3 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH2FEusn3 .mbr-label {
  color: #ffffff;
}
.cid-uYH2FEusn3 .mbr-section-title {
  color: #ffffff;
}
.cid-uYH2FEusn3 label {
  color: #ffffff;
}
.cid-uYH2FEusn3 .mbr-section-title,
.cid-uYH2FEusn3 .title-wrapper {
  color: #acfe00;
}
.cid-uYH2FEVeZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH2FEVeZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2FEVeZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2FEVeZL .row {
  justify-content: center;
}
.cid-uYH2FEVeZL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH2FEVeZL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2FEVeZL .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2FEVeZL .item {
    margin-bottom: 16px;
  }
}
.cid-uYH2FEVeZL .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH2FEVeZL .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH2FEVeZL .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH2FEVeZL .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH2FEVeZL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2FEVeZL .card-title {
  color: #000000;
}
.cid-uYH2FEVeZL .mbr-section-title,
.cid-uYH2FEVeZL .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH2FEVeZL .card-title,
.cid-uYH2FEVeZL .contact-wrapper {
  color: #000000;
}
.cid-uYH2FFPJB3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH2FFPJB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2FFPJB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2FFPJB3 .row {
  justify-content: center;
}
.cid-uYH2FFPJB3 .card {
  justify-content: center;
}
.cid-uYH2FFPJB3 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH2FFPJB3 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2FFPJB3 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH2FFPJB3 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH2FFPJB3 .nav-wrapper .list .item-wrap:hover,
.cid-uYH2FFPJB3 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH2FFPJB3 .list,
.cid-uYH2FFPJB3 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2NdeC2D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH2NdeC2D nav.navbar {
  position: fixed;
}
.cid-uYH2NdeC2D .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH2NdeC2D .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH2NdeC2D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2NdeC2D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH2NdeC2D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2NdeC2D .dropdown-item:hover,
.cid-uYH2NdeC2D .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2NdeC2D .dropdown-item:hover span {
  color: white;
}
.cid-uYH2NdeC2D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH2NdeC2D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH2NdeC2D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH2NdeC2D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH2NdeC2D .nav-link {
  position: relative;
}
.cid-uYH2NdeC2D .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH2NdeC2D .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH2NdeC2D .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH2NdeC2D .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH2NdeC2D .dropdown-menu,
.cid-uYH2NdeC2D .navbar.opened {
  background: #071705 !important;
}
.cid-uYH2NdeC2D .nav-item:focus,
.cid-uYH2NdeC2D .nav-link:focus {
  outline: none;
}
.cid-uYH2NdeC2D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH2NdeC2D .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH2NdeC2D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH2NdeC2D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2NdeC2D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH2NdeC2D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH2NdeC2D .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2NdeC2D .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH2NdeC2D .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH2NdeC2D .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH2NdeC2D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH2NdeC2D .navbar.collapsed {
  justify-content: center;
}
.cid-uYH2NdeC2D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH2NdeC2D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH2NdeC2D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH2NdeC2D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH2NdeC2D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH2NdeC2D .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-uYH2NdeC2D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH2NdeC2D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH2NdeC2D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH2NdeC2D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH2NdeC2D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH2NdeC2D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH2NdeC2D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH2NdeC2D .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-uYH2NdeC2D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH2NdeC2D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH2NdeC2D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH2NdeC2D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH2NdeC2D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH2NdeC2D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH2NdeC2D .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH2NdeC2D .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH2NdeC2D .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH2NdeC2D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH2NdeC2D .navbar-brand .navbar-caption:hover,
.cid-uYH2NdeC2D .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2NdeC2D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH2NdeC2D .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH2NdeC2D .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2NdeC2D .dropdown-item.active,
.cid-uYH2NdeC2D .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH2NdeC2D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH2NdeC2D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH2NdeC2D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH2NdeC2D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH2NdeC2D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH2NdeC2D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH2NdeC2D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH2NdeC2D ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH2NdeC2D ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH2NdeC2D .navbar-buttons {
  text-align: center;
}
.cid-uYH2NdeC2D .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH2NdeC2D .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH2NdeC2D .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH2NdeC2D button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2NdeC2D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH2NdeC2D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH2NdeC2D button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2NdeC2D button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2NdeC2D button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH2NdeC2D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2NdeC2D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH2NdeC2D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH2NdeC2D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2NdeC2D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH2NdeC2D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH2NdeC2D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH2NdeC2D .navbar {
    height: 70px;
  }
  .cid-uYH2NdeC2D .navbar.opened {
    height: auto;
  }
  .cid-uYH2NdeC2D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH2NdeC2D .navbar-nav {
  margin: 0 auto;
}
.cid-uYH2NdeC2D .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH2NdeC2D .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH2NdeC2D .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH2NdeC2D .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH2NdeC2D .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH2NdeC2D .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH2NdeC2D .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH2NdeC2D .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH2NdeC2D .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH2NdeC2D .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH2NdeC2D .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH2NdeC2D .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH2NdeC2D .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH2NdeC2D .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH2NdeC2D .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH2NdeC2D .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH2NdeC2D .content-wrap {
  min-height: 110px;
}
.cid-uYH2NdeC2D .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH2NdeC2D .nav-link,
.cid-uYH2NdeC2D .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH2NcvNzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH2NcvNzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2NcvNzU .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-uYH2NcvNzU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2NcvNzU .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2NcvNzU .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH2NcvNzU .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH2NcvNzU .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2NcvNzU .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH2NcvNzU .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH2NcvNzU .mbr-label {
  color: #ffffff;
}
.cid-uYH2NcvNzU .mbr-section-title {
  color: #ffffff;
}
.cid-uYH2NcvNzU label {
  color: #ffffff;
}
.cid-uYH2NcvNzU .mbr-section-title,
.cid-uYH2NcvNzU .title-wrapper {
  color: #acfe00;
}
.cid-uYH2NcStvR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH2NcStvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2NcStvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2NcStvR .row {
  justify-content: center;
}
.cid-uYH2NcStvR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH2NcStvR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2NcStvR .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2NcStvR .item {
    margin-bottom: 16px;
  }
}
.cid-uYH2NcStvR .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH2NcStvR .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH2NcStvR .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH2NcStvR .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH2NcStvR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2NcStvR .card-title {
  color: #000000;
}
.cid-uYH2NcStvR .mbr-section-title,
.cid-uYH2NcStvR .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH2NcStvR .card-title,
.cid-uYH2NcStvR .contact-wrapper {
  color: #000000;
}
.cid-uYH2NdGICz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH2NdGICz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2NdGICz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2NdGICz .row {
  justify-content: center;
}
.cid-uYH2NdGICz .card {
  justify-content: center;
}
.cid-uYH2NdGICz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH2NdGICz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2NdGICz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH2NdGICz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH2NdGICz .nav-wrapper .list .item-wrap:hover,
.cid-uYH2NdGICz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH2NdGICz .list,
.cid-uYH2NdGICz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2Wq6RRG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH2Wq6RRG nav.navbar {
  position: fixed;
}
.cid-uYH2Wq6RRG .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH2Wq6RRG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH2Wq6RRG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2Wq6RRG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH2Wq6RRG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2Wq6RRG .dropdown-item:hover,
.cid-uYH2Wq6RRG .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH2Wq6RRG .dropdown-item:hover span {
  color: white;
}
.cid-uYH2Wq6RRG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH2Wq6RRG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH2Wq6RRG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH2Wq6RRG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH2Wq6RRG .nav-link {
  position: relative;
}
.cid-uYH2Wq6RRG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH2Wq6RRG .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH2Wq6RRG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH2Wq6RRG .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH2Wq6RRG .dropdown-menu,
.cid-uYH2Wq6RRG .navbar.opened {
  background: #071705 !important;
}
.cid-uYH2Wq6RRG .nav-item:focus,
.cid-uYH2Wq6RRG .nav-link:focus {
  outline: none;
}
.cid-uYH2Wq6RRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH2Wq6RRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH2Wq6RRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH2Wq6RRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH2Wq6RRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH2Wq6RRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH2Wq6RRG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2Wq6RRG .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH2Wq6RRG .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH2Wq6RRG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH2Wq6RRG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH2Wq6RRG .navbar.collapsed {
  justify-content: center;
}
.cid-uYH2Wq6RRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH2Wq6RRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH2Wq6RRG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH2Wq6RRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH2Wq6RRG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH2Wq6RRG .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-uYH2Wq6RRG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH2Wq6RRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH2Wq6RRG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH2Wq6RRG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH2Wq6RRG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH2Wq6RRG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH2Wq6RRG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH2Wq6RRG .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-uYH2Wq6RRG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH2Wq6RRG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH2Wq6RRG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH2Wq6RRG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH2Wq6RRG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH2Wq6RRG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH2Wq6RRG .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH2Wq6RRG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH2Wq6RRG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH2Wq6RRG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH2Wq6RRG .navbar-brand .navbar-caption:hover,
.cid-uYH2Wq6RRG .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2Wq6RRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH2Wq6RRG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH2Wq6RRG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH2Wq6RRG .dropdown-item.active,
.cid-uYH2Wq6RRG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH2Wq6RRG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH2Wq6RRG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH2Wq6RRG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH2Wq6RRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH2Wq6RRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH2Wq6RRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH2Wq6RRG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH2Wq6RRG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH2Wq6RRG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH2Wq6RRG .navbar-buttons {
  text-align: center;
}
.cid-uYH2Wq6RRG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH2Wq6RRG .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH2Wq6RRG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH2Wq6RRG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH2Wq6RRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH2Wq6RRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH2Wq6RRG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2Wq6RRG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH2Wq6RRG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH2Wq6RRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2Wq6RRG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH2Wq6RRG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH2Wq6RRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH2Wq6RRG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH2Wq6RRG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH2Wq6RRG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH2Wq6RRG .navbar {
    height: 70px;
  }
  .cid-uYH2Wq6RRG .navbar.opened {
    height: auto;
  }
  .cid-uYH2Wq6RRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH2Wq6RRG .navbar-nav {
  margin: 0 auto;
}
.cid-uYH2Wq6RRG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH2Wq6RRG .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH2Wq6RRG .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH2Wq6RRG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH2Wq6RRG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH2Wq6RRG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH2Wq6RRG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH2Wq6RRG .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH2Wq6RRG .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH2Wq6RRG .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH2Wq6RRG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH2Wq6RRG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH2Wq6RRG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH2Wq6RRG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH2Wq6RRG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH2Wq6RRG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH2Wq6RRG .content-wrap {
  min-height: 110px;
}
.cid-uYH2Wq6RRG .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH2Wq6RRG .nav-link,
.cid-uYH2Wq6RRG .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH2WpdrDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH2WpdrDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2WpdrDA .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-uYH2WpdrDA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2WpdrDA .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2WpdrDA .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH2WpdrDA .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH2WpdrDA .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2WpdrDA .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH2WpdrDA .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH2WpdrDA .mbr-label {
  color: #ffffff;
}
.cid-uYH2WpdrDA .mbr-section-title {
  color: #ffffff;
}
.cid-uYH2WpdrDA label {
  color: #ffffff;
}
.cid-uYH2WpdrDA .mbr-section-title,
.cid-uYH2WpdrDA .title-wrapper {
  color: #acfe00;
}
.cid-uYH2WpIe70 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH2WpIe70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2WpIe70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2WpIe70 .row {
  justify-content: center;
}
.cid-uYH2WpIe70 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH2WpIe70 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2WpIe70 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH2WpIe70 .item {
    margin-bottom: 16px;
  }
}
.cid-uYH2WpIe70 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH2WpIe70 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH2WpIe70 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH2WpIe70 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH2WpIe70 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH2WpIe70 .card-title {
  color: #000000;
}
.cid-uYH2WpIe70 .mbr-section-title,
.cid-uYH2WpIe70 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH2WpIe70 .card-title,
.cid-uYH2WpIe70 .contact-wrapper {
  color: #000000;
}
.cid-uYH2WqH01J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH2WqH01J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH2WqH01J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH2WqH01J .row {
  justify-content: center;
}
.cid-uYH2WqH01J .card {
  justify-content: center;
}
.cid-uYH2WqH01J .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH2WqH01J .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH2WqH01J .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH2WqH01J .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH2WqH01J .nav-wrapper .list .item-wrap:hover,
.cid-uYH2WqH01J .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH2WqH01J .list,
.cid-uYH2WqH01J .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3aJCoJ8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH3aJCoJ8 nav.navbar {
  position: fixed;
}
.cid-uYH3aJCoJ8 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH3aJCoJ8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH3aJCoJ8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3aJCoJ8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH3aJCoJ8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3aJCoJ8 .dropdown-item:hover,
.cid-uYH3aJCoJ8 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3aJCoJ8 .dropdown-item:hover span {
  color: white;
}
.cid-uYH3aJCoJ8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH3aJCoJ8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH3aJCoJ8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH3aJCoJ8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH3aJCoJ8 .nav-link {
  position: relative;
}
.cid-uYH3aJCoJ8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH3aJCoJ8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH3aJCoJ8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH3aJCoJ8 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH3aJCoJ8 .dropdown-menu,
.cid-uYH3aJCoJ8 .navbar.opened {
  background: #071705 !important;
}
.cid-uYH3aJCoJ8 .nav-item:focus,
.cid-uYH3aJCoJ8 .nav-link:focus {
  outline: none;
}
.cid-uYH3aJCoJ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH3aJCoJ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH3aJCoJ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH3aJCoJ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3aJCoJ8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH3aJCoJ8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH3aJCoJ8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3aJCoJ8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH3aJCoJ8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH3aJCoJ8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH3aJCoJ8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH3aJCoJ8 .navbar.collapsed {
  justify-content: center;
}
.cid-uYH3aJCoJ8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH3aJCoJ8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH3aJCoJ8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH3aJCoJ8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH3aJCoJ8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH3aJCoJ8 .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-uYH3aJCoJ8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH3aJCoJ8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH3aJCoJ8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH3aJCoJ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH3aJCoJ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH3aJCoJ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH3aJCoJ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH3aJCoJ8 .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-uYH3aJCoJ8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH3aJCoJ8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH3aJCoJ8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH3aJCoJ8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH3aJCoJ8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH3aJCoJ8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH3aJCoJ8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH3aJCoJ8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH3aJCoJ8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH3aJCoJ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH3aJCoJ8 .navbar-brand .navbar-caption:hover,
.cid-uYH3aJCoJ8 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3aJCoJ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH3aJCoJ8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH3aJCoJ8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3aJCoJ8 .dropdown-item.active,
.cid-uYH3aJCoJ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH3aJCoJ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH3aJCoJ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH3aJCoJ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH3aJCoJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH3aJCoJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH3aJCoJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH3aJCoJ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH3aJCoJ8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH3aJCoJ8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH3aJCoJ8 .navbar-buttons {
  text-align: center;
}
.cid-uYH3aJCoJ8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH3aJCoJ8 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH3aJCoJ8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH3aJCoJ8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3aJCoJ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH3aJCoJ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH3aJCoJ8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3aJCoJ8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3aJCoJ8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH3aJCoJ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3aJCoJ8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH3aJCoJ8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH3aJCoJ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3aJCoJ8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH3aJCoJ8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH3aJCoJ8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH3aJCoJ8 .navbar {
    height: 70px;
  }
  .cid-uYH3aJCoJ8 .navbar.opened {
    height: auto;
  }
  .cid-uYH3aJCoJ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH3aJCoJ8 .navbar-nav {
  margin: 0 auto;
}
.cid-uYH3aJCoJ8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH3aJCoJ8 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH3aJCoJ8 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH3aJCoJ8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH3aJCoJ8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH3aJCoJ8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH3aJCoJ8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH3aJCoJ8 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH3aJCoJ8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH3aJCoJ8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH3aJCoJ8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH3aJCoJ8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH3aJCoJ8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH3aJCoJ8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH3aJCoJ8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH3aJCoJ8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH3aJCoJ8 .content-wrap {
  min-height: 110px;
}
.cid-uYH3aJCoJ8 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH3aJCoJ8 .nav-link,
.cid-uYH3aJCoJ8 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH3aIXRy1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH3aIXRy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3aIXRy1 .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-uYH3aIXRy1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3aIXRy1 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3aIXRy1 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH3aIXRy1 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH3aIXRy1 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3aIXRy1 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH3aIXRy1 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH3aIXRy1 .mbr-label {
  color: #ffffff;
}
.cid-uYH3aIXRy1 .mbr-section-title {
  color: #ffffff;
}
.cid-uYH3aIXRy1 label {
  color: #ffffff;
}
.cid-uYH3aIXRy1 .mbr-section-title,
.cid-uYH3aIXRy1 .title-wrapper {
  color: #acfe00;
}
.cid-uYH3aJlpJb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH3aJlpJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3aJlpJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3aJlpJb .row {
  justify-content: center;
}
.cid-uYH3aJlpJb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH3aJlpJb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3aJlpJb .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3aJlpJb .item {
    margin-bottom: 16px;
  }
}
.cid-uYH3aJlpJb .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH3aJlpJb .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH3aJlpJb .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH3aJlpJb .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH3aJlpJb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3aJlpJb .card-title {
  color: #000000;
}
.cid-uYH3aJlpJb .mbr-section-title,
.cid-uYH3aJlpJb .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH3aJlpJb .card-title,
.cid-uYH3aJlpJb .contact-wrapper {
  color: #000000;
}
.cid-uYH3aJZF7z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH3aJZF7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3aJZF7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3aJZF7z .row {
  justify-content: center;
}
.cid-uYH3aJZF7z .card {
  justify-content: center;
}
.cid-uYH3aJZF7z .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH3aJZF7z .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3aJZF7z .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH3aJZF7z .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH3aJZF7z .nav-wrapper .list .item-wrap:hover,
.cid-uYH3aJZF7z .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH3aJZF7z .list,
.cid-uYH3aJZF7z .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3jOL8Yl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH3jOL8Yl nav.navbar {
  position: fixed;
}
.cid-uYH3jOL8Yl .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH3jOL8Yl .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH3jOL8Yl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3jOL8Yl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH3jOL8Yl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3jOL8Yl .dropdown-item:hover,
.cid-uYH3jOL8Yl .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3jOL8Yl .dropdown-item:hover span {
  color: white;
}
.cid-uYH3jOL8Yl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH3jOL8Yl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH3jOL8Yl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH3jOL8Yl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH3jOL8Yl .nav-link {
  position: relative;
}
.cid-uYH3jOL8Yl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH3jOL8Yl .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH3jOL8Yl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH3jOL8Yl .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH3jOL8Yl .dropdown-menu,
.cid-uYH3jOL8Yl .navbar.opened {
  background: #071705 !important;
}
.cid-uYH3jOL8Yl .nav-item:focus,
.cid-uYH3jOL8Yl .nav-link:focus {
  outline: none;
}
.cid-uYH3jOL8Yl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH3jOL8Yl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH3jOL8Yl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH3jOL8Yl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3jOL8Yl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH3jOL8Yl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH3jOL8Yl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3jOL8Yl .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH3jOL8Yl .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH3jOL8Yl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH3jOL8Yl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH3jOL8Yl .navbar.collapsed {
  justify-content: center;
}
.cid-uYH3jOL8Yl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH3jOL8Yl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH3jOL8Yl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH3jOL8Yl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH3jOL8Yl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH3jOL8Yl .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-uYH3jOL8Yl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH3jOL8Yl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH3jOL8Yl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH3jOL8Yl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH3jOL8Yl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH3jOL8Yl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH3jOL8Yl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH3jOL8Yl .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-uYH3jOL8Yl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH3jOL8Yl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH3jOL8Yl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH3jOL8Yl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH3jOL8Yl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH3jOL8Yl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH3jOL8Yl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH3jOL8Yl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH3jOL8Yl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH3jOL8Yl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH3jOL8Yl .navbar-brand .navbar-caption:hover,
.cid-uYH3jOL8Yl .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3jOL8Yl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH3jOL8Yl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH3jOL8Yl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3jOL8Yl .dropdown-item.active,
.cid-uYH3jOL8Yl .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH3jOL8Yl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH3jOL8Yl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH3jOL8Yl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH3jOL8Yl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH3jOL8Yl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH3jOL8Yl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH3jOL8Yl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH3jOL8Yl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH3jOL8Yl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH3jOL8Yl .navbar-buttons {
  text-align: center;
}
.cid-uYH3jOL8Yl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH3jOL8Yl .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH3jOL8Yl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH3jOL8Yl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3jOL8Yl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH3jOL8Yl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH3jOL8Yl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3jOL8Yl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3jOL8Yl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH3jOL8Yl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3jOL8Yl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH3jOL8Yl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH3jOL8Yl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3jOL8Yl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH3jOL8Yl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH3jOL8Yl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH3jOL8Yl .navbar {
    height: 70px;
  }
  .cid-uYH3jOL8Yl .navbar.opened {
    height: auto;
  }
  .cid-uYH3jOL8Yl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH3jOL8Yl .navbar-nav {
  margin: 0 auto;
}
.cid-uYH3jOL8Yl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH3jOL8Yl .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH3jOL8Yl .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH3jOL8Yl .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH3jOL8Yl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH3jOL8Yl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH3jOL8Yl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH3jOL8Yl .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH3jOL8Yl .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH3jOL8Yl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH3jOL8Yl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH3jOL8Yl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH3jOL8Yl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH3jOL8Yl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH3jOL8Yl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH3jOL8Yl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH3jOL8Yl .content-wrap {
  min-height: 110px;
}
.cid-uYH3jOL8Yl .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH3jOL8Yl .nav-link,
.cid-uYH3jOL8Yl .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH3jO7zYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH3jO7zYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3jO7zYX .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-uYH3jO7zYX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3jO7zYX .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3jO7zYX .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH3jO7zYX .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH3jO7zYX .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3jO7zYX .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH3jO7zYX .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH3jO7zYX .mbr-label {
  color: #ffffff;
}
.cid-uYH3jO7zYX .mbr-section-title {
  color: #ffffff;
}
.cid-uYH3jO7zYX label {
  color: #ffffff;
}
.cid-uYH3jO7zYX .mbr-section-title,
.cid-uYH3jO7zYX .title-wrapper {
  color: #acfe00;
}
.cid-uYH3jOuM07 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH3jOuM07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3jOuM07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3jOuM07 .row {
  justify-content: center;
}
.cid-uYH3jOuM07 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH3jOuM07 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3jOuM07 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3jOuM07 .item {
    margin-bottom: 16px;
  }
}
.cid-uYH3jOuM07 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH3jOuM07 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH3jOuM07 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH3jOuM07 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH3jOuM07 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3jOuM07 .card-title {
  color: #000000;
}
.cid-uYH3jOuM07 .mbr-section-title,
.cid-uYH3jOuM07 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH3jOuM07 .card-title,
.cid-uYH3jOuM07 .contact-wrapper {
  color: #000000;
}
.cid-uYH3jPbhXU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH3jPbhXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3jPbhXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3jPbhXU .row {
  justify-content: center;
}
.cid-uYH3jPbhXU .card {
  justify-content: center;
}
.cid-uYH3jPbhXU .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH3jPbhXU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3jPbhXU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH3jPbhXU .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH3jPbhXU .nav-wrapper .list .item-wrap:hover,
.cid-uYH3jPbhXU .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH3jPbhXU .list,
.cid-uYH3jPbhXU .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3qjCxyB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH3qjCxyB nav.navbar {
  position: fixed;
}
.cid-uYH3qjCxyB .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH3qjCxyB .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH3qjCxyB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3qjCxyB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH3qjCxyB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3qjCxyB .dropdown-item:hover,
.cid-uYH3qjCxyB .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3qjCxyB .dropdown-item:hover span {
  color: white;
}
.cid-uYH3qjCxyB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH3qjCxyB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH3qjCxyB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH3qjCxyB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH3qjCxyB .nav-link {
  position: relative;
}
.cid-uYH3qjCxyB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH3qjCxyB .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH3qjCxyB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH3qjCxyB .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH3qjCxyB .dropdown-menu,
.cid-uYH3qjCxyB .navbar.opened {
  background: #071705 !important;
}
.cid-uYH3qjCxyB .nav-item:focus,
.cid-uYH3qjCxyB .nav-link:focus {
  outline: none;
}
.cid-uYH3qjCxyB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH3qjCxyB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH3qjCxyB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH3qjCxyB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3qjCxyB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH3qjCxyB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH3qjCxyB .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3qjCxyB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH3qjCxyB .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH3qjCxyB .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH3qjCxyB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH3qjCxyB .navbar.collapsed {
  justify-content: center;
}
.cid-uYH3qjCxyB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH3qjCxyB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH3qjCxyB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH3qjCxyB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH3qjCxyB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH3qjCxyB .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-uYH3qjCxyB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH3qjCxyB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH3qjCxyB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH3qjCxyB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH3qjCxyB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH3qjCxyB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH3qjCxyB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH3qjCxyB .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-uYH3qjCxyB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH3qjCxyB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH3qjCxyB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH3qjCxyB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH3qjCxyB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH3qjCxyB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH3qjCxyB .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH3qjCxyB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH3qjCxyB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH3qjCxyB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH3qjCxyB .navbar-brand .navbar-caption:hover,
.cid-uYH3qjCxyB .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3qjCxyB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH3qjCxyB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH3qjCxyB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3qjCxyB .dropdown-item.active,
.cid-uYH3qjCxyB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH3qjCxyB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH3qjCxyB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH3qjCxyB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH3qjCxyB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH3qjCxyB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH3qjCxyB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH3qjCxyB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH3qjCxyB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH3qjCxyB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH3qjCxyB .navbar-buttons {
  text-align: center;
}
.cid-uYH3qjCxyB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH3qjCxyB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH3qjCxyB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH3qjCxyB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3qjCxyB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH3qjCxyB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH3qjCxyB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3qjCxyB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3qjCxyB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH3qjCxyB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3qjCxyB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH3qjCxyB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH3qjCxyB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3qjCxyB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH3qjCxyB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH3qjCxyB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH3qjCxyB .navbar {
    height: 70px;
  }
  .cid-uYH3qjCxyB .navbar.opened {
    height: auto;
  }
  .cid-uYH3qjCxyB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH3qjCxyB .navbar-nav {
  margin: 0 auto;
}
.cid-uYH3qjCxyB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH3qjCxyB .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH3qjCxyB .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH3qjCxyB .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH3qjCxyB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH3qjCxyB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH3qjCxyB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH3qjCxyB .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH3qjCxyB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH3qjCxyB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH3qjCxyB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH3qjCxyB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH3qjCxyB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH3qjCxyB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH3qjCxyB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH3qjCxyB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH3qjCxyB .content-wrap {
  min-height: 110px;
}
.cid-uYH3qjCxyB .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH3qjCxyB .nav-link,
.cid-uYH3qjCxyB .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH3qj0f2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH3qj0f2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3qj0f2y .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-uYH3qj0f2y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3qj0f2y .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3qj0f2y .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH3qj0f2y .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH3qj0f2y .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3qj0f2y .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH3qj0f2y .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH3qj0f2y .mbr-label {
  color: #ffffff;
}
.cid-uYH3qj0f2y .mbr-section-title {
  color: #ffffff;
}
.cid-uYH3qj0f2y label {
  color: #ffffff;
}
.cid-uYH3qj0f2y .mbr-section-title,
.cid-uYH3qj0f2y .title-wrapper {
  color: #acfe00;
}
.cid-uYH3qjmQGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH3qjmQGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3qjmQGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3qjmQGq .row {
  justify-content: center;
}
.cid-uYH3qjmQGq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH3qjmQGq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3qjmQGq .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3qjmQGq .item {
    margin-bottom: 16px;
  }
}
.cid-uYH3qjmQGq .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH3qjmQGq .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH3qjmQGq .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH3qjmQGq .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH3qjmQGq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3qjmQGq .card-title {
  color: #000000;
}
.cid-uYH3qjmQGq .mbr-section-title,
.cid-uYH3qjmQGq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH3qjmQGq .card-title,
.cid-uYH3qjmQGq .contact-wrapper {
  color: #000000;
}
.cid-uYH3qjZuuk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH3qjZuuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3qjZuuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3qjZuuk .row {
  justify-content: center;
}
.cid-uYH3qjZuuk .card {
  justify-content: center;
}
.cid-uYH3qjZuuk .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH3qjZuuk .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3qjZuuk .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH3qjZuuk .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH3qjZuuk .nav-wrapper .list .item-wrap:hover,
.cid-uYH3qjZuuk .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH3qjZuuk .list,
.cid-uYH3qjZuuk .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3x9ReRK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH3x9ReRK nav.navbar {
  position: fixed;
}
.cid-uYH3x9ReRK .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH3x9ReRK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH3x9ReRK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3x9ReRK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH3x9ReRK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3x9ReRK .dropdown-item:hover,
.cid-uYH3x9ReRK .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3x9ReRK .dropdown-item:hover span {
  color: white;
}
.cid-uYH3x9ReRK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH3x9ReRK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH3x9ReRK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH3x9ReRK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH3x9ReRK .nav-link {
  position: relative;
}
.cid-uYH3x9ReRK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH3x9ReRK .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH3x9ReRK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH3x9ReRK .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH3x9ReRK .dropdown-menu,
.cid-uYH3x9ReRK .navbar.opened {
  background: #071705 !important;
}
.cid-uYH3x9ReRK .nav-item:focus,
.cid-uYH3x9ReRK .nav-link:focus {
  outline: none;
}
.cid-uYH3x9ReRK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH3x9ReRK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH3x9ReRK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH3x9ReRK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3x9ReRK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH3x9ReRK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH3x9ReRK .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3x9ReRK .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH3x9ReRK .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH3x9ReRK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH3x9ReRK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH3x9ReRK .navbar.collapsed {
  justify-content: center;
}
.cid-uYH3x9ReRK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH3x9ReRK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH3x9ReRK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH3x9ReRK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH3x9ReRK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH3x9ReRK .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-uYH3x9ReRK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH3x9ReRK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH3x9ReRK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH3x9ReRK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH3x9ReRK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH3x9ReRK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH3x9ReRK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH3x9ReRK .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-uYH3x9ReRK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH3x9ReRK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH3x9ReRK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH3x9ReRK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH3x9ReRK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH3x9ReRK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH3x9ReRK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH3x9ReRK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH3x9ReRK .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH3x9ReRK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH3x9ReRK .navbar-brand .navbar-caption:hover,
.cid-uYH3x9ReRK .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3x9ReRK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH3x9ReRK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH3x9ReRK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3x9ReRK .dropdown-item.active,
.cid-uYH3x9ReRK .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH3x9ReRK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH3x9ReRK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH3x9ReRK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH3x9ReRK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH3x9ReRK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH3x9ReRK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH3x9ReRK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH3x9ReRK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH3x9ReRK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH3x9ReRK .navbar-buttons {
  text-align: center;
}
.cid-uYH3x9ReRK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH3x9ReRK .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH3x9ReRK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH3x9ReRK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3x9ReRK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH3x9ReRK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH3x9ReRK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3x9ReRK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3x9ReRK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH3x9ReRK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3x9ReRK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH3x9ReRK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH3x9ReRK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3x9ReRK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH3x9ReRK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH3x9ReRK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH3x9ReRK .navbar {
    height: 70px;
  }
  .cid-uYH3x9ReRK .navbar.opened {
    height: auto;
  }
  .cid-uYH3x9ReRK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH3x9ReRK .navbar-nav {
  margin: 0 auto;
}
.cid-uYH3x9ReRK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH3x9ReRK .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH3x9ReRK .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH3x9ReRK .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH3x9ReRK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH3x9ReRK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH3x9ReRK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH3x9ReRK .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH3x9ReRK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH3x9ReRK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH3x9ReRK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH3x9ReRK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH3x9ReRK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH3x9ReRK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH3x9ReRK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH3x9ReRK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH3x9ReRK .content-wrap {
  min-height: 110px;
}
.cid-uYH3x9ReRK .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH3x9ReRK .nav-link,
.cid-uYH3x9ReRK .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH3x9dyCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH3x9dyCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3x9dyCZ .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-uYH3x9dyCZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3x9dyCZ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3x9dyCZ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH3x9dyCZ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH3x9dyCZ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3x9dyCZ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH3x9dyCZ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH3x9dyCZ .mbr-label {
  color: #ffffff;
}
.cid-uYH3x9dyCZ .mbr-section-title {
  color: #ffffff;
}
.cid-uYH3x9dyCZ label {
  color: #ffffff;
}
.cid-uYH3x9dyCZ .mbr-section-title,
.cid-uYH3x9dyCZ .title-wrapper {
  color: #acfe00;
}
.cid-uYH3x9zOO3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH3x9zOO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3x9zOO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3x9zOO3 .row {
  justify-content: center;
}
.cid-uYH3x9zOO3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH3x9zOO3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3x9zOO3 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3x9zOO3 .item {
    margin-bottom: 16px;
  }
}
.cid-uYH3x9zOO3 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH3x9zOO3 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH3x9zOO3 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH3x9zOO3 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH3x9zOO3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3x9zOO3 .card-title {
  color: #000000;
}
.cid-uYH3x9zOO3 .mbr-section-title,
.cid-uYH3x9zOO3 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH3x9zOO3 .card-title,
.cid-uYH3x9zOO3 .contact-wrapper {
  color: #000000;
}
.cid-uYH3xahPtW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH3xahPtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3xahPtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3xahPtW .row {
  justify-content: center;
}
.cid-uYH3xahPtW .card {
  justify-content: center;
}
.cid-uYH3xahPtW .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH3xahPtW .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3xahPtW .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH3xahPtW .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH3xahPtW .nav-wrapper .list .item-wrap:hover,
.cid-uYH3xahPtW .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH3xahPtW .list,
.cid-uYH3xahPtW .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3FEY5bG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH3FEY5bG nav.navbar {
  position: fixed;
}
.cid-uYH3FEY5bG .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH3FEY5bG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH3FEY5bG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3FEY5bG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH3FEY5bG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3FEY5bG .dropdown-item:hover,
.cid-uYH3FEY5bG .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH3FEY5bG .dropdown-item:hover span {
  color: white;
}
.cid-uYH3FEY5bG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH3FEY5bG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH3FEY5bG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH3FEY5bG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH3FEY5bG .nav-link {
  position: relative;
}
.cid-uYH3FEY5bG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH3FEY5bG .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH3FEY5bG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH3FEY5bG .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH3FEY5bG .dropdown-menu,
.cid-uYH3FEY5bG .navbar.opened {
  background: #071705 !important;
}
.cid-uYH3FEY5bG .nav-item:focus,
.cid-uYH3FEY5bG .nav-link:focus {
  outline: none;
}
.cid-uYH3FEY5bG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH3FEY5bG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH3FEY5bG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH3FEY5bG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH3FEY5bG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH3FEY5bG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH3FEY5bG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3FEY5bG .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH3FEY5bG .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH3FEY5bG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH3FEY5bG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH3FEY5bG .navbar.collapsed {
  justify-content: center;
}
.cid-uYH3FEY5bG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH3FEY5bG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH3FEY5bG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH3FEY5bG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH3FEY5bG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH3FEY5bG .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-uYH3FEY5bG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH3FEY5bG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH3FEY5bG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH3FEY5bG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH3FEY5bG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH3FEY5bG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH3FEY5bG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH3FEY5bG .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-uYH3FEY5bG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH3FEY5bG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH3FEY5bG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH3FEY5bG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH3FEY5bG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH3FEY5bG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH3FEY5bG .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH3FEY5bG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH3FEY5bG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH3FEY5bG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH3FEY5bG .navbar-brand .navbar-caption:hover,
.cid-uYH3FEY5bG .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3FEY5bG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH3FEY5bG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH3FEY5bG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH3FEY5bG .dropdown-item.active,
.cid-uYH3FEY5bG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH3FEY5bG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH3FEY5bG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH3FEY5bG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH3FEY5bG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH3FEY5bG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH3FEY5bG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH3FEY5bG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH3FEY5bG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH3FEY5bG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH3FEY5bG .navbar-buttons {
  text-align: center;
}
.cid-uYH3FEY5bG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH3FEY5bG .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH3FEY5bG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH3FEY5bG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH3FEY5bG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH3FEY5bG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH3FEY5bG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3FEY5bG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH3FEY5bG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH3FEY5bG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3FEY5bG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH3FEY5bG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH3FEY5bG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH3FEY5bG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH3FEY5bG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH3FEY5bG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH3FEY5bG .navbar {
    height: 70px;
  }
  .cid-uYH3FEY5bG .navbar.opened {
    height: auto;
  }
  .cid-uYH3FEY5bG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH3FEY5bG .navbar-nav {
  margin: 0 auto;
}
.cid-uYH3FEY5bG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH3FEY5bG .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH3FEY5bG .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH3FEY5bG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH3FEY5bG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH3FEY5bG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH3FEY5bG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH3FEY5bG .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH3FEY5bG .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH3FEY5bG .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH3FEY5bG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH3FEY5bG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH3FEY5bG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH3FEY5bG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH3FEY5bG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH3FEY5bG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH3FEY5bG .content-wrap {
  min-height: 110px;
}
.cid-uYH3FEY5bG .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH3FEY5bG .nav-link,
.cid-uYH3FEY5bG .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH3FEjFpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH3FEjFpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3FEjFpQ .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-uYH3FEjFpQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3FEjFpQ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3FEjFpQ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH3FEjFpQ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH3FEjFpQ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3FEjFpQ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH3FEjFpQ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH3FEjFpQ .mbr-label {
  color: #ffffff;
}
.cid-uYH3FEjFpQ .mbr-section-title {
  color: #ffffff;
}
.cid-uYH3FEjFpQ label {
  color: #ffffff;
}
.cid-uYH3FEjFpQ .mbr-section-title,
.cid-uYH3FEjFpQ .title-wrapper {
  color: #acfe00;
}
.cid-uYH3FEHFNY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH3FEHFNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3FEHFNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3FEHFNY .row {
  justify-content: center;
}
.cid-uYH3FEHFNY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH3FEHFNY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3FEHFNY .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH3FEHFNY .item {
    margin-bottom: 16px;
  }
}
.cid-uYH3FEHFNY .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH3FEHFNY .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH3FEHFNY .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH3FEHFNY .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH3FEHFNY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH3FEHFNY .card-title {
  color: #000000;
}
.cid-uYH3FEHFNY .mbr-section-title,
.cid-uYH3FEHFNY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH3FEHFNY .card-title,
.cid-uYH3FEHFNY .contact-wrapper {
  color: #000000;
}
.cid-uYH3FFnukc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH3FFnukc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH3FFnukc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH3FFnukc .row {
  justify-content: center;
}
.cid-uYH3FFnukc .card {
  justify-content: center;
}
.cid-uYH3FFnukc .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH3FFnukc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH3FFnukc .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH3FFnukc .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH3FFnukc .nav-wrapper .list .item-wrap:hover,
.cid-uYH3FFnukc .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH3FFnukc .list,
.cid-uYH3FFnukc .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH42kRtm3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH42kRtm3 nav.navbar {
  position: fixed;
}
.cid-uYH42kRtm3 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH42kRtm3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH42kRtm3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH42kRtm3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH42kRtm3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH42kRtm3 .dropdown-item:hover,
.cid-uYH42kRtm3 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH42kRtm3 .dropdown-item:hover span {
  color: white;
}
.cid-uYH42kRtm3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH42kRtm3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH42kRtm3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH42kRtm3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH42kRtm3 .nav-link {
  position: relative;
}
.cid-uYH42kRtm3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH42kRtm3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH42kRtm3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH42kRtm3 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH42kRtm3 .dropdown-menu,
.cid-uYH42kRtm3 .navbar.opened {
  background: #071705 !important;
}
.cid-uYH42kRtm3 .nav-item:focus,
.cid-uYH42kRtm3 .nav-link:focus {
  outline: none;
}
.cid-uYH42kRtm3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH42kRtm3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH42kRtm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH42kRtm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH42kRtm3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH42kRtm3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH42kRtm3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH42kRtm3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH42kRtm3 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH42kRtm3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH42kRtm3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH42kRtm3 .navbar.collapsed {
  justify-content: center;
}
.cid-uYH42kRtm3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH42kRtm3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH42kRtm3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH42kRtm3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH42kRtm3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH42kRtm3 .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-uYH42kRtm3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH42kRtm3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH42kRtm3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH42kRtm3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH42kRtm3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH42kRtm3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH42kRtm3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH42kRtm3 .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-uYH42kRtm3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH42kRtm3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH42kRtm3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH42kRtm3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH42kRtm3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH42kRtm3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH42kRtm3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH42kRtm3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH42kRtm3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH42kRtm3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH42kRtm3 .navbar-brand .navbar-caption:hover,
.cid-uYH42kRtm3 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH42kRtm3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH42kRtm3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH42kRtm3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH42kRtm3 .dropdown-item.active,
.cid-uYH42kRtm3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH42kRtm3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH42kRtm3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH42kRtm3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH42kRtm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH42kRtm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH42kRtm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH42kRtm3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH42kRtm3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH42kRtm3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH42kRtm3 .navbar-buttons {
  text-align: center;
}
.cid-uYH42kRtm3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH42kRtm3 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH42kRtm3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH42kRtm3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH42kRtm3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH42kRtm3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH42kRtm3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH42kRtm3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH42kRtm3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH42kRtm3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH42kRtm3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH42kRtm3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH42kRtm3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH42kRtm3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH42kRtm3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH42kRtm3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH42kRtm3 .navbar {
    height: 70px;
  }
  .cid-uYH42kRtm3 .navbar.opened {
    height: auto;
  }
  .cid-uYH42kRtm3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH42kRtm3 .navbar-nav {
  margin: 0 auto;
}
.cid-uYH42kRtm3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH42kRtm3 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH42kRtm3 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH42kRtm3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH42kRtm3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH42kRtm3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH42kRtm3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH42kRtm3 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH42kRtm3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH42kRtm3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH42kRtm3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH42kRtm3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH42kRtm3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH42kRtm3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH42kRtm3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH42kRtm3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH42kRtm3 .content-wrap {
  min-height: 110px;
}
.cid-uYH42kRtm3 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH42kRtm3 .nav-link,
.cid-uYH42kRtm3 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH42k6eEg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH42k6eEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH42k6eEg .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-uYH42k6eEg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH42k6eEg .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH42k6eEg .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH42k6eEg .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH42k6eEg .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH42k6eEg .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH42k6eEg .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH42k6eEg .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH42k6eEg .mbr-label {
  color: #ffffff;
}
.cid-uYH42k6eEg .mbr-section-title {
  color: #ffffff;
}
.cid-uYH42k6eEg label {
  color: #ffffff;
}
.cid-uYH42k6eEg .mbr-section-title,
.cid-uYH42k6eEg .title-wrapper {
  color: #acfe00;
}
.cid-uYH42ktdM3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH42ktdM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH42ktdM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH42ktdM3 .row {
  justify-content: center;
}
.cid-uYH42ktdM3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH42ktdM3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH42ktdM3 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH42ktdM3 .item {
    margin-bottom: 16px;
  }
}
.cid-uYH42ktdM3 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH42ktdM3 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH42ktdM3 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH42ktdM3 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH42ktdM3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH42ktdM3 .card-title {
  color: #000000;
}
.cid-uYH42ktdM3 .mbr-section-title,
.cid-uYH42ktdM3 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH42ktdM3 .card-title,
.cid-uYH42ktdM3 .contact-wrapper {
  color: #000000;
}
.cid-uYH42liwlN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH42liwlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH42liwlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH42liwlN .row {
  justify-content: center;
}
.cid-uYH42liwlN .card {
  justify-content: center;
}
.cid-uYH42liwlN .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH42liwlN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH42liwlN .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH42liwlN .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH42liwlN .nav-wrapper .list .item-wrap:hover,
.cid-uYH42liwlN .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH42liwlN .list,
.cid-uYH42liwlN .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH490ps0u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH490ps0u nav.navbar {
  position: fixed;
}
.cid-uYH490ps0u .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH490ps0u .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH490ps0u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH490ps0u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH490ps0u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH490ps0u .dropdown-item:hover,
.cid-uYH490ps0u .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH490ps0u .dropdown-item:hover span {
  color: white;
}
.cid-uYH490ps0u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH490ps0u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH490ps0u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH490ps0u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH490ps0u .nav-link {
  position: relative;
}
.cid-uYH490ps0u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH490ps0u .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH490ps0u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH490ps0u .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH490ps0u .dropdown-menu,
.cid-uYH490ps0u .navbar.opened {
  background: #071705 !important;
}
.cid-uYH490ps0u .nav-item:focus,
.cid-uYH490ps0u .nav-link:focus {
  outline: none;
}
.cid-uYH490ps0u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH490ps0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH490ps0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH490ps0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH490ps0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH490ps0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH490ps0u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH490ps0u .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH490ps0u .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH490ps0u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH490ps0u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH490ps0u .navbar.collapsed {
  justify-content: center;
}
.cid-uYH490ps0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH490ps0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH490ps0u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH490ps0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH490ps0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH490ps0u .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-uYH490ps0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH490ps0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH490ps0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH490ps0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH490ps0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH490ps0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH490ps0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH490ps0u .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-uYH490ps0u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH490ps0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH490ps0u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH490ps0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH490ps0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH490ps0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH490ps0u .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH490ps0u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH490ps0u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH490ps0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH490ps0u .navbar-brand .navbar-caption:hover,
.cid-uYH490ps0u .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH490ps0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH490ps0u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH490ps0u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH490ps0u .dropdown-item.active,
.cid-uYH490ps0u .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH490ps0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH490ps0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH490ps0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH490ps0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH490ps0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH490ps0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH490ps0u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH490ps0u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH490ps0u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH490ps0u .navbar-buttons {
  text-align: center;
}
.cid-uYH490ps0u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH490ps0u .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH490ps0u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH490ps0u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH490ps0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH490ps0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH490ps0u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH490ps0u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH490ps0u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH490ps0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH490ps0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH490ps0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH490ps0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH490ps0u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH490ps0u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH490ps0u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH490ps0u .navbar {
    height: 70px;
  }
  .cid-uYH490ps0u .navbar.opened {
    height: auto;
  }
  .cid-uYH490ps0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH490ps0u .navbar-nav {
  margin: 0 auto;
}
.cid-uYH490ps0u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH490ps0u .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH490ps0u .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH490ps0u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH490ps0u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH490ps0u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH490ps0u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH490ps0u .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH490ps0u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH490ps0u .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH490ps0u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH490ps0u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH490ps0u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH490ps0u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH490ps0u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH490ps0u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH490ps0u .content-wrap {
  min-height: 110px;
}
.cid-uYH490ps0u .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH490ps0u .nav-link,
.cid-uYH490ps0u .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH48ZJdxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH48ZJdxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH48ZJdxu .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-uYH48ZJdxu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH48ZJdxu .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH48ZJdxu .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH48ZJdxu .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH48ZJdxu .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH48ZJdxu .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH48ZJdxu .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH48ZJdxu .mbr-label {
  color: #ffffff;
}
.cid-uYH48ZJdxu .mbr-section-title {
  color: #ffffff;
}
.cid-uYH48ZJdxu label {
  color: #ffffff;
}
.cid-uYH48ZJdxu .mbr-section-title,
.cid-uYH48ZJdxu .title-wrapper {
  color: #acfe00;
}
.cid-uYH4905c9n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH4905c9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH4905c9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH4905c9n .row {
  justify-content: center;
}
.cid-uYH4905c9n .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH4905c9n .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH4905c9n .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH4905c9n .item {
    margin-bottom: 16px;
  }
}
.cid-uYH4905c9n .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH4905c9n .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH4905c9n .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH4905c9n .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH4905c9n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH4905c9n .card-title {
  color: #000000;
}
.cid-uYH4905c9n .mbr-section-title,
.cid-uYH4905c9n .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH4905c9n .card-title,
.cid-uYH4905c9n .contact-wrapper {
  color: #000000;
}
.cid-uYH490NhRB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH490NhRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH490NhRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH490NhRB .row {
  justify-content: center;
}
.cid-uYH490NhRB .card {
  justify-content: center;
}
.cid-uYH490NhRB .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH490NhRB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH490NhRB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH490NhRB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH490NhRB .nav-wrapper .list .item-wrap:hover,
.cid-uYH490NhRB .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH490NhRB .list,
.cid-uYH490NhRB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYH4j2r77h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYH4j2r77h nav.navbar {
  position: fixed;
}
.cid-uYH4j2r77h .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYH4j2r77h .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYH4j2r77h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH4j2r77h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYH4j2r77h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH4j2r77h .dropdown-item:hover,
.cid-uYH4j2r77h .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYH4j2r77h .dropdown-item:hover span {
  color: white;
}
.cid-uYH4j2r77h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYH4j2r77h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYH4j2r77h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYH4j2r77h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYH4j2r77h .nav-link {
  position: relative;
}
.cid-uYH4j2r77h .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYH4j2r77h .container {
    flex-wrap: nowrap;
  }
}
.cid-uYH4j2r77h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYH4j2r77h .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYH4j2r77h .dropdown-menu,
.cid-uYH4j2r77h .navbar.opened {
  background: #071705 !important;
}
.cid-uYH4j2r77h .nav-item:focus,
.cid-uYH4j2r77h .nav-link:focus {
  outline: none;
}
.cid-uYH4j2r77h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYH4j2r77h .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYH4j2r77h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYH4j2r77h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYH4j2r77h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYH4j2r77h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYH4j2r77h .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH4j2r77h .navbar.opened {
  transition: all 0.3s;
}
.cid-uYH4j2r77h .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYH4j2r77h .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYH4j2r77h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYH4j2r77h .navbar.collapsed {
  justify-content: center;
}
.cid-uYH4j2r77h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYH4j2r77h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYH4j2r77h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYH4j2r77h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYH4j2r77h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYH4j2r77h .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-uYH4j2r77h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYH4j2r77h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYH4j2r77h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYH4j2r77h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYH4j2r77h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYH4j2r77h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYH4j2r77h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYH4j2r77h .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-uYH4j2r77h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYH4j2r77h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYH4j2r77h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYH4j2r77h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYH4j2r77h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYH4j2r77h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYH4j2r77h .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYH4j2r77h .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYH4j2r77h .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYH4j2r77h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYH4j2r77h .navbar-brand .navbar-caption:hover,
.cid-uYH4j2r77h .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH4j2r77h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYH4j2r77h .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYH4j2r77h .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYH4j2r77h .dropdown-item.active,
.cid-uYH4j2r77h .dropdown-item:active {
  background-color: transparent;
}
.cid-uYH4j2r77h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYH4j2r77h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYH4j2r77h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYH4j2r77h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYH4j2r77h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYH4j2r77h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYH4j2r77h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYH4j2r77h ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYH4j2r77h ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYH4j2r77h .navbar-buttons {
  text-align: center;
}
.cid-uYH4j2r77h .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYH4j2r77h .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYH4j2r77h .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYH4j2r77h button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYH4j2r77h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYH4j2r77h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYH4j2r77h button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH4j2r77h button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYH4j2r77h button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYH4j2r77h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH4j2r77h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYH4j2r77h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYH4j2r77h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYH4j2r77h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYH4j2r77h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYH4j2r77h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYH4j2r77h .navbar {
    height: 70px;
  }
  .cid-uYH4j2r77h .navbar.opened {
    height: auto;
  }
  .cid-uYH4j2r77h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYH4j2r77h .navbar-nav {
  margin: 0 auto;
}
.cid-uYH4j2r77h .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYH4j2r77h .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYH4j2r77h .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYH4j2r77h .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYH4j2r77h .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYH4j2r77h .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYH4j2r77h .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYH4j2r77h .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYH4j2r77h .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYH4j2r77h .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYH4j2r77h .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYH4j2r77h .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYH4j2r77h .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYH4j2r77h .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYH4j2r77h .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYH4j2r77h .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYH4j2r77h .content-wrap {
  min-height: 110px;
}
.cid-uYH4j2r77h .navbar-caption {
  color: #FFFFFF;
}
.cid-uYH4j2r77h .nav-link,
.cid-uYH4j2r77h .dropdown-item {
  color: #FFFFFF;
}
.cid-uYH4j1xW4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYH4j1xW4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH4j1xW4O .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-uYH4j1xW4O .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH4j1xW4O .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH4j1xW4O .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYH4j1xW4O .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYH4j1xW4O .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYH4j1xW4O .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYH4j1xW4O .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYH4j1xW4O .mbr-label {
  color: #ffffff;
}
.cid-uYH4j1xW4O .mbr-section-title {
  color: #ffffff;
}
.cid-uYH4j1xW4O label {
  color: #ffffff;
}
.cid-uYH4j1xW4O .mbr-section-title,
.cid-uYH4j1xW4O .title-wrapper {
  color: #acfe00;
}
.cid-uYH4j215po {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYH4j215po .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH4j215po .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH4j215po .row {
  justify-content: center;
}
.cid-uYH4j215po .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYH4j215po .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH4j215po .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYH4j215po .item {
    margin-bottom: 16px;
  }
}
.cid-uYH4j215po .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYH4j215po .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYH4j215po .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYH4j215po .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYH4j215po .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYH4j215po .card-title {
  color: #000000;
}
.cid-uYH4j215po .mbr-section-title,
.cid-uYH4j215po .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYH4j215po .card-title,
.cid-uYH4j215po .contact-wrapper {
  color: #000000;
}
.cid-uYH4j37urV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYH4j37urV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYH4j37urV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYH4j37urV .row {
  justify-content: center;
}
.cid-uYH4j37urV .card {
  justify-content: center;
}
.cid-uYH4j37urV .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYH4j37urV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYH4j37urV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYH4j37urV .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYH4j37urV .nav-wrapper .list .item-wrap:hover,
.cid-uYH4j37urV .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYH4j37urV .list,
.cid-uYH4j37urV .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHJaBpsFE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHJaBpsFE nav.navbar {
  position: fixed;
}
.cid-uYHJaBpsFE .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHJaBpsFE .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHJaBpsFE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHJaBpsFE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHJaBpsFE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHJaBpsFE .dropdown-item:hover,
.cid-uYHJaBpsFE .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHJaBpsFE .dropdown-item:hover span {
  color: white;
}
.cid-uYHJaBpsFE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHJaBpsFE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHJaBpsFE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHJaBpsFE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHJaBpsFE .nav-link {
  position: relative;
}
.cid-uYHJaBpsFE .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHJaBpsFE .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHJaBpsFE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHJaBpsFE .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHJaBpsFE .dropdown-menu,
.cid-uYHJaBpsFE .navbar.opened {
  background: #071705 !important;
}
.cid-uYHJaBpsFE .nav-item:focus,
.cid-uYHJaBpsFE .nav-link:focus {
  outline: none;
}
.cid-uYHJaBpsFE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHJaBpsFE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHJaBpsFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHJaBpsFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHJaBpsFE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHJaBpsFE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHJaBpsFE .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHJaBpsFE .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHJaBpsFE .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHJaBpsFE .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHJaBpsFE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHJaBpsFE .navbar.collapsed {
  justify-content: center;
}
.cid-uYHJaBpsFE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHJaBpsFE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHJaBpsFE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHJaBpsFE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHJaBpsFE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHJaBpsFE .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-uYHJaBpsFE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHJaBpsFE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHJaBpsFE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHJaBpsFE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHJaBpsFE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHJaBpsFE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHJaBpsFE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHJaBpsFE .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-uYHJaBpsFE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHJaBpsFE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHJaBpsFE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHJaBpsFE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHJaBpsFE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHJaBpsFE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHJaBpsFE .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHJaBpsFE .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHJaBpsFE .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHJaBpsFE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHJaBpsFE .navbar-brand .navbar-caption:hover,
.cid-uYHJaBpsFE .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHJaBpsFE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHJaBpsFE .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHJaBpsFE .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHJaBpsFE .dropdown-item.active,
.cid-uYHJaBpsFE .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHJaBpsFE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHJaBpsFE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHJaBpsFE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHJaBpsFE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHJaBpsFE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHJaBpsFE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHJaBpsFE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHJaBpsFE ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHJaBpsFE ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHJaBpsFE .navbar-buttons {
  text-align: center;
}
.cid-uYHJaBpsFE .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHJaBpsFE .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHJaBpsFE .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHJaBpsFE button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHJaBpsFE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHJaBpsFE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHJaBpsFE button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHJaBpsFE button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHJaBpsFE button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHJaBpsFE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHJaBpsFE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHJaBpsFE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHJaBpsFE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHJaBpsFE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHJaBpsFE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHJaBpsFE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHJaBpsFE .navbar {
    height: 70px;
  }
  .cid-uYHJaBpsFE .navbar.opened {
    height: auto;
  }
  .cid-uYHJaBpsFE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHJaBpsFE .navbar-nav {
  margin: 0 auto;
}
.cid-uYHJaBpsFE .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHJaBpsFE .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHJaBpsFE .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHJaBpsFE .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHJaBpsFE .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHJaBpsFE .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHJaBpsFE .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHJaBpsFE .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHJaBpsFE .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHJaBpsFE .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHJaBpsFE .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHJaBpsFE .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHJaBpsFE .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHJaBpsFE .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHJaBpsFE .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHJaBpsFE .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHJaBpsFE .content-wrap {
  min-height: 110px;
}
.cid-uYHJaBpsFE .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHJaBpsFE .nav-link,
.cid-uYHJaBpsFE .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHJaAAuqO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHJaAAuqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHJaAAuqO .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-uYHJaAAuqO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHJaAAuqO .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHJaAAuqO .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHJaAAuqO .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHJaAAuqO .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHJaAAuqO .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHJaAAuqO .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHJaAAuqO .mbr-label {
  color: #ffffff;
}
.cid-uYHJaAAuqO .mbr-section-title {
  color: #ffffff;
}
.cid-uYHJaAAuqO label {
  color: #ffffff;
}
.cid-uYHJaAAuqO .mbr-section-title,
.cid-uYHJaAAuqO .title-wrapper {
  color: #ffffff;
}
.cid-uYHJaB6Vpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHJaB6Vpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHJaB6Vpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHJaB6Vpp .row {
  justify-content: center;
}
.cid-uYHJaB6Vpp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHJaB6Vpp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHJaB6Vpp .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHJaB6Vpp .item {
    margin-bottom: 16px;
  }
}
.cid-uYHJaB6Vpp .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHJaB6Vpp .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHJaB6Vpp .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHJaB6Vpp .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHJaB6Vpp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHJaB6Vpp .card-title {
  color: #000000;
}
.cid-uYHJaB6Vpp .mbr-section-title,
.cid-uYHJaB6Vpp .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHJaB6Vpp .card-title,
.cid-uYHJaB6Vpp .contact-wrapper {
  color: #000000;
}
.cid-uYHJaBYvfb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHJaBYvfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHJaBYvfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHJaBYvfb .row {
  justify-content: center;
}
.cid-uYHJaBYvfb .card {
  justify-content: center;
}
.cid-uYHJaBYvfb .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHJaBYvfb .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHJaBYvfb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHJaBYvfb .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHJaBYvfb .nav-wrapper .list .item-wrap:hover,
.cid-uYHJaBYvfb .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHJaBYvfb .list,
.cid-uYHJaBYvfb .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHLpygD5C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHLpygD5C nav.navbar {
  position: fixed;
}
.cid-uYHLpygD5C .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHLpygD5C .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHLpygD5C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHLpygD5C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHLpygD5C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHLpygD5C .dropdown-item:hover,
.cid-uYHLpygD5C .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHLpygD5C .dropdown-item:hover span {
  color: white;
}
.cid-uYHLpygD5C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHLpygD5C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHLpygD5C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHLpygD5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHLpygD5C .nav-link {
  position: relative;
}
.cid-uYHLpygD5C .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHLpygD5C .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHLpygD5C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHLpygD5C .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHLpygD5C .dropdown-menu,
.cid-uYHLpygD5C .navbar.opened {
  background: #071705 !important;
}
.cid-uYHLpygD5C .nav-item:focus,
.cid-uYHLpygD5C .nav-link:focus {
  outline: none;
}
.cid-uYHLpygD5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHLpygD5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHLpygD5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHLpygD5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHLpygD5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHLpygD5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHLpygD5C .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHLpygD5C .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHLpygD5C .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHLpygD5C .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHLpygD5C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHLpygD5C .navbar.collapsed {
  justify-content: center;
}
.cid-uYHLpygD5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHLpygD5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHLpygD5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHLpygD5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHLpygD5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHLpygD5C .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-uYHLpygD5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHLpygD5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHLpygD5C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHLpygD5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHLpygD5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHLpygD5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHLpygD5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHLpygD5C .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-uYHLpygD5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHLpygD5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHLpygD5C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHLpygD5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHLpygD5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHLpygD5C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHLpygD5C .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHLpygD5C .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHLpygD5C .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHLpygD5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHLpygD5C .navbar-brand .navbar-caption:hover,
.cid-uYHLpygD5C .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHLpygD5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHLpygD5C .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHLpygD5C .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHLpygD5C .dropdown-item.active,
.cid-uYHLpygD5C .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHLpygD5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHLpygD5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHLpygD5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHLpygD5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHLpygD5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHLpygD5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHLpygD5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHLpygD5C ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHLpygD5C ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHLpygD5C .navbar-buttons {
  text-align: center;
}
.cid-uYHLpygD5C .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHLpygD5C .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHLpygD5C .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHLpygD5C button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHLpygD5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHLpygD5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHLpygD5C button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHLpygD5C button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHLpygD5C button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHLpygD5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHLpygD5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHLpygD5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHLpygD5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHLpygD5C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHLpygD5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHLpygD5C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHLpygD5C .navbar {
    height: 70px;
  }
  .cid-uYHLpygD5C .navbar.opened {
    height: auto;
  }
  .cid-uYHLpygD5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHLpygD5C .navbar-nav {
  margin: 0 auto;
}
.cid-uYHLpygD5C .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHLpygD5C .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHLpygD5C .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHLpygD5C .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHLpygD5C .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHLpygD5C .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHLpygD5C .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHLpygD5C .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHLpygD5C .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHLpygD5C .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHLpygD5C .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHLpygD5C .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHLpygD5C .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHLpygD5C .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHLpygD5C .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHLpygD5C .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHLpygD5C .content-wrap {
  min-height: 110px;
}
.cid-uYHLpygD5C .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHLpygD5C .nav-link,
.cid-uYHLpygD5C .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHLpxna13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHLpxna13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLpxna13 .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-uYHLpxna13 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLpxna13 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLpxna13 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHLpxna13 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHLpxna13 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHLpxna13 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLpxna13 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHLpxna13 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHLpxna13 .mbr-label {
  color: #ffffff;
}
.cid-uYHLpxna13 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHLpxna13 label {
  color: #ffffff;
}
.cid-uYHLpxna13 .mbr-section-title,
.cid-uYHLpxna13 .title-wrapper {
  color: #ffffff;
}
.cid-uYHLpxSdDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHLpxSdDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLpxSdDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHLpxSdDY .row {
  justify-content: center;
}
.cid-uYHLpxSdDY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHLpxSdDY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLpxSdDY .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLpxSdDY .item {
    margin-bottom: 16px;
  }
}
.cid-uYHLpxSdDY .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHLpxSdDY .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHLpxSdDY .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHLpxSdDY .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHLpxSdDY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHLpxSdDY .card-title {
  color: #000000;
}
.cid-uYHLpxSdDY .mbr-section-title,
.cid-uYHLpxSdDY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHLpxSdDY .card-title,
.cid-uYHLpxSdDY .contact-wrapper {
  color: #000000;
}
.cid-uYHLpyLbw8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHLpyLbw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLpyLbw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHLpyLbw8 .row {
  justify-content: center;
}
.cid-uYHLpyLbw8 .card {
  justify-content: center;
}
.cid-uYHLpyLbw8 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHLpyLbw8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLpyLbw8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHLpyLbw8 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHLpyLbw8 .nav-wrapper .list .item-wrap:hover,
.cid-uYHLpyLbw8 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHLpyLbw8 .list,
.cid-uYHLpyLbw8 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHLB4yKs9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHLB4yKs9 nav.navbar {
  position: fixed;
}
.cid-uYHLB4yKs9 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHLB4yKs9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHLB4yKs9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHLB4yKs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHLB4yKs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHLB4yKs9 .dropdown-item:hover,
.cid-uYHLB4yKs9 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHLB4yKs9 .dropdown-item:hover span {
  color: white;
}
.cid-uYHLB4yKs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHLB4yKs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHLB4yKs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHLB4yKs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHLB4yKs9 .nav-link {
  position: relative;
}
.cid-uYHLB4yKs9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHLB4yKs9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHLB4yKs9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHLB4yKs9 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHLB4yKs9 .dropdown-menu,
.cid-uYHLB4yKs9 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHLB4yKs9 .nav-item:focus,
.cid-uYHLB4yKs9 .nav-link:focus {
  outline: none;
}
.cid-uYHLB4yKs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHLB4yKs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHLB4yKs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHLB4yKs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHLB4yKs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHLB4yKs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHLB4yKs9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHLB4yKs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHLB4yKs9 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHLB4yKs9 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHLB4yKs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHLB4yKs9 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHLB4yKs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHLB4yKs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHLB4yKs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHLB4yKs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHLB4yKs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHLB4yKs9 .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-uYHLB4yKs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHLB4yKs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHLB4yKs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHLB4yKs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHLB4yKs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHLB4yKs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHLB4yKs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHLB4yKs9 .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-uYHLB4yKs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHLB4yKs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHLB4yKs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHLB4yKs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHLB4yKs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHLB4yKs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHLB4yKs9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHLB4yKs9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHLB4yKs9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHLB4yKs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHLB4yKs9 .navbar-brand .navbar-caption:hover,
.cid-uYHLB4yKs9 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHLB4yKs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHLB4yKs9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHLB4yKs9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHLB4yKs9 .dropdown-item.active,
.cid-uYHLB4yKs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHLB4yKs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHLB4yKs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHLB4yKs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHLB4yKs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHLB4yKs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHLB4yKs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHLB4yKs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHLB4yKs9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHLB4yKs9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHLB4yKs9 .navbar-buttons {
  text-align: center;
}
.cid-uYHLB4yKs9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHLB4yKs9 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHLB4yKs9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHLB4yKs9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHLB4yKs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHLB4yKs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHLB4yKs9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHLB4yKs9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHLB4yKs9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHLB4yKs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHLB4yKs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHLB4yKs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHLB4yKs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHLB4yKs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHLB4yKs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHLB4yKs9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHLB4yKs9 .navbar {
    height: 70px;
  }
  .cid-uYHLB4yKs9 .navbar.opened {
    height: auto;
  }
  .cid-uYHLB4yKs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHLB4yKs9 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHLB4yKs9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHLB4yKs9 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHLB4yKs9 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHLB4yKs9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHLB4yKs9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHLB4yKs9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHLB4yKs9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHLB4yKs9 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHLB4yKs9 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHLB4yKs9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHLB4yKs9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHLB4yKs9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHLB4yKs9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHLB4yKs9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHLB4yKs9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHLB4yKs9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHLB4yKs9 .content-wrap {
  min-height: 110px;
}
.cid-uYHLB4yKs9 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHLB4yKs9 .nav-link,
.cid-uYHLB4yKs9 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHLB2fipa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHLB2fipa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLB2fipa .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-uYHLB2fipa .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLB2fipa .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLB2fipa .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHLB2fipa .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHLB2fipa .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHLB2fipa .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLB2fipa .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHLB2fipa .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHLB2fipa .mbr-label {
  color: #ffffff;
}
.cid-uYHLB2fipa .mbr-section-title {
  color: #ffffff;
}
.cid-uYHLB2fipa label {
  color: #ffffff;
}
.cid-uYHLB2fipa .mbr-section-title,
.cid-uYHLB2fipa .title-wrapper {
  color: #ffffff;
}
.cid-uYHLB3MBBb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHLB3MBBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLB3MBBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHLB3MBBb .row {
  justify-content: center;
}
.cid-uYHLB3MBBb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHLB3MBBb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLB3MBBb .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLB3MBBb .item {
    margin-bottom: 16px;
  }
}
.cid-uYHLB3MBBb .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHLB3MBBb .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHLB3MBBb .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHLB3MBBb .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHLB3MBBb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHLB3MBBb .card-title {
  color: #000000;
}
.cid-uYHLB3MBBb .mbr-section-title,
.cid-uYHLB3MBBb .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHLB3MBBb .card-title,
.cid-uYHLB3MBBb .contact-wrapper {
  color: #000000;
}
.cid-uYHLB5wjoV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHLB5wjoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLB5wjoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHLB5wjoV .row {
  justify-content: center;
}
.cid-uYHLB5wjoV .card {
  justify-content: center;
}
.cid-uYHLB5wjoV .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHLB5wjoV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLB5wjoV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHLB5wjoV .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHLB5wjoV .nav-wrapper .list .item-wrap:hover,
.cid-uYHLB5wjoV .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHLB5wjoV .list,
.cid-uYHLB5wjoV .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHLLGWKCh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHLLGWKCh nav.navbar {
  position: fixed;
}
.cid-uYHLLGWKCh .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHLLGWKCh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHLLGWKCh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHLLGWKCh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHLLGWKCh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHLLGWKCh .dropdown-item:hover,
.cid-uYHLLGWKCh .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHLLGWKCh .dropdown-item:hover span {
  color: white;
}
.cid-uYHLLGWKCh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHLLGWKCh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHLLGWKCh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHLLGWKCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHLLGWKCh .nav-link {
  position: relative;
}
.cid-uYHLLGWKCh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHLLGWKCh .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHLLGWKCh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHLLGWKCh .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHLLGWKCh .dropdown-menu,
.cid-uYHLLGWKCh .navbar.opened {
  background: #071705 !important;
}
.cid-uYHLLGWKCh .nav-item:focus,
.cid-uYHLLGWKCh .nav-link:focus {
  outline: none;
}
.cid-uYHLLGWKCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHLLGWKCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHLLGWKCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHLLGWKCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHLLGWKCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHLLGWKCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHLLGWKCh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHLLGWKCh .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHLLGWKCh .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHLLGWKCh .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHLLGWKCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHLLGWKCh .navbar.collapsed {
  justify-content: center;
}
.cid-uYHLLGWKCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHLLGWKCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHLLGWKCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHLLGWKCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHLLGWKCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHLLGWKCh .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-uYHLLGWKCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHLLGWKCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHLLGWKCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHLLGWKCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHLLGWKCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHLLGWKCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHLLGWKCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHLLGWKCh .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-uYHLLGWKCh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHLLGWKCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHLLGWKCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHLLGWKCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHLLGWKCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHLLGWKCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHLLGWKCh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHLLGWKCh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHLLGWKCh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHLLGWKCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHLLGWKCh .navbar-brand .navbar-caption:hover,
.cid-uYHLLGWKCh .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHLLGWKCh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHLLGWKCh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHLLGWKCh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHLLGWKCh .dropdown-item.active,
.cid-uYHLLGWKCh .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHLLGWKCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHLLGWKCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHLLGWKCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHLLGWKCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHLLGWKCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHLLGWKCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHLLGWKCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHLLGWKCh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHLLGWKCh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHLLGWKCh .navbar-buttons {
  text-align: center;
}
.cid-uYHLLGWKCh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHLLGWKCh .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHLLGWKCh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHLLGWKCh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHLLGWKCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHLLGWKCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHLLGWKCh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHLLGWKCh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHLLGWKCh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHLLGWKCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHLLGWKCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHLLGWKCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHLLGWKCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHLLGWKCh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHLLGWKCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHLLGWKCh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHLLGWKCh .navbar {
    height: 70px;
  }
  .cid-uYHLLGWKCh .navbar.opened {
    height: auto;
  }
  .cid-uYHLLGWKCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHLLGWKCh .navbar-nav {
  margin: 0 auto;
}
.cid-uYHLLGWKCh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHLLGWKCh .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHLLGWKCh .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHLLGWKCh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHLLGWKCh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHLLGWKCh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHLLGWKCh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHLLGWKCh .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHLLGWKCh .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHLLGWKCh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHLLGWKCh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHLLGWKCh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHLLGWKCh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHLLGWKCh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHLLGWKCh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHLLGWKCh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHLLGWKCh .content-wrap {
  min-height: 110px;
}
.cid-uYHLLGWKCh .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHLLGWKCh .nav-link,
.cid-uYHLLGWKCh .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHLLG8QUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHLLG8QUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLLG8QUb .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-uYHLLG8QUb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLLG8QUb .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLLG8QUb .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHLLG8QUb .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHLLG8QUb .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLLG8QUb .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHLLG8QUb .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHLLG8QUb .mbr-label {
  color: #ffffff;
}
.cid-uYHLLG8QUb .mbr-section-title {
  color: #ffffff;
}
.cid-uYHLLG8QUb label {
  color: #ffffff;
}
.cid-uYHLLG8QUb .mbr-section-title,
.cid-uYHLLG8QUb .title-wrapper {
  color: #ffffff;
}
.cid-uYHLLGChDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHLLGChDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLLGChDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHLLGChDn .row {
  justify-content: center;
}
.cid-uYHLLGChDn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHLLGChDn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLLGChDn .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLLGChDn .item {
    margin-bottom: 16px;
  }
}
.cid-uYHLLGChDn .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHLLGChDn .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHLLGChDn .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHLLGChDn .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHLLGChDn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHLLGChDn .card-title {
  color: #000000;
}
.cid-uYHLLGChDn .mbr-section-title,
.cid-uYHLLGChDn .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHLLGChDn .card-title,
.cid-uYHLLGChDn .contact-wrapper {
  color: #000000;
}
.cid-uYHLLHsJof {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHLLHsJof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLLHsJof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHLLHsJof .row {
  justify-content: center;
}
.cid-uYHLLHsJof .card {
  justify-content: center;
}
.cid-uYHLLHsJof .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHLLHsJof .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLLHsJof .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHLLHsJof .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHLLHsJof .nav-wrapper .list .item-wrap:hover,
.cid-uYHLLHsJof .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHLLHsJof .list,
.cid-uYHLLHsJof .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHLTV8G4E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHLTV8G4E nav.navbar {
  position: fixed;
}
.cid-uYHLTV8G4E .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHLTV8G4E .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHLTV8G4E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHLTV8G4E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHLTV8G4E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHLTV8G4E .dropdown-item:hover,
.cid-uYHLTV8G4E .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHLTV8G4E .dropdown-item:hover span {
  color: white;
}
.cid-uYHLTV8G4E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHLTV8G4E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHLTV8G4E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHLTV8G4E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHLTV8G4E .nav-link {
  position: relative;
}
.cid-uYHLTV8G4E .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHLTV8G4E .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHLTV8G4E .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHLTV8G4E .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHLTV8G4E .dropdown-menu,
.cid-uYHLTV8G4E .navbar.opened {
  background: #071705 !important;
}
.cid-uYHLTV8G4E .nav-item:focus,
.cid-uYHLTV8G4E .nav-link:focus {
  outline: none;
}
.cid-uYHLTV8G4E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHLTV8G4E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHLTV8G4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHLTV8G4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHLTV8G4E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHLTV8G4E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHLTV8G4E .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHLTV8G4E .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHLTV8G4E .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHLTV8G4E .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHLTV8G4E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHLTV8G4E .navbar.collapsed {
  justify-content: center;
}
.cid-uYHLTV8G4E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHLTV8G4E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHLTV8G4E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHLTV8G4E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHLTV8G4E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHLTV8G4E .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-uYHLTV8G4E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHLTV8G4E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHLTV8G4E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHLTV8G4E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHLTV8G4E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHLTV8G4E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHLTV8G4E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHLTV8G4E .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-uYHLTV8G4E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHLTV8G4E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHLTV8G4E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHLTV8G4E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHLTV8G4E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHLTV8G4E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHLTV8G4E .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHLTV8G4E .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHLTV8G4E .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHLTV8G4E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHLTV8G4E .navbar-brand .navbar-caption:hover,
.cid-uYHLTV8G4E .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHLTV8G4E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHLTV8G4E .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHLTV8G4E .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHLTV8G4E .dropdown-item.active,
.cid-uYHLTV8G4E .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHLTV8G4E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHLTV8G4E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHLTV8G4E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHLTV8G4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHLTV8G4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHLTV8G4E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHLTV8G4E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHLTV8G4E ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHLTV8G4E ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHLTV8G4E .navbar-buttons {
  text-align: center;
}
.cid-uYHLTV8G4E .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHLTV8G4E .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHLTV8G4E .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHLTV8G4E button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHLTV8G4E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHLTV8G4E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHLTV8G4E button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHLTV8G4E button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHLTV8G4E button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHLTV8G4E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHLTV8G4E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHLTV8G4E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHLTV8G4E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHLTV8G4E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHLTV8G4E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHLTV8G4E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHLTV8G4E .navbar {
    height: 70px;
  }
  .cid-uYHLTV8G4E .navbar.opened {
    height: auto;
  }
  .cid-uYHLTV8G4E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHLTV8G4E .navbar-nav {
  margin: 0 auto;
}
.cid-uYHLTV8G4E .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHLTV8G4E .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHLTV8G4E .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHLTV8G4E .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHLTV8G4E .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHLTV8G4E .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHLTV8G4E .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHLTV8G4E .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHLTV8G4E .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHLTV8G4E .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHLTV8G4E .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHLTV8G4E .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHLTV8G4E .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHLTV8G4E .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHLTV8G4E .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHLTV8G4E .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHLTV8G4E .content-wrap {
  min-height: 110px;
}
.cid-uYHLTV8G4E .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHLTV8G4E .nav-link,
.cid-uYHLTV8G4E .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHLTUkRmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHLTUkRmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLTUkRmJ .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-uYHLTUkRmJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLTUkRmJ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLTUkRmJ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHLTUkRmJ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHLTUkRmJ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLTUkRmJ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHLTUkRmJ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHLTUkRmJ .mbr-label {
  color: #ffffff;
}
.cid-uYHLTUkRmJ .mbr-section-title {
  color: #ffffff;
}
.cid-uYHLTUkRmJ label {
  color: #ffffff;
}
.cid-uYHLTUkRmJ .mbr-section-title,
.cid-uYHLTUkRmJ .title-wrapper {
  color: #ffffff;
}
.cid-uYHLTUMdHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHLTUMdHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLTUMdHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHLTUMdHu .row {
  justify-content: center;
}
.cid-uYHLTUMdHu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHLTUMdHu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLTUMdHu .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHLTUMdHu .item {
    margin-bottom: 16px;
  }
}
.cid-uYHLTUMdHu .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHLTUMdHu .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHLTUMdHu .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHLTUMdHu .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHLTUMdHu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHLTUMdHu .card-title {
  color: #000000;
}
.cid-uYHLTUMdHu .mbr-section-title,
.cid-uYHLTUMdHu .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHLTUMdHu .card-title,
.cid-uYHLTUMdHu .contact-wrapper {
  color: #000000;
}
.cid-uYHLTVCi7X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHLTVCi7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHLTVCi7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHLTVCi7X .row {
  justify-content: center;
}
.cid-uYHLTVCi7X .card {
  justify-content: center;
}
.cid-uYHLTVCi7X .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHLTVCi7X .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHLTVCi7X .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHLTVCi7X .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHLTVCi7X .nav-wrapper .list .item-wrap:hover,
.cid-uYHLTVCi7X .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHLTVCi7X .list,
.cid-uYHLTVCi7X .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHM2GYApu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHM2GYApu nav.navbar {
  position: fixed;
}
.cid-uYHM2GYApu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHM2GYApu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHM2GYApu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHM2GYApu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHM2GYApu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHM2GYApu .dropdown-item:hover,
.cid-uYHM2GYApu .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHM2GYApu .dropdown-item:hover span {
  color: white;
}
.cid-uYHM2GYApu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHM2GYApu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHM2GYApu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHM2GYApu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHM2GYApu .nav-link {
  position: relative;
}
.cid-uYHM2GYApu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHM2GYApu .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHM2GYApu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHM2GYApu .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHM2GYApu .dropdown-menu,
.cid-uYHM2GYApu .navbar.opened {
  background: #071705 !important;
}
.cid-uYHM2GYApu .nav-item:focus,
.cid-uYHM2GYApu .nav-link:focus {
  outline: none;
}
.cid-uYHM2GYApu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHM2GYApu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHM2GYApu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHM2GYApu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHM2GYApu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHM2GYApu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHM2GYApu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHM2GYApu .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHM2GYApu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHM2GYApu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHM2GYApu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHM2GYApu .navbar.collapsed {
  justify-content: center;
}
.cid-uYHM2GYApu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHM2GYApu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHM2GYApu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHM2GYApu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHM2GYApu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHM2GYApu .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-uYHM2GYApu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHM2GYApu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHM2GYApu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHM2GYApu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHM2GYApu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHM2GYApu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHM2GYApu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHM2GYApu .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-uYHM2GYApu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHM2GYApu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHM2GYApu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHM2GYApu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHM2GYApu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHM2GYApu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHM2GYApu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHM2GYApu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHM2GYApu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHM2GYApu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHM2GYApu .navbar-brand .navbar-caption:hover,
.cid-uYHM2GYApu .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHM2GYApu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHM2GYApu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHM2GYApu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHM2GYApu .dropdown-item.active,
.cid-uYHM2GYApu .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHM2GYApu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHM2GYApu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHM2GYApu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHM2GYApu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHM2GYApu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHM2GYApu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHM2GYApu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHM2GYApu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHM2GYApu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHM2GYApu .navbar-buttons {
  text-align: center;
}
.cid-uYHM2GYApu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHM2GYApu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHM2GYApu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHM2GYApu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHM2GYApu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHM2GYApu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHM2GYApu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHM2GYApu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHM2GYApu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHM2GYApu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHM2GYApu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHM2GYApu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHM2GYApu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHM2GYApu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHM2GYApu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHM2GYApu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHM2GYApu .navbar {
    height: 70px;
  }
  .cid-uYHM2GYApu .navbar.opened {
    height: auto;
  }
  .cid-uYHM2GYApu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHM2GYApu .navbar-nav {
  margin: 0 auto;
}
.cid-uYHM2GYApu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHM2GYApu .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHM2GYApu .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHM2GYApu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHM2GYApu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHM2GYApu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHM2GYApu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHM2GYApu .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHM2GYApu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHM2GYApu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHM2GYApu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHM2GYApu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHM2GYApu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHM2GYApu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHM2GYApu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHM2GYApu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHM2GYApu .content-wrap {
  min-height: 110px;
}
.cid-uYHM2GYApu .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHM2GYApu .nav-link,
.cid-uYHM2GYApu .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHM2Gbj3Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHM2Gbj3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHM2Gbj3Q .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-uYHM2Gbj3Q .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHM2Gbj3Q .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHM2Gbj3Q .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHM2Gbj3Q .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHM2Gbj3Q .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHM2Gbj3Q .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHM2Gbj3Q .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHM2Gbj3Q .mbr-label {
  color: #ffffff;
}
.cid-uYHM2Gbj3Q .mbr-section-title {
  color: #ffffff;
}
.cid-uYHM2Gbj3Q label {
  color: #ffffff;
}
.cid-uYHM2Gbj3Q .mbr-section-title,
.cid-uYHM2Gbj3Q .title-wrapper {
  color: #ffffff;
}
.cid-uYHM2GDStn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHM2GDStn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHM2GDStn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHM2GDStn .row {
  justify-content: center;
}
.cid-uYHM2GDStn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHM2GDStn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHM2GDStn .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHM2GDStn .item {
    margin-bottom: 16px;
  }
}
.cid-uYHM2GDStn .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHM2GDStn .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHM2GDStn .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHM2GDStn .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHM2GDStn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHM2GDStn .card-title {
  color: #000000;
}
.cid-uYHM2GDStn .mbr-section-title,
.cid-uYHM2GDStn .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHM2GDStn .card-title,
.cid-uYHM2GDStn .contact-wrapper {
  color: #000000;
}
.cid-uYHM2HuOjp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHM2HuOjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHM2HuOjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHM2HuOjp .row {
  justify-content: center;
}
.cid-uYHM2HuOjp .card {
  justify-content: center;
}
.cid-uYHM2HuOjp .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHM2HuOjp .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHM2HuOjp .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHM2HuOjp .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHM2HuOjp .nav-wrapper .list .item-wrap:hover,
.cid-uYHM2HuOjp .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHM2HuOjp .list,
.cid-uYHM2HuOjp .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMaJ5E2m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHMaJ5E2m nav.navbar {
  position: fixed;
}
.cid-uYHMaJ5E2m .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHMaJ5E2m .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHMaJ5E2m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMaJ5E2m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHMaJ5E2m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMaJ5E2m .dropdown-item:hover,
.cid-uYHMaJ5E2m .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMaJ5E2m .dropdown-item:hover span {
  color: white;
}
.cid-uYHMaJ5E2m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHMaJ5E2m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHMaJ5E2m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHMaJ5E2m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHMaJ5E2m .nav-link {
  position: relative;
}
.cid-uYHMaJ5E2m .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHMaJ5E2m .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHMaJ5E2m .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHMaJ5E2m .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHMaJ5E2m .dropdown-menu,
.cid-uYHMaJ5E2m .navbar.opened {
  background: #071705 !important;
}
.cid-uYHMaJ5E2m .nav-item:focus,
.cid-uYHMaJ5E2m .nav-link:focus {
  outline: none;
}
.cid-uYHMaJ5E2m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHMaJ5E2m .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHMaJ5E2m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHMaJ5E2m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMaJ5E2m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHMaJ5E2m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHMaJ5E2m .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMaJ5E2m .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHMaJ5E2m .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHMaJ5E2m .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHMaJ5E2m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHMaJ5E2m .navbar.collapsed {
  justify-content: center;
}
.cid-uYHMaJ5E2m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHMaJ5E2m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHMaJ5E2m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHMaJ5E2m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHMaJ5E2m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHMaJ5E2m .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-uYHMaJ5E2m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHMaJ5E2m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHMaJ5E2m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHMaJ5E2m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHMaJ5E2m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHMaJ5E2m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHMaJ5E2m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHMaJ5E2m .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-uYHMaJ5E2m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHMaJ5E2m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHMaJ5E2m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHMaJ5E2m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHMaJ5E2m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHMaJ5E2m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHMaJ5E2m .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHMaJ5E2m .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHMaJ5E2m .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHMaJ5E2m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHMaJ5E2m .navbar-brand .navbar-caption:hover,
.cid-uYHMaJ5E2m .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMaJ5E2m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHMaJ5E2m .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHMaJ5E2m .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMaJ5E2m .dropdown-item.active,
.cid-uYHMaJ5E2m .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHMaJ5E2m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHMaJ5E2m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHMaJ5E2m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHMaJ5E2m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHMaJ5E2m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHMaJ5E2m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHMaJ5E2m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHMaJ5E2m ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHMaJ5E2m ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHMaJ5E2m .navbar-buttons {
  text-align: center;
}
.cid-uYHMaJ5E2m .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHMaJ5E2m .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHMaJ5E2m .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHMaJ5E2m button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMaJ5E2m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHMaJ5E2m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHMaJ5E2m button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMaJ5E2m button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMaJ5E2m button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHMaJ5E2m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMaJ5E2m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHMaJ5E2m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHMaJ5E2m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMaJ5E2m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHMaJ5E2m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHMaJ5E2m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHMaJ5E2m .navbar {
    height: 70px;
  }
  .cid-uYHMaJ5E2m .navbar.opened {
    height: auto;
  }
  .cid-uYHMaJ5E2m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHMaJ5E2m .navbar-nav {
  margin: 0 auto;
}
.cid-uYHMaJ5E2m .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHMaJ5E2m .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHMaJ5E2m .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHMaJ5E2m .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHMaJ5E2m .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHMaJ5E2m .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHMaJ5E2m .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHMaJ5E2m .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHMaJ5E2m .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHMaJ5E2m .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHMaJ5E2m .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHMaJ5E2m .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHMaJ5E2m .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHMaJ5E2m .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHMaJ5E2m .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHMaJ5E2m .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHMaJ5E2m .content-wrap {
  min-height: 110px;
}
.cid-uYHMaJ5E2m .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHMaJ5E2m .nav-link,
.cid-uYHMaJ5E2m .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHMaIjWYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHMaIjWYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMaIjWYc .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-uYHMaIjWYc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMaIjWYc .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMaIjWYc .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHMaIjWYc .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHMaIjWYc .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMaIjWYc .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHMaIjWYc .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHMaIjWYc .mbr-label {
  color: #ffffff;
}
.cid-uYHMaIjWYc .mbr-section-title {
  color: #ffffff;
}
.cid-uYHMaIjWYc label {
  color: #ffffff;
}
.cid-uYHMaIjWYc .mbr-section-title,
.cid-uYHMaIjWYc .title-wrapper {
  color: #ffffff;
}
.cid-uYHMaIN7aR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHMaIN7aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMaIN7aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMaIN7aR .row {
  justify-content: center;
}
.cid-uYHMaIN7aR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHMaIN7aR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMaIN7aR .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMaIN7aR .item {
    margin-bottom: 16px;
  }
}
.cid-uYHMaIN7aR .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHMaIN7aR .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHMaIN7aR .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHMaIN7aR .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHMaIN7aR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMaIN7aR .card-title {
  color: #000000;
}
.cid-uYHMaIN7aR .mbr-section-title,
.cid-uYHMaIN7aR .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHMaIN7aR .card-title,
.cid-uYHMaIN7aR .contact-wrapper {
  color: #000000;
}
.cid-uYHMaJDcZV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHMaJDcZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMaJDcZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMaJDcZV .row {
  justify-content: center;
}
.cid-uYHMaJDcZV .card {
  justify-content: center;
}
.cid-uYHMaJDcZV .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHMaJDcZV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMaJDcZV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHMaJDcZV .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHMaJDcZV .nav-wrapper .list .item-wrap:hover,
.cid-uYHMaJDcZV .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHMaJDcZV .list,
.cid-uYHMaJDcZV .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMiXtrJF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHMiXtrJF nav.navbar {
  position: fixed;
}
.cid-uYHMiXtrJF .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHMiXtrJF .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHMiXtrJF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMiXtrJF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHMiXtrJF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMiXtrJF .dropdown-item:hover,
.cid-uYHMiXtrJF .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMiXtrJF .dropdown-item:hover span {
  color: white;
}
.cid-uYHMiXtrJF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHMiXtrJF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHMiXtrJF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHMiXtrJF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHMiXtrJF .nav-link {
  position: relative;
}
.cid-uYHMiXtrJF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHMiXtrJF .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHMiXtrJF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHMiXtrJF .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHMiXtrJF .dropdown-menu,
.cid-uYHMiXtrJF .navbar.opened {
  background: #071705 !important;
}
.cid-uYHMiXtrJF .nav-item:focus,
.cid-uYHMiXtrJF .nav-link:focus {
  outline: none;
}
.cid-uYHMiXtrJF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHMiXtrJF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHMiXtrJF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHMiXtrJF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMiXtrJF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHMiXtrJF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHMiXtrJF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMiXtrJF .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHMiXtrJF .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHMiXtrJF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHMiXtrJF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHMiXtrJF .navbar.collapsed {
  justify-content: center;
}
.cid-uYHMiXtrJF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHMiXtrJF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHMiXtrJF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHMiXtrJF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHMiXtrJF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHMiXtrJF .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-uYHMiXtrJF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHMiXtrJF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHMiXtrJF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHMiXtrJF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHMiXtrJF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHMiXtrJF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHMiXtrJF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHMiXtrJF .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-uYHMiXtrJF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHMiXtrJF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHMiXtrJF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHMiXtrJF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHMiXtrJF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHMiXtrJF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHMiXtrJF .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHMiXtrJF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHMiXtrJF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHMiXtrJF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHMiXtrJF .navbar-brand .navbar-caption:hover,
.cid-uYHMiXtrJF .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMiXtrJF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHMiXtrJF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHMiXtrJF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMiXtrJF .dropdown-item.active,
.cid-uYHMiXtrJF .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHMiXtrJF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHMiXtrJF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHMiXtrJF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHMiXtrJF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHMiXtrJF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHMiXtrJF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHMiXtrJF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHMiXtrJF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHMiXtrJF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHMiXtrJF .navbar-buttons {
  text-align: center;
}
.cid-uYHMiXtrJF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHMiXtrJF .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHMiXtrJF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHMiXtrJF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMiXtrJF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHMiXtrJF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHMiXtrJF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMiXtrJF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMiXtrJF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHMiXtrJF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMiXtrJF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHMiXtrJF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHMiXtrJF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMiXtrJF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHMiXtrJF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHMiXtrJF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHMiXtrJF .navbar {
    height: 70px;
  }
  .cid-uYHMiXtrJF .navbar.opened {
    height: auto;
  }
  .cid-uYHMiXtrJF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHMiXtrJF .navbar-nav {
  margin: 0 auto;
}
.cid-uYHMiXtrJF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHMiXtrJF .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHMiXtrJF .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHMiXtrJF .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHMiXtrJF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHMiXtrJF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHMiXtrJF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHMiXtrJF .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHMiXtrJF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHMiXtrJF .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHMiXtrJF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHMiXtrJF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHMiXtrJF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHMiXtrJF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHMiXtrJF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHMiXtrJF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHMiXtrJF .content-wrap {
  min-height: 110px;
}
.cid-uYHMiXtrJF .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHMiXtrJF .nav-link,
.cid-uYHMiXtrJF .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHMiWJ2s9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHMiWJ2s9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMiWJ2s9 .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-uYHMiWJ2s9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMiWJ2s9 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMiWJ2s9 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHMiWJ2s9 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHMiWJ2s9 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMiWJ2s9 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHMiWJ2s9 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHMiWJ2s9 .mbr-label {
  color: #ffffff;
}
.cid-uYHMiWJ2s9 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHMiWJ2s9 label {
  color: #ffffff;
}
.cid-uYHMiWJ2s9 .mbr-section-title,
.cid-uYHMiWJ2s9 .title-wrapper {
  color: #ffffff;
}
.cid-uYHMiXbnQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHMiXbnQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMiXbnQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMiXbnQB .row {
  justify-content: center;
}
.cid-uYHMiXbnQB .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHMiXbnQB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMiXbnQB .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMiXbnQB .item {
    margin-bottom: 16px;
  }
}
.cid-uYHMiXbnQB .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHMiXbnQB .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHMiXbnQB .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHMiXbnQB .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHMiXbnQB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMiXbnQB .card-title {
  color: #000000;
}
.cid-uYHMiXbnQB .mbr-section-title,
.cid-uYHMiXbnQB .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHMiXbnQB .card-title,
.cid-uYHMiXbnQB .contact-wrapper {
  color: #000000;
}
.cid-uYHMiXXosH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHMiXXosH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMiXXosH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMiXXosH .row {
  justify-content: center;
}
.cid-uYHMiXXosH .card {
  justify-content: center;
}
.cid-uYHMiXXosH .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHMiXXosH .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMiXXosH .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHMiXXosH .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHMiXXosH .nav-wrapper .list .item-wrap:hover,
.cid-uYHMiXXosH .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHMiXXosH .list,
.cid-uYHMiXXosH .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMrl7VNm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHMrl7VNm nav.navbar {
  position: fixed;
}
.cid-uYHMrl7VNm .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHMrl7VNm .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHMrl7VNm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMrl7VNm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHMrl7VNm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMrl7VNm .dropdown-item:hover,
.cid-uYHMrl7VNm .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMrl7VNm .dropdown-item:hover span {
  color: white;
}
.cid-uYHMrl7VNm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHMrl7VNm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHMrl7VNm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHMrl7VNm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHMrl7VNm .nav-link {
  position: relative;
}
.cid-uYHMrl7VNm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHMrl7VNm .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHMrl7VNm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHMrl7VNm .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHMrl7VNm .dropdown-menu,
.cid-uYHMrl7VNm .navbar.opened {
  background: #071705 !important;
}
.cid-uYHMrl7VNm .nav-item:focus,
.cid-uYHMrl7VNm .nav-link:focus {
  outline: none;
}
.cid-uYHMrl7VNm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHMrl7VNm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHMrl7VNm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHMrl7VNm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMrl7VNm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHMrl7VNm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHMrl7VNm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMrl7VNm .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHMrl7VNm .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHMrl7VNm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHMrl7VNm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHMrl7VNm .navbar.collapsed {
  justify-content: center;
}
.cid-uYHMrl7VNm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHMrl7VNm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHMrl7VNm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHMrl7VNm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHMrl7VNm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHMrl7VNm .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-uYHMrl7VNm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHMrl7VNm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHMrl7VNm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHMrl7VNm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHMrl7VNm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHMrl7VNm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHMrl7VNm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHMrl7VNm .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-uYHMrl7VNm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHMrl7VNm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHMrl7VNm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHMrl7VNm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHMrl7VNm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHMrl7VNm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHMrl7VNm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHMrl7VNm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHMrl7VNm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHMrl7VNm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHMrl7VNm .navbar-brand .navbar-caption:hover,
.cid-uYHMrl7VNm .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMrl7VNm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHMrl7VNm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHMrl7VNm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMrl7VNm .dropdown-item.active,
.cid-uYHMrl7VNm .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHMrl7VNm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHMrl7VNm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHMrl7VNm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHMrl7VNm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHMrl7VNm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHMrl7VNm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHMrl7VNm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHMrl7VNm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHMrl7VNm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHMrl7VNm .navbar-buttons {
  text-align: center;
}
.cid-uYHMrl7VNm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHMrl7VNm .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHMrl7VNm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHMrl7VNm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMrl7VNm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHMrl7VNm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHMrl7VNm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMrl7VNm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMrl7VNm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHMrl7VNm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMrl7VNm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHMrl7VNm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHMrl7VNm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMrl7VNm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHMrl7VNm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHMrl7VNm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHMrl7VNm .navbar {
    height: 70px;
  }
  .cid-uYHMrl7VNm .navbar.opened {
    height: auto;
  }
  .cid-uYHMrl7VNm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHMrl7VNm .navbar-nav {
  margin: 0 auto;
}
.cid-uYHMrl7VNm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHMrl7VNm .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHMrl7VNm .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHMrl7VNm .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHMrl7VNm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHMrl7VNm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHMrl7VNm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHMrl7VNm .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHMrl7VNm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHMrl7VNm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHMrl7VNm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHMrl7VNm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHMrl7VNm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHMrl7VNm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHMrl7VNm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHMrl7VNm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHMrl7VNm .content-wrap {
  min-height: 110px;
}
.cid-uYHMrl7VNm .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHMrl7VNm .nav-link,
.cid-uYHMrl7VNm .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHMrklbWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHMrklbWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMrklbWY .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-uYHMrklbWY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMrklbWY .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMrklbWY .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHMrklbWY .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHMrklbWY .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHMrklbWY .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMrklbWY .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHMrklbWY .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHMrklbWY .mbr-label {
  color: #ffffff;
}
.cid-uYHMrklbWY .mbr-section-title {
  color: #ffffff;
}
.cid-uYHMrklbWY label {
  color: #ffffff;
}
.cid-uYHMrklbWY .mbr-section-title,
.cid-uYHMrklbWY .title-wrapper {
  color: #ffffff;
}
.cid-uYHMrkOXAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHMrkOXAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMrkOXAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMrkOXAm .row {
  justify-content: center;
}
.cid-uYHMrkOXAm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHMrkOXAm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMrkOXAm .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMrkOXAm .item {
    margin-bottom: 16px;
  }
}
.cid-uYHMrkOXAm .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHMrkOXAm .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHMrkOXAm .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHMrkOXAm .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHMrkOXAm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMrkOXAm .card-title {
  color: #000000;
}
.cid-uYHMrkOXAm .mbr-section-title,
.cid-uYHMrkOXAm .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHMrkOXAm .card-title,
.cid-uYHMrkOXAm .contact-wrapper {
  color: #000000;
}
.cid-uYHMrlA0n8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHMrlA0n8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMrlA0n8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMrlA0n8 .row {
  justify-content: center;
}
.cid-uYHMrlA0n8 .card {
  justify-content: center;
}
.cid-uYHMrlA0n8 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHMrlA0n8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMrlA0n8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHMrlA0n8 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHMrlA0n8 .nav-wrapper .list .item-wrap:hover,
.cid-uYHMrlA0n8 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHMrlA0n8 .list,
.cid-uYHMrlA0n8 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMAwOWKD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHMAwOWKD nav.navbar {
  position: fixed;
}
.cid-uYHMAwOWKD .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHMAwOWKD .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHMAwOWKD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMAwOWKD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHMAwOWKD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMAwOWKD .dropdown-item:hover,
.cid-uYHMAwOWKD .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMAwOWKD .dropdown-item:hover span {
  color: white;
}
.cid-uYHMAwOWKD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHMAwOWKD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHMAwOWKD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHMAwOWKD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHMAwOWKD .nav-link {
  position: relative;
}
.cid-uYHMAwOWKD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHMAwOWKD .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHMAwOWKD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHMAwOWKD .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHMAwOWKD .dropdown-menu,
.cid-uYHMAwOWKD .navbar.opened {
  background: #071705 !important;
}
.cid-uYHMAwOWKD .nav-item:focus,
.cid-uYHMAwOWKD .nav-link:focus {
  outline: none;
}
.cid-uYHMAwOWKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHMAwOWKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHMAwOWKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHMAwOWKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMAwOWKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHMAwOWKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHMAwOWKD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMAwOWKD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHMAwOWKD .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHMAwOWKD .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHMAwOWKD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHMAwOWKD .navbar.collapsed {
  justify-content: center;
}
.cid-uYHMAwOWKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHMAwOWKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHMAwOWKD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHMAwOWKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHMAwOWKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHMAwOWKD .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-uYHMAwOWKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHMAwOWKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHMAwOWKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHMAwOWKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHMAwOWKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHMAwOWKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHMAwOWKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHMAwOWKD .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-uYHMAwOWKD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHMAwOWKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHMAwOWKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHMAwOWKD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHMAwOWKD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHMAwOWKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHMAwOWKD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHMAwOWKD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHMAwOWKD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHMAwOWKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHMAwOWKD .navbar-brand .navbar-caption:hover,
.cid-uYHMAwOWKD .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMAwOWKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHMAwOWKD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHMAwOWKD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMAwOWKD .dropdown-item.active,
.cid-uYHMAwOWKD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHMAwOWKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHMAwOWKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHMAwOWKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHMAwOWKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHMAwOWKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHMAwOWKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHMAwOWKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHMAwOWKD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHMAwOWKD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHMAwOWKD .navbar-buttons {
  text-align: center;
}
.cid-uYHMAwOWKD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHMAwOWKD .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHMAwOWKD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHMAwOWKD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMAwOWKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHMAwOWKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHMAwOWKD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMAwOWKD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMAwOWKD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHMAwOWKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMAwOWKD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHMAwOWKD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHMAwOWKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMAwOWKD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHMAwOWKD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHMAwOWKD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHMAwOWKD .navbar {
    height: 70px;
  }
  .cid-uYHMAwOWKD .navbar.opened {
    height: auto;
  }
  .cid-uYHMAwOWKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHMAwOWKD .navbar-nav {
  margin: 0 auto;
}
.cid-uYHMAwOWKD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHMAwOWKD .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHMAwOWKD .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHMAwOWKD .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHMAwOWKD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHMAwOWKD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHMAwOWKD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHMAwOWKD .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHMAwOWKD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHMAwOWKD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHMAwOWKD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHMAwOWKD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHMAwOWKD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHMAwOWKD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHMAwOWKD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHMAwOWKD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHMAwOWKD .content-wrap {
  min-height: 110px;
}
.cid-uYHMAwOWKD .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHMAwOWKD .nav-link,
.cid-uYHMAwOWKD .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHMAvZTOk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHMAvZTOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMAvZTOk .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-uYHMAvZTOk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMAvZTOk .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMAvZTOk .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHMAvZTOk .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHMAvZTOk .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMAvZTOk .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHMAvZTOk .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHMAvZTOk .mbr-label {
  color: #ffffff;
}
.cid-uYHMAvZTOk .mbr-section-title {
  color: #ffffff;
}
.cid-uYHMAvZTOk label {
  color: #ffffff;
}
.cid-uYHMAvZTOk .mbr-section-title,
.cid-uYHMAvZTOk .title-wrapper {
  color: #ffffff;
}
.cid-uYHMAws7Oc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHMAws7Oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMAws7Oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMAws7Oc .row {
  justify-content: center;
}
.cid-uYHMAws7Oc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHMAws7Oc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMAws7Oc .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMAws7Oc .item {
    margin-bottom: 16px;
  }
}
.cid-uYHMAws7Oc .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHMAws7Oc .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHMAws7Oc .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHMAws7Oc .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHMAws7Oc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMAws7Oc .card-title {
  color: #000000;
}
.cid-uYHMAws7Oc .mbr-section-title,
.cid-uYHMAws7Oc .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHMAws7Oc .card-title,
.cid-uYHMAws7Oc .contact-wrapper {
  color: #000000;
}
.cid-uYHMAxjqYj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHMAxjqYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMAxjqYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMAxjqYj .row {
  justify-content: center;
}
.cid-uYHMAxjqYj .card {
  justify-content: center;
}
.cid-uYHMAxjqYj .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHMAxjqYj .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMAxjqYj .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHMAxjqYj .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHMAxjqYj .nav-wrapper .list .item-wrap:hover,
.cid-uYHMAxjqYj .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHMAxjqYj .list,
.cid-uYHMAxjqYj .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMJ1nbvt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHMJ1nbvt nav.navbar {
  position: fixed;
}
.cid-uYHMJ1nbvt .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHMJ1nbvt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHMJ1nbvt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMJ1nbvt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHMJ1nbvt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMJ1nbvt .dropdown-item:hover,
.cid-uYHMJ1nbvt .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMJ1nbvt .dropdown-item:hover span {
  color: white;
}
.cid-uYHMJ1nbvt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHMJ1nbvt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHMJ1nbvt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHMJ1nbvt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHMJ1nbvt .nav-link {
  position: relative;
}
.cid-uYHMJ1nbvt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHMJ1nbvt .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHMJ1nbvt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHMJ1nbvt .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHMJ1nbvt .dropdown-menu,
.cid-uYHMJ1nbvt .navbar.opened {
  background: #071705 !important;
}
.cid-uYHMJ1nbvt .nav-item:focus,
.cid-uYHMJ1nbvt .nav-link:focus {
  outline: none;
}
.cid-uYHMJ1nbvt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHMJ1nbvt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHMJ1nbvt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHMJ1nbvt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMJ1nbvt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHMJ1nbvt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHMJ1nbvt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMJ1nbvt .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHMJ1nbvt .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHMJ1nbvt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHMJ1nbvt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHMJ1nbvt .navbar.collapsed {
  justify-content: center;
}
.cid-uYHMJ1nbvt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHMJ1nbvt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHMJ1nbvt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHMJ1nbvt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHMJ1nbvt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHMJ1nbvt .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-uYHMJ1nbvt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHMJ1nbvt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHMJ1nbvt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHMJ1nbvt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHMJ1nbvt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHMJ1nbvt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHMJ1nbvt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHMJ1nbvt .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-uYHMJ1nbvt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHMJ1nbvt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHMJ1nbvt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHMJ1nbvt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHMJ1nbvt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHMJ1nbvt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHMJ1nbvt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHMJ1nbvt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHMJ1nbvt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHMJ1nbvt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHMJ1nbvt .navbar-brand .navbar-caption:hover,
.cid-uYHMJ1nbvt .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMJ1nbvt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHMJ1nbvt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHMJ1nbvt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMJ1nbvt .dropdown-item.active,
.cid-uYHMJ1nbvt .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHMJ1nbvt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHMJ1nbvt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHMJ1nbvt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHMJ1nbvt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHMJ1nbvt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHMJ1nbvt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHMJ1nbvt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHMJ1nbvt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHMJ1nbvt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHMJ1nbvt .navbar-buttons {
  text-align: center;
}
.cid-uYHMJ1nbvt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHMJ1nbvt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHMJ1nbvt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHMJ1nbvt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMJ1nbvt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHMJ1nbvt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHMJ1nbvt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMJ1nbvt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMJ1nbvt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHMJ1nbvt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMJ1nbvt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHMJ1nbvt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHMJ1nbvt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMJ1nbvt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHMJ1nbvt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHMJ1nbvt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHMJ1nbvt .navbar {
    height: 70px;
  }
  .cid-uYHMJ1nbvt .navbar.opened {
    height: auto;
  }
  .cid-uYHMJ1nbvt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHMJ1nbvt .navbar-nav {
  margin: 0 auto;
}
.cid-uYHMJ1nbvt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHMJ1nbvt .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHMJ1nbvt .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHMJ1nbvt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHMJ1nbvt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHMJ1nbvt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHMJ1nbvt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHMJ1nbvt .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHMJ1nbvt .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHMJ1nbvt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHMJ1nbvt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHMJ1nbvt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHMJ1nbvt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHMJ1nbvt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHMJ1nbvt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHMJ1nbvt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHMJ1nbvt .content-wrap {
  min-height: 110px;
}
.cid-uYHMJ1nbvt .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHMJ1nbvt .nav-link,
.cid-uYHMJ1nbvt .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHMJ0Epdi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHMJ0Epdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMJ0Epdi .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-uYHMJ0Epdi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMJ0Epdi .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMJ0Epdi .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHMJ0Epdi .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHMJ0Epdi .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMJ0Epdi .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHMJ0Epdi .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHMJ0Epdi .mbr-label {
  color: #ffffff;
}
.cid-uYHMJ0Epdi .mbr-section-title {
  color: #ffffff;
}
.cid-uYHMJ0Epdi label {
  color: #ffffff;
}
.cid-uYHMJ0Epdi .mbr-section-title,
.cid-uYHMJ0Epdi .title-wrapper {
  color: #ffffff;
}
.cid-uYHMJ15rEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHMJ15rEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMJ15rEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMJ15rEd .row {
  justify-content: center;
}
.cid-uYHMJ15rEd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHMJ15rEd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMJ15rEd .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMJ15rEd .item {
    margin-bottom: 16px;
  }
}
.cid-uYHMJ15rEd .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHMJ15rEd .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHMJ15rEd .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHMJ15rEd .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHMJ15rEd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMJ15rEd .card-title {
  color: #000000;
}
.cid-uYHMJ15rEd .mbr-section-title,
.cid-uYHMJ15rEd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHMJ15rEd .card-title,
.cid-uYHMJ15rEd .contact-wrapper {
  color: #000000;
}
.cid-uYHMJ1RoxV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHMJ1RoxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMJ1RoxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMJ1RoxV .row {
  justify-content: center;
}
.cid-uYHMJ1RoxV .card {
  justify-content: center;
}
.cid-uYHMJ1RoxV .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHMJ1RoxV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMJ1RoxV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHMJ1RoxV .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHMJ1RoxV .nav-wrapper .list .item-wrap:hover,
.cid-uYHMJ1RoxV .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHMJ1RoxV .list,
.cid-uYHMJ1RoxV .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMSuar1L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHMSuar1L nav.navbar {
  position: fixed;
}
.cid-uYHMSuar1L .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHMSuar1L .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHMSuar1L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMSuar1L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHMSuar1L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMSuar1L .dropdown-item:hover,
.cid-uYHMSuar1L .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHMSuar1L .dropdown-item:hover span {
  color: white;
}
.cid-uYHMSuar1L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHMSuar1L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHMSuar1L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHMSuar1L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHMSuar1L .nav-link {
  position: relative;
}
.cid-uYHMSuar1L .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHMSuar1L .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHMSuar1L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHMSuar1L .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHMSuar1L .dropdown-menu,
.cid-uYHMSuar1L .navbar.opened {
  background: #071705 !important;
}
.cid-uYHMSuar1L .nav-item:focus,
.cid-uYHMSuar1L .nav-link:focus {
  outline: none;
}
.cid-uYHMSuar1L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHMSuar1L .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHMSuar1L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHMSuar1L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHMSuar1L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHMSuar1L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHMSuar1L .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMSuar1L .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHMSuar1L .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHMSuar1L .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHMSuar1L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHMSuar1L .navbar.collapsed {
  justify-content: center;
}
.cid-uYHMSuar1L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHMSuar1L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHMSuar1L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHMSuar1L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHMSuar1L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHMSuar1L .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-uYHMSuar1L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHMSuar1L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHMSuar1L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHMSuar1L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHMSuar1L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHMSuar1L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHMSuar1L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHMSuar1L .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-uYHMSuar1L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHMSuar1L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHMSuar1L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHMSuar1L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHMSuar1L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHMSuar1L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHMSuar1L .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHMSuar1L .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHMSuar1L .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHMSuar1L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHMSuar1L .navbar-brand .navbar-caption:hover,
.cid-uYHMSuar1L .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMSuar1L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHMSuar1L .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHMSuar1L .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHMSuar1L .dropdown-item.active,
.cid-uYHMSuar1L .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHMSuar1L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHMSuar1L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHMSuar1L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHMSuar1L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHMSuar1L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHMSuar1L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHMSuar1L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHMSuar1L ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHMSuar1L ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHMSuar1L .navbar-buttons {
  text-align: center;
}
.cid-uYHMSuar1L .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHMSuar1L .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHMSuar1L .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHMSuar1L button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHMSuar1L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHMSuar1L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHMSuar1L button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMSuar1L button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHMSuar1L button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHMSuar1L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMSuar1L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHMSuar1L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHMSuar1L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHMSuar1L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHMSuar1L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHMSuar1L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHMSuar1L .navbar {
    height: 70px;
  }
  .cid-uYHMSuar1L .navbar.opened {
    height: auto;
  }
  .cid-uYHMSuar1L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHMSuar1L .navbar-nav {
  margin: 0 auto;
}
.cid-uYHMSuar1L .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHMSuar1L .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHMSuar1L .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHMSuar1L .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHMSuar1L .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHMSuar1L .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHMSuar1L .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHMSuar1L .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHMSuar1L .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHMSuar1L .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHMSuar1L .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHMSuar1L .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHMSuar1L .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHMSuar1L .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHMSuar1L .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHMSuar1L .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHMSuar1L .content-wrap {
  min-height: 110px;
}
.cid-uYHMSuar1L .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHMSuar1L .nav-link,
.cid-uYHMSuar1L .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHMSto1Gt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHMSto1Gt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMSto1Gt .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-uYHMSto1Gt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMSto1Gt .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMSto1Gt .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHMSto1Gt .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHMSto1Gt .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMSto1Gt .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHMSto1Gt .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHMSto1Gt .mbr-label {
  color: #ffffff;
}
.cid-uYHMSto1Gt .mbr-section-title {
  color: #ffffff;
}
.cid-uYHMSto1Gt label {
  color: #ffffff;
}
.cid-uYHMSto1Gt .mbr-section-title,
.cid-uYHMSto1Gt .title-wrapper {
  color: #ffffff;
}
.cid-uYHMStQagy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHMStQagy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMStQagy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMStQagy .row {
  justify-content: center;
}
.cid-uYHMStQagy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHMStQagy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMStQagy .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHMStQagy .item {
    margin-bottom: 16px;
  }
}
.cid-uYHMStQagy .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHMStQagy .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHMStQagy .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHMStQagy .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHMStQagy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHMStQagy .card-title {
  color: #000000;
}
.cid-uYHMStQagy .mbr-section-title,
.cid-uYHMStQagy .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHMStQagy .card-title,
.cid-uYHMStQagy .contact-wrapper {
  color: #000000;
}
.cid-uYHMSuIeRf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHMSuIeRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHMSuIeRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHMSuIeRf .row {
  justify-content: center;
}
.cid-uYHMSuIeRf .card {
  justify-content: center;
}
.cid-uYHMSuIeRf .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHMSuIeRf .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHMSuIeRf .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHMSuIeRf .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHMSuIeRf .nav-wrapper .list .item-wrap:hover,
.cid-uYHMSuIeRf .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHMSuIeRf .list,
.cid-uYHMSuIeRf .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHN1Tfrlv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHN1Tfrlv nav.navbar {
  position: fixed;
}
.cid-uYHN1Tfrlv .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHN1Tfrlv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHN1Tfrlv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHN1Tfrlv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHN1Tfrlv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHN1Tfrlv .dropdown-item:hover,
.cid-uYHN1Tfrlv .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHN1Tfrlv .dropdown-item:hover span {
  color: white;
}
.cid-uYHN1Tfrlv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHN1Tfrlv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHN1Tfrlv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHN1Tfrlv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHN1Tfrlv .nav-link {
  position: relative;
}
.cid-uYHN1Tfrlv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHN1Tfrlv .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHN1Tfrlv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHN1Tfrlv .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHN1Tfrlv .dropdown-menu,
.cid-uYHN1Tfrlv .navbar.opened {
  background: #071705 !important;
}
.cid-uYHN1Tfrlv .nav-item:focus,
.cid-uYHN1Tfrlv .nav-link:focus {
  outline: none;
}
.cid-uYHN1Tfrlv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHN1Tfrlv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHN1Tfrlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHN1Tfrlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHN1Tfrlv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHN1Tfrlv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHN1Tfrlv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHN1Tfrlv .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHN1Tfrlv .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHN1Tfrlv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHN1Tfrlv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHN1Tfrlv .navbar.collapsed {
  justify-content: center;
}
.cid-uYHN1Tfrlv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHN1Tfrlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHN1Tfrlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHN1Tfrlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHN1Tfrlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHN1Tfrlv .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-uYHN1Tfrlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHN1Tfrlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHN1Tfrlv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHN1Tfrlv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHN1Tfrlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHN1Tfrlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHN1Tfrlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHN1Tfrlv .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-uYHN1Tfrlv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHN1Tfrlv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHN1Tfrlv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHN1Tfrlv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHN1Tfrlv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHN1Tfrlv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHN1Tfrlv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHN1Tfrlv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHN1Tfrlv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHN1Tfrlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHN1Tfrlv .navbar-brand .navbar-caption:hover,
.cid-uYHN1Tfrlv .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHN1Tfrlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHN1Tfrlv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHN1Tfrlv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHN1Tfrlv .dropdown-item.active,
.cid-uYHN1Tfrlv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHN1Tfrlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHN1Tfrlv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHN1Tfrlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHN1Tfrlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHN1Tfrlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHN1Tfrlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHN1Tfrlv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHN1Tfrlv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHN1Tfrlv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHN1Tfrlv .navbar-buttons {
  text-align: center;
}
.cid-uYHN1Tfrlv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHN1Tfrlv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHN1Tfrlv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHN1Tfrlv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHN1Tfrlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHN1Tfrlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHN1Tfrlv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHN1Tfrlv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHN1Tfrlv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHN1Tfrlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHN1Tfrlv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHN1Tfrlv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHN1Tfrlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHN1Tfrlv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHN1Tfrlv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHN1Tfrlv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHN1Tfrlv .navbar {
    height: 70px;
  }
  .cid-uYHN1Tfrlv .navbar.opened {
    height: auto;
  }
  .cid-uYHN1Tfrlv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHN1Tfrlv .navbar-nav {
  margin: 0 auto;
}
.cid-uYHN1Tfrlv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHN1Tfrlv .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHN1Tfrlv .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHN1Tfrlv .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHN1Tfrlv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHN1Tfrlv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHN1Tfrlv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHN1Tfrlv .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHN1Tfrlv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHN1Tfrlv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHN1Tfrlv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHN1Tfrlv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHN1Tfrlv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHN1Tfrlv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHN1Tfrlv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHN1Tfrlv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHN1Tfrlv .content-wrap {
  min-height: 110px;
}
.cid-uYHN1Tfrlv .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHN1Tfrlv .nav-link,
.cid-uYHN1Tfrlv .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHN1SwhN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHN1SwhN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHN1SwhN1 .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-uYHN1SwhN1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHN1SwhN1 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHN1SwhN1 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHN1SwhN1 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHN1SwhN1 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHN1SwhN1 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHN1SwhN1 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHN1SwhN1 .mbr-label {
  color: #ffffff;
}
.cid-uYHN1SwhN1 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHN1SwhN1 label {
  color: #ffffff;
}
.cid-uYHN1SwhN1 .mbr-section-title,
.cid-uYHN1SwhN1 .title-wrapper {
  color: #ffffff;
}
.cid-uYHN1SXpav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHN1SXpav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHN1SXpav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHN1SXpav .row {
  justify-content: center;
}
.cid-uYHN1SXpav .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHN1SXpav .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHN1SXpav .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHN1SXpav .item {
    margin-bottom: 16px;
  }
}
.cid-uYHN1SXpav .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHN1SXpav .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHN1SXpav .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHN1SXpav .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHN1SXpav .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHN1SXpav .card-title {
  color: #000000;
}
.cid-uYHN1SXpav .mbr-section-title,
.cid-uYHN1SXpav .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHN1SXpav .card-title,
.cid-uYHN1SXpav .contact-wrapper {
  color: #000000;
}
.cid-uYHN1TN3hQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHN1TN3hQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHN1TN3hQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHN1TN3hQ .row {
  justify-content: center;
}
.cid-uYHN1TN3hQ .card {
  justify-content: center;
}
.cid-uYHN1TN3hQ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHN1TN3hQ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHN1TN3hQ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHN1TN3hQ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHN1TN3hQ .nav-wrapper .list .item-wrap:hover,
.cid-uYHN1TN3hQ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHN1TN3hQ .list,
.cid-uYHN1TN3hQ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNaM915z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHNaM915z nav.navbar {
  position: fixed;
}
.cid-uYHNaM915z .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHNaM915z .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHNaM915z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNaM915z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHNaM915z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNaM915z .dropdown-item:hover,
.cid-uYHNaM915z .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNaM915z .dropdown-item:hover span {
  color: white;
}
.cid-uYHNaM915z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHNaM915z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHNaM915z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHNaM915z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHNaM915z .nav-link {
  position: relative;
}
.cid-uYHNaM915z .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHNaM915z .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHNaM915z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHNaM915z .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHNaM915z .dropdown-menu,
.cid-uYHNaM915z .navbar.opened {
  background: #071705 !important;
}
.cid-uYHNaM915z .nav-item:focus,
.cid-uYHNaM915z .nav-link:focus {
  outline: none;
}
.cid-uYHNaM915z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHNaM915z .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHNaM915z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHNaM915z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNaM915z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHNaM915z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHNaM915z .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNaM915z .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHNaM915z .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHNaM915z .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHNaM915z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHNaM915z .navbar.collapsed {
  justify-content: center;
}
.cid-uYHNaM915z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHNaM915z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHNaM915z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHNaM915z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHNaM915z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHNaM915z .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-uYHNaM915z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHNaM915z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHNaM915z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHNaM915z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHNaM915z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHNaM915z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHNaM915z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHNaM915z .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-uYHNaM915z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHNaM915z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHNaM915z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHNaM915z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHNaM915z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHNaM915z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHNaM915z .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHNaM915z .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHNaM915z .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHNaM915z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHNaM915z .navbar-brand .navbar-caption:hover,
.cid-uYHNaM915z .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNaM915z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHNaM915z .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHNaM915z .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNaM915z .dropdown-item.active,
.cid-uYHNaM915z .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHNaM915z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHNaM915z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHNaM915z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHNaM915z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHNaM915z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHNaM915z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHNaM915z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHNaM915z ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHNaM915z ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHNaM915z .navbar-buttons {
  text-align: center;
}
.cid-uYHNaM915z .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHNaM915z .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHNaM915z .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHNaM915z button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNaM915z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHNaM915z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHNaM915z button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNaM915z button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNaM915z button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHNaM915z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNaM915z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHNaM915z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHNaM915z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNaM915z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHNaM915z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHNaM915z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHNaM915z .navbar {
    height: 70px;
  }
  .cid-uYHNaM915z .navbar.opened {
    height: auto;
  }
  .cid-uYHNaM915z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHNaM915z .navbar-nav {
  margin: 0 auto;
}
.cid-uYHNaM915z .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHNaM915z .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHNaM915z .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHNaM915z .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHNaM915z .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHNaM915z .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHNaM915z .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHNaM915z .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHNaM915z .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHNaM915z .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHNaM915z .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHNaM915z .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHNaM915z .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHNaM915z .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHNaM915z .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHNaM915z .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHNaM915z .content-wrap {
  min-height: 110px;
}
.cid-uYHNaM915z .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHNaM915z .nav-link,
.cid-uYHNaM915z .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHNaLosu5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHNaLosu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNaLosu5 .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-uYHNaLosu5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNaLosu5 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNaLosu5 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHNaLosu5 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHNaLosu5 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNaLosu5 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHNaLosu5 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHNaLosu5 .mbr-label {
  color: #ffffff;
}
.cid-uYHNaLosu5 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHNaLosu5 label {
  color: #ffffff;
}
.cid-uYHNaLosu5 .mbr-section-title,
.cid-uYHNaLosu5 .title-wrapper {
  color: #ffffff;
}
.cid-uYHNaLRTAG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHNaLRTAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNaLRTAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNaLRTAG .row {
  justify-content: center;
}
.cid-uYHNaLRTAG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHNaLRTAG .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNaLRTAG .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNaLRTAG .item {
    margin-bottom: 16px;
  }
}
.cid-uYHNaLRTAG .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHNaLRTAG .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHNaLRTAG .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHNaLRTAG .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHNaLRTAG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNaLRTAG .card-title {
  color: #000000;
}
.cid-uYHNaLRTAG .mbr-section-title,
.cid-uYHNaLRTAG .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHNaLRTAG .card-title,
.cid-uYHNaLRTAG .contact-wrapper {
  color: #000000;
}
.cid-uYHNaMFA47 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHNaMFA47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNaMFA47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNaMFA47 .row {
  justify-content: center;
}
.cid-uYHNaMFA47 .card {
  justify-content: center;
}
.cid-uYHNaMFA47 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHNaMFA47 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNaMFA47 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHNaMFA47 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHNaMFA47 .nav-wrapper .list .item-wrap:hover,
.cid-uYHNaMFA47 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHNaMFA47 .list,
.cid-uYHNaMFA47 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNkbl6TC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHNkbl6TC nav.navbar {
  position: fixed;
}
.cid-uYHNkbl6TC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHNkbl6TC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHNkbl6TC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNkbl6TC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHNkbl6TC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNkbl6TC .dropdown-item:hover,
.cid-uYHNkbl6TC .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNkbl6TC .dropdown-item:hover span {
  color: white;
}
.cid-uYHNkbl6TC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHNkbl6TC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHNkbl6TC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHNkbl6TC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHNkbl6TC .nav-link {
  position: relative;
}
.cid-uYHNkbl6TC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHNkbl6TC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHNkbl6TC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHNkbl6TC .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHNkbl6TC .dropdown-menu,
.cid-uYHNkbl6TC .navbar.opened {
  background: #071705 !important;
}
.cid-uYHNkbl6TC .nav-item:focus,
.cid-uYHNkbl6TC .nav-link:focus {
  outline: none;
}
.cid-uYHNkbl6TC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHNkbl6TC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHNkbl6TC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHNkbl6TC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNkbl6TC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHNkbl6TC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHNkbl6TC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNkbl6TC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHNkbl6TC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHNkbl6TC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHNkbl6TC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHNkbl6TC .navbar.collapsed {
  justify-content: center;
}
.cid-uYHNkbl6TC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHNkbl6TC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHNkbl6TC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHNkbl6TC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHNkbl6TC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHNkbl6TC .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-uYHNkbl6TC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHNkbl6TC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHNkbl6TC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHNkbl6TC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHNkbl6TC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHNkbl6TC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHNkbl6TC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHNkbl6TC .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-uYHNkbl6TC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHNkbl6TC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHNkbl6TC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHNkbl6TC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHNkbl6TC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHNkbl6TC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHNkbl6TC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHNkbl6TC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHNkbl6TC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHNkbl6TC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHNkbl6TC .navbar-brand .navbar-caption:hover,
.cid-uYHNkbl6TC .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNkbl6TC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHNkbl6TC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHNkbl6TC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNkbl6TC .dropdown-item.active,
.cid-uYHNkbl6TC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHNkbl6TC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHNkbl6TC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHNkbl6TC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHNkbl6TC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHNkbl6TC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHNkbl6TC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHNkbl6TC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHNkbl6TC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHNkbl6TC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHNkbl6TC .navbar-buttons {
  text-align: center;
}
.cid-uYHNkbl6TC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHNkbl6TC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHNkbl6TC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHNkbl6TC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNkbl6TC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHNkbl6TC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHNkbl6TC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNkbl6TC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNkbl6TC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHNkbl6TC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNkbl6TC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHNkbl6TC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHNkbl6TC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNkbl6TC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHNkbl6TC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHNkbl6TC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHNkbl6TC .navbar {
    height: 70px;
  }
  .cid-uYHNkbl6TC .navbar.opened {
    height: auto;
  }
  .cid-uYHNkbl6TC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHNkbl6TC .navbar-nav {
  margin: 0 auto;
}
.cid-uYHNkbl6TC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHNkbl6TC .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHNkbl6TC .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHNkbl6TC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHNkbl6TC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHNkbl6TC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHNkbl6TC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHNkbl6TC .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHNkbl6TC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHNkbl6TC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHNkbl6TC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHNkbl6TC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHNkbl6TC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHNkbl6TC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHNkbl6TC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHNkbl6TC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHNkbl6TC .content-wrap {
  min-height: 110px;
}
.cid-uYHNkbl6TC .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHNkbl6TC .nav-link,
.cid-uYHNkbl6TC .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHNkaC2rb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHNkaC2rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNkaC2rb .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-uYHNkaC2rb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNkaC2rb .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNkaC2rb .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHNkaC2rb .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHNkaC2rb .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNkaC2rb .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHNkaC2rb .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHNkaC2rb .mbr-label {
  color: #ffffff;
}
.cid-uYHNkaC2rb .mbr-section-title {
  color: #ffffff;
}
.cid-uYHNkaC2rb label {
  color: #ffffff;
}
.cid-uYHNkaC2rb .mbr-section-title,
.cid-uYHNkaC2rb .title-wrapper {
  color: #ffffff;
}
.cid-uYHNkb34Rq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHNkb34Rq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNkb34Rq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNkb34Rq .row {
  justify-content: center;
}
.cid-uYHNkb34Rq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHNkb34Rq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNkb34Rq .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNkb34Rq .item {
    margin-bottom: 16px;
  }
}
.cid-uYHNkb34Rq .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHNkb34Rq .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHNkb34Rq .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHNkb34Rq .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHNkb34Rq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNkb34Rq .card-title {
  color: #000000;
}
.cid-uYHNkb34Rq .mbr-section-title,
.cid-uYHNkb34Rq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHNkb34Rq .card-title,
.cid-uYHNkb34Rq .contact-wrapper {
  color: #000000;
}
.cid-uYHNkbPeJr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHNkbPeJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNkbPeJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNkbPeJr .row {
  justify-content: center;
}
.cid-uYHNkbPeJr .card {
  justify-content: center;
}
.cid-uYHNkbPeJr .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHNkbPeJr .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNkbPeJr .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHNkbPeJr .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHNkbPeJr .nav-wrapper .list .item-wrap:hover,
.cid-uYHNkbPeJr .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHNkbPeJr .list,
.cid-uYHNkbPeJr .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNuORwUJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHNuORwUJ nav.navbar {
  position: fixed;
}
.cid-uYHNuORwUJ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHNuORwUJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHNuORwUJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNuORwUJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHNuORwUJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNuORwUJ .dropdown-item:hover,
.cid-uYHNuORwUJ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNuORwUJ .dropdown-item:hover span {
  color: white;
}
.cid-uYHNuORwUJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHNuORwUJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHNuORwUJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHNuORwUJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHNuORwUJ .nav-link {
  position: relative;
}
.cid-uYHNuORwUJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHNuORwUJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHNuORwUJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHNuORwUJ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHNuORwUJ .dropdown-menu,
.cid-uYHNuORwUJ .navbar.opened {
  background: #071705 !important;
}
.cid-uYHNuORwUJ .nav-item:focus,
.cid-uYHNuORwUJ .nav-link:focus {
  outline: none;
}
.cid-uYHNuORwUJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHNuORwUJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHNuORwUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHNuORwUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNuORwUJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHNuORwUJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHNuORwUJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNuORwUJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHNuORwUJ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHNuORwUJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHNuORwUJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHNuORwUJ .navbar.collapsed {
  justify-content: center;
}
.cid-uYHNuORwUJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHNuORwUJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHNuORwUJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHNuORwUJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHNuORwUJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHNuORwUJ .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-uYHNuORwUJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHNuORwUJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHNuORwUJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHNuORwUJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHNuORwUJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHNuORwUJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHNuORwUJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHNuORwUJ .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-uYHNuORwUJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHNuORwUJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHNuORwUJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHNuORwUJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHNuORwUJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHNuORwUJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHNuORwUJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHNuORwUJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHNuORwUJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHNuORwUJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHNuORwUJ .navbar-brand .navbar-caption:hover,
.cid-uYHNuORwUJ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNuORwUJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHNuORwUJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHNuORwUJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNuORwUJ .dropdown-item.active,
.cid-uYHNuORwUJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHNuORwUJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHNuORwUJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHNuORwUJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHNuORwUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHNuORwUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHNuORwUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHNuORwUJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHNuORwUJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHNuORwUJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHNuORwUJ .navbar-buttons {
  text-align: center;
}
.cid-uYHNuORwUJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHNuORwUJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHNuORwUJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHNuORwUJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNuORwUJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHNuORwUJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHNuORwUJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNuORwUJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNuORwUJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHNuORwUJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNuORwUJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHNuORwUJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHNuORwUJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNuORwUJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHNuORwUJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHNuORwUJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHNuORwUJ .navbar {
    height: 70px;
  }
  .cid-uYHNuORwUJ .navbar.opened {
    height: auto;
  }
  .cid-uYHNuORwUJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHNuORwUJ .navbar-nav {
  margin: 0 auto;
}
.cid-uYHNuORwUJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHNuORwUJ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHNuORwUJ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHNuORwUJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHNuORwUJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHNuORwUJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHNuORwUJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHNuORwUJ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHNuORwUJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHNuORwUJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHNuORwUJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHNuORwUJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHNuORwUJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHNuORwUJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHNuORwUJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHNuORwUJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHNuORwUJ .content-wrap {
  min-height: 110px;
}
.cid-uYHNuORwUJ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHNuORwUJ .nav-link,
.cid-uYHNuORwUJ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHNuO1n7X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHNuO1n7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNuO1n7X .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-uYHNuO1n7X .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNuO1n7X .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNuO1n7X .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHNuO1n7X .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHNuO1n7X .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNuO1n7X .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHNuO1n7X .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHNuO1n7X .mbr-label {
  color: #ffffff;
}
.cid-uYHNuO1n7X .mbr-section-title {
  color: #ffffff;
}
.cid-uYHNuO1n7X label {
  color: #ffffff;
}
.cid-uYHNuO1n7X .mbr-section-title,
.cid-uYHNuO1n7X .title-wrapper {
  color: #ffffff;
}
.cid-uYHNuOvvp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHNuOvvp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNuOvvp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNuOvvp6 .row {
  justify-content: center;
}
.cid-uYHNuOvvp6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHNuOvvp6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNuOvvp6 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNuOvvp6 .item {
    margin-bottom: 16px;
  }
}
.cid-uYHNuOvvp6 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHNuOvvp6 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHNuOvvp6 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHNuOvvp6 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHNuOvvp6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNuOvvp6 .card-title {
  color: #000000;
}
.cid-uYHNuOvvp6 .mbr-section-title,
.cid-uYHNuOvvp6 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHNuOvvp6 .card-title,
.cid-uYHNuOvvp6 .contact-wrapper {
  color: #000000;
}
.cid-uYHNuPloYR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHNuPloYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNuPloYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNuPloYR .row {
  justify-content: center;
}
.cid-uYHNuPloYR .card {
  justify-content: center;
}
.cid-uYHNuPloYR .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHNuPloYR .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNuPloYR .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHNuPloYR .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHNuPloYR .nav-wrapper .list .item-wrap:hover,
.cid-uYHNuPloYR .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHNuPloYR .list,
.cid-uYHNuPloYR .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNH7AYst {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHNH7AYst nav.navbar {
  position: fixed;
}
.cid-uYHNH7AYst .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHNH7AYst .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHNH7AYst .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNH7AYst .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHNH7AYst .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNH7AYst .dropdown-item:hover,
.cid-uYHNH7AYst .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNH7AYst .dropdown-item:hover span {
  color: white;
}
.cid-uYHNH7AYst .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHNH7AYst .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHNH7AYst .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHNH7AYst .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHNH7AYst .nav-link {
  position: relative;
}
.cid-uYHNH7AYst .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHNH7AYst .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHNH7AYst .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHNH7AYst .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHNH7AYst .dropdown-menu,
.cid-uYHNH7AYst .navbar.opened {
  background: #071705 !important;
}
.cid-uYHNH7AYst .nav-item:focus,
.cid-uYHNH7AYst .nav-link:focus {
  outline: none;
}
.cid-uYHNH7AYst .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHNH7AYst .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHNH7AYst .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHNH7AYst .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNH7AYst .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHNH7AYst .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHNH7AYst .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNH7AYst .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHNH7AYst .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHNH7AYst .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHNH7AYst .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHNH7AYst .navbar.collapsed {
  justify-content: center;
}
.cid-uYHNH7AYst .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHNH7AYst .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHNH7AYst .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHNH7AYst .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHNH7AYst .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHNH7AYst .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-uYHNH7AYst .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHNH7AYst .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHNH7AYst .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHNH7AYst .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHNH7AYst .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHNH7AYst .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHNH7AYst .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHNH7AYst .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-uYHNH7AYst .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHNH7AYst .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHNH7AYst .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHNH7AYst .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHNH7AYst .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHNH7AYst .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHNH7AYst .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHNH7AYst .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHNH7AYst .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHNH7AYst .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHNH7AYst .navbar-brand .navbar-caption:hover,
.cid-uYHNH7AYst .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNH7AYst .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHNH7AYst .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHNH7AYst .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNH7AYst .dropdown-item.active,
.cid-uYHNH7AYst .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHNH7AYst .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHNH7AYst .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHNH7AYst .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHNH7AYst .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHNH7AYst .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHNH7AYst .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHNH7AYst .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHNH7AYst ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHNH7AYst ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHNH7AYst .navbar-buttons {
  text-align: center;
}
.cid-uYHNH7AYst .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHNH7AYst .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHNH7AYst .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHNH7AYst button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNH7AYst button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHNH7AYst button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHNH7AYst button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNH7AYst button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNH7AYst button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHNH7AYst nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNH7AYst nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHNH7AYst nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHNH7AYst nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNH7AYst .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHNH7AYst a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHNH7AYst .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHNH7AYst .navbar {
    height: 70px;
  }
  .cid-uYHNH7AYst .navbar.opened {
    height: auto;
  }
  .cid-uYHNH7AYst .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHNH7AYst .navbar-nav {
  margin: 0 auto;
}
.cid-uYHNH7AYst .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHNH7AYst .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHNH7AYst .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHNH7AYst .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHNH7AYst .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHNH7AYst .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHNH7AYst .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHNH7AYst .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHNH7AYst .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHNH7AYst .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHNH7AYst .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHNH7AYst .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHNH7AYst .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHNH7AYst .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHNH7AYst .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHNH7AYst .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHNH7AYst .content-wrap {
  min-height: 110px;
}
.cid-uYHNH7AYst .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHNH7AYst .nav-link,
.cid-uYHNH7AYst .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHNH5YHmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHNH5YHmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNH5YHmu .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-uYHNH5YHmu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNH5YHmu .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNH5YHmu .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHNH5YHmu .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHNH5YHmu .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNH5YHmu .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHNH5YHmu .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHNH5YHmu .mbr-label {
  color: #ffffff;
}
.cid-uYHNH5YHmu .mbr-section-title {
  color: #ffffff;
}
.cid-uYHNH5YHmu label {
  color: #ffffff;
}
.cid-uYHNH5YHmu .mbr-section-title,
.cid-uYHNH5YHmu .title-wrapper {
  color: #ffffff;
}
.cid-uYHNH7bgf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHNH7bgf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNH7bgf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNH7bgf9 .row {
  justify-content: center;
}
.cid-uYHNH7bgf9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHNH7bgf9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNH7bgf9 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNH7bgf9 .item {
    margin-bottom: 16px;
  }
}
.cid-uYHNH7bgf9 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHNH7bgf9 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHNH7bgf9 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHNH7bgf9 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHNH7bgf9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNH7bgf9 .card-title {
  color: #000000;
}
.cid-uYHNH7bgf9 .mbr-section-title,
.cid-uYHNH7bgf9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHNH7bgf9 .card-title,
.cid-uYHNH7bgf9 .contact-wrapper {
  color: #000000;
}
.cid-uYHNH86Scp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHNH86Scp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNH86Scp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNH86Scp .row {
  justify-content: center;
}
.cid-uYHNH86Scp .card {
  justify-content: center;
}
.cid-uYHNH86Scp .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHNH86Scp .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNH86Scp .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHNH86Scp .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHNH86Scp .nav-wrapper .list .item-wrap:hover,
.cid-uYHNH86Scp .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHNH86Scp .list,
.cid-uYHNH86Scp .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNUC9Oto {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHNUC9Oto nav.navbar {
  position: fixed;
}
.cid-uYHNUC9Oto .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHNUC9Oto .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHNUC9Oto .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNUC9Oto .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHNUC9Oto .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNUC9Oto .dropdown-item:hover,
.cid-uYHNUC9Oto .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHNUC9Oto .dropdown-item:hover span {
  color: white;
}
.cid-uYHNUC9Oto .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHNUC9Oto .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHNUC9Oto .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHNUC9Oto .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHNUC9Oto .nav-link {
  position: relative;
}
.cid-uYHNUC9Oto .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHNUC9Oto .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHNUC9Oto .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHNUC9Oto .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHNUC9Oto .dropdown-menu,
.cid-uYHNUC9Oto .navbar.opened {
  background: #071705 !important;
}
.cid-uYHNUC9Oto .nav-item:focus,
.cid-uYHNUC9Oto .nav-link:focus {
  outline: none;
}
.cid-uYHNUC9Oto .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHNUC9Oto .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHNUC9Oto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHNUC9Oto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHNUC9Oto .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHNUC9Oto .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHNUC9Oto .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNUC9Oto .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHNUC9Oto .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHNUC9Oto .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHNUC9Oto .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHNUC9Oto .navbar.collapsed {
  justify-content: center;
}
.cid-uYHNUC9Oto .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHNUC9Oto .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHNUC9Oto .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHNUC9Oto .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHNUC9Oto .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHNUC9Oto .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-uYHNUC9Oto .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHNUC9Oto .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHNUC9Oto .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHNUC9Oto .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHNUC9Oto .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHNUC9Oto .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHNUC9Oto .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHNUC9Oto .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-uYHNUC9Oto .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHNUC9Oto .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHNUC9Oto .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHNUC9Oto .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHNUC9Oto .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHNUC9Oto .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHNUC9Oto .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHNUC9Oto .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHNUC9Oto .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHNUC9Oto .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHNUC9Oto .navbar-brand .navbar-caption:hover,
.cid-uYHNUC9Oto .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNUC9Oto .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHNUC9Oto .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHNUC9Oto .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHNUC9Oto .dropdown-item.active,
.cid-uYHNUC9Oto .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHNUC9Oto .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHNUC9Oto .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHNUC9Oto .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHNUC9Oto .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHNUC9Oto .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHNUC9Oto .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHNUC9Oto .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHNUC9Oto ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHNUC9Oto ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHNUC9Oto .navbar-buttons {
  text-align: center;
}
.cid-uYHNUC9Oto .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHNUC9Oto .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHNUC9Oto .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHNUC9Oto button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHNUC9Oto button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHNUC9Oto button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHNUC9Oto button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNUC9Oto button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHNUC9Oto button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHNUC9Oto nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNUC9Oto nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHNUC9Oto nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHNUC9Oto nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHNUC9Oto .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHNUC9Oto a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHNUC9Oto .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHNUC9Oto .navbar {
    height: 70px;
  }
  .cid-uYHNUC9Oto .navbar.opened {
    height: auto;
  }
  .cid-uYHNUC9Oto .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHNUC9Oto .navbar-nav {
  margin: 0 auto;
}
.cid-uYHNUC9Oto .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHNUC9Oto .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHNUC9Oto .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHNUC9Oto .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHNUC9Oto .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHNUC9Oto .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHNUC9Oto .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHNUC9Oto .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHNUC9Oto .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHNUC9Oto .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHNUC9Oto .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHNUC9Oto .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHNUC9Oto .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHNUC9Oto .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHNUC9Oto .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHNUC9Oto .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHNUC9Oto .content-wrap {
  min-height: 110px;
}
.cid-uYHNUC9Oto .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHNUC9Oto .nav-link,
.cid-uYHNUC9Oto .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHNUBglt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHNUBglt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNUBglt5 .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-uYHNUBglt5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNUBglt5 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNUBglt5 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHNUBglt5 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHNUBglt5 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNUBglt5 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHNUBglt5 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHNUBglt5 .mbr-label {
  color: #ffffff;
}
.cid-uYHNUBglt5 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHNUBglt5 label {
  color: #ffffff;
}
.cid-uYHNUBglt5 .mbr-section-title,
.cid-uYHNUBglt5 .title-wrapper {
  color: #ffffff;
}
.cid-uYHNUBMVQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHNUBMVQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNUBMVQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNUBMVQB .row {
  justify-content: center;
}
.cid-uYHNUBMVQB .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHNUBMVQB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNUBMVQB .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHNUBMVQB .item {
    margin-bottom: 16px;
  }
}
.cid-uYHNUBMVQB .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHNUBMVQB .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHNUBMVQB .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHNUBMVQB .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHNUBMVQB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHNUBMVQB .card-title {
  color: #000000;
}
.cid-uYHNUBMVQB .mbr-section-title,
.cid-uYHNUBMVQB .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHNUBMVQB .card-title,
.cid-uYHNUBMVQB .contact-wrapper {
  color: #000000;
}
.cid-uYHNUCDE6e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHNUCDE6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHNUCDE6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHNUCDE6e .row {
  justify-content: center;
}
.cid-uYHNUCDE6e .card {
  justify-content: center;
}
.cid-uYHNUCDE6e .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHNUCDE6e .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHNUCDE6e .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHNUCDE6e .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHNUCDE6e .nav-wrapper .list .item-wrap:hover,
.cid-uYHNUCDE6e .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHNUCDE6e .list,
.cid-uYHNUCDE6e .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHO5fguZC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHO5fguZC nav.navbar {
  position: fixed;
}
.cid-uYHO5fguZC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHO5fguZC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHO5fguZC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHO5fguZC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHO5fguZC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHO5fguZC .dropdown-item:hover,
.cid-uYHO5fguZC .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHO5fguZC .dropdown-item:hover span {
  color: white;
}
.cid-uYHO5fguZC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHO5fguZC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHO5fguZC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHO5fguZC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHO5fguZC .nav-link {
  position: relative;
}
.cid-uYHO5fguZC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHO5fguZC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHO5fguZC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHO5fguZC .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHO5fguZC .dropdown-menu,
.cid-uYHO5fguZC .navbar.opened {
  background: #071705 !important;
}
.cid-uYHO5fguZC .nav-item:focus,
.cid-uYHO5fguZC .nav-link:focus {
  outline: none;
}
.cid-uYHO5fguZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHO5fguZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHO5fguZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHO5fguZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHO5fguZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHO5fguZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHO5fguZC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHO5fguZC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHO5fguZC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHO5fguZC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHO5fguZC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHO5fguZC .navbar.collapsed {
  justify-content: center;
}
.cid-uYHO5fguZC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHO5fguZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHO5fguZC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHO5fguZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHO5fguZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHO5fguZC .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-uYHO5fguZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHO5fguZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHO5fguZC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHO5fguZC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHO5fguZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHO5fguZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHO5fguZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHO5fguZC .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-uYHO5fguZC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHO5fguZC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHO5fguZC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHO5fguZC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHO5fguZC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHO5fguZC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHO5fguZC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHO5fguZC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHO5fguZC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHO5fguZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHO5fguZC .navbar-brand .navbar-caption:hover,
.cid-uYHO5fguZC .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHO5fguZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHO5fguZC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHO5fguZC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHO5fguZC .dropdown-item.active,
.cid-uYHO5fguZC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHO5fguZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHO5fguZC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHO5fguZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHO5fguZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHO5fguZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHO5fguZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHO5fguZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHO5fguZC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHO5fguZC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHO5fguZC .navbar-buttons {
  text-align: center;
}
.cid-uYHO5fguZC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHO5fguZC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHO5fguZC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHO5fguZC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHO5fguZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHO5fguZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHO5fguZC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHO5fguZC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHO5fguZC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHO5fguZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHO5fguZC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHO5fguZC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHO5fguZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHO5fguZC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHO5fguZC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHO5fguZC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHO5fguZC .navbar {
    height: 70px;
  }
  .cid-uYHO5fguZC .navbar.opened {
    height: auto;
  }
  .cid-uYHO5fguZC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHO5fguZC .navbar-nav {
  margin: 0 auto;
}
.cid-uYHO5fguZC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHO5fguZC .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHO5fguZC .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHO5fguZC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHO5fguZC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHO5fguZC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHO5fguZC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHO5fguZC .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHO5fguZC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHO5fguZC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHO5fguZC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHO5fguZC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHO5fguZC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHO5fguZC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHO5fguZC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHO5fguZC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHO5fguZC .content-wrap {
  min-height: 110px;
}
.cid-uYHO5fguZC .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHO5fguZC .nav-link,
.cid-uYHO5fguZC .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHO5ex2ml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHO5ex2ml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHO5ex2ml .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-uYHO5ex2ml .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHO5ex2ml .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHO5ex2ml .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHO5ex2ml .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHO5ex2ml .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHO5ex2ml .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHO5ex2ml .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHO5ex2ml .mbr-label {
  color: #ffffff;
}
.cid-uYHO5ex2ml .mbr-section-title {
  color: #ffffff;
}
.cid-uYHO5ex2ml label {
  color: #ffffff;
}
.cid-uYHO5ex2ml .mbr-section-title,
.cid-uYHO5ex2ml .title-wrapper {
  color: #ffffff;
}
.cid-uYHO5eYSYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHO5eYSYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHO5eYSYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHO5eYSYW .row {
  justify-content: center;
}
.cid-uYHO5eYSYW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHO5eYSYW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHO5eYSYW .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHO5eYSYW .item {
    margin-bottom: 16px;
  }
}
.cid-uYHO5eYSYW .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHO5eYSYW .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHO5eYSYW .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHO5eYSYW .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHO5eYSYW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHO5eYSYW .card-title {
  color: #000000;
}
.cid-uYHO5eYSYW .mbr-section-title,
.cid-uYHO5eYSYW .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHO5eYSYW .card-title,
.cid-uYHO5eYSYW .contact-wrapper {
  color: #000000;
}
.cid-uYHO5fMMWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHO5fMMWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHO5fMMWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHO5fMMWX .row {
  justify-content: center;
}
.cid-uYHO5fMMWX .card {
  justify-content: center;
}
.cid-uYHO5fMMWX .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHO5fMMWX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHO5fMMWX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHO5fMMWX .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHO5fMMWX .nav-wrapper .list .item-wrap:hover,
.cid-uYHO5fMMWX .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHO5fMMWX .list,
.cid-uYHO5fMMWX .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOeTE6Xj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHOeTE6Xj nav.navbar {
  position: fixed;
}
.cid-uYHOeTE6Xj .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHOeTE6Xj .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHOeTE6Xj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOeTE6Xj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHOeTE6Xj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOeTE6Xj .dropdown-item:hover,
.cid-uYHOeTE6Xj .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOeTE6Xj .dropdown-item:hover span {
  color: white;
}
.cid-uYHOeTE6Xj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHOeTE6Xj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHOeTE6Xj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHOeTE6Xj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHOeTE6Xj .nav-link {
  position: relative;
}
.cid-uYHOeTE6Xj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHOeTE6Xj .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHOeTE6Xj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHOeTE6Xj .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHOeTE6Xj .dropdown-menu,
.cid-uYHOeTE6Xj .navbar.opened {
  background: #071705 !important;
}
.cid-uYHOeTE6Xj .nav-item:focus,
.cid-uYHOeTE6Xj .nav-link:focus {
  outline: none;
}
.cid-uYHOeTE6Xj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHOeTE6Xj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHOeTE6Xj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHOeTE6Xj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOeTE6Xj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHOeTE6Xj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHOeTE6Xj .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOeTE6Xj .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHOeTE6Xj .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHOeTE6Xj .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHOeTE6Xj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHOeTE6Xj .navbar.collapsed {
  justify-content: center;
}
.cid-uYHOeTE6Xj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHOeTE6Xj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHOeTE6Xj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHOeTE6Xj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHOeTE6Xj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHOeTE6Xj .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-uYHOeTE6Xj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHOeTE6Xj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHOeTE6Xj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHOeTE6Xj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHOeTE6Xj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHOeTE6Xj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHOeTE6Xj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHOeTE6Xj .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-uYHOeTE6Xj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHOeTE6Xj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHOeTE6Xj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHOeTE6Xj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHOeTE6Xj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHOeTE6Xj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHOeTE6Xj .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHOeTE6Xj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHOeTE6Xj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHOeTE6Xj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHOeTE6Xj .navbar-brand .navbar-caption:hover,
.cid-uYHOeTE6Xj .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOeTE6Xj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHOeTE6Xj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHOeTE6Xj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOeTE6Xj .dropdown-item.active,
.cid-uYHOeTE6Xj .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHOeTE6Xj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHOeTE6Xj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHOeTE6Xj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHOeTE6Xj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHOeTE6Xj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHOeTE6Xj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHOeTE6Xj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHOeTE6Xj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHOeTE6Xj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHOeTE6Xj .navbar-buttons {
  text-align: center;
}
.cid-uYHOeTE6Xj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHOeTE6Xj .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHOeTE6Xj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHOeTE6Xj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOeTE6Xj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHOeTE6Xj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHOeTE6Xj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOeTE6Xj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOeTE6Xj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHOeTE6Xj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOeTE6Xj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHOeTE6Xj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHOeTE6Xj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOeTE6Xj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHOeTE6Xj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHOeTE6Xj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHOeTE6Xj .navbar {
    height: 70px;
  }
  .cid-uYHOeTE6Xj .navbar.opened {
    height: auto;
  }
  .cid-uYHOeTE6Xj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHOeTE6Xj .navbar-nav {
  margin: 0 auto;
}
.cid-uYHOeTE6Xj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHOeTE6Xj .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHOeTE6Xj .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHOeTE6Xj .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHOeTE6Xj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHOeTE6Xj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHOeTE6Xj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHOeTE6Xj .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHOeTE6Xj .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHOeTE6Xj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHOeTE6Xj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHOeTE6Xj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHOeTE6Xj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHOeTE6Xj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHOeTE6Xj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHOeTE6Xj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHOeTE6Xj .content-wrap {
  min-height: 110px;
}
.cid-uYHOeTE6Xj .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHOeTE6Xj .nav-link,
.cid-uYHOeTE6Xj .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHOeSRqQ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHOeSRqQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOeSRqQ8 .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-uYHOeSRqQ8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOeSRqQ8 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOeSRqQ8 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHOeSRqQ8 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHOeSRqQ8 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOeSRqQ8 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHOeSRqQ8 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHOeSRqQ8 .mbr-label {
  color: #ffffff;
}
.cid-uYHOeSRqQ8 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHOeSRqQ8 label {
  color: #ffffff;
}
.cid-uYHOeSRqQ8 .mbr-section-title,
.cid-uYHOeSRqQ8 .title-wrapper {
  color: #ffffff;
}
.cid-uYHOeTmKlQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHOeTmKlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOeTmKlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOeTmKlQ .row {
  justify-content: center;
}
.cid-uYHOeTmKlQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHOeTmKlQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOeTmKlQ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOeTmKlQ .item {
    margin-bottom: 16px;
  }
}
.cid-uYHOeTmKlQ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHOeTmKlQ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHOeTmKlQ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHOeTmKlQ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHOeTmKlQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOeTmKlQ .card-title {
  color: #000000;
}
.cid-uYHOeTmKlQ .mbr-section-title,
.cid-uYHOeTmKlQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHOeTmKlQ .card-title,
.cid-uYHOeTmKlQ .contact-wrapper {
  color: #000000;
}
.cid-uYHOeUd2Mw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHOeUd2Mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOeUd2Mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOeUd2Mw .row {
  justify-content: center;
}
.cid-uYHOeUd2Mw .card {
  justify-content: center;
}
.cid-uYHOeUd2Mw .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHOeUd2Mw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOeUd2Mw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHOeUd2Mw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHOeUd2Mw .nav-wrapper .list .item-wrap:hover,
.cid-uYHOeUd2Mw .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHOeUd2Mw .list,
.cid-uYHOeUd2Mw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOowUDcG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHOowUDcG nav.navbar {
  position: fixed;
}
.cid-uYHOowUDcG .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHOowUDcG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHOowUDcG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOowUDcG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHOowUDcG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOowUDcG .dropdown-item:hover,
.cid-uYHOowUDcG .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOowUDcG .dropdown-item:hover span {
  color: white;
}
.cid-uYHOowUDcG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHOowUDcG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHOowUDcG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHOowUDcG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHOowUDcG .nav-link {
  position: relative;
}
.cid-uYHOowUDcG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHOowUDcG .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHOowUDcG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHOowUDcG .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHOowUDcG .dropdown-menu,
.cid-uYHOowUDcG .navbar.opened {
  background: #071705 !important;
}
.cid-uYHOowUDcG .nav-item:focus,
.cid-uYHOowUDcG .nav-link:focus {
  outline: none;
}
.cid-uYHOowUDcG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHOowUDcG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHOowUDcG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHOowUDcG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOowUDcG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHOowUDcG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHOowUDcG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOowUDcG .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHOowUDcG .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHOowUDcG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHOowUDcG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHOowUDcG .navbar.collapsed {
  justify-content: center;
}
.cid-uYHOowUDcG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHOowUDcG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHOowUDcG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHOowUDcG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHOowUDcG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHOowUDcG .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-uYHOowUDcG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHOowUDcG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHOowUDcG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHOowUDcG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHOowUDcG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHOowUDcG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHOowUDcG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHOowUDcG .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-uYHOowUDcG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHOowUDcG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHOowUDcG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHOowUDcG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHOowUDcG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHOowUDcG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHOowUDcG .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHOowUDcG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHOowUDcG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHOowUDcG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHOowUDcG .navbar-brand .navbar-caption:hover,
.cid-uYHOowUDcG .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOowUDcG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHOowUDcG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHOowUDcG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOowUDcG .dropdown-item.active,
.cid-uYHOowUDcG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHOowUDcG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHOowUDcG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHOowUDcG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHOowUDcG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHOowUDcG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHOowUDcG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHOowUDcG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHOowUDcG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHOowUDcG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHOowUDcG .navbar-buttons {
  text-align: center;
}
.cid-uYHOowUDcG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHOowUDcG .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHOowUDcG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHOowUDcG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOowUDcG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHOowUDcG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHOowUDcG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOowUDcG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOowUDcG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHOowUDcG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOowUDcG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHOowUDcG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHOowUDcG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOowUDcG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHOowUDcG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHOowUDcG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHOowUDcG .navbar {
    height: 70px;
  }
  .cid-uYHOowUDcG .navbar.opened {
    height: auto;
  }
  .cid-uYHOowUDcG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHOowUDcG .navbar-nav {
  margin: 0 auto;
}
.cid-uYHOowUDcG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHOowUDcG .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHOowUDcG .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHOowUDcG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHOowUDcG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHOowUDcG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHOowUDcG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHOowUDcG .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHOowUDcG .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHOowUDcG .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHOowUDcG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHOowUDcG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHOowUDcG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHOowUDcG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHOowUDcG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHOowUDcG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHOowUDcG .content-wrap {
  min-height: 110px;
}
.cid-uYHOowUDcG .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHOowUDcG .nav-link,
.cid-uYHOowUDcG .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHOowa15D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHOowa15D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOowa15D .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-uYHOowa15D .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOowa15D .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOowa15D .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHOowa15D .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHOowa15D .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHOowa15D .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHOowa15D .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOowa15D .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHOowa15D .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHOowa15D .mbr-label {
  color: #ffffff;
}
.cid-uYHOowa15D .mbr-section-title {
  color: #ffffff;
}
.cid-uYHOowa15D label {
  color: #ffffff;
}
.cid-uYHOowa15D .mbr-section-title,
.cid-uYHOowa15D .title-wrapper {
  color: #ffffff;
}
.cid-uYHOowCPzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHOowCPzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOowCPzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOowCPzw .row {
  justify-content: center;
}
.cid-uYHOowCPzw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHOowCPzw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOowCPzw .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOowCPzw .item {
    margin-bottom: 16px;
  }
}
.cid-uYHOowCPzw .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHOowCPzw .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHOowCPzw .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHOowCPzw .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHOowCPzw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOowCPzw .card-title {
  color: #000000;
}
.cid-uYHOowCPzw .mbr-section-title,
.cid-uYHOowCPzw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHOowCPzw .card-title,
.cid-uYHOowCPzw .contact-wrapper {
  color: #000000;
}
.cid-uYHOoxnTho {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHOoxnTho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOoxnTho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOoxnTho .row {
  justify-content: center;
}
.cid-uYHOoxnTho .card {
  justify-content: center;
}
.cid-uYHOoxnTho .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHOoxnTho .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOoxnTho .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHOoxnTho .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHOoxnTho .nav-wrapper .list .item-wrap:hover,
.cid-uYHOoxnTho .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHOoxnTho .list,
.cid-uYHOoxnTho .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOywnAvw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHOywnAvw nav.navbar {
  position: fixed;
}
.cid-uYHOywnAvw .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHOywnAvw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHOywnAvw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOywnAvw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHOywnAvw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOywnAvw .dropdown-item:hover,
.cid-uYHOywnAvw .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOywnAvw .dropdown-item:hover span {
  color: white;
}
.cid-uYHOywnAvw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHOywnAvw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHOywnAvw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHOywnAvw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHOywnAvw .nav-link {
  position: relative;
}
.cid-uYHOywnAvw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHOywnAvw .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHOywnAvw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHOywnAvw .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHOywnAvw .dropdown-menu,
.cid-uYHOywnAvw .navbar.opened {
  background: #071705 !important;
}
.cid-uYHOywnAvw .nav-item:focus,
.cid-uYHOywnAvw .nav-link:focus {
  outline: none;
}
.cid-uYHOywnAvw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHOywnAvw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHOywnAvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHOywnAvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOywnAvw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHOywnAvw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHOywnAvw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOywnAvw .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHOywnAvw .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHOywnAvw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHOywnAvw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHOywnAvw .navbar.collapsed {
  justify-content: center;
}
.cid-uYHOywnAvw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHOywnAvw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHOywnAvw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHOywnAvw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHOywnAvw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHOywnAvw .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-uYHOywnAvw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHOywnAvw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHOywnAvw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHOywnAvw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHOywnAvw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHOywnAvw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHOywnAvw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHOywnAvw .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-uYHOywnAvw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHOywnAvw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHOywnAvw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHOywnAvw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHOywnAvw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHOywnAvw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHOywnAvw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHOywnAvw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHOywnAvw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHOywnAvw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHOywnAvw .navbar-brand .navbar-caption:hover,
.cid-uYHOywnAvw .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOywnAvw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHOywnAvw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHOywnAvw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOywnAvw .dropdown-item.active,
.cid-uYHOywnAvw .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHOywnAvw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHOywnAvw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHOywnAvw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHOywnAvw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHOywnAvw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHOywnAvw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHOywnAvw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHOywnAvw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHOywnAvw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHOywnAvw .navbar-buttons {
  text-align: center;
}
.cid-uYHOywnAvw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHOywnAvw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHOywnAvw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHOywnAvw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOywnAvw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHOywnAvw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHOywnAvw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOywnAvw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOywnAvw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHOywnAvw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOywnAvw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHOywnAvw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHOywnAvw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOywnAvw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHOywnAvw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHOywnAvw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHOywnAvw .navbar {
    height: 70px;
  }
  .cid-uYHOywnAvw .navbar.opened {
    height: auto;
  }
  .cid-uYHOywnAvw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHOywnAvw .navbar-nav {
  margin: 0 auto;
}
.cid-uYHOywnAvw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHOywnAvw .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHOywnAvw .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHOywnAvw .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHOywnAvw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHOywnAvw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHOywnAvw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHOywnAvw .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHOywnAvw .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHOywnAvw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHOywnAvw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHOywnAvw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHOywnAvw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHOywnAvw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHOywnAvw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHOywnAvw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHOywnAvw .content-wrap {
  min-height: 110px;
}
.cid-uYHOywnAvw .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHOywnAvw .nav-link,
.cid-uYHOywnAvw .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHOyvrvsv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHOyvrvsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOyvrvsv .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-uYHOyvrvsv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOyvrvsv .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOyvrvsv .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHOyvrvsv .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHOyvrvsv .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOyvrvsv .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHOyvrvsv .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHOyvrvsv .mbr-label {
  color: #ffffff;
}
.cid-uYHOyvrvsv .mbr-section-title {
  color: #ffffff;
}
.cid-uYHOyvrvsv label {
  color: #ffffff;
}
.cid-uYHOyvrvsv .mbr-section-title,
.cid-uYHOyvrvsv .title-wrapper {
  color: #ffffff;
}
.cid-uYHOyvYiKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHOyvYiKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOyvYiKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOyvYiKD .row {
  justify-content: center;
}
.cid-uYHOyvYiKD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHOyvYiKD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOyvYiKD .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOyvYiKD .item {
    margin-bottom: 16px;
  }
}
.cid-uYHOyvYiKD .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHOyvYiKD .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHOyvYiKD .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHOyvYiKD .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHOyvYiKD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOyvYiKD .card-title {
  color: #000000;
}
.cid-uYHOyvYiKD .mbr-section-title,
.cid-uYHOyvYiKD .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHOyvYiKD .card-title,
.cid-uYHOyvYiKD .contact-wrapper {
  color: #000000;
}
.cid-uYHOywY5wB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHOywY5wB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOywY5wB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOywY5wB .row {
  justify-content: center;
}
.cid-uYHOywY5wB .card {
  justify-content: center;
}
.cid-uYHOywY5wB .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHOywY5wB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOywY5wB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHOywY5wB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHOywY5wB .nav-wrapper .list .item-wrap:hover,
.cid-uYHOywY5wB .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHOywY5wB .list,
.cid-uYHOywY5wB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOIxZHMK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHOIxZHMK nav.navbar {
  position: fixed;
}
.cid-uYHOIxZHMK .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHOIxZHMK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHOIxZHMK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOIxZHMK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHOIxZHMK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOIxZHMK .dropdown-item:hover,
.cid-uYHOIxZHMK .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOIxZHMK .dropdown-item:hover span {
  color: white;
}
.cid-uYHOIxZHMK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHOIxZHMK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHOIxZHMK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHOIxZHMK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHOIxZHMK .nav-link {
  position: relative;
}
.cid-uYHOIxZHMK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHOIxZHMK .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHOIxZHMK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHOIxZHMK .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHOIxZHMK .dropdown-menu,
.cid-uYHOIxZHMK .navbar.opened {
  background: #071705 !important;
}
.cid-uYHOIxZHMK .nav-item:focus,
.cid-uYHOIxZHMK .nav-link:focus {
  outline: none;
}
.cid-uYHOIxZHMK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHOIxZHMK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHOIxZHMK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHOIxZHMK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOIxZHMK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHOIxZHMK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHOIxZHMK .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOIxZHMK .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHOIxZHMK .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHOIxZHMK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHOIxZHMK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHOIxZHMK .navbar.collapsed {
  justify-content: center;
}
.cid-uYHOIxZHMK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHOIxZHMK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHOIxZHMK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHOIxZHMK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHOIxZHMK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHOIxZHMK .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-uYHOIxZHMK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHOIxZHMK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHOIxZHMK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHOIxZHMK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHOIxZHMK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHOIxZHMK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHOIxZHMK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHOIxZHMK .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-uYHOIxZHMK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHOIxZHMK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHOIxZHMK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHOIxZHMK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHOIxZHMK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHOIxZHMK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHOIxZHMK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHOIxZHMK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHOIxZHMK .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHOIxZHMK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHOIxZHMK .navbar-brand .navbar-caption:hover,
.cid-uYHOIxZHMK .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOIxZHMK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHOIxZHMK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHOIxZHMK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOIxZHMK .dropdown-item.active,
.cid-uYHOIxZHMK .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHOIxZHMK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHOIxZHMK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHOIxZHMK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHOIxZHMK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHOIxZHMK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHOIxZHMK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHOIxZHMK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHOIxZHMK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHOIxZHMK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHOIxZHMK .navbar-buttons {
  text-align: center;
}
.cid-uYHOIxZHMK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHOIxZHMK .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHOIxZHMK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHOIxZHMK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOIxZHMK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHOIxZHMK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHOIxZHMK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOIxZHMK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOIxZHMK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHOIxZHMK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOIxZHMK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHOIxZHMK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHOIxZHMK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOIxZHMK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHOIxZHMK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHOIxZHMK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHOIxZHMK .navbar {
    height: 70px;
  }
  .cid-uYHOIxZHMK .navbar.opened {
    height: auto;
  }
  .cid-uYHOIxZHMK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHOIxZHMK .navbar-nav {
  margin: 0 auto;
}
.cid-uYHOIxZHMK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHOIxZHMK .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHOIxZHMK .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHOIxZHMK .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHOIxZHMK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHOIxZHMK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHOIxZHMK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHOIxZHMK .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHOIxZHMK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHOIxZHMK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHOIxZHMK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHOIxZHMK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHOIxZHMK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHOIxZHMK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHOIxZHMK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHOIxZHMK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHOIxZHMK .content-wrap {
  min-height: 110px;
}
.cid-uYHOIxZHMK .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHOIxZHMK .nav-link,
.cid-uYHOIxZHMK .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHOIxgeT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHOIxgeT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOIxgeT4 .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-uYHOIxgeT4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOIxgeT4 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOIxgeT4 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHOIxgeT4 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHOIxgeT4 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOIxgeT4 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHOIxgeT4 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHOIxgeT4 .mbr-label {
  color: #ffffff;
}
.cid-uYHOIxgeT4 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHOIxgeT4 label {
  color: #ffffff;
}
.cid-uYHOIxgeT4 .mbr-section-title,
.cid-uYHOIxgeT4 .title-wrapper {
  color: #ffffff;
}
.cid-uYHOIxHsR1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHOIxHsR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOIxHsR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOIxHsR1 .row {
  justify-content: center;
}
.cid-uYHOIxHsR1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHOIxHsR1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOIxHsR1 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOIxHsR1 .item {
    margin-bottom: 16px;
  }
}
.cid-uYHOIxHsR1 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHOIxHsR1 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHOIxHsR1 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHOIxHsR1 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHOIxHsR1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOIxHsR1 .card-title {
  color: #000000;
}
.cid-uYHOIxHsR1 .mbr-section-title,
.cid-uYHOIxHsR1 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHOIxHsR1 .card-title,
.cid-uYHOIxHsR1 .contact-wrapper {
  color: #000000;
}
.cid-uYHOIysZrW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHOIysZrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOIysZrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOIysZrW .row {
  justify-content: center;
}
.cid-uYHOIysZrW .card {
  justify-content: center;
}
.cid-uYHOIysZrW .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHOIysZrW .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOIysZrW .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHOIysZrW .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHOIysZrW .nav-wrapper .list .item-wrap:hover,
.cid-uYHOIysZrW .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHOIysZrW .list,
.cid-uYHOIysZrW .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOVlx2uL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHOVlx2uL nav.navbar {
  position: fixed;
}
.cid-uYHOVlx2uL .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHOVlx2uL .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHOVlx2uL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOVlx2uL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHOVlx2uL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOVlx2uL .dropdown-item:hover,
.cid-uYHOVlx2uL .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHOVlx2uL .dropdown-item:hover span {
  color: white;
}
.cid-uYHOVlx2uL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHOVlx2uL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHOVlx2uL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHOVlx2uL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHOVlx2uL .nav-link {
  position: relative;
}
.cid-uYHOVlx2uL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHOVlx2uL .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHOVlx2uL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHOVlx2uL .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHOVlx2uL .dropdown-menu,
.cid-uYHOVlx2uL .navbar.opened {
  background: #071705 !important;
}
.cid-uYHOVlx2uL .nav-item:focus,
.cid-uYHOVlx2uL .nav-link:focus {
  outline: none;
}
.cid-uYHOVlx2uL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHOVlx2uL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHOVlx2uL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHOVlx2uL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHOVlx2uL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHOVlx2uL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHOVlx2uL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOVlx2uL .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHOVlx2uL .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHOVlx2uL .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHOVlx2uL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHOVlx2uL .navbar.collapsed {
  justify-content: center;
}
.cid-uYHOVlx2uL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHOVlx2uL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHOVlx2uL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHOVlx2uL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHOVlx2uL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHOVlx2uL .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-uYHOVlx2uL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHOVlx2uL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHOVlx2uL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHOVlx2uL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHOVlx2uL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHOVlx2uL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHOVlx2uL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHOVlx2uL .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-uYHOVlx2uL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHOVlx2uL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHOVlx2uL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHOVlx2uL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHOVlx2uL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHOVlx2uL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHOVlx2uL .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHOVlx2uL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHOVlx2uL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHOVlx2uL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHOVlx2uL .navbar-brand .navbar-caption:hover,
.cid-uYHOVlx2uL .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOVlx2uL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHOVlx2uL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHOVlx2uL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHOVlx2uL .dropdown-item.active,
.cid-uYHOVlx2uL .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHOVlx2uL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHOVlx2uL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHOVlx2uL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHOVlx2uL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHOVlx2uL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHOVlx2uL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHOVlx2uL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHOVlx2uL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHOVlx2uL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHOVlx2uL .navbar-buttons {
  text-align: center;
}
.cid-uYHOVlx2uL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHOVlx2uL .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHOVlx2uL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHOVlx2uL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHOVlx2uL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHOVlx2uL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHOVlx2uL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOVlx2uL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHOVlx2uL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHOVlx2uL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOVlx2uL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHOVlx2uL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHOVlx2uL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHOVlx2uL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHOVlx2uL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHOVlx2uL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHOVlx2uL .navbar {
    height: 70px;
  }
  .cid-uYHOVlx2uL .navbar.opened {
    height: auto;
  }
  .cid-uYHOVlx2uL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHOVlx2uL .navbar-nav {
  margin: 0 auto;
}
.cid-uYHOVlx2uL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHOVlx2uL .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHOVlx2uL .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHOVlx2uL .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHOVlx2uL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHOVlx2uL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHOVlx2uL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHOVlx2uL .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHOVlx2uL .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHOVlx2uL .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHOVlx2uL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHOVlx2uL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHOVlx2uL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHOVlx2uL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHOVlx2uL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHOVlx2uL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHOVlx2uL .content-wrap {
  min-height: 110px;
}
.cid-uYHOVlx2uL .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHOVlx2uL .nav-link,
.cid-uYHOVlx2uL .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHOVjeWmd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHOVjeWmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOVjeWmd .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-uYHOVjeWmd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOVjeWmd .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOVjeWmd .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHOVjeWmd .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHOVjeWmd .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOVjeWmd .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHOVjeWmd .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHOVjeWmd .mbr-label {
  color: #ffffff;
}
.cid-uYHOVjeWmd .mbr-section-title {
  color: #ffffff;
}
.cid-uYHOVjeWmd label {
  color: #ffffff;
}
.cid-uYHOVjeWmd .mbr-section-title,
.cid-uYHOVjeWmd .title-wrapper {
  color: #ffffff;
}
.cid-uYHOVkZ9Tj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHOVkZ9Tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOVkZ9Tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOVkZ9Tj .row {
  justify-content: center;
}
.cid-uYHOVkZ9Tj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHOVkZ9Tj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOVkZ9Tj .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHOVkZ9Tj .item {
    margin-bottom: 16px;
  }
}
.cid-uYHOVkZ9Tj .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHOVkZ9Tj .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHOVkZ9Tj .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHOVkZ9Tj .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHOVkZ9Tj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHOVkZ9Tj .card-title {
  color: #000000;
}
.cid-uYHOVkZ9Tj .mbr-section-title,
.cid-uYHOVkZ9Tj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHOVkZ9Tj .card-title,
.cid-uYHOVkZ9Tj .contact-wrapper {
  color: #000000;
}
.cid-uYHOVmhIsT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHOVmhIsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHOVmhIsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHOVmhIsT .row {
  justify-content: center;
}
.cid-uYHOVmhIsT .card {
  justify-content: center;
}
.cid-uYHOVmhIsT .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHOVmhIsT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHOVmhIsT .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHOVmhIsT .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHOVmhIsT .nav-wrapper .list .item-wrap:hover,
.cid-uYHOVmhIsT .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHOVmhIsT .list,
.cid-uYHOVmhIsT .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHP5692P1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHP5692P1 nav.navbar {
  position: fixed;
}
.cid-uYHP5692P1 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHP5692P1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHP5692P1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHP5692P1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHP5692P1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHP5692P1 .dropdown-item:hover,
.cid-uYHP5692P1 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHP5692P1 .dropdown-item:hover span {
  color: white;
}
.cid-uYHP5692P1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHP5692P1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHP5692P1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHP5692P1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHP5692P1 .nav-link {
  position: relative;
}
.cid-uYHP5692P1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHP5692P1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHP5692P1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHP5692P1 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHP5692P1 .dropdown-menu,
.cid-uYHP5692P1 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHP5692P1 .nav-item:focus,
.cid-uYHP5692P1 .nav-link:focus {
  outline: none;
}
.cid-uYHP5692P1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHP5692P1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHP5692P1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHP5692P1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHP5692P1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHP5692P1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHP5692P1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHP5692P1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHP5692P1 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHP5692P1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHP5692P1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHP5692P1 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHP5692P1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHP5692P1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHP5692P1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHP5692P1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHP5692P1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHP5692P1 .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-uYHP5692P1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHP5692P1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHP5692P1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHP5692P1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHP5692P1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHP5692P1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHP5692P1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHP5692P1 .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-uYHP5692P1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHP5692P1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHP5692P1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHP5692P1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHP5692P1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHP5692P1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHP5692P1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHP5692P1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHP5692P1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHP5692P1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHP5692P1 .navbar-brand .navbar-caption:hover,
.cid-uYHP5692P1 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHP5692P1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHP5692P1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHP5692P1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHP5692P1 .dropdown-item.active,
.cid-uYHP5692P1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHP5692P1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHP5692P1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHP5692P1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHP5692P1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHP5692P1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHP5692P1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHP5692P1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHP5692P1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHP5692P1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHP5692P1 .navbar-buttons {
  text-align: center;
}
.cid-uYHP5692P1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHP5692P1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHP5692P1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHP5692P1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHP5692P1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHP5692P1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHP5692P1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHP5692P1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHP5692P1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHP5692P1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHP5692P1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHP5692P1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHP5692P1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHP5692P1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHP5692P1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHP5692P1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHP5692P1 .navbar {
    height: 70px;
  }
  .cid-uYHP5692P1 .navbar.opened {
    height: auto;
  }
  .cid-uYHP5692P1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHP5692P1 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHP5692P1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHP5692P1 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHP5692P1 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHP5692P1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHP5692P1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHP5692P1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHP5692P1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHP5692P1 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHP5692P1 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHP5692P1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHP5692P1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHP5692P1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHP5692P1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHP5692P1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHP5692P1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHP5692P1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHP5692P1 .content-wrap {
  min-height: 110px;
}
.cid-uYHP5692P1 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHP5692P1 .nav-link,
.cid-uYHP5692P1 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHP55m8xY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHP55m8xY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHP55m8xY .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-uYHP55m8xY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHP55m8xY .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHP55m8xY .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHP55m8xY .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHP55m8xY .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHP55m8xY .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHP55m8xY .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHP55m8xY .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHP55m8xY .mbr-label {
  color: #ffffff;
}
.cid-uYHP55m8xY .mbr-section-title {
  color: #ffffff;
}
.cid-uYHP55m8xY label {
  color: #ffffff;
}
.cid-uYHP55m8xY .mbr-section-title,
.cid-uYHP55m8xY .title-wrapper {
  color: #ffffff;
}
.cid-uYHP55RVHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHP55RVHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHP55RVHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHP55RVHE .row {
  justify-content: center;
}
.cid-uYHP55RVHE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHP55RVHE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHP55RVHE .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHP55RVHE .item {
    margin-bottom: 16px;
  }
}
.cid-uYHP55RVHE .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHP55RVHE .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHP55RVHE .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHP55RVHE .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHP55RVHE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHP55RVHE .card-title {
  color: #000000;
}
.cid-uYHP55RVHE .mbr-section-title,
.cid-uYHP55RVHE .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHP55RVHE .card-title,
.cid-uYHP55RVHE .contact-wrapper {
  color: #000000;
}
.cid-uYHP56G9Ed {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHP56G9Ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHP56G9Ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHP56G9Ed .row {
  justify-content: center;
}
.cid-uYHP56G9Ed .card {
  justify-content: center;
}
.cid-uYHP56G9Ed .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHP56G9Ed .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHP56G9Ed .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHP56G9Ed .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHP56G9Ed .nav-wrapper .list .item-wrap:hover,
.cid-uYHP56G9Ed .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHP56G9Ed .list,
.cid-uYHP56G9Ed .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPfjKpoh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHPfjKpoh nav.navbar {
  position: fixed;
}
.cid-uYHPfjKpoh .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHPfjKpoh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHPfjKpoh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPfjKpoh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHPfjKpoh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPfjKpoh .dropdown-item:hover,
.cid-uYHPfjKpoh .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPfjKpoh .dropdown-item:hover span {
  color: white;
}
.cid-uYHPfjKpoh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHPfjKpoh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHPfjKpoh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHPfjKpoh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHPfjKpoh .nav-link {
  position: relative;
}
.cid-uYHPfjKpoh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHPfjKpoh .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHPfjKpoh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHPfjKpoh .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHPfjKpoh .dropdown-menu,
.cid-uYHPfjKpoh .navbar.opened {
  background: #071705 !important;
}
.cid-uYHPfjKpoh .nav-item:focus,
.cid-uYHPfjKpoh .nav-link:focus {
  outline: none;
}
.cid-uYHPfjKpoh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHPfjKpoh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHPfjKpoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHPfjKpoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPfjKpoh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHPfjKpoh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHPfjKpoh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPfjKpoh .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHPfjKpoh .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHPfjKpoh .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHPfjKpoh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHPfjKpoh .navbar.collapsed {
  justify-content: center;
}
.cid-uYHPfjKpoh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHPfjKpoh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHPfjKpoh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHPfjKpoh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHPfjKpoh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHPfjKpoh .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-uYHPfjKpoh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHPfjKpoh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHPfjKpoh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHPfjKpoh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHPfjKpoh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHPfjKpoh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHPfjKpoh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHPfjKpoh .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-uYHPfjKpoh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHPfjKpoh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHPfjKpoh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHPfjKpoh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHPfjKpoh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHPfjKpoh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHPfjKpoh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHPfjKpoh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHPfjKpoh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHPfjKpoh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHPfjKpoh .navbar-brand .navbar-caption:hover,
.cid-uYHPfjKpoh .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPfjKpoh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHPfjKpoh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHPfjKpoh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPfjKpoh .dropdown-item.active,
.cid-uYHPfjKpoh .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHPfjKpoh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHPfjKpoh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHPfjKpoh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHPfjKpoh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHPfjKpoh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHPfjKpoh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHPfjKpoh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHPfjKpoh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHPfjKpoh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHPfjKpoh .navbar-buttons {
  text-align: center;
}
.cid-uYHPfjKpoh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHPfjKpoh .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHPfjKpoh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHPfjKpoh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPfjKpoh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHPfjKpoh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHPfjKpoh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPfjKpoh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPfjKpoh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHPfjKpoh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPfjKpoh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHPfjKpoh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHPfjKpoh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPfjKpoh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHPfjKpoh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHPfjKpoh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHPfjKpoh .navbar {
    height: 70px;
  }
  .cid-uYHPfjKpoh .navbar.opened {
    height: auto;
  }
  .cid-uYHPfjKpoh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHPfjKpoh .navbar-nav {
  margin: 0 auto;
}
.cid-uYHPfjKpoh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHPfjKpoh .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHPfjKpoh .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHPfjKpoh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHPfjKpoh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHPfjKpoh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHPfjKpoh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHPfjKpoh .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHPfjKpoh .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHPfjKpoh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHPfjKpoh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHPfjKpoh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHPfjKpoh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHPfjKpoh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHPfjKpoh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHPfjKpoh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHPfjKpoh .content-wrap {
  min-height: 110px;
}
.cid-uYHPfjKpoh .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHPfjKpoh .nav-link,
.cid-uYHPfjKpoh .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHPfiQ3di {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHPfiQ3di .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPfiQ3di .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-uYHPfiQ3di .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPfiQ3di .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPfiQ3di .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHPfiQ3di .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHPfiQ3di .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPfiQ3di .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHPfiQ3di .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHPfiQ3di .mbr-label {
  color: #ffffff;
}
.cid-uYHPfiQ3di .mbr-section-title {
  color: #ffffff;
}
.cid-uYHPfiQ3di label {
  color: #ffffff;
}
.cid-uYHPfiQ3di .mbr-section-title,
.cid-uYHPfiQ3di .title-wrapper {
  color: #ffffff;
}
.cid-uYHPfjmDE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHPfjmDE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPfjmDE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPfjmDE8 .row {
  justify-content: center;
}
.cid-uYHPfjmDE8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHPfjmDE8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPfjmDE8 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPfjmDE8 .item {
    margin-bottom: 16px;
  }
}
.cid-uYHPfjmDE8 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHPfjmDE8 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHPfjmDE8 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHPfjmDE8 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHPfjmDE8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPfjmDE8 .card-title {
  color: #000000;
}
.cid-uYHPfjmDE8 .mbr-section-title,
.cid-uYHPfjmDE8 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHPfjmDE8 .card-title,
.cid-uYHPfjmDE8 .contact-wrapper {
  color: #000000;
}
.cid-uYHPfkjbAv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHPfkjbAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPfkjbAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPfkjbAv .row {
  justify-content: center;
}
.cid-uYHPfkjbAv .card {
  justify-content: center;
}
.cid-uYHPfkjbAv .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHPfkjbAv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPfkjbAv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHPfkjbAv .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHPfkjbAv .nav-wrapper .list .item-wrap:hover,
.cid-uYHPfkjbAv .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHPfkjbAv .list,
.cid-uYHPfkjbAv .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPpQdvBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHPpQdvBR nav.navbar {
  position: fixed;
}
.cid-uYHPpQdvBR .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHPpQdvBR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHPpQdvBR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPpQdvBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHPpQdvBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPpQdvBR .dropdown-item:hover,
.cid-uYHPpQdvBR .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPpQdvBR .dropdown-item:hover span {
  color: white;
}
.cid-uYHPpQdvBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHPpQdvBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHPpQdvBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHPpQdvBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHPpQdvBR .nav-link {
  position: relative;
}
.cid-uYHPpQdvBR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHPpQdvBR .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHPpQdvBR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHPpQdvBR .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHPpQdvBR .dropdown-menu,
.cid-uYHPpQdvBR .navbar.opened {
  background: #071705 !important;
}
.cid-uYHPpQdvBR .nav-item:focus,
.cid-uYHPpQdvBR .nav-link:focus {
  outline: none;
}
.cid-uYHPpQdvBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHPpQdvBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHPpQdvBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHPpQdvBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPpQdvBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHPpQdvBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHPpQdvBR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPpQdvBR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHPpQdvBR .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHPpQdvBR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHPpQdvBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHPpQdvBR .navbar.collapsed {
  justify-content: center;
}
.cid-uYHPpQdvBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHPpQdvBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHPpQdvBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHPpQdvBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHPpQdvBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHPpQdvBR .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-uYHPpQdvBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHPpQdvBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHPpQdvBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHPpQdvBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHPpQdvBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHPpQdvBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHPpQdvBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHPpQdvBR .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-uYHPpQdvBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHPpQdvBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHPpQdvBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHPpQdvBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHPpQdvBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHPpQdvBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHPpQdvBR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHPpQdvBR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHPpQdvBR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHPpQdvBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHPpQdvBR .navbar-brand .navbar-caption:hover,
.cid-uYHPpQdvBR .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPpQdvBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHPpQdvBR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHPpQdvBR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPpQdvBR .dropdown-item.active,
.cid-uYHPpQdvBR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHPpQdvBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHPpQdvBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHPpQdvBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHPpQdvBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHPpQdvBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHPpQdvBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHPpQdvBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHPpQdvBR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHPpQdvBR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHPpQdvBR .navbar-buttons {
  text-align: center;
}
.cid-uYHPpQdvBR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHPpQdvBR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHPpQdvBR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHPpQdvBR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPpQdvBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHPpQdvBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHPpQdvBR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPpQdvBR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPpQdvBR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHPpQdvBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPpQdvBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHPpQdvBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHPpQdvBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPpQdvBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHPpQdvBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHPpQdvBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHPpQdvBR .navbar {
    height: 70px;
  }
  .cid-uYHPpQdvBR .navbar.opened {
    height: auto;
  }
  .cid-uYHPpQdvBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHPpQdvBR .navbar-nav {
  margin: 0 auto;
}
.cid-uYHPpQdvBR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHPpQdvBR .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHPpQdvBR .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHPpQdvBR .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHPpQdvBR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHPpQdvBR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHPpQdvBR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHPpQdvBR .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHPpQdvBR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHPpQdvBR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHPpQdvBR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHPpQdvBR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHPpQdvBR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHPpQdvBR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHPpQdvBR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHPpQdvBR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHPpQdvBR .content-wrap {
  min-height: 110px;
}
.cid-uYHPpQdvBR .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHPpQdvBR .nav-link,
.cid-uYHPpQdvBR .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHPpPuCaK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHPpPuCaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPpPuCaK .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-uYHPpPuCaK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPpPuCaK .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPpPuCaK .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHPpPuCaK .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHPpPuCaK .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPpPuCaK .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHPpPuCaK .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHPpPuCaK .mbr-label {
  color: #ffffff;
}
.cid-uYHPpPuCaK .mbr-section-title {
  color: #ffffff;
}
.cid-uYHPpPuCaK label {
  color: #ffffff;
}
.cid-uYHPpPuCaK .mbr-section-title,
.cid-uYHPpPuCaK .title-wrapper {
  color: #ffffff;
}
.cid-uYHPpPVZ3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHPpPVZ3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPpPVZ3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPpPVZ3f .row {
  justify-content: center;
}
.cid-uYHPpPVZ3f .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHPpPVZ3f .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPpPVZ3f .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPpPVZ3f .item {
    margin-bottom: 16px;
  }
}
.cid-uYHPpPVZ3f .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHPpPVZ3f .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHPpPVZ3f .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHPpPVZ3f .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHPpPVZ3f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPpPVZ3f .card-title {
  color: #000000;
}
.cid-uYHPpPVZ3f .mbr-section-title,
.cid-uYHPpPVZ3f .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHPpPVZ3f .card-title,
.cid-uYHPpPVZ3f .contact-wrapper {
  color: #000000;
}
.cid-uYHPpQIT0H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHPpQIT0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPpQIT0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPpQIT0H .row {
  justify-content: center;
}
.cid-uYHPpQIT0H .card {
  justify-content: center;
}
.cid-uYHPpQIT0H .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHPpQIT0H .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPpQIT0H .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHPpQIT0H .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHPpQIT0H .nav-wrapper .list .item-wrap:hover,
.cid-uYHPpQIT0H .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHPpQIT0H .list,
.cid-uYHPpQIT0H .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPDm9epS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHPDm9epS nav.navbar {
  position: fixed;
}
.cid-uYHPDm9epS .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHPDm9epS .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHPDm9epS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPDm9epS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHPDm9epS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPDm9epS .dropdown-item:hover,
.cid-uYHPDm9epS .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPDm9epS .dropdown-item:hover span {
  color: white;
}
.cid-uYHPDm9epS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHPDm9epS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHPDm9epS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHPDm9epS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHPDm9epS .nav-link {
  position: relative;
}
.cid-uYHPDm9epS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHPDm9epS .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHPDm9epS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHPDm9epS .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHPDm9epS .dropdown-menu,
.cid-uYHPDm9epS .navbar.opened {
  background: #071705 !important;
}
.cid-uYHPDm9epS .nav-item:focus,
.cid-uYHPDm9epS .nav-link:focus {
  outline: none;
}
.cid-uYHPDm9epS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHPDm9epS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHPDm9epS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHPDm9epS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPDm9epS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHPDm9epS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHPDm9epS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPDm9epS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHPDm9epS .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHPDm9epS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHPDm9epS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHPDm9epS .navbar.collapsed {
  justify-content: center;
}
.cid-uYHPDm9epS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHPDm9epS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHPDm9epS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHPDm9epS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHPDm9epS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHPDm9epS .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-uYHPDm9epS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHPDm9epS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHPDm9epS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHPDm9epS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHPDm9epS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHPDm9epS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHPDm9epS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHPDm9epS .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-uYHPDm9epS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHPDm9epS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHPDm9epS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHPDm9epS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHPDm9epS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHPDm9epS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHPDm9epS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHPDm9epS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHPDm9epS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHPDm9epS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHPDm9epS .navbar-brand .navbar-caption:hover,
.cid-uYHPDm9epS .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPDm9epS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHPDm9epS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHPDm9epS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPDm9epS .dropdown-item.active,
.cid-uYHPDm9epS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHPDm9epS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHPDm9epS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHPDm9epS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHPDm9epS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHPDm9epS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHPDm9epS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHPDm9epS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHPDm9epS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHPDm9epS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHPDm9epS .navbar-buttons {
  text-align: center;
}
.cid-uYHPDm9epS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHPDm9epS .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHPDm9epS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHPDm9epS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPDm9epS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHPDm9epS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHPDm9epS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPDm9epS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPDm9epS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHPDm9epS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPDm9epS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHPDm9epS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHPDm9epS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPDm9epS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHPDm9epS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHPDm9epS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHPDm9epS .navbar {
    height: 70px;
  }
  .cid-uYHPDm9epS .navbar.opened {
    height: auto;
  }
  .cid-uYHPDm9epS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHPDm9epS .navbar-nav {
  margin: 0 auto;
}
.cid-uYHPDm9epS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHPDm9epS .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHPDm9epS .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHPDm9epS .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHPDm9epS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHPDm9epS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHPDm9epS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHPDm9epS .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHPDm9epS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHPDm9epS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHPDm9epS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHPDm9epS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHPDm9epS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHPDm9epS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHPDm9epS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHPDm9epS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHPDm9epS .content-wrap {
  min-height: 110px;
}
.cid-uYHPDm9epS .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHPDm9epS .nav-link,
.cid-uYHPDm9epS .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHPDljUay {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHPDljUay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPDljUay .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-uYHPDljUay .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPDljUay .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPDljUay .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHPDljUay .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHPDljUay .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHPDljUay .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHPDljUay .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPDljUay .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHPDljUay .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHPDljUay .mbr-label {
  color: #ffffff;
}
.cid-uYHPDljUay .mbr-section-title {
  color: #ffffff;
}
.cid-uYHPDljUay label {
  color: #ffffff;
}
.cid-uYHPDljUay .mbr-section-title,
.cid-uYHPDljUay .title-wrapper {
  color: #ffffff;
}
.cid-uYHPDlNvS6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHPDlNvS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPDlNvS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPDlNvS6 .row {
  justify-content: center;
}
.cid-uYHPDlNvS6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHPDlNvS6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPDlNvS6 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPDlNvS6 .item {
    margin-bottom: 16px;
  }
}
.cid-uYHPDlNvS6 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHPDlNvS6 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHPDlNvS6 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHPDlNvS6 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHPDlNvS6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPDlNvS6 .card-title {
  color: #000000;
}
.cid-uYHPDlNvS6 .mbr-section-title,
.cid-uYHPDlNvS6 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHPDlNvS6 .card-title,
.cid-uYHPDlNvS6 .contact-wrapper {
  color: #000000;
}
.cid-uYHPDmH16x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHPDmH16x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPDmH16x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPDmH16x .row {
  justify-content: center;
}
.cid-uYHPDmH16x .card {
  justify-content: center;
}
.cid-uYHPDmH16x .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHPDmH16x .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPDmH16x .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHPDmH16x .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHPDmH16x .nav-wrapper .list .item-wrap:hover,
.cid-uYHPDmH16x .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHPDmH16x .list,
.cid-uYHPDmH16x .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPN3XKu4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHPN3XKu4 nav.navbar {
  position: fixed;
}
.cid-uYHPN3XKu4 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHPN3XKu4 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHPN3XKu4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPN3XKu4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHPN3XKu4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPN3XKu4 .dropdown-item:hover,
.cid-uYHPN3XKu4 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPN3XKu4 .dropdown-item:hover span {
  color: white;
}
.cid-uYHPN3XKu4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHPN3XKu4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHPN3XKu4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHPN3XKu4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHPN3XKu4 .nav-link {
  position: relative;
}
.cid-uYHPN3XKu4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHPN3XKu4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHPN3XKu4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHPN3XKu4 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHPN3XKu4 .dropdown-menu,
.cid-uYHPN3XKu4 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHPN3XKu4 .nav-item:focus,
.cid-uYHPN3XKu4 .nav-link:focus {
  outline: none;
}
.cid-uYHPN3XKu4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHPN3XKu4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHPN3XKu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHPN3XKu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPN3XKu4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHPN3XKu4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHPN3XKu4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPN3XKu4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHPN3XKu4 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHPN3XKu4 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHPN3XKu4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHPN3XKu4 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHPN3XKu4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHPN3XKu4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHPN3XKu4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHPN3XKu4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHPN3XKu4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHPN3XKu4 .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-uYHPN3XKu4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHPN3XKu4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHPN3XKu4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHPN3XKu4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHPN3XKu4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHPN3XKu4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHPN3XKu4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHPN3XKu4 .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-uYHPN3XKu4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHPN3XKu4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHPN3XKu4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHPN3XKu4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHPN3XKu4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHPN3XKu4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHPN3XKu4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHPN3XKu4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHPN3XKu4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHPN3XKu4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHPN3XKu4 .navbar-brand .navbar-caption:hover,
.cid-uYHPN3XKu4 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPN3XKu4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHPN3XKu4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHPN3XKu4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPN3XKu4 .dropdown-item.active,
.cid-uYHPN3XKu4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHPN3XKu4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHPN3XKu4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHPN3XKu4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHPN3XKu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHPN3XKu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHPN3XKu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHPN3XKu4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHPN3XKu4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHPN3XKu4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHPN3XKu4 .navbar-buttons {
  text-align: center;
}
.cid-uYHPN3XKu4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHPN3XKu4 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHPN3XKu4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHPN3XKu4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPN3XKu4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHPN3XKu4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHPN3XKu4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPN3XKu4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPN3XKu4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHPN3XKu4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPN3XKu4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHPN3XKu4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHPN3XKu4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPN3XKu4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHPN3XKu4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHPN3XKu4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHPN3XKu4 .navbar {
    height: 70px;
  }
  .cid-uYHPN3XKu4 .navbar.opened {
    height: auto;
  }
  .cid-uYHPN3XKu4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHPN3XKu4 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHPN3XKu4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHPN3XKu4 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHPN3XKu4 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHPN3XKu4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHPN3XKu4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHPN3XKu4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHPN3XKu4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHPN3XKu4 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHPN3XKu4 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHPN3XKu4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHPN3XKu4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHPN3XKu4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHPN3XKu4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHPN3XKu4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHPN3XKu4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHPN3XKu4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHPN3XKu4 .content-wrap {
  min-height: 110px;
}
.cid-uYHPN3XKu4 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHPN3XKu4 .nav-link,
.cid-uYHPN3XKu4 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHPN3cJMa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHPN3cJMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPN3cJMa .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-uYHPN3cJMa .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPN3cJMa .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPN3cJMa .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHPN3cJMa .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHPN3cJMa .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPN3cJMa .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHPN3cJMa .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHPN3cJMa .mbr-label {
  color: #ffffff;
}
.cid-uYHPN3cJMa .mbr-section-title {
  color: #ffffff;
}
.cid-uYHPN3cJMa label {
  color: #ffffff;
}
.cid-uYHPN3cJMa .mbr-section-title,
.cid-uYHPN3cJMa .title-wrapper {
  color: #ffffff;
}
.cid-uYHPN3Eqyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHPN3Eqyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPN3Eqyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPN3Eqyf .row {
  justify-content: center;
}
.cid-uYHPN3Eqyf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHPN3Eqyf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPN3Eqyf .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPN3Eqyf .item {
    margin-bottom: 16px;
  }
}
.cid-uYHPN3Eqyf .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHPN3Eqyf .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHPN3Eqyf .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHPN3Eqyf .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHPN3Eqyf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPN3Eqyf .card-title {
  color: #000000;
}
.cid-uYHPN3Eqyf .mbr-section-title,
.cid-uYHPN3Eqyf .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHPN3Eqyf .card-title,
.cid-uYHPN3Eqyf .contact-wrapper {
  color: #000000;
}
.cid-uYHPN4wt5J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHPN4wt5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPN4wt5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPN4wt5J .row {
  justify-content: center;
}
.cid-uYHPN4wt5J .card {
  justify-content: center;
}
.cid-uYHPN4wt5J .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHPN4wt5J .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPN4wt5J .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHPN4wt5J .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHPN4wt5J .nav-wrapper .list .item-wrap:hover,
.cid-uYHPN4wt5J .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHPN4wt5J .list,
.cid-uYHPN4wt5J .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPYKq5zV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHPYKq5zV nav.navbar {
  position: fixed;
}
.cid-uYHPYKq5zV .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHPYKq5zV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHPYKq5zV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPYKq5zV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHPYKq5zV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPYKq5zV .dropdown-item:hover,
.cid-uYHPYKq5zV .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHPYKq5zV .dropdown-item:hover span {
  color: white;
}
.cid-uYHPYKq5zV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHPYKq5zV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHPYKq5zV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHPYKq5zV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHPYKq5zV .nav-link {
  position: relative;
}
.cid-uYHPYKq5zV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHPYKq5zV .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHPYKq5zV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHPYKq5zV .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHPYKq5zV .dropdown-menu,
.cid-uYHPYKq5zV .navbar.opened {
  background: #071705 !important;
}
.cid-uYHPYKq5zV .nav-item:focus,
.cid-uYHPYKq5zV .nav-link:focus {
  outline: none;
}
.cid-uYHPYKq5zV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHPYKq5zV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHPYKq5zV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHPYKq5zV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHPYKq5zV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHPYKq5zV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHPYKq5zV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPYKq5zV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHPYKq5zV .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHPYKq5zV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHPYKq5zV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHPYKq5zV .navbar.collapsed {
  justify-content: center;
}
.cid-uYHPYKq5zV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHPYKq5zV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHPYKq5zV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHPYKq5zV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHPYKq5zV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHPYKq5zV .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-uYHPYKq5zV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHPYKq5zV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHPYKq5zV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHPYKq5zV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHPYKq5zV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHPYKq5zV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHPYKq5zV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHPYKq5zV .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-uYHPYKq5zV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHPYKq5zV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHPYKq5zV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHPYKq5zV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHPYKq5zV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHPYKq5zV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHPYKq5zV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHPYKq5zV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHPYKq5zV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHPYKq5zV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHPYKq5zV .navbar-brand .navbar-caption:hover,
.cid-uYHPYKq5zV .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPYKq5zV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHPYKq5zV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHPYKq5zV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHPYKq5zV .dropdown-item.active,
.cid-uYHPYKq5zV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHPYKq5zV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHPYKq5zV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHPYKq5zV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHPYKq5zV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHPYKq5zV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHPYKq5zV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHPYKq5zV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHPYKq5zV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHPYKq5zV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHPYKq5zV .navbar-buttons {
  text-align: center;
}
.cid-uYHPYKq5zV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHPYKq5zV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHPYKq5zV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHPYKq5zV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHPYKq5zV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHPYKq5zV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHPYKq5zV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPYKq5zV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHPYKq5zV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHPYKq5zV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPYKq5zV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHPYKq5zV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHPYKq5zV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHPYKq5zV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHPYKq5zV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHPYKq5zV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHPYKq5zV .navbar {
    height: 70px;
  }
  .cid-uYHPYKq5zV .navbar.opened {
    height: auto;
  }
  .cid-uYHPYKq5zV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHPYKq5zV .navbar-nav {
  margin: 0 auto;
}
.cid-uYHPYKq5zV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHPYKq5zV .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHPYKq5zV .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHPYKq5zV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHPYKq5zV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHPYKq5zV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHPYKq5zV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHPYKq5zV .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHPYKq5zV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHPYKq5zV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHPYKq5zV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHPYKq5zV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHPYKq5zV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHPYKq5zV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHPYKq5zV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHPYKq5zV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHPYKq5zV .content-wrap {
  min-height: 110px;
}
.cid-uYHPYKq5zV .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHPYKq5zV .nav-link,
.cid-uYHPYKq5zV .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHPYJFcLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHPYJFcLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPYJFcLW .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-uYHPYJFcLW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPYJFcLW .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPYJFcLW .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHPYJFcLW .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHPYJFcLW .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPYJFcLW .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHPYJFcLW .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHPYJFcLW .mbr-label {
  color: #ffffff;
}
.cid-uYHPYJFcLW .mbr-section-title {
  color: #ffffff;
}
.cid-uYHPYJFcLW label {
  color: #ffffff;
}
.cid-uYHPYJFcLW .mbr-section-title,
.cid-uYHPYJFcLW .title-wrapper {
  color: #ffffff;
}
.cid-uYHPYK8HPr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHPYK8HPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPYK8HPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPYK8HPr .row {
  justify-content: center;
}
.cid-uYHPYK8HPr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHPYK8HPr .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPYK8HPr .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHPYK8HPr .item {
    margin-bottom: 16px;
  }
}
.cid-uYHPYK8HPr .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHPYK8HPr .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHPYK8HPr .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHPYK8HPr .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHPYK8HPr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHPYK8HPr .card-title {
  color: #000000;
}
.cid-uYHPYK8HPr .mbr-section-title,
.cid-uYHPYK8HPr .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHPYK8HPr .card-title,
.cid-uYHPYK8HPr .contact-wrapper {
  color: #000000;
}
.cid-uYHPYKWysX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHPYKWysX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHPYKWysX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHPYKWysX .row {
  justify-content: center;
}
.cid-uYHPYKWysX .card {
  justify-content: center;
}
.cid-uYHPYKWysX .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHPYKWysX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHPYKWysX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHPYKWysX .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHPYKWysX .nav-wrapper .list .item-wrap:hover,
.cid-uYHPYKWysX .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHPYKWysX .list,
.cid-uYHPYKWysX .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQaaYNoM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHQaaYNoM nav.navbar {
  position: fixed;
}
.cid-uYHQaaYNoM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHQaaYNoM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHQaaYNoM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQaaYNoM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHQaaYNoM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQaaYNoM .dropdown-item:hover,
.cid-uYHQaaYNoM .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQaaYNoM .dropdown-item:hover span {
  color: white;
}
.cid-uYHQaaYNoM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHQaaYNoM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHQaaYNoM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHQaaYNoM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHQaaYNoM .nav-link {
  position: relative;
}
.cid-uYHQaaYNoM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHQaaYNoM .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHQaaYNoM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHQaaYNoM .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHQaaYNoM .dropdown-menu,
.cid-uYHQaaYNoM .navbar.opened {
  background: #071705 !important;
}
.cid-uYHQaaYNoM .nav-item:focus,
.cid-uYHQaaYNoM .nav-link:focus {
  outline: none;
}
.cid-uYHQaaYNoM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHQaaYNoM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHQaaYNoM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHQaaYNoM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQaaYNoM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHQaaYNoM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHQaaYNoM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQaaYNoM .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHQaaYNoM .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHQaaYNoM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHQaaYNoM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHQaaYNoM .navbar.collapsed {
  justify-content: center;
}
.cid-uYHQaaYNoM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHQaaYNoM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHQaaYNoM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHQaaYNoM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHQaaYNoM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHQaaYNoM .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-uYHQaaYNoM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHQaaYNoM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHQaaYNoM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHQaaYNoM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHQaaYNoM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHQaaYNoM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHQaaYNoM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHQaaYNoM .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-uYHQaaYNoM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHQaaYNoM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHQaaYNoM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHQaaYNoM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHQaaYNoM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHQaaYNoM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHQaaYNoM .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHQaaYNoM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHQaaYNoM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHQaaYNoM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHQaaYNoM .navbar-brand .navbar-caption:hover,
.cid-uYHQaaYNoM .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQaaYNoM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHQaaYNoM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHQaaYNoM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQaaYNoM .dropdown-item.active,
.cid-uYHQaaYNoM .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHQaaYNoM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHQaaYNoM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHQaaYNoM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHQaaYNoM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHQaaYNoM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHQaaYNoM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHQaaYNoM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHQaaYNoM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHQaaYNoM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHQaaYNoM .navbar-buttons {
  text-align: center;
}
.cid-uYHQaaYNoM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHQaaYNoM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHQaaYNoM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHQaaYNoM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQaaYNoM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHQaaYNoM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHQaaYNoM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQaaYNoM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQaaYNoM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHQaaYNoM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQaaYNoM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHQaaYNoM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHQaaYNoM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQaaYNoM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHQaaYNoM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHQaaYNoM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHQaaYNoM .navbar {
    height: 70px;
  }
  .cid-uYHQaaYNoM .navbar.opened {
    height: auto;
  }
  .cid-uYHQaaYNoM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHQaaYNoM .navbar-nav {
  margin: 0 auto;
}
.cid-uYHQaaYNoM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHQaaYNoM .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHQaaYNoM .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHQaaYNoM .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHQaaYNoM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHQaaYNoM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHQaaYNoM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHQaaYNoM .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHQaaYNoM .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHQaaYNoM .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHQaaYNoM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHQaaYNoM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHQaaYNoM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHQaaYNoM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHQaaYNoM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHQaaYNoM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHQaaYNoM .content-wrap {
  min-height: 110px;
}
.cid-uYHQaaYNoM .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHQaaYNoM .nav-link,
.cid-uYHQaaYNoM .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHQaacbUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHQaacbUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQaacbUs .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-uYHQaacbUs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQaacbUs .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQaacbUs .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHQaacbUs .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHQaacbUs .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHQaacbUs .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQaacbUs .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHQaacbUs .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHQaacbUs .mbr-label {
  color: #ffffff;
}
.cid-uYHQaacbUs .mbr-section-title {
  color: #ffffff;
}
.cid-uYHQaacbUs label {
  color: #ffffff;
}
.cid-uYHQaacbUs .mbr-section-title,
.cid-uYHQaacbUs .title-wrapper {
  color: #ffffff;
}
.cid-uYHQaaFmBO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHQaaFmBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQaaFmBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQaaFmBO .row {
  justify-content: center;
}
.cid-uYHQaaFmBO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHQaaFmBO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQaaFmBO .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQaaFmBO .item {
    margin-bottom: 16px;
  }
}
.cid-uYHQaaFmBO .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHQaaFmBO .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHQaaFmBO .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHQaaFmBO .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHQaaFmBO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQaaFmBO .card-title {
  color: #000000;
}
.cid-uYHQaaFmBO .mbr-section-title,
.cid-uYHQaaFmBO .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHQaaFmBO .card-title,
.cid-uYHQaaFmBO .contact-wrapper {
  color: #000000;
}
.cid-uYHQabyPWe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHQabyPWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQabyPWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQabyPWe .row {
  justify-content: center;
}
.cid-uYHQabyPWe .card {
  justify-content: center;
}
.cid-uYHQabyPWe .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHQabyPWe .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQabyPWe .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHQabyPWe .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHQabyPWe .nav-wrapper .list .item-wrap:hover,
.cid-uYHQabyPWe .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHQabyPWe .list,
.cid-uYHQabyPWe .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQlTdTU1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHQlTdTU1 nav.navbar {
  position: fixed;
}
.cid-uYHQlTdTU1 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHQlTdTU1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHQlTdTU1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQlTdTU1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHQlTdTU1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQlTdTU1 .dropdown-item:hover,
.cid-uYHQlTdTU1 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQlTdTU1 .dropdown-item:hover span {
  color: white;
}
.cid-uYHQlTdTU1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHQlTdTU1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHQlTdTU1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHQlTdTU1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHQlTdTU1 .nav-link {
  position: relative;
}
.cid-uYHQlTdTU1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHQlTdTU1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHQlTdTU1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHQlTdTU1 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHQlTdTU1 .dropdown-menu,
.cid-uYHQlTdTU1 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHQlTdTU1 .nav-item:focus,
.cid-uYHQlTdTU1 .nav-link:focus {
  outline: none;
}
.cid-uYHQlTdTU1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHQlTdTU1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHQlTdTU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHQlTdTU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQlTdTU1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHQlTdTU1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHQlTdTU1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQlTdTU1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHQlTdTU1 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHQlTdTU1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHQlTdTU1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHQlTdTU1 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHQlTdTU1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHQlTdTU1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHQlTdTU1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHQlTdTU1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHQlTdTU1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHQlTdTU1 .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-uYHQlTdTU1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHQlTdTU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHQlTdTU1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHQlTdTU1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHQlTdTU1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHQlTdTU1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHQlTdTU1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHQlTdTU1 .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-uYHQlTdTU1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHQlTdTU1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHQlTdTU1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHQlTdTU1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHQlTdTU1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHQlTdTU1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHQlTdTU1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHQlTdTU1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHQlTdTU1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHQlTdTU1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHQlTdTU1 .navbar-brand .navbar-caption:hover,
.cid-uYHQlTdTU1 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQlTdTU1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHQlTdTU1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHQlTdTU1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQlTdTU1 .dropdown-item.active,
.cid-uYHQlTdTU1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHQlTdTU1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHQlTdTU1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHQlTdTU1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHQlTdTU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHQlTdTU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHQlTdTU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHQlTdTU1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHQlTdTU1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHQlTdTU1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHQlTdTU1 .navbar-buttons {
  text-align: center;
}
.cid-uYHQlTdTU1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHQlTdTU1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHQlTdTU1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHQlTdTU1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQlTdTU1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHQlTdTU1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHQlTdTU1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQlTdTU1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQlTdTU1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHQlTdTU1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQlTdTU1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHQlTdTU1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHQlTdTU1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQlTdTU1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHQlTdTU1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHQlTdTU1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHQlTdTU1 .navbar {
    height: 70px;
  }
  .cid-uYHQlTdTU1 .navbar.opened {
    height: auto;
  }
  .cid-uYHQlTdTU1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHQlTdTU1 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHQlTdTU1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHQlTdTU1 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHQlTdTU1 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHQlTdTU1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHQlTdTU1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHQlTdTU1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHQlTdTU1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHQlTdTU1 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHQlTdTU1 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHQlTdTU1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHQlTdTU1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHQlTdTU1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHQlTdTU1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHQlTdTU1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHQlTdTU1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHQlTdTU1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHQlTdTU1 .content-wrap {
  min-height: 110px;
}
.cid-uYHQlTdTU1 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHQlTdTU1 .nav-link,
.cid-uYHQlTdTU1 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHQlSrQuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHQlSrQuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQlSrQuv .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-uYHQlSrQuv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQlSrQuv .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQlSrQuv .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHQlSrQuv .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHQlSrQuv .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQlSrQuv .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHQlSrQuv .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHQlSrQuv .mbr-label {
  color: #ffffff;
}
.cid-uYHQlSrQuv .mbr-section-title {
  color: #ffffff;
}
.cid-uYHQlSrQuv label {
  color: #ffffff;
}
.cid-uYHQlSrQuv .mbr-section-title,
.cid-uYHQlSrQuv .title-wrapper {
  color: #ffffff;
}
.cid-uYHQlSUO7q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHQlSUO7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQlSUO7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQlSUO7q .row {
  justify-content: center;
}
.cid-uYHQlSUO7q .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHQlSUO7q .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQlSUO7q .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQlSUO7q .item {
    margin-bottom: 16px;
  }
}
.cid-uYHQlSUO7q .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHQlSUO7q .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHQlSUO7q .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHQlSUO7q .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHQlSUO7q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQlSUO7q .card-title {
  color: #000000;
}
.cid-uYHQlSUO7q .mbr-section-title,
.cid-uYHQlSUO7q .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHQlSUO7q .card-title,
.cid-uYHQlSUO7q .contact-wrapper {
  color: #000000;
}
.cid-uYHQlTJR1i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHQlTJR1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQlTJR1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQlTJR1i .row {
  justify-content: center;
}
.cid-uYHQlTJR1i .card {
  justify-content: center;
}
.cid-uYHQlTJR1i .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHQlTJR1i .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQlTJR1i .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHQlTJR1i .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHQlTJR1i .nav-wrapper .list .item-wrap:hover,
.cid-uYHQlTJR1i .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHQlTJR1i .list,
.cid-uYHQlTJR1i .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQxrbJfh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHQxrbJfh nav.navbar {
  position: fixed;
}
.cid-uYHQxrbJfh .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHQxrbJfh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHQxrbJfh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQxrbJfh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHQxrbJfh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQxrbJfh .dropdown-item:hover,
.cid-uYHQxrbJfh .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQxrbJfh .dropdown-item:hover span {
  color: white;
}
.cid-uYHQxrbJfh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHQxrbJfh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHQxrbJfh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHQxrbJfh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHQxrbJfh .nav-link {
  position: relative;
}
.cid-uYHQxrbJfh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHQxrbJfh .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHQxrbJfh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHQxrbJfh .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHQxrbJfh .dropdown-menu,
.cid-uYHQxrbJfh .navbar.opened {
  background: #071705 !important;
}
.cid-uYHQxrbJfh .nav-item:focus,
.cid-uYHQxrbJfh .nav-link:focus {
  outline: none;
}
.cid-uYHQxrbJfh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHQxrbJfh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHQxrbJfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHQxrbJfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQxrbJfh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHQxrbJfh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHQxrbJfh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQxrbJfh .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHQxrbJfh .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHQxrbJfh .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHQxrbJfh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHQxrbJfh .navbar.collapsed {
  justify-content: center;
}
.cid-uYHQxrbJfh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHQxrbJfh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHQxrbJfh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHQxrbJfh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHQxrbJfh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHQxrbJfh .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-uYHQxrbJfh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHQxrbJfh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHQxrbJfh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHQxrbJfh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHQxrbJfh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHQxrbJfh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHQxrbJfh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHQxrbJfh .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-uYHQxrbJfh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHQxrbJfh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHQxrbJfh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHQxrbJfh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHQxrbJfh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHQxrbJfh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHQxrbJfh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHQxrbJfh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHQxrbJfh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHQxrbJfh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHQxrbJfh .navbar-brand .navbar-caption:hover,
.cid-uYHQxrbJfh .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQxrbJfh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHQxrbJfh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHQxrbJfh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQxrbJfh .dropdown-item.active,
.cid-uYHQxrbJfh .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHQxrbJfh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHQxrbJfh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHQxrbJfh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHQxrbJfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHQxrbJfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHQxrbJfh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHQxrbJfh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHQxrbJfh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHQxrbJfh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHQxrbJfh .navbar-buttons {
  text-align: center;
}
.cid-uYHQxrbJfh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHQxrbJfh .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHQxrbJfh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHQxrbJfh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQxrbJfh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHQxrbJfh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHQxrbJfh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQxrbJfh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQxrbJfh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHQxrbJfh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQxrbJfh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHQxrbJfh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHQxrbJfh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQxrbJfh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHQxrbJfh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHQxrbJfh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHQxrbJfh .navbar {
    height: 70px;
  }
  .cid-uYHQxrbJfh .navbar.opened {
    height: auto;
  }
  .cid-uYHQxrbJfh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHQxrbJfh .navbar-nav {
  margin: 0 auto;
}
.cid-uYHQxrbJfh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHQxrbJfh .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHQxrbJfh .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHQxrbJfh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHQxrbJfh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHQxrbJfh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHQxrbJfh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHQxrbJfh .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHQxrbJfh .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHQxrbJfh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHQxrbJfh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHQxrbJfh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHQxrbJfh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHQxrbJfh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHQxrbJfh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHQxrbJfh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHQxrbJfh .content-wrap {
  min-height: 110px;
}
.cid-uYHQxrbJfh .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHQxrbJfh .nav-link,
.cid-uYHQxrbJfh .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHQxqmqYE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHQxqmqYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQxqmqYE .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-uYHQxqmqYE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQxqmqYE .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQxqmqYE .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHQxqmqYE .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHQxqmqYE .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQxqmqYE .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHQxqmqYE .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHQxqmqYE .mbr-label {
  color: #ffffff;
}
.cid-uYHQxqmqYE .mbr-section-title {
  color: #ffffff;
}
.cid-uYHQxqmqYE label {
  color: #ffffff;
}
.cid-uYHQxqmqYE .mbr-section-title,
.cid-uYHQxqmqYE .title-wrapper {
  color: #ffffff;
}
.cid-uYHQxqQehL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHQxqQehL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQxqQehL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQxqQehL .row {
  justify-content: center;
}
.cid-uYHQxqQehL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHQxqQehL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQxqQehL .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQxqQehL .item {
    margin-bottom: 16px;
  }
}
.cid-uYHQxqQehL .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHQxqQehL .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHQxqQehL .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHQxqQehL .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHQxqQehL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQxqQehL .card-title {
  color: #000000;
}
.cid-uYHQxqQehL .mbr-section-title,
.cid-uYHQxqQehL .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHQxqQehL .card-title,
.cid-uYHQxqQehL .contact-wrapper {
  color: #000000;
}
.cid-uYHQxrFS7e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHQxrFS7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQxrFS7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQxrFS7e .row {
  justify-content: center;
}
.cid-uYHQxrFS7e .card {
  justify-content: center;
}
.cid-uYHQxrFS7e .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHQxrFS7e .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQxrFS7e .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHQxrFS7e .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHQxrFS7e .nav-wrapper .list .item-wrap:hover,
.cid-uYHQxrFS7e .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHQxrFS7e .list,
.cid-uYHQxrFS7e .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQMrBh8v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHQMrBh8v nav.navbar {
  position: fixed;
}
.cid-uYHQMrBh8v .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHQMrBh8v .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHQMrBh8v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQMrBh8v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHQMrBh8v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQMrBh8v .dropdown-item:hover,
.cid-uYHQMrBh8v .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQMrBh8v .dropdown-item:hover span {
  color: white;
}
.cid-uYHQMrBh8v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHQMrBh8v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHQMrBh8v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHQMrBh8v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHQMrBh8v .nav-link {
  position: relative;
}
.cid-uYHQMrBh8v .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHQMrBh8v .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHQMrBh8v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHQMrBh8v .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHQMrBh8v .dropdown-menu,
.cid-uYHQMrBh8v .navbar.opened {
  background: #071705 !important;
}
.cid-uYHQMrBh8v .nav-item:focus,
.cid-uYHQMrBh8v .nav-link:focus {
  outline: none;
}
.cid-uYHQMrBh8v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHQMrBh8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHQMrBh8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHQMrBh8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQMrBh8v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHQMrBh8v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHQMrBh8v .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQMrBh8v .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHQMrBh8v .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHQMrBh8v .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHQMrBh8v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHQMrBh8v .navbar.collapsed {
  justify-content: center;
}
.cid-uYHQMrBh8v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHQMrBh8v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHQMrBh8v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHQMrBh8v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHQMrBh8v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHQMrBh8v .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-uYHQMrBh8v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHQMrBh8v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHQMrBh8v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHQMrBh8v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHQMrBh8v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHQMrBh8v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHQMrBh8v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHQMrBh8v .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-uYHQMrBh8v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHQMrBh8v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHQMrBh8v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHQMrBh8v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHQMrBh8v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHQMrBh8v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHQMrBh8v .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHQMrBh8v .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHQMrBh8v .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHQMrBh8v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHQMrBh8v .navbar-brand .navbar-caption:hover,
.cid-uYHQMrBh8v .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQMrBh8v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHQMrBh8v .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHQMrBh8v .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQMrBh8v .dropdown-item.active,
.cid-uYHQMrBh8v .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHQMrBh8v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHQMrBh8v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHQMrBh8v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHQMrBh8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHQMrBh8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHQMrBh8v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHQMrBh8v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHQMrBh8v ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHQMrBh8v ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHQMrBh8v .navbar-buttons {
  text-align: center;
}
.cid-uYHQMrBh8v .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHQMrBh8v .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHQMrBh8v .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHQMrBh8v button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQMrBh8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHQMrBh8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHQMrBh8v button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQMrBh8v button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQMrBh8v button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHQMrBh8v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQMrBh8v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHQMrBh8v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHQMrBh8v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQMrBh8v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHQMrBh8v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHQMrBh8v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHQMrBh8v .navbar {
    height: 70px;
  }
  .cid-uYHQMrBh8v .navbar.opened {
    height: auto;
  }
  .cid-uYHQMrBh8v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHQMrBh8v .navbar-nav {
  margin: 0 auto;
}
.cid-uYHQMrBh8v .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHQMrBh8v .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHQMrBh8v .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHQMrBh8v .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHQMrBh8v .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHQMrBh8v .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHQMrBh8v .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHQMrBh8v .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHQMrBh8v .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHQMrBh8v .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHQMrBh8v .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHQMrBh8v .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHQMrBh8v .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHQMrBh8v .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHQMrBh8v .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHQMrBh8v .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHQMrBh8v .content-wrap {
  min-height: 110px;
}
.cid-uYHQMrBh8v .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHQMrBh8v .nav-link,
.cid-uYHQMrBh8v .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHQMqLwvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHQMqLwvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQMqLwvU .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-uYHQMqLwvU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQMqLwvU .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQMqLwvU .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHQMqLwvU .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHQMqLwvU .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQMqLwvU .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHQMqLwvU .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHQMqLwvU .mbr-label {
  color: #ffffff;
}
.cid-uYHQMqLwvU .mbr-section-title {
  color: #ffffff;
}
.cid-uYHQMqLwvU label {
  color: #ffffff;
}
.cid-uYHQMqLwvU .mbr-section-title,
.cid-uYHQMqLwvU .title-wrapper {
  color: #ffffff;
}
.cid-uYHQMrf6iu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHQMrf6iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQMrf6iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQMrf6iu .row {
  justify-content: center;
}
.cid-uYHQMrf6iu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHQMrf6iu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQMrf6iu .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQMrf6iu .item {
    margin-bottom: 16px;
  }
}
.cid-uYHQMrf6iu .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHQMrf6iu .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHQMrf6iu .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHQMrf6iu .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHQMrf6iu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQMrf6iu .card-title {
  color: #000000;
}
.cid-uYHQMrf6iu .mbr-section-title,
.cid-uYHQMrf6iu .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHQMrf6iu .card-title,
.cid-uYHQMrf6iu .contact-wrapper {
  color: #000000;
}
.cid-uYHQMs74sN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHQMs74sN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQMs74sN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQMs74sN .row {
  justify-content: center;
}
.cid-uYHQMs74sN .card {
  justify-content: center;
}
.cid-uYHQMs74sN .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHQMs74sN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQMs74sN .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHQMs74sN .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHQMs74sN .nav-wrapper .list .item-wrap:hover,
.cid-uYHQMs74sN .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHQMs74sN .list,
.cid-uYHQMs74sN .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQYNVmMZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHQYNVmMZ nav.navbar {
  position: fixed;
}
.cid-uYHQYNVmMZ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHQYNVmMZ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHQYNVmMZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQYNVmMZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHQYNVmMZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQYNVmMZ .dropdown-item:hover,
.cid-uYHQYNVmMZ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHQYNVmMZ .dropdown-item:hover span {
  color: white;
}
.cid-uYHQYNVmMZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHQYNVmMZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHQYNVmMZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHQYNVmMZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHQYNVmMZ .nav-link {
  position: relative;
}
.cid-uYHQYNVmMZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHQYNVmMZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHQYNVmMZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHQYNVmMZ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHQYNVmMZ .dropdown-menu,
.cid-uYHQYNVmMZ .navbar.opened {
  background: #071705 !important;
}
.cid-uYHQYNVmMZ .nav-item:focus,
.cid-uYHQYNVmMZ .nav-link:focus {
  outline: none;
}
.cid-uYHQYNVmMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHQYNVmMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHQYNVmMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHQYNVmMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHQYNVmMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHQYNVmMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHQYNVmMZ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQYNVmMZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHQYNVmMZ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHQYNVmMZ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHQYNVmMZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHQYNVmMZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYHQYNVmMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHQYNVmMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHQYNVmMZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHQYNVmMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHQYNVmMZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHQYNVmMZ .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-uYHQYNVmMZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHQYNVmMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHQYNVmMZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHQYNVmMZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHQYNVmMZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHQYNVmMZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHQYNVmMZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHQYNVmMZ .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-uYHQYNVmMZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHQYNVmMZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHQYNVmMZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHQYNVmMZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHQYNVmMZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHQYNVmMZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHQYNVmMZ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHQYNVmMZ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHQYNVmMZ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHQYNVmMZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHQYNVmMZ .navbar-brand .navbar-caption:hover,
.cid-uYHQYNVmMZ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQYNVmMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHQYNVmMZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHQYNVmMZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHQYNVmMZ .dropdown-item.active,
.cid-uYHQYNVmMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHQYNVmMZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHQYNVmMZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHQYNVmMZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHQYNVmMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHQYNVmMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHQYNVmMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHQYNVmMZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHQYNVmMZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHQYNVmMZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHQYNVmMZ .navbar-buttons {
  text-align: center;
}
.cid-uYHQYNVmMZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHQYNVmMZ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHQYNVmMZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHQYNVmMZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHQYNVmMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHQYNVmMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHQYNVmMZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQYNVmMZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHQYNVmMZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHQYNVmMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQYNVmMZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHQYNVmMZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHQYNVmMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHQYNVmMZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHQYNVmMZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHQYNVmMZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHQYNVmMZ .navbar {
    height: 70px;
  }
  .cid-uYHQYNVmMZ .navbar.opened {
    height: auto;
  }
  .cid-uYHQYNVmMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHQYNVmMZ .navbar-nav {
  margin: 0 auto;
}
.cid-uYHQYNVmMZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHQYNVmMZ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHQYNVmMZ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHQYNVmMZ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHQYNVmMZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHQYNVmMZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHQYNVmMZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHQYNVmMZ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHQYNVmMZ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHQYNVmMZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHQYNVmMZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHQYNVmMZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHQYNVmMZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHQYNVmMZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHQYNVmMZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHQYNVmMZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHQYNVmMZ .content-wrap {
  min-height: 110px;
}
.cid-uYHQYNVmMZ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHQYNVmMZ .nav-link,
.cid-uYHQYNVmMZ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHQYMoMG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHQYMoMG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQYMoMG8 .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-uYHQYMoMG8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQYMoMG8 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQYMoMG8 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHQYMoMG8 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHQYMoMG8 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQYMoMG8 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHQYMoMG8 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHQYMoMG8 .mbr-label {
  color: #ffffff;
}
.cid-uYHQYMoMG8 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHQYMoMG8 label {
  color: #ffffff;
}
.cid-uYHQYMoMG8 .mbr-section-title,
.cid-uYHQYMoMG8 .title-wrapper {
  color: #ffffff;
}
.cid-uYHQYNB1nH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHQYNB1nH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQYNB1nH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQYNB1nH .row {
  justify-content: center;
}
.cid-uYHQYNB1nH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHQYNB1nH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQYNB1nH .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHQYNB1nH .item {
    margin-bottom: 16px;
  }
}
.cid-uYHQYNB1nH .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHQYNB1nH .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHQYNB1nH .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHQYNB1nH .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHQYNB1nH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHQYNB1nH .card-title {
  color: #000000;
}
.cid-uYHQYNB1nH .mbr-section-title,
.cid-uYHQYNB1nH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHQYNB1nH .card-title,
.cid-uYHQYNB1nH .contact-wrapper {
  color: #000000;
}
.cid-uYHQYOp51T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHQYOp51T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHQYOp51T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHQYOp51T .row {
  justify-content: center;
}
.cid-uYHQYOp51T .card {
  justify-content: center;
}
.cid-uYHQYOp51T .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHQYOp51T .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHQYOp51T .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHQYOp51T .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHQYOp51T .nav-wrapper .list .item-wrap:hover,
.cid-uYHQYOp51T .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHQYOp51T .list,
.cid-uYHQYOp51T .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHRc9yj4n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHRc9yj4n nav.navbar {
  position: fixed;
}
.cid-uYHRc9yj4n .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHRc9yj4n .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHRc9yj4n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHRc9yj4n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHRc9yj4n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHRc9yj4n .dropdown-item:hover,
.cid-uYHRc9yj4n .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHRc9yj4n .dropdown-item:hover span {
  color: white;
}
.cid-uYHRc9yj4n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHRc9yj4n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHRc9yj4n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHRc9yj4n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHRc9yj4n .nav-link {
  position: relative;
}
.cid-uYHRc9yj4n .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHRc9yj4n .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHRc9yj4n .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHRc9yj4n .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHRc9yj4n .dropdown-menu,
.cid-uYHRc9yj4n .navbar.opened {
  background: #071705 !important;
}
.cid-uYHRc9yj4n .nav-item:focus,
.cid-uYHRc9yj4n .nav-link:focus {
  outline: none;
}
.cid-uYHRc9yj4n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHRc9yj4n .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHRc9yj4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHRc9yj4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHRc9yj4n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHRc9yj4n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHRc9yj4n .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHRc9yj4n .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHRc9yj4n .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHRc9yj4n .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHRc9yj4n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHRc9yj4n .navbar.collapsed {
  justify-content: center;
}
.cid-uYHRc9yj4n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHRc9yj4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHRc9yj4n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHRc9yj4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHRc9yj4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHRc9yj4n .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-uYHRc9yj4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHRc9yj4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHRc9yj4n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHRc9yj4n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHRc9yj4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHRc9yj4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHRc9yj4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHRc9yj4n .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-uYHRc9yj4n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHRc9yj4n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHRc9yj4n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHRc9yj4n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHRc9yj4n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHRc9yj4n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHRc9yj4n .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHRc9yj4n .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHRc9yj4n .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHRc9yj4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHRc9yj4n .navbar-brand .navbar-caption:hover,
.cid-uYHRc9yj4n .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHRc9yj4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHRc9yj4n .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHRc9yj4n .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHRc9yj4n .dropdown-item.active,
.cid-uYHRc9yj4n .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHRc9yj4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHRc9yj4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHRc9yj4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHRc9yj4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHRc9yj4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHRc9yj4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHRc9yj4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHRc9yj4n ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHRc9yj4n ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHRc9yj4n .navbar-buttons {
  text-align: center;
}
.cid-uYHRc9yj4n .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHRc9yj4n .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHRc9yj4n .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHRc9yj4n button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHRc9yj4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHRc9yj4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHRc9yj4n button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHRc9yj4n button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHRc9yj4n button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHRc9yj4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHRc9yj4n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHRc9yj4n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHRc9yj4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHRc9yj4n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHRc9yj4n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHRc9yj4n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHRc9yj4n .navbar {
    height: 70px;
  }
  .cid-uYHRc9yj4n .navbar.opened {
    height: auto;
  }
  .cid-uYHRc9yj4n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHRc9yj4n .navbar-nav {
  margin: 0 auto;
}
.cid-uYHRc9yj4n .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHRc9yj4n .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHRc9yj4n .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHRc9yj4n .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHRc9yj4n .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHRc9yj4n .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHRc9yj4n .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHRc9yj4n .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHRc9yj4n .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHRc9yj4n .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHRc9yj4n .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHRc9yj4n .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHRc9yj4n .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHRc9yj4n .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHRc9yj4n .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHRc9yj4n .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHRc9yj4n .content-wrap {
  min-height: 110px;
}
.cid-uYHRc9yj4n .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHRc9yj4n .nav-link,
.cid-uYHRc9yj4n .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHRc8fuDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHRc8fuDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRc8fuDD .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-uYHRc8fuDD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRc8fuDD .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRc8fuDD .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHRc8fuDD .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHRc8fuDD .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRc8fuDD .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHRc8fuDD .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHRc8fuDD .mbr-label {
  color: #ffffff;
}
.cid-uYHRc8fuDD .mbr-section-title {
  color: #ffffff;
}
.cid-uYHRc8fuDD label {
  color: #ffffff;
}
.cid-uYHRc8fuDD .mbr-section-title,
.cid-uYHRc8fuDD .title-wrapper {
  color: #ffffff;
}
.cid-uYHRc97cCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHRc97cCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRc97cCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHRc97cCG .row {
  justify-content: center;
}
.cid-uYHRc97cCG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHRc97cCG .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRc97cCG .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRc97cCG .item {
    margin-bottom: 16px;
  }
}
.cid-uYHRc97cCG .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHRc97cCG .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHRc97cCG .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHRc97cCG .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHRc97cCG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHRc97cCG .card-title {
  color: #000000;
}
.cid-uYHRc97cCG .mbr-section-title,
.cid-uYHRc97cCG .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHRc97cCG .card-title,
.cid-uYHRc97cCG .contact-wrapper {
  color: #000000;
}
.cid-uYHRcagCIJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHRcagCIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRcagCIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHRcagCIJ .row {
  justify-content: center;
}
.cid-uYHRcagCIJ .card {
  justify-content: center;
}
.cid-uYHRcagCIJ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHRcagCIJ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRcagCIJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHRcagCIJ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHRcagCIJ .nav-wrapper .list .item-wrap:hover,
.cid-uYHRcagCIJ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHRcagCIJ .list,
.cid-uYHRcagCIJ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHRnaU3kC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHRnaU3kC nav.navbar {
  position: fixed;
}
.cid-uYHRnaU3kC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHRnaU3kC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHRnaU3kC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHRnaU3kC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHRnaU3kC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHRnaU3kC .dropdown-item:hover,
.cid-uYHRnaU3kC .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHRnaU3kC .dropdown-item:hover span {
  color: white;
}
.cid-uYHRnaU3kC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHRnaU3kC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHRnaU3kC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHRnaU3kC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHRnaU3kC .nav-link {
  position: relative;
}
.cid-uYHRnaU3kC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHRnaU3kC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHRnaU3kC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHRnaU3kC .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHRnaU3kC .dropdown-menu,
.cid-uYHRnaU3kC .navbar.opened {
  background: #071705 !important;
}
.cid-uYHRnaU3kC .nav-item:focus,
.cid-uYHRnaU3kC .nav-link:focus {
  outline: none;
}
.cid-uYHRnaU3kC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHRnaU3kC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHRnaU3kC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHRnaU3kC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHRnaU3kC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHRnaU3kC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHRnaU3kC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHRnaU3kC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHRnaU3kC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHRnaU3kC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHRnaU3kC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHRnaU3kC .navbar.collapsed {
  justify-content: center;
}
.cid-uYHRnaU3kC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHRnaU3kC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHRnaU3kC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHRnaU3kC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHRnaU3kC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHRnaU3kC .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-uYHRnaU3kC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHRnaU3kC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHRnaU3kC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHRnaU3kC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHRnaU3kC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHRnaU3kC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHRnaU3kC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHRnaU3kC .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-uYHRnaU3kC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHRnaU3kC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHRnaU3kC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHRnaU3kC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHRnaU3kC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHRnaU3kC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHRnaU3kC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHRnaU3kC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHRnaU3kC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHRnaU3kC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHRnaU3kC .navbar-brand .navbar-caption:hover,
.cid-uYHRnaU3kC .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHRnaU3kC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHRnaU3kC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHRnaU3kC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHRnaU3kC .dropdown-item.active,
.cid-uYHRnaU3kC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHRnaU3kC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHRnaU3kC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHRnaU3kC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHRnaU3kC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHRnaU3kC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHRnaU3kC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHRnaU3kC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHRnaU3kC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHRnaU3kC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHRnaU3kC .navbar-buttons {
  text-align: center;
}
.cid-uYHRnaU3kC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHRnaU3kC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHRnaU3kC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHRnaU3kC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHRnaU3kC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHRnaU3kC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHRnaU3kC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHRnaU3kC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHRnaU3kC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHRnaU3kC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHRnaU3kC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHRnaU3kC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHRnaU3kC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHRnaU3kC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHRnaU3kC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHRnaU3kC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHRnaU3kC .navbar {
    height: 70px;
  }
  .cid-uYHRnaU3kC .navbar.opened {
    height: auto;
  }
  .cid-uYHRnaU3kC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHRnaU3kC .navbar-nav {
  margin: 0 auto;
}
.cid-uYHRnaU3kC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHRnaU3kC .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHRnaU3kC .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHRnaU3kC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHRnaU3kC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHRnaU3kC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHRnaU3kC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHRnaU3kC .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHRnaU3kC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHRnaU3kC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHRnaU3kC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHRnaU3kC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHRnaU3kC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHRnaU3kC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHRnaU3kC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHRnaU3kC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHRnaU3kC .content-wrap {
  min-height: 110px;
}
.cid-uYHRnaU3kC .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHRnaU3kC .nav-link,
.cid-uYHRnaU3kC .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHRnabKR8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHRnabKR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRnabKR8 .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-uYHRnabKR8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRnabKR8 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRnabKR8 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHRnabKR8 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHRnabKR8 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRnabKR8 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHRnabKR8 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHRnabKR8 .mbr-label {
  color: #ffffff;
}
.cid-uYHRnabKR8 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHRnabKR8 label {
  color: #ffffff;
}
.cid-uYHRnabKR8 .mbr-section-title,
.cid-uYHRnabKR8 .title-wrapper {
  color: #ffffff;
}
.cid-uYHRnaC2AF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHRnaC2AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRnaC2AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHRnaC2AF .row {
  justify-content: center;
}
.cid-uYHRnaC2AF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHRnaC2AF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRnaC2AF .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRnaC2AF .item {
    margin-bottom: 16px;
  }
}
.cid-uYHRnaC2AF .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHRnaC2AF .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHRnaC2AF .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHRnaC2AF .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHRnaC2AF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHRnaC2AF .card-title {
  color: #000000;
}
.cid-uYHRnaC2AF .mbr-section-title,
.cid-uYHRnaC2AF .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHRnaC2AF .card-title,
.cid-uYHRnaC2AF .contact-wrapper {
  color: #000000;
}
.cid-uYHRnbnEWY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHRnbnEWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRnbnEWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHRnbnEWY .row {
  justify-content: center;
}
.cid-uYHRnbnEWY .card {
  justify-content: center;
}
.cid-uYHRnbnEWY .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHRnbnEWY .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRnbnEWY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHRnbnEWY .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHRnbnEWY .nav-wrapper .list .item-wrap:hover,
.cid-uYHRnbnEWY .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHRnbnEWY .list,
.cid-uYHRnbnEWY .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHRy2AdL8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHRy2AdL8 nav.navbar {
  position: fixed;
}
.cid-uYHRy2AdL8 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHRy2AdL8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHRy2AdL8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHRy2AdL8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHRy2AdL8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHRy2AdL8 .dropdown-item:hover,
.cid-uYHRy2AdL8 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHRy2AdL8 .dropdown-item:hover span {
  color: white;
}
.cid-uYHRy2AdL8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHRy2AdL8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHRy2AdL8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHRy2AdL8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHRy2AdL8 .nav-link {
  position: relative;
}
.cid-uYHRy2AdL8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHRy2AdL8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHRy2AdL8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHRy2AdL8 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHRy2AdL8 .dropdown-menu,
.cid-uYHRy2AdL8 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHRy2AdL8 .nav-item:focus,
.cid-uYHRy2AdL8 .nav-link:focus {
  outline: none;
}
.cid-uYHRy2AdL8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHRy2AdL8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHRy2AdL8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHRy2AdL8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHRy2AdL8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHRy2AdL8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHRy2AdL8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHRy2AdL8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHRy2AdL8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHRy2AdL8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHRy2AdL8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHRy2AdL8 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHRy2AdL8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHRy2AdL8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHRy2AdL8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHRy2AdL8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHRy2AdL8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHRy2AdL8 .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-uYHRy2AdL8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHRy2AdL8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHRy2AdL8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHRy2AdL8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHRy2AdL8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHRy2AdL8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHRy2AdL8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHRy2AdL8 .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-uYHRy2AdL8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHRy2AdL8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHRy2AdL8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHRy2AdL8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHRy2AdL8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHRy2AdL8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHRy2AdL8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHRy2AdL8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHRy2AdL8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHRy2AdL8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHRy2AdL8 .navbar-brand .navbar-caption:hover,
.cid-uYHRy2AdL8 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHRy2AdL8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHRy2AdL8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHRy2AdL8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHRy2AdL8 .dropdown-item.active,
.cid-uYHRy2AdL8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHRy2AdL8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHRy2AdL8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHRy2AdL8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHRy2AdL8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHRy2AdL8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHRy2AdL8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHRy2AdL8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHRy2AdL8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHRy2AdL8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHRy2AdL8 .navbar-buttons {
  text-align: center;
}
.cid-uYHRy2AdL8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHRy2AdL8 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHRy2AdL8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHRy2AdL8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHRy2AdL8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHRy2AdL8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHRy2AdL8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHRy2AdL8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHRy2AdL8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHRy2AdL8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHRy2AdL8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHRy2AdL8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHRy2AdL8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHRy2AdL8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHRy2AdL8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHRy2AdL8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHRy2AdL8 .navbar {
    height: 70px;
  }
  .cid-uYHRy2AdL8 .navbar.opened {
    height: auto;
  }
  .cid-uYHRy2AdL8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHRy2AdL8 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHRy2AdL8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHRy2AdL8 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHRy2AdL8 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHRy2AdL8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHRy2AdL8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHRy2AdL8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHRy2AdL8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHRy2AdL8 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHRy2AdL8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHRy2AdL8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHRy2AdL8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHRy2AdL8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHRy2AdL8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHRy2AdL8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHRy2AdL8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHRy2AdL8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHRy2AdL8 .content-wrap {
  min-height: 110px;
}
.cid-uYHRy2AdL8 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHRy2AdL8 .nav-link,
.cid-uYHRy2AdL8 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHRy1Ovbk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHRy1Ovbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRy1Ovbk .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-uYHRy1Ovbk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRy1Ovbk .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRy1Ovbk .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHRy1Ovbk .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHRy1Ovbk .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRy1Ovbk .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHRy1Ovbk .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHRy1Ovbk .mbr-label {
  color: #ffffff;
}
.cid-uYHRy1Ovbk .mbr-section-title {
  color: #ffffff;
}
.cid-uYHRy1Ovbk label {
  color: #ffffff;
}
.cid-uYHRy1Ovbk .mbr-section-title,
.cid-uYHRy1Ovbk .title-wrapper {
  color: #ffffff;
}
.cid-uYHRy2ftac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHRy2ftac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRy2ftac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHRy2ftac .row {
  justify-content: center;
}
.cid-uYHRy2ftac .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHRy2ftac .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRy2ftac .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRy2ftac .item {
    margin-bottom: 16px;
  }
}
.cid-uYHRy2ftac .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHRy2ftac .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHRy2ftac .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHRy2ftac .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHRy2ftac .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHRy2ftac .card-title {
  color: #000000;
}
.cid-uYHRy2ftac .mbr-section-title,
.cid-uYHRy2ftac .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHRy2ftac .card-title,
.cid-uYHRy2ftac .contact-wrapper {
  color: #000000;
}
.cid-uYHRy36ocj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHRy36ocj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRy36ocj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHRy36ocj .row {
  justify-content: center;
}
.cid-uYHRy36ocj .card {
  justify-content: center;
}
.cid-uYHRy36ocj .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHRy36ocj .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRy36ocj .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHRy36ocj .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHRy36ocj .nav-wrapper .list .item-wrap:hover,
.cid-uYHRy36ocj .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHRy36ocj .list,
.cid-uYHRy36ocj .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHRJyfasU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHRJyfasU nav.navbar {
  position: fixed;
}
.cid-uYHRJyfasU .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHRJyfasU .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHRJyfasU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHRJyfasU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHRJyfasU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHRJyfasU .dropdown-item:hover,
.cid-uYHRJyfasU .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHRJyfasU .dropdown-item:hover span {
  color: white;
}
.cid-uYHRJyfasU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHRJyfasU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHRJyfasU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHRJyfasU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHRJyfasU .nav-link {
  position: relative;
}
.cid-uYHRJyfasU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHRJyfasU .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHRJyfasU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHRJyfasU .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHRJyfasU .dropdown-menu,
.cid-uYHRJyfasU .navbar.opened {
  background: #071705 !important;
}
.cid-uYHRJyfasU .nav-item:focus,
.cid-uYHRJyfasU .nav-link:focus {
  outline: none;
}
.cid-uYHRJyfasU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHRJyfasU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHRJyfasU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHRJyfasU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHRJyfasU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHRJyfasU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHRJyfasU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHRJyfasU .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHRJyfasU .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHRJyfasU .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHRJyfasU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHRJyfasU .navbar.collapsed {
  justify-content: center;
}
.cid-uYHRJyfasU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHRJyfasU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHRJyfasU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHRJyfasU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHRJyfasU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHRJyfasU .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-uYHRJyfasU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHRJyfasU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHRJyfasU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHRJyfasU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHRJyfasU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHRJyfasU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHRJyfasU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHRJyfasU .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-uYHRJyfasU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHRJyfasU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHRJyfasU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHRJyfasU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHRJyfasU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHRJyfasU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHRJyfasU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHRJyfasU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHRJyfasU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHRJyfasU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHRJyfasU .navbar-brand .navbar-caption:hover,
.cid-uYHRJyfasU .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHRJyfasU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHRJyfasU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHRJyfasU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHRJyfasU .dropdown-item.active,
.cid-uYHRJyfasU .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHRJyfasU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHRJyfasU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHRJyfasU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHRJyfasU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHRJyfasU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHRJyfasU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHRJyfasU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHRJyfasU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHRJyfasU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHRJyfasU .navbar-buttons {
  text-align: center;
}
.cid-uYHRJyfasU .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHRJyfasU .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHRJyfasU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHRJyfasU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHRJyfasU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHRJyfasU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHRJyfasU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHRJyfasU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHRJyfasU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHRJyfasU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHRJyfasU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHRJyfasU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHRJyfasU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHRJyfasU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHRJyfasU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHRJyfasU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHRJyfasU .navbar {
    height: 70px;
  }
  .cid-uYHRJyfasU .navbar.opened {
    height: auto;
  }
  .cid-uYHRJyfasU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHRJyfasU .navbar-nav {
  margin: 0 auto;
}
.cid-uYHRJyfasU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHRJyfasU .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHRJyfasU .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHRJyfasU .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHRJyfasU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHRJyfasU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHRJyfasU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHRJyfasU .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHRJyfasU .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHRJyfasU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHRJyfasU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHRJyfasU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHRJyfasU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHRJyfasU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHRJyfasU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHRJyfasU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHRJyfasU .content-wrap {
  min-height: 110px;
}
.cid-uYHRJyfasU .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHRJyfasU .nav-link,
.cid-uYHRJyfasU .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHRJxr6OL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHRJxr6OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRJxr6OL .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-uYHRJxr6OL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRJxr6OL .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRJxr6OL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHRJxr6OL .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHRJxr6OL .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRJxr6OL .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHRJxr6OL .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHRJxr6OL .mbr-label {
  color: #ffffff;
}
.cid-uYHRJxr6OL .mbr-section-title {
  color: #ffffff;
}
.cid-uYHRJxr6OL label {
  color: #ffffff;
}
.cid-uYHRJxr6OL .mbr-section-title,
.cid-uYHRJxr6OL .title-wrapper {
  color: #ffffff;
}
.cid-uYHRJxVUuS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHRJxVUuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRJxVUuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHRJxVUuS .row {
  justify-content: center;
}
.cid-uYHRJxVUuS .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHRJxVUuS .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRJxVUuS .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHRJxVUuS .item {
    margin-bottom: 16px;
  }
}
.cid-uYHRJxVUuS .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHRJxVUuS .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHRJxVUuS .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHRJxVUuS .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHRJxVUuS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHRJxVUuS .card-title {
  color: #000000;
}
.cid-uYHRJxVUuS .mbr-section-title,
.cid-uYHRJxVUuS .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHRJxVUuS .card-title,
.cid-uYHRJxVUuS .contact-wrapper {
  color: #000000;
}
.cid-uYHRJyJUbs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHRJyJUbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHRJyJUbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHRJyJUbs .row {
  justify-content: center;
}
.cid-uYHRJyJUbs .card {
  justify-content: center;
}
.cid-uYHRJyJUbs .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHRJyJUbs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHRJyJUbs .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHRJyJUbs .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHRJyJUbs .nav-wrapper .list .item-wrap:hover,
.cid-uYHRJyJUbs .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHRJyJUbs .list,
.cid-uYHRJyJUbs .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHS7hrVSa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHS7hrVSa nav.navbar {
  position: fixed;
}
.cid-uYHS7hrVSa .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHS7hrVSa .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHS7hrVSa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHS7hrVSa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHS7hrVSa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHS7hrVSa .dropdown-item:hover,
.cid-uYHS7hrVSa .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHS7hrVSa .dropdown-item:hover span {
  color: white;
}
.cid-uYHS7hrVSa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHS7hrVSa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHS7hrVSa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHS7hrVSa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHS7hrVSa .nav-link {
  position: relative;
}
.cid-uYHS7hrVSa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHS7hrVSa .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHS7hrVSa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHS7hrVSa .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHS7hrVSa .dropdown-menu,
.cid-uYHS7hrVSa .navbar.opened {
  background: #071705 !important;
}
.cid-uYHS7hrVSa .nav-item:focus,
.cid-uYHS7hrVSa .nav-link:focus {
  outline: none;
}
.cid-uYHS7hrVSa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHS7hrVSa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHS7hrVSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHS7hrVSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHS7hrVSa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHS7hrVSa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHS7hrVSa .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHS7hrVSa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHS7hrVSa .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHS7hrVSa .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHS7hrVSa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHS7hrVSa .navbar.collapsed {
  justify-content: center;
}
.cid-uYHS7hrVSa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHS7hrVSa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHS7hrVSa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHS7hrVSa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHS7hrVSa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHS7hrVSa .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-uYHS7hrVSa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHS7hrVSa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHS7hrVSa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHS7hrVSa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHS7hrVSa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHS7hrVSa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHS7hrVSa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHS7hrVSa .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-uYHS7hrVSa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHS7hrVSa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHS7hrVSa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHS7hrVSa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHS7hrVSa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHS7hrVSa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHS7hrVSa .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHS7hrVSa .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHS7hrVSa .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHS7hrVSa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHS7hrVSa .navbar-brand .navbar-caption:hover,
.cid-uYHS7hrVSa .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHS7hrVSa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHS7hrVSa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHS7hrVSa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHS7hrVSa .dropdown-item.active,
.cid-uYHS7hrVSa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHS7hrVSa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHS7hrVSa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHS7hrVSa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHS7hrVSa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHS7hrVSa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHS7hrVSa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHS7hrVSa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHS7hrVSa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHS7hrVSa ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHS7hrVSa .navbar-buttons {
  text-align: center;
}
.cid-uYHS7hrVSa .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHS7hrVSa .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHS7hrVSa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHS7hrVSa button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHS7hrVSa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHS7hrVSa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHS7hrVSa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHS7hrVSa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHS7hrVSa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHS7hrVSa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHS7hrVSa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHS7hrVSa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHS7hrVSa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHS7hrVSa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHS7hrVSa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHS7hrVSa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHS7hrVSa .navbar {
    height: 70px;
  }
  .cid-uYHS7hrVSa .navbar.opened {
    height: auto;
  }
  .cid-uYHS7hrVSa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHS7hrVSa .navbar-nav {
  margin: 0 auto;
}
.cid-uYHS7hrVSa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHS7hrVSa .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHS7hrVSa .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHS7hrVSa .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHS7hrVSa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHS7hrVSa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHS7hrVSa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHS7hrVSa .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHS7hrVSa .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHS7hrVSa .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHS7hrVSa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHS7hrVSa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHS7hrVSa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHS7hrVSa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHS7hrVSa .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHS7hrVSa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHS7hrVSa .content-wrap {
  min-height: 110px;
}
.cid-uYHS7hrVSa .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHS7hrVSa .nav-link,
.cid-uYHS7hrVSa .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHS7gFrs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHS7gFrs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHS7gFrs3 .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-uYHS7gFrs3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHS7gFrs3 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHS7gFrs3 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHS7gFrs3 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHS7gFrs3 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHS7gFrs3 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHS7gFrs3 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHS7gFrs3 .mbr-label {
  color: #ffffff;
}
.cid-uYHS7gFrs3 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHS7gFrs3 label {
  color: #ffffff;
}
.cid-uYHS7gFrs3 .mbr-section-title,
.cid-uYHS7gFrs3 .title-wrapper {
  color: #ffffff;
}
.cid-uYHS7h6GBs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHS7h6GBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHS7h6GBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHS7h6GBs .row {
  justify-content: center;
}
.cid-uYHS7h6GBs .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHS7h6GBs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHS7h6GBs .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHS7h6GBs .item {
    margin-bottom: 16px;
  }
}
.cid-uYHS7h6GBs .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHS7h6GBs .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHS7h6GBs .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHS7h6GBs .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHS7h6GBs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHS7h6GBs .card-title {
  color: #000000;
}
.cid-uYHS7h6GBs .mbr-section-title,
.cid-uYHS7h6GBs .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHS7h6GBs .card-title,
.cid-uYHS7h6GBs .contact-wrapper {
  color: #000000;
}
.cid-uYHS7hXYon {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHS7hXYon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHS7hXYon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHS7hXYon .row {
  justify-content: center;
}
.cid-uYHS7hXYon .card {
  justify-content: center;
}
.cid-uYHS7hXYon .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHS7hXYon .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHS7hXYon .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHS7hXYon .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHS7hXYon .nav-wrapper .list .item-wrap:hover,
.cid-uYHS7hXYon .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHS7hXYon .list,
.cid-uYHS7hXYon .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHSjeoDMg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHSjeoDMg nav.navbar {
  position: fixed;
}
.cid-uYHSjeoDMg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHSjeoDMg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHSjeoDMg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHSjeoDMg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHSjeoDMg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHSjeoDMg .dropdown-item:hover,
.cid-uYHSjeoDMg .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHSjeoDMg .dropdown-item:hover span {
  color: white;
}
.cid-uYHSjeoDMg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHSjeoDMg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHSjeoDMg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHSjeoDMg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHSjeoDMg .nav-link {
  position: relative;
}
.cid-uYHSjeoDMg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHSjeoDMg .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHSjeoDMg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHSjeoDMg .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHSjeoDMg .dropdown-menu,
.cid-uYHSjeoDMg .navbar.opened {
  background: #071705 !important;
}
.cid-uYHSjeoDMg .nav-item:focus,
.cid-uYHSjeoDMg .nav-link:focus {
  outline: none;
}
.cid-uYHSjeoDMg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHSjeoDMg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHSjeoDMg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHSjeoDMg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHSjeoDMg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHSjeoDMg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHSjeoDMg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHSjeoDMg .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHSjeoDMg .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHSjeoDMg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHSjeoDMg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHSjeoDMg .navbar.collapsed {
  justify-content: center;
}
.cid-uYHSjeoDMg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHSjeoDMg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHSjeoDMg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHSjeoDMg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHSjeoDMg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHSjeoDMg .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-uYHSjeoDMg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHSjeoDMg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHSjeoDMg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHSjeoDMg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHSjeoDMg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHSjeoDMg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHSjeoDMg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHSjeoDMg .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-uYHSjeoDMg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHSjeoDMg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHSjeoDMg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHSjeoDMg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHSjeoDMg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHSjeoDMg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHSjeoDMg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHSjeoDMg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHSjeoDMg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHSjeoDMg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHSjeoDMg .navbar-brand .navbar-caption:hover,
.cid-uYHSjeoDMg .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHSjeoDMg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHSjeoDMg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHSjeoDMg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHSjeoDMg .dropdown-item.active,
.cid-uYHSjeoDMg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHSjeoDMg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHSjeoDMg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHSjeoDMg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHSjeoDMg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHSjeoDMg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHSjeoDMg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHSjeoDMg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHSjeoDMg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHSjeoDMg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHSjeoDMg .navbar-buttons {
  text-align: center;
}
.cid-uYHSjeoDMg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHSjeoDMg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHSjeoDMg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHSjeoDMg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHSjeoDMg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHSjeoDMg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHSjeoDMg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHSjeoDMg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHSjeoDMg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHSjeoDMg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHSjeoDMg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHSjeoDMg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHSjeoDMg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHSjeoDMg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHSjeoDMg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHSjeoDMg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHSjeoDMg .navbar {
    height: 70px;
  }
  .cid-uYHSjeoDMg .navbar.opened {
    height: auto;
  }
  .cid-uYHSjeoDMg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHSjeoDMg .navbar-nav {
  margin: 0 auto;
}
.cid-uYHSjeoDMg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHSjeoDMg .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHSjeoDMg .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHSjeoDMg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHSjeoDMg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHSjeoDMg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHSjeoDMg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHSjeoDMg .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHSjeoDMg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHSjeoDMg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHSjeoDMg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHSjeoDMg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHSjeoDMg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHSjeoDMg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHSjeoDMg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHSjeoDMg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHSjeoDMg .content-wrap {
  min-height: 110px;
}
.cid-uYHSjeoDMg .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHSjeoDMg .nav-link,
.cid-uYHSjeoDMg .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHSjdGCuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHSjdGCuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSjdGCuR .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-uYHSjdGCuR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSjdGCuR .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSjdGCuR .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHSjdGCuR .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHSjdGCuR .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSjdGCuR .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHSjdGCuR .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHSjdGCuR .mbr-label {
  color: #ffffff;
}
.cid-uYHSjdGCuR .mbr-section-title {
  color: #ffffff;
}
.cid-uYHSjdGCuR label {
  color: #ffffff;
}
.cid-uYHSjdGCuR .mbr-section-title,
.cid-uYHSjdGCuR .title-wrapper {
  color: #ffffff;
}
.cid-uYHSje69a9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHSje69a9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSje69a9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHSje69a9 .row {
  justify-content: center;
}
.cid-uYHSje69a9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHSje69a9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSje69a9 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSje69a9 .item {
    margin-bottom: 16px;
  }
}
.cid-uYHSje69a9 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHSje69a9 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHSje69a9 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHSje69a9 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHSje69a9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHSje69a9 .card-title {
  color: #000000;
}
.cid-uYHSje69a9 .mbr-section-title,
.cid-uYHSje69a9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHSje69a9 .card-title,
.cid-uYHSje69a9 .contact-wrapper {
  color: #000000;
}
.cid-uYHSjeVuul {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHSjeVuul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSjeVuul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHSjeVuul .row {
  justify-content: center;
}
.cid-uYHSjeVuul .card {
  justify-content: center;
}
.cid-uYHSjeVuul .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHSjeVuul .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSjeVuul .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHSjeVuul .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHSjeVuul .nav-wrapper .list .item-wrap:hover,
.cid-uYHSjeVuul .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHSjeVuul .list,
.cid-uYHSjeVuul .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHSvonc1b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHSvonc1b nav.navbar {
  position: fixed;
}
.cid-uYHSvonc1b .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHSvonc1b .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHSvonc1b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHSvonc1b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHSvonc1b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHSvonc1b .dropdown-item:hover,
.cid-uYHSvonc1b .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHSvonc1b .dropdown-item:hover span {
  color: white;
}
.cid-uYHSvonc1b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHSvonc1b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHSvonc1b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHSvonc1b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHSvonc1b .nav-link {
  position: relative;
}
.cid-uYHSvonc1b .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHSvonc1b .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHSvonc1b .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHSvonc1b .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHSvonc1b .dropdown-menu,
.cid-uYHSvonc1b .navbar.opened {
  background: #071705 !important;
}
.cid-uYHSvonc1b .nav-item:focus,
.cid-uYHSvonc1b .nav-link:focus {
  outline: none;
}
.cid-uYHSvonc1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHSvonc1b .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHSvonc1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHSvonc1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHSvonc1b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHSvonc1b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHSvonc1b .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHSvonc1b .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHSvonc1b .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHSvonc1b .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHSvonc1b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHSvonc1b .navbar.collapsed {
  justify-content: center;
}
.cid-uYHSvonc1b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHSvonc1b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHSvonc1b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHSvonc1b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHSvonc1b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHSvonc1b .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-uYHSvonc1b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHSvonc1b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHSvonc1b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHSvonc1b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHSvonc1b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHSvonc1b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHSvonc1b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHSvonc1b .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-uYHSvonc1b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHSvonc1b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHSvonc1b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHSvonc1b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHSvonc1b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHSvonc1b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHSvonc1b .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHSvonc1b .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHSvonc1b .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHSvonc1b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHSvonc1b .navbar-brand .navbar-caption:hover,
.cid-uYHSvonc1b .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHSvonc1b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHSvonc1b .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHSvonc1b .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHSvonc1b .dropdown-item.active,
.cid-uYHSvonc1b .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHSvonc1b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHSvonc1b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHSvonc1b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHSvonc1b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHSvonc1b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHSvonc1b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHSvonc1b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHSvonc1b ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHSvonc1b ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHSvonc1b .navbar-buttons {
  text-align: center;
}
.cid-uYHSvonc1b .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHSvonc1b .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHSvonc1b .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHSvonc1b button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHSvonc1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHSvonc1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHSvonc1b button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHSvonc1b button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHSvonc1b button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHSvonc1b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHSvonc1b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHSvonc1b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHSvonc1b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHSvonc1b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHSvonc1b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHSvonc1b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHSvonc1b .navbar {
    height: 70px;
  }
  .cid-uYHSvonc1b .navbar.opened {
    height: auto;
  }
  .cid-uYHSvonc1b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHSvonc1b .navbar-nav {
  margin: 0 auto;
}
.cid-uYHSvonc1b .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHSvonc1b .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHSvonc1b .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHSvonc1b .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHSvonc1b .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHSvonc1b .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHSvonc1b .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHSvonc1b .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHSvonc1b .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHSvonc1b .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHSvonc1b .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHSvonc1b .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHSvonc1b .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHSvonc1b .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHSvonc1b .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHSvonc1b .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHSvonc1b .content-wrap {
  min-height: 110px;
}
.cid-uYHSvonc1b .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHSvonc1b .nav-link,
.cid-uYHSvonc1b .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHSvnD1qA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHSvnD1qA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSvnD1qA .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-uYHSvnD1qA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSvnD1qA .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSvnD1qA .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHSvnD1qA .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHSvnD1qA .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSvnD1qA .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHSvnD1qA .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHSvnD1qA .mbr-label {
  color: #ffffff;
}
.cid-uYHSvnD1qA .mbr-section-title {
  color: #ffffff;
}
.cid-uYHSvnD1qA label {
  color: #ffffff;
}
.cid-uYHSvnD1qA .mbr-section-title,
.cid-uYHSvnD1qA .title-wrapper {
  color: #ffffff;
}
.cid-uYHSvo5ApC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHSvo5ApC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSvo5ApC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHSvo5ApC .row {
  justify-content: center;
}
.cid-uYHSvo5ApC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHSvo5ApC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSvo5ApC .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSvo5ApC .item {
    margin-bottom: 16px;
  }
}
.cid-uYHSvo5ApC .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHSvo5ApC .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHSvo5ApC .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHSvo5ApC .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHSvo5ApC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHSvo5ApC .card-title {
  color: #000000;
}
.cid-uYHSvo5ApC .mbr-section-title,
.cid-uYHSvo5ApC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHSvo5ApC .card-title,
.cid-uYHSvo5ApC .contact-wrapper {
  color: #000000;
}
.cid-uYHSvoSmNz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHSvoSmNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSvoSmNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHSvoSmNz .row {
  justify-content: center;
}
.cid-uYHSvoSmNz .card {
  justify-content: center;
}
.cid-uYHSvoSmNz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHSvoSmNz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSvoSmNz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHSvoSmNz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHSvoSmNz .nav-wrapper .list .item-wrap:hover,
.cid-uYHSvoSmNz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHSvoSmNz .list,
.cid-uYHSvoSmNz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHSHWVWMK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHSHWVWMK nav.navbar {
  position: fixed;
}
.cid-uYHSHWVWMK .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHSHWVWMK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHSHWVWMK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHSHWVWMK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHSHWVWMK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHSHWVWMK .dropdown-item:hover,
.cid-uYHSHWVWMK .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHSHWVWMK .dropdown-item:hover span {
  color: white;
}
.cid-uYHSHWVWMK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHSHWVWMK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHSHWVWMK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHSHWVWMK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHSHWVWMK .nav-link {
  position: relative;
}
.cid-uYHSHWVWMK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHSHWVWMK .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHSHWVWMK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHSHWVWMK .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHSHWVWMK .dropdown-menu,
.cid-uYHSHWVWMK .navbar.opened {
  background: #071705 !important;
}
.cid-uYHSHWVWMK .nav-item:focus,
.cid-uYHSHWVWMK .nav-link:focus {
  outline: none;
}
.cid-uYHSHWVWMK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHSHWVWMK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHSHWVWMK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHSHWVWMK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHSHWVWMK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHSHWVWMK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHSHWVWMK .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHSHWVWMK .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHSHWVWMK .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHSHWVWMK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHSHWVWMK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHSHWVWMK .navbar.collapsed {
  justify-content: center;
}
.cid-uYHSHWVWMK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHSHWVWMK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHSHWVWMK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHSHWVWMK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHSHWVWMK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHSHWVWMK .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-uYHSHWVWMK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHSHWVWMK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHSHWVWMK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHSHWVWMK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHSHWVWMK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHSHWVWMK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHSHWVWMK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHSHWVWMK .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-uYHSHWVWMK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHSHWVWMK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHSHWVWMK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHSHWVWMK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHSHWVWMK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHSHWVWMK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHSHWVWMK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHSHWVWMK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHSHWVWMK .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHSHWVWMK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHSHWVWMK .navbar-brand .navbar-caption:hover,
.cid-uYHSHWVWMK .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHSHWVWMK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHSHWVWMK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHSHWVWMK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHSHWVWMK .dropdown-item.active,
.cid-uYHSHWVWMK .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHSHWVWMK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHSHWVWMK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHSHWVWMK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHSHWVWMK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHSHWVWMK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHSHWVWMK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHSHWVWMK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHSHWVWMK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHSHWVWMK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHSHWVWMK .navbar-buttons {
  text-align: center;
}
.cid-uYHSHWVWMK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHSHWVWMK .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHSHWVWMK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHSHWVWMK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHSHWVWMK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHSHWVWMK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHSHWVWMK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHSHWVWMK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHSHWVWMK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHSHWVWMK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHSHWVWMK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHSHWVWMK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHSHWVWMK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHSHWVWMK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHSHWVWMK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHSHWVWMK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHSHWVWMK .navbar {
    height: 70px;
  }
  .cid-uYHSHWVWMK .navbar.opened {
    height: auto;
  }
  .cid-uYHSHWVWMK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHSHWVWMK .navbar-nav {
  margin: 0 auto;
}
.cid-uYHSHWVWMK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHSHWVWMK .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHSHWVWMK .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHSHWVWMK .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHSHWVWMK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHSHWVWMK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHSHWVWMK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHSHWVWMK .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHSHWVWMK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHSHWVWMK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHSHWVWMK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHSHWVWMK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHSHWVWMK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHSHWVWMK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHSHWVWMK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHSHWVWMK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHSHWVWMK .content-wrap {
  min-height: 110px;
}
.cid-uYHSHWVWMK .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHSHWVWMK .nav-link,
.cid-uYHSHWVWMK .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHSHW8uTy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHSHW8uTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSHW8uTy .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-uYHSHW8uTy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSHW8uTy .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSHW8uTy .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHSHW8uTy .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHSHW8uTy .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSHW8uTy .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHSHW8uTy .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHSHW8uTy .mbr-label {
  color: #ffffff;
}
.cid-uYHSHW8uTy .mbr-section-title {
  color: #ffffff;
}
.cid-uYHSHW8uTy label {
  color: #ffffff;
}
.cid-uYHSHW8uTy .mbr-section-title,
.cid-uYHSHW8uTy .title-wrapper {
  color: #ffffff;
}
.cid-uYHSHWDYvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHSHWDYvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSHWDYvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHSHWDYvZ .row {
  justify-content: center;
}
.cid-uYHSHWDYvZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHSHWDYvZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSHWDYvZ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHSHWDYvZ .item {
    margin-bottom: 16px;
  }
}
.cid-uYHSHWDYvZ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHSHWDYvZ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHSHWDYvZ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHSHWDYvZ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHSHWDYvZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHSHWDYvZ .card-title {
  color: #000000;
}
.cid-uYHSHWDYvZ .mbr-section-title,
.cid-uYHSHWDYvZ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHSHWDYvZ .card-title,
.cid-uYHSHWDYvZ .contact-wrapper {
  color: #000000;
}
.cid-uYHSHXtxKe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHSHXtxKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHSHXtxKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHSHXtxKe .row {
  justify-content: center;
}
.cid-uYHSHXtxKe .card {
  justify-content: center;
}
.cid-uYHSHXtxKe .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHSHXtxKe .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHSHXtxKe .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHSHXtxKe .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHSHXtxKe .nav-wrapper .list .item-wrap:hover,
.cid-uYHSHXtxKe .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHSHXtxKe .list,
.cid-uYHSHXtxKe .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHTqxawg2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHTqxawg2 nav.navbar {
  position: fixed;
}
.cid-uYHTqxawg2 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHTqxawg2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHTqxawg2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHTqxawg2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHTqxawg2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHTqxawg2 .dropdown-item:hover,
.cid-uYHTqxawg2 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHTqxawg2 .dropdown-item:hover span {
  color: white;
}
.cid-uYHTqxawg2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHTqxawg2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHTqxawg2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHTqxawg2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHTqxawg2 .nav-link {
  position: relative;
}
.cid-uYHTqxawg2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHTqxawg2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHTqxawg2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHTqxawg2 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHTqxawg2 .dropdown-menu,
.cid-uYHTqxawg2 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHTqxawg2 .nav-item:focus,
.cid-uYHTqxawg2 .nav-link:focus {
  outline: none;
}
.cid-uYHTqxawg2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHTqxawg2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHTqxawg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHTqxawg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHTqxawg2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHTqxawg2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHTqxawg2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHTqxawg2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHTqxawg2 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHTqxawg2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHTqxawg2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHTqxawg2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHTqxawg2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHTqxawg2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHTqxawg2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHTqxawg2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHTqxawg2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHTqxawg2 .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-uYHTqxawg2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHTqxawg2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHTqxawg2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHTqxawg2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHTqxawg2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHTqxawg2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHTqxawg2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHTqxawg2 .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-uYHTqxawg2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHTqxawg2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHTqxawg2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHTqxawg2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHTqxawg2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHTqxawg2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHTqxawg2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHTqxawg2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHTqxawg2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHTqxawg2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHTqxawg2 .navbar-brand .navbar-caption:hover,
.cid-uYHTqxawg2 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHTqxawg2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHTqxawg2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHTqxawg2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHTqxawg2 .dropdown-item.active,
.cid-uYHTqxawg2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHTqxawg2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHTqxawg2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHTqxawg2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHTqxawg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHTqxawg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHTqxawg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHTqxawg2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHTqxawg2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHTqxawg2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHTqxawg2 .navbar-buttons {
  text-align: center;
}
.cid-uYHTqxawg2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHTqxawg2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHTqxawg2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHTqxawg2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHTqxawg2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHTqxawg2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHTqxawg2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHTqxawg2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHTqxawg2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHTqxawg2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHTqxawg2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHTqxawg2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHTqxawg2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHTqxawg2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHTqxawg2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHTqxawg2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHTqxawg2 .navbar {
    height: 70px;
  }
  .cid-uYHTqxawg2 .navbar.opened {
    height: auto;
  }
  .cid-uYHTqxawg2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHTqxawg2 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHTqxawg2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHTqxawg2 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHTqxawg2 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHTqxawg2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHTqxawg2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHTqxawg2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHTqxawg2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHTqxawg2 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHTqxawg2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHTqxawg2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHTqxawg2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHTqxawg2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHTqxawg2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHTqxawg2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHTqxawg2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHTqxawg2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHTqxawg2 .content-wrap {
  min-height: 110px;
}
.cid-uYHTqxawg2 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHTqxawg2 .nav-link,
.cid-uYHTqxawg2 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHTqwo1hd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHTqwo1hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHTqwo1hd .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-uYHTqwo1hd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHTqwo1hd .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHTqwo1hd .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHTqwo1hd .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHTqwo1hd .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHTqwo1hd .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHTqwo1hd .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHTqwo1hd .mbr-label {
  color: #ffffff;
}
.cid-uYHTqwo1hd .mbr-section-title {
  color: #ffffff;
}
.cid-uYHTqwo1hd label {
  color: #ffffff;
}
.cid-uYHTqwo1hd .mbr-section-title,
.cid-uYHTqwo1hd .title-wrapper {
  color: #ffffff;
}
.cid-uYHTqwS8Il {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHTqwS8Il .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHTqwS8Il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHTqwS8Il .row {
  justify-content: center;
}
.cid-uYHTqwS8Il .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHTqwS8Il .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHTqwS8Il .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHTqwS8Il .item {
    margin-bottom: 16px;
  }
}
.cid-uYHTqwS8Il .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHTqwS8Il .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHTqwS8Il .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHTqwS8Il .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHTqwS8Il .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHTqwS8Il .card-title {
  color: #000000;
}
.cid-uYHTqwS8Il .mbr-section-title,
.cid-uYHTqwS8Il .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHTqwS8Il .card-title,
.cid-uYHTqwS8Il .contact-wrapper {
  color: #000000;
}
.cid-uYHTqxHOcw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHTqxHOcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHTqxHOcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHTqxHOcw .row {
  justify-content: center;
}
.cid-uYHTqxHOcw .card {
  justify-content: center;
}
.cid-uYHTqxHOcw .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHTqxHOcw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHTqxHOcw .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHTqxHOcw .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHTqxHOcw .nav-wrapper .list .item-wrap:hover,
.cid-uYHTqxHOcw .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHTqxHOcw .list,
.cid-uYHTqxHOcw .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHUgGcSzv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHUgGcSzv nav.navbar {
  position: fixed;
}
.cid-uYHUgGcSzv .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHUgGcSzv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHUgGcSzv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHUgGcSzv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHUgGcSzv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHUgGcSzv .dropdown-item:hover,
.cid-uYHUgGcSzv .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHUgGcSzv .dropdown-item:hover span {
  color: white;
}
.cid-uYHUgGcSzv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHUgGcSzv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHUgGcSzv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHUgGcSzv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHUgGcSzv .nav-link {
  position: relative;
}
.cid-uYHUgGcSzv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHUgGcSzv .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHUgGcSzv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHUgGcSzv .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHUgGcSzv .dropdown-menu,
.cid-uYHUgGcSzv .navbar.opened {
  background: #071705 !important;
}
.cid-uYHUgGcSzv .nav-item:focus,
.cid-uYHUgGcSzv .nav-link:focus {
  outline: none;
}
.cid-uYHUgGcSzv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHUgGcSzv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHUgGcSzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHUgGcSzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHUgGcSzv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHUgGcSzv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHUgGcSzv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHUgGcSzv .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHUgGcSzv .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHUgGcSzv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHUgGcSzv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHUgGcSzv .navbar.collapsed {
  justify-content: center;
}
.cid-uYHUgGcSzv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHUgGcSzv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHUgGcSzv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHUgGcSzv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHUgGcSzv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHUgGcSzv .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-uYHUgGcSzv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHUgGcSzv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHUgGcSzv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHUgGcSzv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHUgGcSzv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHUgGcSzv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHUgGcSzv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHUgGcSzv .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-uYHUgGcSzv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHUgGcSzv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHUgGcSzv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHUgGcSzv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHUgGcSzv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHUgGcSzv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHUgGcSzv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHUgGcSzv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHUgGcSzv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHUgGcSzv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHUgGcSzv .navbar-brand .navbar-caption:hover,
.cid-uYHUgGcSzv .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHUgGcSzv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHUgGcSzv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHUgGcSzv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHUgGcSzv .dropdown-item.active,
.cid-uYHUgGcSzv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHUgGcSzv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHUgGcSzv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHUgGcSzv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHUgGcSzv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHUgGcSzv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHUgGcSzv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHUgGcSzv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHUgGcSzv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHUgGcSzv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHUgGcSzv .navbar-buttons {
  text-align: center;
}
.cid-uYHUgGcSzv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHUgGcSzv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHUgGcSzv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHUgGcSzv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHUgGcSzv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHUgGcSzv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHUgGcSzv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHUgGcSzv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHUgGcSzv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHUgGcSzv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHUgGcSzv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHUgGcSzv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHUgGcSzv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHUgGcSzv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHUgGcSzv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHUgGcSzv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHUgGcSzv .navbar {
    height: 70px;
  }
  .cid-uYHUgGcSzv .navbar.opened {
    height: auto;
  }
  .cid-uYHUgGcSzv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHUgGcSzv .navbar-nav {
  margin: 0 auto;
}
.cid-uYHUgGcSzv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHUgGcSzv .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHUgGcSzv .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHUgGcSzv .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHUgGcSzv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHUgGcSzv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHUgGcSzv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHUgGcSzv .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHUgGcSzv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHUgGcSzv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHUgGcSzv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHUgGcSzv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHUgGcSzv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHUgGcSzv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHUgGcSzv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHUgGcSzv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHUgGcSzv .content-wrap {
  min-height: 110px;
}
.cid-uYHUgGcSzv .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHUgGcSzv .nav-link,
.cid-uYHUgGcSzv .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHUgEChwA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHUgEChwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHUgEChwA .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-uYHUgEChwA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHUgEChwA .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHUgEChwA .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHUgEChwA .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHUgEChwA .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHUgEChwA .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHUgEChwA .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHUgEChwA .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHUgEChwA .mbr-label {
  color: #ffffff;
}
.cid-uYHUgEChwA .mbr-section-title {
  color: #ffffff;
}
.cid-uYHUgEChwA label {
  color: #ffffff;
}
.cid-uYHUgEChwA .mbr-section-title,
.cid-uYHUgEChwA .title-wrapper {
  color: #ffffff;
}
.cid-uYHUgFRPmY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHUgFRPmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHUgFRPmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHUgFRPmY .row {
  justify-content: center;
}
.cid-uYHUgFRPmY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHUgFRPmY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHUgFRPmY .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHUgFRPmY .item {
    margin-bottom: 16px;
  }
}
.cid-uYHUgFRPmY .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHUgFRPmY .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHUgFRPmY .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHUgFRPmY .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHUgFRPmY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHUgFRPmY .card-title {
  color: #000000;
}
.cid-uYHUgFRPmY .mbr-section-title,
.cid-uYHUgFRPmY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHUgFRPmY .card-title,
.cid-uYHUgFRPmY .contact-wrapper {
  color: #000000;
}
.cid-uYHUgGGymD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHUgGGymD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHUgGGymD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHUgGGymD .row {
  justify-content: center;
}
.cid-uYHUgGGymD .card {
  justify-content: center;
}
.cid-uYHUgGGymD .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHUgGGymD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHUgGGymD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHUgGGymD .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHUgGGymD .nav-wrapper .list .item-wrap:hover,
.cid-uYHUgGGymD .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHUgGGymD .list,
.cid-uYHUgGGymD .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHUP8cFa4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHUP8cFa4 nav.navbar {
  position: fixed;
}
.cid-uYHUP8cFa4 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHUP8cFa4 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHUP8cFa4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHUP8cFa4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHUP8cFa4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHUP8cFa4 .dropdown-item:hover,
.cid-uYHUP8cFa4 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHUP8cFa4 .dropdown-item:hover span {
  color: white;
}
.cid-uYHUP8cFa4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHUP8cFa4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHUP8cFa4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHUP8cFa4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHUP8cFa4 .nav-link {
  position: relative;
}
.cid-uYHUP8cFa4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHUP8cFa4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHUP8cFa4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHUP8cFa4 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHUP8cFa4 .dropdown-menu,
.cid-uYHUP8cFa4 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHUP8cFa4 .nav-item:focus,
.cid-uYHUP8cFa4 .nav-link:focus {
  outline: none;
}
.cid-uYHUP8cFa4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHUP8cFa4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHUP8cFa4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHUP8cFa4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHUP8cFa4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHUP8cFa4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHUP8cFa4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHUP8cFa4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHUP8cFa4 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHUP8cFa4 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHUP8cFa4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHUP8cFa4 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHUP8cFa4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHUP8cFa4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHUP8cFa4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHUP8cFa4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHUP8cFa4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHUP8cFa4 .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-uYHUP8cFa4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHUP8cFa4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHUP8cFa4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHUP8cFa4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHUP8cFa4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHUP8cFa4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHUP8cFa4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHUP8cFa4 .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-uYHUP8cFa4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHUP8cFa4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHUP8cFa4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHUP8cFa4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHUP8cFa4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHUP8cFa4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHUP8cFa4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHUP8cFa4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHUP8cFa4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHUP8cFa4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHUP8cFa4 .navbar-brand .navbar-caption:hover,
.cid-uYHUP8cFa4 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHUP8cFa4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHUP8cFa4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHUP8cFa4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHUP8cFa4 .dropdown-item.active,
.cid-uYHUP8cFa4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHUP8cFa4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHUP8cFa4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHUP8cFa4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHUP8cFa4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHUP8cFa4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHUP8cFa4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHUP8cFa4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHUP8cFa4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHUP8cFa4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHUP8cFa4 .navbar-buttons {
  text-align: center;
}
.cid-uYHUP8cFa4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHUP8cFa4 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHUP8cFa4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHUP8cFa4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHUP8cFa4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHUP8cFa4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHUP8cFa4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHUP8cFa4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHUP8cFa4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHUP8cFa4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHUP8cFa4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHUP8cFa4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHUP8cFa4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHUP8cFa4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHUP8cFa4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHUP8cFa4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHUP8cFa4 .navbar {
    height: 70px;
  }
  .cid-uYHUP8cFa4 .navbar.opened {
    height: auto;
  }
  .cid-uYHUP8cFa4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHUP8cFa4 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHUP8cFa4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHUP8cFa4 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHUP8cFa4 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHUP8cFa4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHUP8cFa4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHUP8cFa4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHUP8cFa4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHUP8cFa4 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHUP8cFa4 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHUP8cFa4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHUP8cFa4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHUP8cFa4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHUP8cFa4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHUP8cFa4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHUP8cFa4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHUP8cFa4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHUP8cFa4 .content-wrap {
  min-height: 110px;
}
.cid-uYHUP8cFa4 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHUP8cFa4 .nav-link,
.cid-uYHUP8cFa4 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHUP7lQie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHUP7lQie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHUP7lQie .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-uYHUP7lQie .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHUP7lQie .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHUP7lQie .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHUP7lQie .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHUP7lQie .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHUP7lQie .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHUP7lQie .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHUP7lQie .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHUP7lQie .mbr-label {
  color: #ffffff;
}
.cid-uYHUP7lQie .mbr-section-title {
  color: #ffffff;
}
.cid-uYHUP7lQie label {
  color: #ffffff;
}
.cid-uYHUP7lQie .mbr-section-title,
.cid-uYHUP7lQie .title-wrapper {
  color: #ffffff;
}
.cid-uYHUP7PHaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHUP7PHaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHUP7PHaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHUP7PHaj .row {
  justify-content: center;
}
.cid-uYHUP7PHaj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHUP7PHaj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHUP7PHaj .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHUP7PHaj .item {
    margin-bottom: 16px;
  }
}
.cid-uYHUP7PHaj .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHUP7PHaj .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHUP7PHaj .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHUP7PHaj .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHUP7PHaj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHUP7PHaj .card-title {
  color: #000000;
}
.cid-uYHUP7PHaj .mbr-section-title,
.cid-uYHUP7PHaj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHUP7PHaj .card-title,
.cid-uYHUP7PHaj .contact-wrapper {
  color: #000000;
}
.cid-uYHUP8GECi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHUP8GECi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHUP8GECi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHUP8GECi .row {
  justify-content: center;
}
.cid-uYHUP8GECi .card {
  justify-content: center;
}
.cid-uYHUP8GECi .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHUP8GECi .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHUP8GECi .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHUP8GECi .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHUP8GECi .nav-wrapper .list .item-wrap:hover,
.cid-uYHUP8GECi .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHUP8GECi .list,
.cid-uYHUP8GECi .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHV8y0Yqr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHV8y0Yqr nav.navbar {
  position: fixed;
}
.cid-uYHV8y0Yqr .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHV8y0Yqr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHV8y0Yqr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHV8y0Yqr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHV8y0Yqr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHV8y0Yqr .dropdown-item:hover,
.cid-uYHV8y0Yqr .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHV8y0Yqr .dropdown-item:hover span {
  color: white;
}
.cid-uYHV8y0Yqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHV8y0Yqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHV8y0Yqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHV8y0Yqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHV8y0Yqr .nav-link {
  position: relative;
}
.cid-uYHV8y0Yqr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHV8y0Yqr .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHV8y0Yqr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHV8y0Yqr .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHV8y0Yqr .dropdown-menu,
.cid-uYHV8y0Yqr .navbar.opened {
  background: #071705 !important;
}
.cid-uYHV8y0Yqr .nav-item:focus,
.cid-uYHV8y0Yqr .nav-link:focus {
  outline: none;
}
.cid-uYHV8y0Yqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHV8y0Yqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHV8y0Yqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHV8y0Yqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHV8y0Yqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHV8y0Yqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHV8y0Yqr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHV8y0Yqr .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHV8y0Yqr .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHV8y0Yqr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHV8y0Yqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHV8y0Yqr .navbar.collapsed {
  justify-content: center;
}
.cid-uYHV8y0Yqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHV8y0Yqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHV8y0Yqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHV8y0Yqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHV8y0Yqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHV8y0Yqr .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-uYHV8y0Yqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHV8y0Yqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHV8y0Yqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHV8y0Yqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHV8y0Yqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHV8y0Yqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHV8y0Yqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHV8y0Yqr .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-uYHV8y0Yqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHV8y0Yqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHV8y0Yqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHV8y0Yqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHV8y0Yqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHV8y0Yqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHV8y0Yqr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHV8y0Yqr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHV8y0Yqr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHV8y0Yqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHV8y0Yqr .navbar-brand .navbar-caption:hover,
.cid-uYHV8y0Yqr .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHV8y0Yqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHV8y0Yqr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHV8y0Yqr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHV8y0Yqr .dropdown-item.active,
.cid-uYHV8y0Yqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHV8y0Yqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHV8y0Yqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHV8y0Yqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHV8y0Yqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHV8y0Yqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHV8y0Yqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHV8y0Yqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHV8y0Yqr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHV8y0Yqr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHV8y0Yqr .navbar-buttons {
  text-align: center;
}
.cid-uYHV8y0Yqr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHV8y0Yqr .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHV8y0Yqr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHV8y0Yqr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHV8y0Yqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHV8y0Yqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHV8y0Yqr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHV8y0Yqr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHV8y0Yqr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHV8y0Yqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHV8y0Yqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHV8y0Yqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHV8y0Yqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHV8y0Yqr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHV8y0Yqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHV8y0Yqr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHV8y0Yqr .navbar {
    height: 70px;
  }
  .cid-uYHV8y0Yqr .navbar.opened {
    height: auto;
  }
  .cid-uYHV8y0Yqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHV8y0Yqr .navbar-nav {
  margin: 0 auto;
}
.cid-uYHV8y0Yqr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHV8y0Yqr .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHV8y0Yqr .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHV8y0Yqr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHV8y0Yqr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHV8y0Yqr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHV8y0Yqr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHV8y0Yqr .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHV8y0Yqr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHV8y0Yqr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHV8y0Yqr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHV8y0Yqr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHV8y0Yqr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHV8y0Yqr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHV8y0Yqr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHV8y0Yqr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHV8y0Yqr .content-wrap {
  min-height: 110px;
}
.cid-uYHV8y0Yqr .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHV8y0Yqr .nav-link,
.cid-uYHV8y0Yqr .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHV8xaU2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHV8xaU2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHV8xaU2M .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-uYHV8xaU2M .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHV8xaU2M .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHV8xaU2M .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHV8xaU2M .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHV8xaU2M .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHV8xaU2M .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHV8xaU2M .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHV8xaU2M .mbr-label {
  color: #ffffff;
}
.cid-uYHV8xaU2M .mbr-section-title {
  color: #ffffff;
}
.cid-uYHV8xaU2M label {
  color: #ffffff;
}
.cid-uYHV8xaU2M .mbr-section-title,
.cid-uYHV8xaU2M .title-wrapper {
  color: #ffffff;
}
.cid-uYHV8xHYkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHV8xHYkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHV8xHYkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHV8xHYkY .row {
  justify-content: center;
}
.cid-uYHV8xHYkY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHV8xHYkY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHV8xHYkY .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHV8xHYkY .item {
    margin-bottom: 16px;
  }
}
.cid-uYHV8xHYkY .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHV8xHYkY .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHV8xHYkY .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHV8xHYkY .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHV8xHYkY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHV8xHYkY .card-title {
  color: #000000;
}
.cid-uYHV8xHYkY .mbr-section-title,
.cid-uYHV8xHYkY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHV8xHYkY .card-title,
.cid-uYHV8xHYkY .contact-wrapper {
  color: #000000;
}
.cid-uYHV8yuTo7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHV8yuTo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHV8yuTo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHV8yuTo7 .row {
  justify-content: center;
}
.cid-uYHV8yuTo7 .card {
  justify-content: center;
}
.cid-uYHV8yuTo7 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHV8yuTo7 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHV8yuTo7 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHV8yuTo7 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHV8yuTo7 .nav-wrapper .list .item-wrap:hover,
.cid-uYHV8yuTo7 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHV8yuTo7 .list,
.cid-uYHV8yuTo7 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHVsmOFoo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHVsmOFoo nav.navbar {
  position: fixed;
}
.cid-uYHVsmOFoo .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHVsmOFoo .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHVsmOFoo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHVsmOFoo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHVsmOFoo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHVsmOFoo .dropdown-item:hover,
.cid-uYHVsmOFoo .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHVsmOFoo .dropdown-item:hover span {
  color: white;
}
.cid-uYHVsmOFoo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHVsmOFoo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHVsmOFoo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHVsmOFoo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHVsmOFoo .nav-link {
  position: relative;
}
.cid-uYHVsmOFoo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHVsmOFoo .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHVsmOFoo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHVsmOFoo .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHVsmOFoo .dropdown-menu,
.cid-uYHVsmOFoo .navbar.opened {
  background: #071705 !important;
}
.cid-uYHVsmOFoo .nav-item:focus,
.cid-uYHVsmOFoo .nav-link:focus {
  outline: none;
}
.cid-uYHVsmOFoo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHVsmOFoo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHVsmOFoo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHVsmOFoo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHVsmOFoo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHVsmOFoo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHVsmOFoo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHVsmOFoo .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHVsmOFoo .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHVsmOFoo .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHVsmOFoo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHVsmOFoo .navbar.collapsed {
  justify-content: center;
}
.cid-uYHVsmOFoo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHVsmOFoo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHVsmOFoo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHVsmOFoo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHVsmOFoo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHVsmOFoo .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-uYHVsmOFoo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHVsmOFoo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHVsmOFoo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHVsmOFoo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHVsmOFoo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHVsmOFoo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHVsmOFoo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHVsmOFoo .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-uYHVsmOFoo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHVsmOFoo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHVsmOFoo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHVsmOFoo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHVsmOFoo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHVsmOFoo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHVsmOFoo .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHVsmOFoo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHVsmOFoo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHVsmOFoo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHVsmOFoo .navbar-brand .navbar-caption:hover,
.cid-uYHVsmOFoo .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHVsmOFoo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHVsmOFoo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHVsmOFoo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHVsmOFoo .dropdown-item.active,
.cid-uYHVsmOFoo .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHVsmOFoo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHVsmOFoo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHVsmOFoo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHVsmOFoo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHVsmOFoo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHVsmOFoo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHVsmOFoo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHVsmOFoo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHVsmOFoo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHVsmOFoo .navbar-buttons {
  text-align: center;
}
.cid-uYHVsmOFoo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHVsmOFoo .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHVsmOFoo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHVsmOFoo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHVsmOFoo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHVsmOFoo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHVsmOFoo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHVsmOFoo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHVsmOFoo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHVsmOFoo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHVsmOFoo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHVsmOFoo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHVsmOFoo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHVsmOFoo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHVsmOFoo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHVsmOFoo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHVsmOFoo .navbar {
    height: 70px;
  }
  .cid-uYHVsmOFoo .navbar.opened {
    height: auto;
  }
  .cid-uYHVsmOFoo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHVsmOFoo .navbar-nav {
  margin: 0 auto;
}
.cid-uYHVsmOFoo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHVsmOFoo .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHVsmOFoo .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHVsmOFoo .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHVsmOFoo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHVsmOFoo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHVsmOFoo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHVsmOFoo .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHVsmOFoo .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHVsmOFoo .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHVsmOFoo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHVsmOFoo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHVsmOFoo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHVsmOFoo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHVsmOFoo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHVsmOFoo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHVsmOFoo .content-wrap {
  min-height: 110px;
}
.cid-uYHVsmOFoo .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHVsmOFoo .nav-link,
.cid-uYHVsmOFoo .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHVsl938B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHVsl938B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHVsl938B .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-uYHVsl938B .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHVsl938B .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHVsl938B .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHVsl938B .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHVsl938B .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHVsl938B .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHVsl938B .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHVsl938B .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHVsl938B .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHVsl938B .mbr-label {
  color: #ffffff;
}
.cid-uYHVsl938B .mbr-section-title {
  color: #ffffff;
}
.cid-uYHVsl938B label {
  color: #ffffff;
}
.cid-uYHVsl938B .mbr-section-title,
.cid-uYHVsl938B .title-wrapper {
  color: #ffffff;
}
.cid-uYHVsmti4k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHVsmti4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHVsmti4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHVsmti4k .row {
  justify-content: center;
}
.cid-uYHVsmti4k .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHVsmti4k .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHVsmti4k .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHVsmti4k .item {
    margin-bottom: 16px;
  }
}
.cid-uYHVsmti4k .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHVsmti4k .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHVsmti4k .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHVsmti4k .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHVsmti4k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHVsmti4k .card-title {
  color: #000000;
}
.cid-uYHVsmti4k .mbr-section-title,
.cid-uYHVsmti4k .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHVsmti4k .card-title,
.cid-uYHVsmti4k .contact-wrapper {
  color: #000000;
}
.cid-uYHVsnlUce {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHVsnlUce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHVsnlUce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHVsnlUce .row {
  justify-content: center;
}
.cid-uYHVsnlUce .card {
  justify-content: center;
}
.cid-uYHVsnlUce .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHVsnlUce .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHVsnlUce .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHVsnlUce .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHVsnlUce .nav-wrapper .list .item-wrap:hover,
.cid-uYHVsnlUce .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHVsnlUce .list,
.cid-uYHVsnlUce .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHVKhZaug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHVKhZaug nav.navbar {
  position: fixed;
}
.cid-uYHVKhZaug .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHVKhZaug .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHVKhZaug .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHVKhZaug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHVKhZaug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHVKhZaug .dropdown-item:hover,
.cid-uYHVKhZaug .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHVKhZaug .dropdown-item:hover span {
  color: white;
}
.cid-uYHVKhZaug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHVKhZaug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHVKhZaug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHVKhZaug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHVKhZaug .nav-link {
  position: relative;
}
.cid-uYHVKhZaug .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHVKhZaug .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHVKhZaug .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHVKhZaug .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHVKhZaug .dropdown-menu,
.cid-uYHVKhZaug .navbar.opened {
  background: #071705 !important;
}
.cid-uYHVKhZaug .nav-item:focus,
.cid-uYHVKhZaug .nav-link:focus {
  outline: none;
}
.cid-uYHVKhZaug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHVKhZaug .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHVKhZaug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHVKhZaug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHVKhZaug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHVKhZaug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHVKhZaug .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHVKhZaug .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHVKhZaug .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHVKhZaug .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHVKhZaug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHVKhZaug .navbar.collapsed {
  justify-content: center;
}
.cid-uYHVKhZaug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHVKhZaug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHVKhZaug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHVKhZaug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHVKhZaug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHVKhZaug .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-uYHVKhZaug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHVKhZaug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHVKhZaug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHVKhZaug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHVKhZaug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHVKhZaug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHVKhZaug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHVKhZaug .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-uYHVKhZaug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHVKhZaug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHVKhZaug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHVKhZaug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHVKhZaug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHVKhZaug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHVKhZaug .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHVKhZaug .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHVKhZaug .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHVKhZaug .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHVKhZaug .navbar-brand .navbar-caption:hover,
.cid-uYHVKhZaug .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHVKhZaug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHVKhZaug .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHVKhZaug .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHVKhZaug .dropdown-item.active,
.cid-uYHVKhZaug .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHVKhZaug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHVKhZaug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHVKhZaug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHVKhZaug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHVKhZaug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHVKhZaug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHVKhZaug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHVKhZaug ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHVKhZaug ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHVKhZaug .navbar-buttons {
  text-align: center;
}
.cid-uYHVKhZaug .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHVKhZaug .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHVKhZaug .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHVKhZaug button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHVKhZaug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHVKhZaug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHVKhZaug button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHVKhZaug button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHVKhZaug button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHVKhZaug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHVKhZaug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHVKhZaug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHVKhZaug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHVKhZaug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHVKhZaug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHVKhZaug .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHVKhZaug .navbar {
    height: 70px;
  }
  .cid-uYHVKhZaug .navbar.opened {
    height: auto;
  }
  .cid-uYHVKhZaug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHVKhZaug .navbar-nav {
  margin: 0 auto;
}
.cid-uYHVKhZaug .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHVKhZaug .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHVKhZaug .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHVKhZaug .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHVKhZaug .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHVKhZaug .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHVKhZaug .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHVKhZaug .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHVKhZaug .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHVKhZaug .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHVKhZaug .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHVKhZaug .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHVKhZaug .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHVKhZaug .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHVKhZaug .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHVKhZaug .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHVKhZaug .content-wrap {
  min-height: 110px;
}
.cid-uYHVKhZaug .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHVKhZaug .nav-link,
.cid-uYHVKhZaug .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHVKe1lBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHVKe1lBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHVKe1lBY .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-uYHVKe1lBY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHVKe1lBY .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHVKe1lBY .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHVKe1lBY .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHVKe1lBY .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHVKe1lBY .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHVKe1lBY .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHVKe1lBY .mbr-label {
  color: #ffffff;
}
.cid-uYHVKe1lBY .mbr-section-title {
  color: #ffffff;
}
.cid-uYHVKe1lBY label {
  color: #ffffff;
}
.cid-uYHVKe1lBY .mbr-section-title,
.cid-uYHVKe1lBY .title-wrapper {
  color: #ffffff;
}
.cid-uYHVKeTaWs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHVKeTaWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHVKeTaWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHVKeTaWs .row {
  justify-content: center;
}
.cid-uYHVKeTaWs .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHVKeTaWs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHVKeTaWs .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHVKeTaWs .item {
    margin-bottom: 16px;
  }
}
.cid-uYHVKeTaWs .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHVKeTaWs .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHVKeTaWs .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHVKeTaWs .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHVKeTaWs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHVKeTaWs .card-title {
  color: #000000;
}
.cid-uYHVKeTaWs .mbr-section-title,
.cid-uYHVKeTaWs .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHVKeTaWs .card-title,
.cid-uYHVKeTaWs .contact-wrapper {
  color: #000000;
}
.cid-uYHVKiub33 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHVKiub33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHVKiub33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHVKiub33 .row {
  justify-content: center;
}
.cid-uYHVKiub33 .card {
  justify-content: center;
}
.cid-uYHVKiub33 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHVKiub33 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHVKiub33 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHVKiub33 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHVKiub33 .nav-wrapper .list .item-wrap:hover,
.cid-uYHVKiub33 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHVKiub33 .list,
.cid-uYHVKiub33 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHW1sR8CB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHW1sR8CB nav.navbar {
  position: fixed;
}
.cid-uYHW1sR8CB .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHW1sR8CB .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHW1sR8CB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHW1sR8CB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHW1sR8CB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHW1sR8CB .dropdown-item:hover,
.cid-uYHW1sR8CB .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHW1sR8CB .dropdown-item:hover span {
  color: white;
}
.cid-uYHW1sR8CB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHW1sR8CB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHW1sR8CB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHW1sR8CB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHW1sR8CB .nav-link {
  position: relative;
}
.cid-uYHW1sR8CB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHW1sR8CB .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHW1sR8CB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHW1sR8CB .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHW1sR8CB .dropdown-menu,
.cid-uYHW1sR8CB .navbar.opened {
  background: #071705 !important;
}
.cid-uYHW1sR8CB .nav-item:focus,
.cid-uYHW1sR8CB .nav-link:focus {
  outline: none;
}
.cid-uYHW1sR8CB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHW1sR8CB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHW1sR8CB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHW1sR8CB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHW1sR8CB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHW1sR8CB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHW1sR8CB .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHW1sR8CB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHW1sR8CB .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHW1sR8CB .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHW1sR8CB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHW1sR8CB .navbar.collapsed {
  justify-content: center;
}
.cid-uYHW1sR8CB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHW1sR8CB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHW1sR8CB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHW1sR8CB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHW1sR8CB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHW1sR8CB .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-uYHW1sR8CB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHW1sR8CB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHW1sR8CB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHW1sR8CB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHW1sR8CB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHW1sR8CB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHW1sR8CB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHW1sR8CB .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-uYHW1sR8CB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHW1sR8CB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHW1sR8CB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHW1sR8CB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHW1sR8CB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHW1sR8CB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHW1sR8CB .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHW1sR8CB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHW1sR8CB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHW1sR8CB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHW1sR8CB .navbar-brand .navbar-caption:hover,
.cid-uYHW1sR8CB .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHW1sR8CB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHW1sR8CB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHW1sR8CB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHW1sR8CB .dropdown-item.active,
.cid-uYHW1sR8CB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHW1sR8CB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHW1sR8CB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHW1sR8CB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHW1sR8CB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHW1sR8CB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHW1sR8CB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHW1sR8CB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHW1sR8CB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHW1sR8CB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHW1sR8CB .navbar-buttons {
  text-align: center;
}
.cid-uYHW1sR8CB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHW1sR8CB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHW1sR8CB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHW1sR8CB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHW1sR8CB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHW1sR8CB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHW1sR8CB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHW1sR8CB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHW1sR8CB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHW1sR8CB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHW1sR8CB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHW1sR8CB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHW1sR8CB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHW1sR8CB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHW1sR8CB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHW1sR8CB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHW1sR8CB .navbar {
    height: 70px;
  }
  .cid-uYHW1sR8CB .navbar.opened {
    height: auto;
  }
  .cid-uYHW1sR8CB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHW1sR8CB .navbar-nav {
  margin: 0 auto;
}
.cid-uYHW1sR8CB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHW1sR8CB .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHW1sR8CB .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHW1sR8CB .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHW1sR8CB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHW1sR8CB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHW1sR8CB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHW1sR8CB .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHW1sR8CB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHW1sR8CB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHW1sR8CB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHW1sR8CB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHW1sR8CB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHW1sR8CB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHW1sR8CB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHW1sR8CB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHW1sR8CB .content-wrap {
  min-height: 110px;
}
.cid-uYHW1sR8CB .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHW1sR8CB .nav-link,
.cid-uYHW1sR8CB .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHW1s2cza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHW1s2cza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHW1s2cza .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-uYHW1s2cza .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHW1s2cza .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHW1s2cza .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHW1s2cza .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHW1s2cza .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHW1s2cza .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHW1s2cza .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHW1s2cza .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHW1s2cza .mbr-label {
  color: #ffffff;
}
.cid-uYHW1s2cza .mbr-section-title {
  color: #ffffff;
}
.cid-uYHW1s2cza label {
  color: #ffffff;
}
.cid-uYHW1s2cza .mbr-section-title,
.cid-uYHW1s2cza .title-wrapper {
  color: #ffffff;
}
.cid-uYHW1sw8Mg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHW1sw8Mg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHW1sw8Mg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHW1sw8Mg .row {
  justify-content: center;
}
.cid-uYHW1sw8Mg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHW1sw8Mg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHW1sw8Mg .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHW1sw8Mg .item {
    margin-bottom: 16px;
  }
}
.cid-uYHW1sw8Mg .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHW1sw8Mg .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHW1sw8Mg .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHW1sw8Mg .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHW1sw8Mg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHW1sw8Mg .card-title {
  color: #000000;
}
.cid-uYHW1sw8Mg .mbr-section-title,
.cid-uYHW1sw8Mg .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHW1sw8Mg .card-title,
.cid-uYHW1sw8Mg .contact-wrapper {
  color: #000000;
}
.cid-uYHW1tlN9u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHW1tlN9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHW1tlN9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHW1tlN9u .row {
  justify-content: center;
}
.cid-uYHW1tlN9u .card {
  justify-content: center;
}
.cid-uYHW1tlN9u .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHW1tlN9u .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHW1tlN9u .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHW1tlN9u .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHW1tlN9u .nav-wrapper .list .item-wrap:hover,
.cid-uYHW1tlN9u .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHW1tlN9u .list,
.cid-uYHW1tlN9u .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHWflsrhk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHWflsrhk nav.navbar {
  position: fixed;
}
.cid-uYHWflsrhk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHWflsrhk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHWflsrhk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHWflsrhk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHWflsrhk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHWflsrhk .dropdown-item:hover,
.cid-uYHWflsrhk .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHWflsrhk .dropdown-item:hover span {
  color: white;
}
.cid-uYHWflsrhk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHWflsrhk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHWflsrhk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHWflsrhk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHWflsrhk .nav-link {
  position: relative;
}
.cid-uYHWflsrhk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHWflsrhk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHWflsrhk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHWflsrhk .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHWflsrhk .dropdown-menu,
.cid-uYHWflsrhk .navbar.opened {
  background: #071705 !important;
}
.cid-uYHWflsrhk .nav-item:focus,
.cid-uYHWflsrhk .nav-link:focus {
  outline: none;
}
.cid-uYHWflsrhk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHWflsrhk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHWflsrhk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHWflsrhk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHWflsrhk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHWflsrhk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHWflsrhk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHWflsrhk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHWflsrhk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHWflsrhk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHWflsrhk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHWflsrhk .navbar.collapsed {
  justify-content: center;
}
.cid-uYHWflsrhk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHWflsrhk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHWflsrhk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHWflsrhk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHWflsrhk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHWflsrhk .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-uYHWflsrhk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHWflsrhk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHWflsrhk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHWflsrhk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHWflsrhk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHWflsrhk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHWflsrhk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHWflsrhk .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-uYHWflsrhk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHWflsrhk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHWflsrhk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHWflsrhk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHWflsrhk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHWflsrhk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHWflsrhk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHWflsrhk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHWflsrhk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHWflsrhk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHWflsrhk .navbar-brand .navbar-caption:hover,
.cid-uYHWflsrhk .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHWflsrhk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHWflsrhk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHWflsrhk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHWflsrhk .dropdown-item.active,
.cid-uYHWflsrhk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHWflsrhk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHWflsrhk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHWflsrhk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHWflsrhk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHWflsrhk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHWflsrhk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHWflsrhk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHWflsrhk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHWflsrhk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHWflsrhk .navbar-buttons {
  text-align: center;
}
.cid-uYHWflsrhk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHWflsrhk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHWflsrhk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHWflsrhk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHWflsrhk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHWflsrhk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHWflsrhk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHWflsrhk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHWflsrhk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHWflsrhk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHWflsrhk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHWflsrhk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHWflsrhk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHWflsrhk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHWflsrhk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHWflsrhk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHWflsrhk .navbar {
    height: 70px;
  }
  .cid-uYHWflsrhk .navbar.opened {
    height: auto;
  }
  .cid-uYHWflsrhk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHWflsrhk .navbar-nav {
  margin: 0 auto;
}
.cid-uYHWflsrhk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHWflsrhk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHWflsrhk .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHWflsrhk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHWflsrhk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHWflsrhk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHWflsrhk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHWflsrhk .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHWflsrhk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHWflsrhk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHWflsrhk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHWflsrhk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHWflsrhk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHWflsrhk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHWflsrhk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHWflsrhk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHWflsrhk .content-wrap {
  min-height: 110px;
}
.cid-uYHWflsrhk .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHWflsrhk .nav-link,
.cid-uYHWflsrhk .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHWfkHaDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHWfkHaDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWfkHaDY .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-uYHWfkHaDY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWfkHaDY .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWfkHaDY .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHWfkHaDY .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHWfkHaDY .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWfkHaDY .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHWfkHaDY .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHWfkHaDY .mbr-label {
  color: #ffffff;
}
.cid-uYHWfkHaDY .mbr-section-title {
  color: #ffffff;
}
.cid-uYHWfkHaDY label {
  color: #ffffff;
}
.cid-uYHWfkHaDY .mbr-section-title,
.cid-uYHWfkHaDY .title-wrapper {
  color: #ffffff;
}
.cid-uYHWfl9Uz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHWfl9Uz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWfl9Uz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHWfl9Uz7 .row {
  justify-content: center;
}
.cid-uYHWfl9Uz7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHWfl9Uz7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWfl9Uz7 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWfl9Uz7 .item {
    margin-bottom: 16px;
  }
}
.cid-uYHWfl9Uz7 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHWfl9Uz7 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHWfl9Uz7 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHWfl9Uz7 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHWfl9Uz7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHWfl9Uz7 .card-title {
  color: #000000;
}
.cid-uYHWfl9Uz7 .mbr-section-title,
.cid-uYHWfl9Uz7 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHWfl9Uz7 .card-title,
.cid-uYHWfl9Uz7 .contact-wrapper {
  color: #000000;
}
.cid-uYHWflXpo0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHWflXpo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWflXpo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHWflXpo0 .row {
  justify-content: center;
}
.cid-uYHWflXpo0 .card {
  justify-content: center;
}
.cid-uYHWflXpo0 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHWflXpo0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWflXpo0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHWflXpo0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHWflXpo0 .nav-wrapper .list .item-wrap:hover,
.cid-uYHWflXpo0 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHWflXpo0 .list,
.cid-uYHWflXpo0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHWs6vjeg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHWs6vjeg nav.navbar {
  position: fixed;
}
.cid-uYHWs6vjeg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHWs6vjeg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHWs6vjeg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHWs6vjeg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHWs6vjeg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHWs6vjeg .dropdown-item:hover,
.cid-uYHWs6vjeg .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHWs6vjeg .dropdown-item:hover span {
  color: white;
}
.cid-uYHWs6vjeg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHWs6vjeg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHWs6vjeg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHWs6vjeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHWs6vjeg .nav-link {
  position: relative;
}
.cid-uYHWs6vjeg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHWs6vjeg .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHWs6vjeg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHWs6vjeg .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHWs6vjeg .dropdown-menu,
.cid-uYHWs6vjeg .navbar.opened {
  background: #071705 !important;
}
.cid-uYHWs6vjeg .nav-item:focus,
.cid-uYHWs6vjeg .nav-link:focus {
  outline: none;
}
.cid-uYHWs6vjeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHWs6vjeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHWs6vjeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHWs6vjeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHWs6vjeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHWs6vjeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHWs6vjeg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHWs6vjeg .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHWs6vjeg .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHWs6vjeg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHWs6vjeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHWs6vjeg .navbar.collapsed {
  justify-content: center;
}
.cid-uYHWs6vjeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHWs6vjeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHWs6vjeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHWs6vjeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHWs6vjeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHWs6vjeg .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-uYHWs6vjeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHWs6vjeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHWs6vjeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHWs6vjeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHWs6vjeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHWs6vjeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHWs6vjeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHWs6vjeg .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-uYHWs6vjeg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHWs6vjeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHWs6vjeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHWs6vjeg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHWs6vjeg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHWs6vjeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHWs6vjeg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHWs6vjeg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHWs6vjeg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHWs6vjeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHWs6vjeg .navbar-brand .navbar-caption:hover,
.cid-uYHWs6vjeg .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHWs6vjeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHWs6vjeg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHWs6vjeg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHWs6vjeg .dropdown-item.active,
.cid-uYHWs6vjeg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHWs6vjeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHWs6vjeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHWs6vjeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHWs6vjeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHWs6vjeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHWs6vjeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHWs6vjeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHWs6vjeg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHWs6vjeg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHWs6vjeg .navbar-buttons {
  text-align: center;
}
.cid-uYHWs6vjeg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHWs6vjeg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHWs6vjeg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHWs6vjeg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHWs6vjeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHWs6vjeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHWs6vjeg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHWs6vjeg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHWs6vjeg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHWs6vjeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHWs6vjeg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHWs6vjeg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHWs6vjeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHWs6vjeg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHWs6vjeg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHWs6vjeg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHWs6vjeg .navbar {
    height: 70px;
  }
  .cid-uYHWs6vjeg .navbar.opened {
    height: auto;
  }
  .cid-uYHWs6vjeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHWs6vjeg .navbar-nav {
  margin: 0 auto;
}
.cid-uYHWs6vjeg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHWs6vjeg .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHWs6vjeg .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHWs6vjeg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHWs6vjeg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHWs6vjeg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHWs6vjeg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHWs6vjeg .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHWs6vjeg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHWs6vjeg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHWs6vjeg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHWs6vjeg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHWs6vjeg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHWs6vjeg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHWs6vjeg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHWs6vjeg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHWs6vjeg .content-wrap {
  min-height: 110px;
}
.cid-uYHWs6vjeg .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHWs6vjeg .nav-link,
.cid-uYHWs6vjeg .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHWs5MxYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHWs5MxYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWs5MxYl .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-uYHWs5MxYl .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWs5MxYl .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWs5MxYl .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHWs5MxYl .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHWs5MxYl .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWs5MxYl .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHWs5MxYl .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHWs5MxYl .mbr-label {
  color: #ffffff;
}
.cid-uYHWs5MxYl .mbr-section-title {
  color: #ffffff;
}
.cid-uYHWs5MxYl label {
  color: #ffffff;
}
.cid-uYHWs5MxYl .mbr-section-title,
.cid-uYHWs5MxYl .title-wrapper {
  color: #ffffff;
}
.cid-uYHWs6eu6C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHWs6eu6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWs6eu6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHWs6eu6C .row {
  justify-content: center;
}
.cid-uYHWs6eu6C .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHWs6eu6C .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWs6eu6C .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWs6eu6C .item {
    margin-bottom: 16px;
  }
}
.cid-uYHWs6eu6C .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHWs6eu6C .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHWs6eu6C .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHWs6eu6C .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHWs6eu6C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHWs6eu6C .card-title {
  color: #000000;
}
.cid-uYHWs6eu6C .mbr-section-title,
.cid-uYHWs6eu6C .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHWs6eu6C .card-title,
.cid-uYHWs6eu6C .contact-wrapper {
  color: #000000;
}
.cid-uYHWs6ZihU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHWs6ZihU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWs6ZihU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHWs6ZihU .row {
  justify-content: center;
}
.cid-uYHWs6ZihU .card {
  justify-content: center;
}
.cid-uYHWs6ZihU .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHWs6ZihU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWs6ZihU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHWs6ZihU .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHWs6ZihU .nav-wrapper .list .item-wrap:hover,
.cid-uYHWs6ZihU .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHWs6ZihU .list,
.cid-uYHWs6ZihU .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHWF1mKZz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHWF1mKZz nav.navbar {
  position: fixed;
}
.cid-uYHWF1mKZz .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHWF1mKZz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHWF1mKZz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHWF1mKZz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHWF1mKZz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHWF1mKZz .dropdown-item:hover,
.cid-uYHWF1mKZz .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHWF1mKZz .dropdown-item:hover span {
  color: white;
}
.cid-uYHWF1mKZz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHWF1mKZz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHWF1mKZz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHWF1mKZz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHWF1mKZz .nav-link {
  position: relative;
}
.cid-uYHWF1mKZz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHWF1mKZz .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHWF1mKZz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHWF1mKZz .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHWF1mKZz .dropdown-menu,
.cid-uYHWF1mKZz .navbar.opened {
  background: #071705 !important;
}
.cid-uYHWF1mKZz .nav-item:focus,
.cid-uYHWF1mKZz .nav-link:focus {
  outline: none;
}
.cid-uYHWF1mKZz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHWF1mKZz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHWF1mKZz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHWF1mKZz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHWF1mKZz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHWF1mKZz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHWF1mKZz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHWF1mKZz .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHWF1mKZz .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHWF1mKZz .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHWF1mKZz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHWF1mKZz .navbar.collapsed {
  justify-content: center;
}
.cid-uYHWF1mKZz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHWF1mKZz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHWF1mKZz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHWF1mKZz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHWF1mKZz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHWF1mKZz .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-uYHWF1mKZz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHWF1mKZz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHWF1mKZz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHWF1mKZz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHWF1mKZz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHWF1mKZz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHWF1mKZz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHWF1mKZz .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-uYHWF1mKZz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHWF1mKZz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHWF1mKZz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHWF1mKZz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHWF1mKZz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHWF1mKZz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHWF1mKZz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHWF1mKZz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHWF1mKZz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHWF1mKZz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHWF1mKZz .navbar-brand .navbar-caption:hover,
.cid-uYHWF1mKZz .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHWF1mKZz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHWF1mKZz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHWF1mKZz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHWF1mKZz .dropdown-item.active,
.cid-uYHWF1mKZz .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHWF1mKZz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHWF1mKZz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHWF1mKZz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHWF1mKZz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHWF1mKZz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHWF1mKZz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHWF1mKZz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHWF1mKZz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHWF1mKZz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHWF1mKZz .navbar-buttons {
  text-align: center;
}
.cid-uYHWF1mKZz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHWF1mKZz .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHWF1mKZz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHWF1mKZz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHWF1mKZz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHWF1mKZz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHWF1mKZz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHWF1mKZz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHWF1mKZz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHWF1mKZz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHWF1mKZz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHWF1mKZz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHWF1mKZz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHWF1mKZz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHWF1mKZz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHWF1mKZz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHWF1mKZz .navbar {
    height: 70px;
  }
  .cid-uYHWF1mKZz .navbar.opened {
    height: auto;
  }
  .cid-uYHWF1mKZz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHWF1mKZz .navbar-nav {
  margin: 0 auto;
}
.cid-uYHWF1mKZz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHWF1mKZz .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHWF1mKZz .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHWF1mKZz .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHWF1mKZz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHWF1mKZz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHWF1mKZz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHWF1mKZz .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHWF1mKZz .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHWF1mKZz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHWF1mKZz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHWF1mKZz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHWF1mKZz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHWF1mKZz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHWF1mKZz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHWF1mKZz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHWF1mKZz .content-wrap {
  min-height: 110px;
}
.cid-uYHWF1mKZz .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHWF1mKZz .nav-link,
.cid-uYHWF1mKZz .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHWF0zv5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHWF0zv5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWF0zv5J .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-uYHWF0zv5J .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWF0zv5J .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWF0zv5J .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHWF0zv5J .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHWF0zv5J .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWF0zv5J .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHWF0zv5J .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHWF0zv5J .mbr-label {
  color: #ffffff;
}
.cid-uYHWF0zv5J .mbr-section-title {
  color: #ffffff;
}
.cid-uYHWF0zv5J label {
  color: #ffffff;
}
.cid-uYHWF0zv5J .mbr-section-title,
.cid-uYHWF0zv5J .title-wrapper {
  color: #ffffff;
}
.cid-uYHWF10MPA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHWF10MPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWF10MPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHWF10MPA .row {
  justify-content: center;
}
.cid-uYHWF10MPA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHWF10MPA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWF10MPA .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHWF10MPA .item {
    margin-bottom: 16px;
  }
}
.cid-uYHWF10MPA .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHWF10MPA .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHWF10MPA .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHWF10MPA .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHWF10MPA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHWF10MPA .card-title {
  color: #000000;
}
.cid-uYHWF10MPA .mbr-section-title,
.cid-uYHWF10MPA .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHWF10MPA .card-title,
.cid-uYHWF10MPA .contact-wrapper {
  color: #000000;
}
.cid-uYHWF1SlMg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHWF1SlMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHWF1SlMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHWF1SlMg .row {
  justify-content: center;
}
.cid-uYHWF1SlMg .card {
  justify-content: center;
}
.cid-uYHWF1SlMg .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHWF1SlMg .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHWF1SlMg .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHWF1SlMg .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHWF1SlMg .nav-wrapper .list .item-wrap:hover,
.cid-uYHWF1SlMg .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHWF1SlMg .list,
.cid-uYHWF1SlMg .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHX2NhRVC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHX2NhRVC nav.navbar {
  position: fixed;
}
.cid-uYHX2NhRVC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHX2NhRVC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHX2NhRVC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHX2NhRVC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHX2NhRVC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHX2NhRVC .dropdown-item:hover,
.cid-uYHX2NhRVC .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHX2NhRVC .dropdown-item:hover span {
  color: white;
}
.cid-uYHX2NhRVC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHX2NhRVC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHX2NhRVC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHX2NhRVC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHX2NhRVC .nav-link {
  position: relative;
}
.cid-uYHX2NhRVC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHX2NhRVC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHX2NhRVC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHX2NhRVC .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHX2NhRVC .dropdown-menu,
.cid-uYHX2NhRVC .navbar.opened {
  background: #071705 !important;
}
.cid-uYHX2NhRVC .nav-item:focus,
.cid-uYHX2NhRVC .nav-link:focus {
  outline: none;
}
.cid-uYHX2NhRVC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHX2NhRVC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHX2NhRVC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHX2NhRVC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHX2NhRVC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHX2NhRVC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHX2NhRVC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHX2NhRVC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHX2NhRVC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHX2NhRVC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHX2NhRVC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHX2NhRVC .navbar.collapsed {
  justify-content: center;
}
.cid-uYHX2NhRVC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHX2NhRVC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHX2NhRVC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHX2NhRVC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHX2NhRVC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHX2NhRVC .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-uYHX2NhRVC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHX2NhRVC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHX2NhRVC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHX2NhRVC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHX2NhRVC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHX2NhRVC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHX2NhRVC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHX2NhRVC .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-uYHX2NhRVC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHX2NhRVC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHX2NhRVC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHX2NhRVC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHX2NhRVC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHX2NhRVC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHX2NhRVC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHX2NhRVC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHX2NhRVC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHX2NhRVC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHX2NhRVC .navbar-brand .navbar-caption:hover,
.cid-uYHX2NhRVC .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHX2NhRVC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHX2NhRVC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHX2NhRVC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHX2NhRVC .dropdown-item.active,
.cid-uYHX2NhRVC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHX2NhRVC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHX2NhRVC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHX2NhRVC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHX2NhRVC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHX2NhRVC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHX2NhRVC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHX2NhRVC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHX2NhRVC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHX2NhRVC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHX2NhRVC .navbar-buttons {
  text-align: center;
}
.cid-uYHX2NhRVC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHX2NhRVC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHX2NhRVC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHX2NhRVC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHX2NhRVC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHX2NhRVC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHX2NhRVC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHX2NhRVC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHX2NhRVC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHX2NhRVC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHX2NhRVC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHX2NhRVC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHX2NhRVC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHX2NhRVC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHX2NhRVC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHX2NhRVC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHX2NhRVC .navbar {
    height: 70px;
  }
  .cid-uYHX2NhRVC .navbar.opened {
    height: auto;
  }
  .cid-uYHX2NhRVC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHX2NhRVC .navbar-nav {
  margin: 0 auto;
}
.cid-uYHX2NhRVC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHX2NhRVC .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHX2NhRVC .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHX2NhRVC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHX2NhRVC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHX2NhRVC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHX2NhRVC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHX2NhRVC .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHX2NhRVC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHX2NhRVC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHX2NhRVC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHX2NhRVC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHX2NhRVC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHX2NhRVC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHX2NhRVC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHX2NhRVC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHX2NhRVC .content-wrap {
  min-height: 110px;
}
.cid-uYHX2NhRVC .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHX2NhRVC .nav-link,
.cid-uYHX2NhRVC .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHX2MtL12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHX2MtL12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHX2MtL12 .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-uYHX2MtL12 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHX2MtL12 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHX2MtL12 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHX2MtL12 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHX2MtL12 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHX2MtL12 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHX2MtL12 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHX2MtL12 .mbr-label {
  color: #ffffff;
}
.cid-uYHX2MtL12 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHX2MtL12 label {
  color: #ffffff;
}
.cid-uYHX2MtL12 .mbr-section-title,
.cid-uYHX2MtL12 .title-wrapper {
  color: #ffffff;
}
.cid-uYHX2MWA2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHX2MWA2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHX2MWA2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHX2MWA2n .row {
  justify-content: center;
}
.cid-uYHX2MWA2n .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHX2MWA2n .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHX2MWA2n .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHX2MWA2n .item {
    margin-bottom: 16px;
  }
}
.cid-uYHX2MWA2n .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHX2MWA2n .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHX2MWA2n .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHX2MWA2n .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHX2MWA2n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHX2MWA2n .card-title {
  color: #000000;
}
.cid-uYHX2MWA2n .mbr-section-title,
.cid-uYHX2MWA2n .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHX2MWA2n .card-title,
.cid-uYHX2MWA2n .contact-wrapper {
  color: #000000;
}
.cid-uYHX2NL9JJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHX2NL9JJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHX2NL9JJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHX2NL9JJ .row {
  justify-content: center;
}
.cid-uYHX2NL9JJ .card {
  justify-content: center;
}
.cid-uYHX2NL9JJ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHX2NL9JJ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHX2NL9JJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHX2NL9JJ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHX2NL9JJ .nav-wrapper .list .item-wrap:hover,
.cid-uYHX2NL9JJ .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHX2NL9JJ .list,
.cid-uYHX2NL9JJ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHXfNFRa3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHXfNFRa3 nav.navbar {
  position: fixed;
}
.cid-uYHXfNFRa3 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHXfNFRa3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHXfNFRa3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHXfNFRa3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHXfNFRa3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHXfNFRa3 .dropdown-item:hover,
.cid-uYHXfNFRa3 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHXfNFRa3 .dropdown-item:hover span {
  color: white;
}
.cid-uYHXfNFRa3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHXfNFRa3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHXfNFRa3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHXfNFRa3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHXfNFRa3 .nav-link {
  position: relative;
}
.cid-uYHXfNFRa3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHXfNFRa3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHXfNFRa3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHXfNFRa3 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHXfNFRa3 .dropdown-menu,
.cid-uYHXfNFRa3 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHXfNFRa3 .nav-item:focus,
.cid-uYHXfNFRa3 .nav-link:focus {
  outline: none;
}
.cid-uYHXfNFRa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHXfNFRa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHXfNFRa3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHXfNFRa3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHXfNFRa3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHXfNFRa3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHXfNFRa3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHXfNFRa3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHXfNFRa3 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHXfNFRa3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHXfNFRa3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHXfNFRa3 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHXfNFRa3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHXfNFRa3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHXfNFRa3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHXfNFRa3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHXfNFRa3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHXfNFRa3 .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-uYHXfNFRa3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHXfNFRa3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHXfNFRa3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHXfNFRa3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHXfNFRa3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHXfNFRa3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHXfNFRa3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHXfNFRa3 .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-uYHXfNFRa3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHXfNFRa3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHXfNFRa3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHXfNFRa3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHXfNFRa3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHXfNFRa3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHXfNFRa3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHXfNFRa3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHXfNFRa3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHXfNFRa3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHXfNFRa3 .navbar-brand .navbar-caption:hover,
.cid-uYHXfNFRa3 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHXfNFRa3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHXfNFRa3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHXfNFRa3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHXfNFRa3 .dropdown-item.active,
.cid-uYHXfNFRa3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHXfNFRa3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHXfNFRa3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHXfNFRa3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHXfNFRa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHXfNFRa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHXfNFRa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHXfNFRa3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHXfNFRa3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHXfNFRa3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHXfNFRa3 .navbar-buttons {
  text-align: center;
}
.cid-uYHXfNFRa3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHXfNFRa3 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHXfNFRa3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHXfNFRa3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHXfNFRa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHXfNFRa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHXfNFRa3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHXfNFRa3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHXfNFRa3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHXfNFRa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHXfNFRa3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHXfNFRa3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHXfNFRa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHXfNFRa3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHXfNFRa3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHXfNFRa3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHXfNFRa3 .navbar {
    height: 70px;
  }
  .cid-uYHXfNFRa3 .navbar.opened {
    height: auto;
  }
  .cid-uYHXfNFRa3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHXfNFRa3 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHXfNFRa3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHXfNFRa3 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHXfNFRa3 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHXfNFRa3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHXfNFRa3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHXfNFRa3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHXfNFRa3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHXfNFRa3 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHXfNFRa3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHXfNFRa3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHXfNFRa3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHXfNFRa3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHXfNFRa3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHXfNFRa3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHXfNFRa3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHXfNFRa3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHXfNFRa3 .content-wrap {
  min-height: 110px;
}
.cid-uYHXfNFRa3 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHXfNFRa3 .nav-link,
.cid-uYHXfNFRa3 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHXfMSaeI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHXfMSaeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXfMSaeI .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-uYHXfMSaeI .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXfMSaeI .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXfMSaeI .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHXfMSaeI .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHXfMSaeI .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXfMSaeI .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHXfMSaeI .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHXfMSaeI .mbr-label {
  color: #ffffff;
}
.cid-uYHXfMSaeI .mbr-section-title {
  color: #ffffff;
}
.cid-uYHXfMSaeI label {
  color: #ffffff;
}
.cid-uYHXfMSaeI .mbr-section-title,
.cid-uYHXfMSaeI .title-wrapper {
  color: #ffffff;
}
.cid-uYHXfNn3GP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHXfNn3GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXfNn3GP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHXfNn3GP .row {
  justify-content: center;
}
.cid-uYHXfNn3GP .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHXfNn3GP .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXfNn3GP .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXfNn3GP .item {
    margin-bottom: 16px;
  }
}
.cid-uYHXfNn3GP .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHXfNn3GP .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHXfNn3GP .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHXfNn3GP .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHXfNn3GP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHXfNn3GP .card-title {
  color: #000000;
}
.cid-uYHXfNn3GP .mbr-section-title,
.cid-uYHXfNn3GP .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHXfNn3GP .card-title,
.cid-uYHXfNn3GP .contact-wrapper {
  color: #000000;
}
.cid-uYHXfOc5MM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHXfOc5MM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXfOc5MM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHXfOc5MM .row {
  justify-content: center;
}
.cid-uYHXfOc5MM .card {
  justify-content: center;
}
.cid-uYHXfOc5MM .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHXfOc5MM .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXfOc5MM .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHXfOc5MM .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHXfOc5MM .nav-wrapper .list .item-wrap:hover,
.cid-uYHXfOc5MM .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHXfOc5MM .list,
.cid-uYHXfOc5MM .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHXtodiuY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHXtodiuY nav.navbar {
  position: fixed;
}
.cid-uYHXtodiuY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHXtodiuY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHXtodiuY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHXtodiuY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHXtodiuY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHXtodiuY .dropdown-item:hover,
.cid-uYHXtodiuY .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHXtodiuY .dropdown-item:hover span {
  color: white;
}
.cid-uYHXtodiuY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHXtodiuY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHXtodiuY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHXtodiuY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHXtodiuY .nav-link {
  position: relative;
}
.cid-uYHXtodiuY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHXtodiuY .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHXtodiuY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHXtodiuY .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHXtodiuY .dropdown-menu,
.cid-uYHXtodiuY .navbar.opened {
  background: #071705 !important;
}
.cid-uYHXtodiuY .nav-item:focus,
.cid-uYHXtodiuY .nav-link:focus {
  outline: none;
}
.cid-uYHXtodiuY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHXtodiuY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHXtodiuY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHXtodiuY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHXtodiuY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHXtodiuY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHXtodiuY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHXtodiuY .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHXtodiuY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHXtodiuY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHXtodiuY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHXtodiuY .navbar.collapsed {
  justify-content: center;
}
.cid-uYHXtodiuY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHXtodiuY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHXtodiuY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHXtodiuY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHXtodiuY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHXtodiuY .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-uYHXtodiuY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHXtodiuY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHXtodiuY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHXtodiuY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHXtodiuY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHXtodiuY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHXtodiuY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHXtodiuY .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-uYHXtodiuY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHXtodiuY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHXtodiuY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHXtodiuY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHXtodiuY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHXtodiuY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHXtodiuY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHXtodiuY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHXtodiuY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHXtodiuY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHXtodiuY .navbar-brand .navbar-caption:hover,
.cid-uYHXtodiuY .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHXtodiuY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHXtodiuY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHXtodiuY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHXtodiuY .dropdown-item.active,
.cid-uYHXtodiuY .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHXtodiuY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHXtodiuY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHXtodiuY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHXtodiuY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHXtodiuY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHXtodiuY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHXtodiuY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHXtodiuY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHXtodiuY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHXtodiuY .navbar-buttons {
  text-align: center;
}
.cid-uYHXtodiuY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHXtodiuY .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHXtodiuY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHXtodiuY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHXtodiuY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHXtodiuY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHXtodiuY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHXtodiuY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHXtodiuY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHXtodiuY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHXtodiuY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHXtodiuY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHXtodiuY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHXtodiuY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHXtodiuY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHXtodiuY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHXtodiuY .navbar {
    height: 70px;
  }
  .cid-uYHXtodiuY .navbar.opened {
    height: auto;
  }
  .cid-uYHXtodiuY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHXtodiuY .navbar-nav {
  margin: 0 auto;
}
.cid-uYHXtodiuY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHXtodiuY .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHXtodiuY .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHXtodiuY .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHXtodiuY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHXtodiuY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHXtodiuY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHXtodiuY .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHXtodiuY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHXtodiuY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHXtodiuY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHXtodiuY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHXtodiuY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHXtodiuY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHXtodiuY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHXtodiuY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHXtodiuY .content-wrap {
  min-height: 110px;
}
.cid-uYHXtodiuY .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHXtodiuY .nav-link,
.cid-uYHXtodiuY .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHXtnp6wi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHXtnp6wi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXtnp6wi .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-uYHXtnp6wi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXtnp6wi .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXtnp6wi .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHXtnp6wi .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHXtnp6wi .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXtnp6wi .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHXtnp6wi .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHXtnp6wi .mbr-label {
  color: #ffffff;
}
.cid-uYHXtnp6wi .mbr-section-title {
  color: #ffffff;
}
.cid-uYHXtnp6wi label {
  color: #ffffff;
}
.cid-uYHXtnp6wi .mbr-section-title,
.cid-uYHXtnp6wi .title-wrapper {
  color: #ffffff;
}
.cid-uYHXtnS8Xd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHXtnS8Xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXtnS8Xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHXtnS8Xd .row {
  justify-content: center;
}
.cid-uYHXtnS8Xd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHXtnS8Xd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXtnS8Xd .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXtnS8Xd .item {
    margin-bottom: 16px;
  }
}
.cid-uYHXtnS8Xd .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHXtnS8Xd .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHXtnS8Xd .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHXtnS8Xd .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHXtnS8Xd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHXtnS8Xd .card-title {
  color: #000000;
}
.cid-uYHXtnS8Xd .mbr-section-title,
.cid-uYHXtnS8Xd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHXtnS8Xd .card-title,
.cid-uYHXtnS8Xd .contact-wrapper {
  color: #000000;
}
.cid-uYHXtoKpAW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHXtoKpAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXtoKpAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHXtoKpAW .row {
  justify-content: center;
}
.cid-uYHXtoKpAW .card {
  justify-content: center;
}
.cid-uYHXtoKpAW .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHXtoKpAW .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXtoKpAW .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHXtoKpAW .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHXtoKpAW .nav-wrapper .list .item-wrap:hover,
.cid-uYHXtoKpAW .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHXtoKpAW .list,
.cid-uYHXtoKpAW .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHXNuKoZ5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHXNuKoZ5 nav.navbar {
  position: fixed;
}
.cid-uYHXNuKoZ5 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHXNuKoZ5 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHXNuKoZ5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHXNuKoZ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHXNuKoZ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHXNuKoZ5 .dropdown-item:hover,
.cid-uYHXNuKoZ5 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHXNuKoZ5 .dropdown-item:hover span {
  color: white;
}
.cid-uYHXNuKoZ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHXNuKoZ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHXNuKoZ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHXNuKoZ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHXNuKoZ5 .nav-link {
  position: relative;
}
.cid-uYHXNuKoZ5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHXNuKoZ5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHXNuKoZ5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHXNuKoZ5 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHXNuKoZ5 .dropdown-menu,
.cid-uYHXNuKoZ5 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHXNuKoZ5 .nav-item:focus,
.cid-uYHXNuKoZ5 .nav-link:focus {
  outline: none;
}
.cid-uYHXNuKoZ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHXNuKoZ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHXNuKoZ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHXNuKoZ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHXNuKoZ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHXNuKoZ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHXNuKoZ5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHXNuKoZ5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHXNuKoZ5 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHXNuKoZ5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHXNuKoZ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHXNuKoZ5 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHXNuKoZ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHXNuKoZ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHXNuKoZ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHXNuKoZ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHXNuKoZ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHXNuKoZ5 .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-uYHXNuKoZ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHXNuKoZ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHXNuKoZ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHXNuKoZ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHXNuKoZ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHXNuKoZ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHXNuKoZ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHXNuKoZ5 .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-uYHXNuKoZ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHXNuKoZ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHXNuKoZ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHXNuKoZ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHXNuKoZ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHXNuKoZ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHXNuKoZ5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHXNuKoZ5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHXNuKoZ5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHXNuKoZ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHXNuKoZ5 .navbar-brand .navbar-caption:hover,
.cid-uYHXNuKoZ5 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHXNuKoZ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHXNuKoZ5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHXNuKoZ5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHXNuKoZ5 .dropdown-item.active,
.cid-uYHXNuKoZ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHXNuKoZ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHXNuKoZ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHXNuKoZ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHXNuKoZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHXNuKoZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHXNuKoZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHXNuKoZ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHXNuKoZ5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHXNuKoZ5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHXNuKoZ5 .navbar-buttons {
  text-align: center;
}
.cid-uYHXNuKoZ5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHXNuKoZ5 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHXNuKoZ5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHXNuKoZ5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHXNuKoZ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHXNuKoZ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHXNuKoZ5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHXNuKoZ5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHXNuKoZ5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHXNuKoZ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHXNuKoZ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHXNuKoZ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHXNuKoZ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHXNuKoZ5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHXNuKoZ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHXNuKoZ5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHXNuKoZ5 .navbar {
    height: 70px;
  }
  .cid-uYHXNuKoZ5 .navbar.opened {
    height: auto;
  }
  .cid-uYHXNuKoZ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHXNuKoZ5 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHXNuKoZ5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHXNuKoZ5 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHXNuKoZ5 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHXNuKoZ5 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHXNuKoZ5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHXNuKoZ5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHXNuKoZ5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHXNuKoZ5 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHXNuKoZ5 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHXNuKoZ5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHXNuKoZ5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHXNuKoZ5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHXNuKoZ5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHXNuKoZ5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHXNuKoZ5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHXNuKoZ5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHXNuKoZ5 .content-wrap {
  min-height: 110px;
}
.cid-uYHXNuKoZ5 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHXNuKoZ5 .nav-link,
.cid-uYHXNuKoZ5 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHXNtYRro {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHXNtYRro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXNtYRro .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-uYHXNtYRro .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXNtYRro .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXNtYRro .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHXNtYRro .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHXNtYRro .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHXNtYRro .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXNtYRro .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHXNtYRro .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHXNtYRro .mbr-label {
  color: #ffffff;
}
.cid-uYHXNtYRro .mbr-section-title {
  color: #ffffff;
}
.cid-uYHXNtYRro label {
  color: #ffffff;
}
.cid-uYHXNtYRro .mbr-section-title,
.cid-uYHXNtYRro .title-wrapper {
  color: #ffffff;
}
.cid-uYHXNuqTaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHXNuqTaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXNuqTaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHXNuqTaC .row {
  justify-content: center;
}
.cid-uYHXNuqTaC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHXNuqTaC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXNuqTaC .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHXNuqTaC .item {
    margin-bottom: 16px;
  }
}
.cid-uYHXNuqTaC .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHXNuqTaC .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHXNuqTaC .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHXNuqTaC .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHXNuqTaC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHXNuqTaC .card-title {
  color: #000000;
}
.cid-uYHXNuqTaC .mbr-section-title,
.cid-uYHXNuqTaC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHXNuqTaC .card-title,
.cid-uYHXNuqTaC .contact-wrapper {
  color: #000000;
}
.cid-uYHXNvg7pc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHXNvg7pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHXNvg7pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHXNvg7pc .row {
  justify-content: center;
}
.cid-uYHXNvg7pc .card {
  justify-content: center;
}
.cid-uYHXNvg7pc .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHXNvg7pc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHXNvg7pc .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHXNvg7pc .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHXNvg7pc .nav-wrapper .list .item-wrap:hover,
.cid-uYHXNvg7pc .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHXNvg7pc .list,
.cid-uYHXNvg7pc .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHY1w1P73 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHY1w1P73 nav.navbar {
  position: fixed;
}
.cid-uYHY1w1P73 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHY1w1P73 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHY1w1P73 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHY1w1P73 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHY1w1P73 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHY1w1P73 .dropdown-item:hover,
.cid-uYHY1w1P73 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHY1w1P73 .dropdown-item:hover span {
  color: white;
}
.cid-uYHY1w1P73 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHY1w1P73 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHY1w1P73 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHY1w1P73 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHY1w1P73 .nav-link {
  position: relative;
}
.cid-uYHY1w1P73 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHY1w1P73 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHY1w1P73 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHY1w1P73 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHY1w1P73 .dropdown-menu,
.cid-uYHY1w1P73 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHY1w1P73 .nav-item:focus,
.cid-uYHY1w1P73 .nav-link:focus {
  outline: none;
}
.cid-uYHY1w1P73 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHY1w1P73 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHY1w1P73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHY1w1P73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHY1w1P73 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHY1w1P73 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHY1w1P73 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHY1w1P73 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHY1w1P73 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHY1w1P73 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHY1w1P73 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHY1w1P73 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHY1w1P73 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHY1w1P73 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHY1w1P73 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHY1w1P73 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHY1w1P73 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHY1w1P73 .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-uYHY1w1P73 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHY1w1P73 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHY1w1P73 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHY1w1P73 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHY1w1P73 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHY1w1P73 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHY1w1P73 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHY1w1P73 .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-uYHY1w1P73 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHY1w1P73 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHY1w1P73 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHY1w1P73 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHY1w1P73 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHY1w1P73 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHY1w1P73 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHY1w1P73 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHY1w1P73 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHY1w1P73 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHY1w1P73 .navbar-brand .navbar-caption:hover,
.cid-uYHY1w1P73 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHY1w1P73 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHY1w1P73 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHY1w1P73 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHY1w1P73 .dropdown-item.active,
.cid-uYHY1w1P73 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHY1w1P73 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHY1w1P73 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHY1w1P73 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHY1w1P73 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHY1w1P73 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHY1w1P73 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHY1w1P73 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHY1w1P73 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHY1w1P73 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHY1w1P73 .navbar-buttons {
  text-align: center;
}
.cid-uYHY1w1P73 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHY1w1P73 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHY1w1P73 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHY1w1P73 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHY1w1P73 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHY1w1P73 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHY1w1P73 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHY1w1P73 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHY1w1P73 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHY1w1P73 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHY1w1P73 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHY1w1P73 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHY1w1P73 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHY1w1P73 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHY1w1P73 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHY1w1P73 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHY1w1P73 .navbar {
    height: 70px;
  }
  .cid-uYHY1w1P73 .navbar.opened {
    height: auto;
  }
  .cid-uYHY1w1P73 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHY1w1P73 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHY1w1P73 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHY1w1P73 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHY1w1P73 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHY1w1P73 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHY1w1P73 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHY1w1P73 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHY1w1P73 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHY1w1P73 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHY1w1P73 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHY1w1P73 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHY1w1P73 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHY1w1P73 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHY1w1P73 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHY1w1P73 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHY1w1P73 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHY1w1P73 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHY1w1P73 .content-wrap {
  min-height: 110px;
}
.cid-uYHY1w1P73 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHY1w1P73 .nav-link,
.cid-uYHY1w1P73 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHY1vcvHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHY1vcvHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHY1vcvHw .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-uYHY1vcvHw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHY1vcvHw .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHY1vcvHw .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHY1vcvHw .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHY1vcvHw .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHY1vcvHw .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHY1vcvHw .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHY1vcvHw .mbr-label {
  color: #ffffff;
}
.cid-uYHY1vcvHw .mbr-section-title {
  color: #ffffff;
}
.cid-uYHY1vcvHw label {
  color: #ffffff;
}
.cid-uYHY1vcvHw .mbr-section-title,
.cid-uYHY1vcvHw .title-wrapper {
  color: #ffffff;
}
.cid-uYHY1vFJ3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHY1vFJ3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHY1vFJ3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHY1vFJ3C .row {
  justify-content: center;
}
.cid-uYHY1vFJ3C .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHY1vFJ3C .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHY1vFJ3C .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHY1vFJ3C .item {
    margin-bottom: 16px;
  }
}
.cid-uYHY1vFJ3C .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHY1vFJ3C .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHY1vFJ3C .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHY1vFJ3C .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHY1vFJ3C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHY1vFJ3C .card-title {
  color: #000000;
}
.cid-uYHY1vFJ3C .mbr-section-title,
.cid-uYHY1vFJ3C .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHY1vFJ3C .card-title,
.cid-uYHY1vFJ3C .contact-wrapper {
  color: #000000;
}
.cid-uYHY1wyOM2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHY1wyOM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHY1wyOM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHY1wyOM2 .row {
  justify-content: center;
}
.cid-uYHY1wyOM2 .card {
  justify-content: center;
}
.cid-uYHY1wyOM2 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHY1wyOM2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHY1wyOM2 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHY1wyOM2 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHY1wyOM2 .nav-wrapper .list .item-wrap:hover,
.cid-uYHY1wyOM2 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHY1wyOM2 .list,
.cid-uYHY1wyOM2 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHYeLCtYj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHYeLCtYj nav.navbar {
  position: fixed;
}
.cid-uYHYeLCtYj .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHYeLCtYj .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHYeLCtYj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHYeLCtYj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHYeLCtYj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHYeLCtYj .dropdown-item:hover,
.cid-uYHYeLCtYj .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHYeLCtYj .dropdown-item:hover span {
  color: white;
}
.cid-uYHYeLCtYj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHYeLCtYj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHYeLCtYj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHYeLCtYj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHYeLCtYj .nav-link {
  position: relative;
}
.cid-uYHYeLCtYj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHYeLCtYj .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHYeLCtYj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHYeLCtYj .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHYeLCtYj .dropdown-menu,
.cid-uYHYeLCtYj .navbar.opened {
  background: #071705 !important;
}
.cid-uYHYeLCtYj .nav-item:focus,
.cid-uYHYeLCtYj .nav-link:focus {
  outline: none;
}
.cid-uYHYeLCtYj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHYeLCtYj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHYeLCtYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHYeLCtYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHYeLCtYj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHYeLCtYj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHYeLCtYj .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHYeLCtYj .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHYeLCtYj .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHYeLCtYj .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHYeLCtYj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHYeLCtYj .navbar.collapsed {
  justify-content: center;
}
.cid-uYHYeLCtYj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHYeLCtYj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHYeLCtYj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHYeLCtYj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHYeLCtYj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHYeLCtYj .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-uYHYeLCtYj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHYeLCtYj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHYeLCtYj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHYeLCtYj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHYeLCtYj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHYeLCtYj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHYeLCtYj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHYeLCtYj .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-uYHYeLCtYj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHYeLCtYj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHYeLCtYj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHYeLCtYj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHYeLCtYj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHYeLCtYj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHYeLCtYj .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHYeLCtYj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHYeLCtYj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHYeLCtYj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHYeLCtYj .navbar-brand .navbar-caption:hover,
.cid-uYHYeLCtYj .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHYeLCtYj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHYeLCtYj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHYeLCtYj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHYeLCtYj .dropdown-item.active,
.cid-uYHYeLCtYj .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHYeLCtYj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHYeLCtYj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHYeLCtYj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHYeLCtYj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHYeLCtYj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHYeLCtYj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHYeLCtYj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHYeLCtYj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHYeLCtYj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHYeLCtYj .navbar-buttons {
  text-align: center;
}
.cid-uYHYeLCtYj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHYeLCtYj .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHYeLCtYj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHYeLCtYj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHYeLCtYj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHYeLCtYj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHYeLCtYj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHYeLCtYj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHYeLCtYj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHYeLCtYj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHYeLCtYj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHYeLCtYj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHYeLCtYj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHYeLCtYj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHYeLCtYj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHYeLCtYj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHYeLCtYj .navbar {
    height: 70px;
  }
  .cid-uYHYeLCtYj .navbar.opened {
    height: auto;
  }
  .cid-uYHYeLCtYj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHYeLCtYj .navbar-nav {
  margin: 0 auto;
}
.cid-uYHYeLCtYj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHYeLCtYj .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHYeLCtYj .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHYeLCtYj .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHYeLCtYj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHYeLCtYj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHYeLCtYj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHYeLCtYj .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHYeLCtYj .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHYeLCtYj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHYeLCtYj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHYeLCtYj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHYeLCtYj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHYeLCtYj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHYeLCtYj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHYeLCtYj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHYeLCtYj .content-wrap {
  min-height: 110px;
}
.cid-uYHYeLCtYj .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHYeLCtYj .nav-link,
.cid-uYHYeLCtYj .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHYeKSse6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHYeKSse6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYeKSse6 .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-uYHYeKSse6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYeKSse6 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYeKSse6 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHYeKSse6 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHYeKSse6 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYeKSse6 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHYeKSse6 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHYeKSse6 .mbr-label {
  color: #ffffff;
}
.cid-uYHYeKSse6 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHYeKSse6 label {
  color: #ffffff;
}
.cid-uYHYeKSse6 .mbr-section-title,
.cid-uYHYeKSse6 .title-wrapper {
  color: #ffffff;
}
.cid-uYHYeLkj5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHYeLkj5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYeLkj5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHYeLkj5R .row {
  justify-content: center;
}
.cid-uYHYeLkj5R .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHYeLkj5R .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYeLkj5R .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYeLkj5R .item {
    margin-bottom: 16px;
  }
}
.cid-uYHYeLkj5R .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHYeLkj5R .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHYeLkj5R .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHYeLkj5R .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHYeLkj5R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHYeLkj5R .card-title {
  color: #000000;
}
.cid-uYHYeLkj5R .mbr-section-title,
.cid-uYHYeLkj5R .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHYeLkj5R .card-title,
.cid-uYHYeLkj5R .contact-wrapper {
  color: #000000;
}
.cid-uYHYeM6iY9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHYeM6iY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYeM6iY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHYeM6iY9 .row {
  justify-content: center;
}
.cid-uYHYeM6iY9 .card {
  justify-content: center;
}
.cid-uYHYeM6iY9 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHYeM6iY9 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYeM6iY9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHYeM6iY9 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHYeM6iY9 .nav-wrapper .list .item-wrap:hover,
.cid-uYHYeM6iY9 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHYeM6iY9 .list,
.cid-uYHYeM6iY9 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHYsEXUTp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHYsEXUTp nav.navbar {
  position: fixed;
}
.cid-uYHYsEXUTp .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHYsEXUTp .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHYsEXUTp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHYsEXUTp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHYsEXUTp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHYsEXUTp .dropdown-item:hover,
.cid-uYHYsEXUTp .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHYsEXUTp .dropdown-item:hover span {
  color: white;
}
.cid-uYHYsEXUTp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHYsEXUTp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHYsEXUTp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHYsEXUTp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHYsEXUTp .nav-link {
  position: relative;
}
.cid-uYHYsEXUTp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHYsEXUTp .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHYsEXUTp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHYsEXUTp .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHYsEXUTp .dropdown-menu,
.cid-uYHYsEXUTp .navbar.opened {
  background: #071705 !important;
}
.cid-uYHYsEXUTp .nav-item:focus,
.cid-uYHYsEXUTp .nav-link:focus {
  outline: none;
}
.cid-uYHYsEXUTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHYsEXUTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHYsEXUTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHYsEXUTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHYsEXUTp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHYsEXUTp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHYsEXUTp .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHYsEXUTp .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHYsEXUTp .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHYsEXUTp .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHYsEXUTp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHYsEXUTp .navbar.collapsed {
  justify-content: center;
}
.cid-uYHYsEXUTp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHYsEXUTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHYsEXUTp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHYsEXUTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHYsEXUTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHYsEXUTp .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-uYHYsEXUTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHYsEXUTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHYsEXUTp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHYsEXUTp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHYsEXUTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHYsEXUTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHYsEXUTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHYsEXUTp .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-uYHYsEXUTp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHYsEXUTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHYsEXUTp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHYsEXUTp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHYsEXUTp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHYsEXUTp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHYsEXUTp .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHYsEXUTp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHYsEXUTp .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHYsEXUTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHYsEXUTp .navbar-brand .navbar-caption:hover,
.cid-uYHYsEXUTp .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHYsEXUTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHYsEXUTp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHYsEXUTp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHYsEXUTp .dropdown-item.active,
.cid-uYHYsEXUTp .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHYsEXUTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHYsEXUTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHYsEXUTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHYsEXUTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHYsEXUTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHYsEXUTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHYsEXUTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHYsEXUTp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHYsEXUTp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHYsEXUTp .navbar-buttons {
  text-align: center;
}
.cid-uYHYsEXUTp .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHYsEXUTp .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHYsEXUTp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHYsEXUTp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHYsEXUTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHYsEXUTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHYsEXUTp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHYsEXUTp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHYsEXUTp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHYsEXUTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHYsEXUTp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHYsEXUTp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHYsEXUTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHYsEXUTp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHYsEXUTp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHYsEXUTp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHYsEXUTp .navbar {
    height: 70px;
  }
  .cid-uYHYsEXUTp .navbar.opened {
    height: auto;
  }
  .cid-uYHYsEXUTp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHYsEXUTp .navbar-nav {
  margin: 0 auto;
}
.cid-uYHYsEXUTp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHYsEXUTp .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHYsEXUTp .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHYsEXUTp .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHYsEXUTp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHYsEXUTp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHYsEXUTp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHYsEXUTp .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHYsEXUTp .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHYsEXUTp .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHYsEXUTp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHYsEXUTp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHYsEXUTp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHYsEXUTp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHYsEXUTp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHYsEXUTp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHYsEXUTp .content-wrap {
  min-height: 110px;
}
.cid-uYHYsEXUTp .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHYsEXUTp .nav-link,
.cid-uYHYsEXUTp .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHYsEcFKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHYsEcFKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYsEcFKK .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-uYHYsEcFKK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYsEcFKK .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYsEcFKK .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHYsEcFKK .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHYsEcFKK .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYsEcFKK .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHYsEcFKK .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHYsEcFKK .mbr-label {
  color: #ffffff;
}
.cid-uYHYsEcFKK .mbr-section-title {
  color: #ffffff;
}
.cid-uYHYsEcFKK label {
  color: #ffffff;
}
.cid-uYHYsEcFKK .mbr-section-title,
.cid-uYHYsEcFKK .title-wrapper {
  color: #ffffff;
}
.cid-uYHYsEDOUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHYsEDOUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYsEDOUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHYsEDOUf .row {
  justify-content: center;
}
.cid-uYHYsEDOUf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHYsEDOUf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYsEDOUf .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYsEDOUf .item {
    margin-bottom: 16px;
  }
}
.cid-uYHYsEDOUf .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHYsEDOUf .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHYsEDOUf .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHYsEDOUf .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHYsEDOUf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHYsEDOUf .card-title {
  color: #000000;
}
.cid-uYHYsEDOUf .mbr-section-title,
.cid-uYHYsEDOUf .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHYsEDOUf .card-title,
.cid-uYHYsEDOUf .contact-wrapper {
  color: #000000;
}
.cid-uYHYsFv7Cl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHYsFv7Cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYsFv7Cl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHYsFv7Cl .row {
  justify-content: center;
}
.cid-uYHYsFv7Cl .card {
  justify-content: center;
}
.cid-uYHYsFv7Cl .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHYsFv7Cl .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYsFv7Cl .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHYsFv7Cl .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHYsFv7Cl .nav-wrapper .list .item-wrap:hover,
.cid-uYHYsFv7Cl .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHYsFv7Cl .list,
.cid-uYHYsFv7Cl .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHYH4oiSC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHYH4oiSC nav.navbar {
  position: fixed;
}
.cid-uYHYH4oiSC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHYH4oiSC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHYH4oiSC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHYH4oiSC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHYH4oiSC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHYH4oiSC .dropdown-item:hover,
.cid-uYHYH4oiSC .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHYH4oiSC .dropdown-item:hover span {
  color: white;
}
.cid-uYHYH4oiSC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHYH4oiSC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHYH4oiSC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHYH4oiSC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHYH4oiSC .nav-link {
  position: relative;
}
.cid-uYHYH4oiSC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHYH4oiSC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHYH4oiSC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHYH4oiSC .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHYH4oiSC .dropdown-menu,
.cid-uYHYH4oiSC .navbar.opened {
  background: #071705 !important;
}
.cid-uYHYH4oiSC .nav-item:focus,
.cid-uYHYH4oiSC .nav-link:focus {
  outline: none;
}
.cid-uYHYH4oiSC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHYH4oiSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHYH4oiSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHYH4oiSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHYH4oiSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHYH4oiSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHYH4oiSC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHYH4oiSC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHYH4oiSC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHYH4oiSC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHYH4oiSC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHYH4oiSC .navbar.collapsed {
  justify-content: center;
}
.cid-uYHYH4oiSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHYH4oiSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHYH4oiSC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHYH4oiSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHYH4oiSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHYH4oiSC .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-uYHYH4oiSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHYH4oiSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHYH4oiSC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHYH4oiSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHYH4oiSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHYH4oiSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHYH4oiSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHYH4oiSC .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-uYHYH4oiSC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHYH4oiSC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHYH4oiSC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHYH4oiSC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHYH4oiSC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHYH4oiSC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHYH4oiSC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHYH4oiSC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHYH4oiSC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHYH4oiSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHYH4oiSC .navbar-brand .navbar-caption:hover,
.cid-uYHYH4oiSC .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHYH4oiSC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHYH4oiSC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHYH4oiSC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHYH4oiSC .dropdown-item.active,
.cid-uYHYH4oiSC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHYH4oiSC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHYH4oiSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHYH4oiSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHYH4oiSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHYH4oiSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHYH4oiSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHYH4oiSC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHYH4oiSC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHYH4oiSC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHYH4oiSC .navbar-buttons {
  text-align: center;
}
.cid-uYHYH4oiSC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHYH4oiSC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHYH4oiSC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHYH4oiSC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHYH4oiSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHYH4oiSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHYH4oiSC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHYH4oiSC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHYH4oiSC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHYH4oiSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHYH4oiSC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHYH4oiSC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHYH4oiSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHYH4oiSC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHYH4oiSC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHYH4oiSC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHYH4oiSC .navbar {
    height: 70px;
  }
  .cid-uYHYH4oiSC .navbar.opened {
    height: auto;
  }
  .cid-uYHYH4oiSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHYH4oiSC .navbar-nav {
  margin: 0 auto;
}
.cid-uYHYH4oiSC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHYH4oiSC .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHYH4oiSC .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHYH4oiSC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHYH4oiSC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHYH4oiSC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHYH4oiSC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHYH4oiSC .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHYH4oiSC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHYH4oiSC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHYH4oiSC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHYH4oiSC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHYH4oiSC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHYH4oiSC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHYH4oiSC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHYH4oiSC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHYH4oiSC .content-wrap {
  min-height: 110px;
}
.cid-uYHYH4oiSC .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHYH4oiSC .nav-link,
.cid-uYHYH4oiSC .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHYH3CWUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHYH3CWUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYH3CWUk .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-uYHYH3CWUk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYH3CWUk .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYH3CWUk .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHYH3CWUk .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHYH3CWUk .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYH3CWUk .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHYH3CWUk .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHYH3CWUk .mbr-label {
  color: #ffffff;
}
.cid-uYHYH3CWUk .mbr-section-title {
  color: #ffffff;
}
.cid-uYHYH3CWUk label {
  color: #ffffff;
}
.cid-uYHYH3CWUk .mbr-section-title,
.cid-uYHYH3CWUk .title-wrapper {
  color: #ffffff;
}
.cid-uYHYH43nQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHYH43nQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYH43nQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHYH43nQr .row {
  justify-content: center;
}
.cid-uYHYH43nQr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHYH43nQr .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYH43nQr .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYH43nQr .item {
    margin-bottom: 16px;
  }
}
.cid-uYHYH43nQr .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHYH43nQr .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHYH43nQr .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHYH43nQr .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHYH43nQr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHYH43nQr .card-title {
  color: #000000;
}
.cid-uYHYH43nQr .mbr-section-title,
.cid-uYHYH43nQr .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHYH43nQr .card-title,
.cid-uYHYH43nQr .contact-wrapper {
  color: #000000;
}
.cid-uYHYH4VWjW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHYH4VWjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYH4VWjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHYH4VWjW .row {
  justify-content: center;
}
.cid-uYHYH4VWjW .card {
  justify-content: center;
}
.cid-uYHYH4VWjW .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHYH4VWjW .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYH4VWjW .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHYH4VWjW .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHYH4VWjW .nav-wrapper .list .item-wrap:hover,
.cid-uYHYH4VWjW .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHYH4VWjW .list,
.cid-uYHYH4VWjW .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHYVwxjAw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHYVwxjAw nav.navbar {
  position: fixed;
}
.cid-uYHYVwxjAw .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHYVwxjAw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHYVwxjAw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHYVwxjAw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHYVwxjAw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHYVwxjAw .dropdown-item:hover,
.cid-uYHYVwxjAw .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHYVwxjAw .dropdown-item:hover span {
  color: white;
}
.cid-uYHYVwxjAw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHYVwxjAw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHYVwxjAw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHYVwxjAw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHYVwxjAw .nav-link {
  position: relative;
}
.cid-uYHYVwxjAw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHYVwxjAw .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHYVwxjAw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHYVwxjAw .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHYVwxjAw .dropdown-menu,
.cid-uYHYVwxjAw .navbar.opened {
  background: #071705 !important;
}
.cid-uYHYVwxjAw .nav-item:focus,
.cid-uYHYVwxjAw .nav-link:focus {
  outline: none;
}
.cid-uYHYVwxjAw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHYVwxjAw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHYVwxjAw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHYVwxjAw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHYVwxjAw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHYVwxjAw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHYVwxjAw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHYVwxjAw .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHYVwxjAw .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHYVwxjAw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHYVwxjAw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHYVwxjAw .navbar.collapsed {
  justify-content: center;
}
.cid-uYHYVwxjAw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHYVwxjAw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHYVwxjAw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHYVwxjAw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHYVwxjAw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHYVwxjAw .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-uYHYVwxjAw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHYVwxjAw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHYVwxjAw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHYVwxjAw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHYVwxjAw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHYVwxjAw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHYVwxjAw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHYVwxjAw .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-uYHYVwxjAw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHYVwxjAw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHYVwxjAw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHYVwxjAw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHYVwxjAw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHYVwxjAw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHYVwxjAw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHYVwxjAw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHYVwxjAw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHYVwxjAw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHYVwxjAw .navbar-brand .navbar-caption:hover,
.cid-uYHYVwxjAw .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHYVwxjAw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHYVwxjAw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHYVwxjAw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHYVwxjAw .dropdown-item.active,
.cid-uYHYVwxjAw .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHYVwxjAw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHYVwxjAw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHYVwxjAw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHYVwxjAw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHYVwxjAw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHYVwxjAw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHYVwxjAw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHYVwxjAw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHYVwxjAw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHYVwxjAw .navbar-buttons {
  text-align: center;
}
.cid-uYHYVwxjAw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHYVwxjAw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHYVwxjAw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHYVwxjAw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHYVwxjAw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHYVwxjAw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHYVwxjAw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHYVwxjAw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHYVwxjAw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHYVwxjAw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHYVwxjAw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHYVwxjAw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHYVwxjAw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHYVwxjAw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHYVwxjAw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHYVwxjAw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHYVwxjAw .navbar {
    height: 70px;
  }
  .cid-uYHYVwxjAw .navbar.opened {
    height: auto;
  }
  .cid-uYHYVwxjAw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHYVwxjAw .navbar-nav {
  margin: 0 auto;
}
.cid-uYHYVwxjAw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHYVwxjAw .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHYVwxjAw .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHYVwxjAw .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHYVwxjAw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHYVwxjAw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHYVwxjAw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHYVwxjAw .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHYVwxjAw .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHYVwxjAw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHYVwxjAw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHYVwxjAw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHYVwxjAw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHYVwxjAw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHYVwxjAw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHYVwxjAw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHYVwxjAw .content-wrap {
  min-height: 110px;
}
.cid-uYHYVwxjAw .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHYVwxjAw .nav-link,
.cid-uYHYVwxjAw .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHYVvJpbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHYVvJpbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYVvJpbQ .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-uYHYVvJpbQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYVvJpbQ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYVvJpbQ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHYVvJpbQ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHYVvJpbQ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYVvJpbQ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHYVvJpbQ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHYVvJpbQ .mbr-label {
  color: #ffffff;
}
.cid-uYHYVvJpbQ .mbr-section-title {
  color: #ffffff;
}
.cid-uYHYVvJpbQ label {
  color: #ffffff;
}
.cid-uYHYVvJpbQ .mbr-section-title,
.cid-uYHYVvJpbQ .title-wrapper {
  color: #ffffff;
}
.cid-uYHYVwcqpC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHYVwcqpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYVwcqpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHYVwcqpC .row {
  justify-content: center;
}
.cid-uYHYVwcqpC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHYVwcqpC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYVwcqpC .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHYVwcqpC .item {
    margin-bottom: 16px;
  }
}
.cid-uYHYVwcqpC .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHYVwcqpC .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHYVwcqpC .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHYVwcqpC .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHYVwcqpC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHYVwcqpC .card-title {
  color: #000000;
}
.cid-uYHYVwcqpC .mbr-section-title,
.cid-uYHYVwcqpC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHYVwcqpC .card-title,
.cid-uYHYVwcqpC .contact-wrapper {
  color: #000000;
}
.cid-uYHYVx1sSD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHYVx1sSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHYVx1sSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHYVx1sSD .row {
  justify-content: center;
}
.cid-uYHYVx1sSD .card {
  justify-content: center;
}
.cid-uYHYVx1sSD .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHYVx1sSD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHYVx1sSD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHYVx1sSD .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHYVx1sSD .nav-wrapper .list .item-wrap:hover,
.cid-uYHYVx1sSD .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHYVx1sSD .list,
.cid-uYHYVx1sSD .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHZaeuLBf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHZaeuLBf nav.navbar {
  position: fixed;
}
.cid-uYHZaeuLBf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHZaeuLBf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHZaeuLBf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHZaeuLBf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHZaeuLBf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHZaeuLBf .dropdown-item:hover,
.cid-uYHZaeuLBf .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHZaeuLBf .dropdown-item:hover span {
  color: white;
}
.cid-uYHZaeuLBf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHZaeuLBf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHZaeuLBf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHZaeuLBf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHZaeuLBf .nav-link {
  position: relative;
}
.cid-uYHZaeuLBf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHZaeuLBf .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHZaeuLBf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHZaeuLBf .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHZaeuLBf .dropdown-menu,
.cid-uYHZaeuLBf .navbar.opened {
  background: #071705 !important;
}
.cid-uYHZaeuLBf .nav-item:focus,
.cid-uYHZaeuLBf .nav-link:focus {
  outline: none;
}
.cid-uYHZaeuLBf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHZaeuLBf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHZaeuLBf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHZaeuLBf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHZaeuLBf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHZaeuLBf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHZaeuLBf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHZaeuLBf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHZaeuLBf .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHZaeuLBf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHZaeuLBf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHZaeuLBf .navbar.collapsed {
  justify-content: center;
}
.cid-uYHZaeuLBf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHZaeuLBf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHZaeuLBf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHZaeuLBf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHZaeuLBf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHZaeuLBf .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-uYHZaeuLBf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHZaeuLBf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHZaeuLBf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHZaeuLBf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHZaeuLBf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHZaeuLBf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHZaeuLBf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHZaeuLBf .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-uYHZaeuLBf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHZaeuLBf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHZaeuLBf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHZaeuLBf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHZaeuLBf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHZaeuLBf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHZaeuLBf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHZaeuLBf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHZaeuLBf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHZaeuLBf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHZaeuLBf .navbar-brand .navbar-caption:hover,
.cid-uYHZaeuLBf .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHZaeuLBf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHZaeuLBf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHZaeuLBf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHZaeuLBf .dropdown-item.active,
.cid-uYHZaeuLBf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHZaeuLBf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHZaeuLBf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHZaeuLBf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHZaeuLBf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHZaeuLBf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHZaeuLBf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHZaeuLBf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHZaeuLBf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHZaeuLBf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHZaeuLBf .navbar-buttons {
  text-align: center;
}
.cid-uYHZaeuLBf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHZaeuLBf .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHZaeuLBf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHZaeuLBf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHZaeuLBf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHZaeuLBf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHZaeuLBf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHZaeuLBf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHZaeuLBf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHZaeuLBf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHZaeuLBf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHZaeuLBf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHZaeuLBf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHZaeuLBf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHZaeuLBf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHZaeuLBf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHZaeuLBf .navbar {
    height: 70px;
  }
  .cid-uYHZaeuLBf .navbar.opened {
    height: auto;
  }
  .cid-uYHZaeuLBf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHZaeuLBf .navbar-nav {
  margin: 0 auto;
}
.cid-uYHZaeuLBf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHZaeuLBf .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHZaeuLBf .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHZaeuLBf .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHZaeuLBf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHZaeuLBf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHZaeuLBf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHZaeuLBf .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHZaeuLBf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHZaeuLBf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHZaeuLBf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHZaeuLBf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHZaeuLBf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHZaeuLBf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHZaeuLBf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHZaeuLBf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHZaeuLBf .content-wrap {
  min-height: 110px;
}
.cid-uYHZaeuLBf .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHZaeuLBf .nav-link,
.cid-uYHZaeuLBf .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHZadKZw1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHZadKZw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZadKZw1 .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-uYHZadKZw1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZadKZw1 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZadKZw1 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHZadKZw1 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHZadKZw1 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZadKZw1 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHZadKZw1 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHZadKZw1 .mbr-label {
  color: #ffffff;
}
.cid-uYHZadKZw1 .mbr-section-title {
  color: #ffffff;
}
.cid-uYHZadKZw1 label {
  color: #ffffff;
}
.cid-uYHZadKZw1 .mbr-section-title,
.cid-uYHZadKZw1 .title-wrapper {
  color: #ffffff;
}
.cid-uYHZaeb6GQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHZaeb6GQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZaeb6GQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHZaeb6GQ .row {
  justify-content: center;
}
.cid-uYHZaeb6GQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHZaeb6GQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZaeb6GQ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZaeb6GQ .item {
    margin-bottom: 16px;
  }
}
.cid-uYHZaeb6GQ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHZaeb6GQ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHZaeb6GQ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHZaeb6GQ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHZaeb6GQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHZaeb6GQ .card-title {
  color: #000000;
}
.cid-uYHZaeb6GQ .mbr-section-title,
.cid-uYHZaeb6GQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHZaeb6GQ .card-title,
.cid-uYHZaeb6GQ .contact-wrapper {
  color: #000000;
}
.cid-uYHZaf04lc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHZaf04lc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZaf04lc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHZaf04lc .row {
  justify-content: center;
}
.cid-uYHZaf04lc .card {
  justify-content: center;
}
.cid-uYHZaf04lc .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHZaf04lc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZaf04lc .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHZaf04lc .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHZaf04lc .nav-wrapper .list .item-wrap:hover,
.cid-uYHZaf04lc .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHZaf04lc .list,
.cid-uYHZaf04lc .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHZsqkHrP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHZsqkHrP nav.navbar {
  position: fixed;
}
.cid-uYHZsqkHrP .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHZsqkHrP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHZsqkHrP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHZsqkHrP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHZsqkHrP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHZsqkHrP .dropdown-item:hover,
.cid-uYHZsqkHrP .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHZsqkHrP .dropdown-item:hover span {
  color: white;
}
.cid-uYHZsqkHrP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHZsqkHrP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHZsqkHrP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHZsqkHrP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHZsqkHrP .nav-link {
  position: relative;
}
.cid-uYHZsqkHrP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHZsqkHrP .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHZsqkHrP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHZsqkHrP .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHZsqkHrP .dropdown-menu,
.cid-uYHZsqkHrP .navbar.opened {
  background: #071705 !important;
}
.cid-uYHZsqkHrP .nav-item:focus,
.cid-uYHZsqkHrP .nav-link:focus {
  outline: none;
}
.cid-uYHZsqkHrP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHZsqkHrP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHZsqkHrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHZsqkHrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHZsqkHrP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHZsqkHrP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHZsqkHrP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHZsqkHrP .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHZsqkHrP .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHZsqkHrP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHZsqkHrP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHZsqkHrP .navbar.collapsed {
  justify-content: center;
}
.cid-uYHZsqkHrP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHZsqkHrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHZsqkHrP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHZsqkHrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHZsqkHrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHZsqkHrP .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-uYHZsqkHrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHZsqkHrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHZsqkHrP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHZsqkHrP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHZsqkHrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHZsqkHrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHZsqkHrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHZsqkHrP .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-uYHZsqkHrP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHZsqkHrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHZsqkHrP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHZsqkHrP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHZsqkHrP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHZsqkHrP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHZsqkHrP .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHZsqkHrP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHZsqkHrP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHZsqkHrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHZsqkHrP .navbar-brand .navbar-caption:hover,
.cid-uYHZsqkHrP .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHZsqkHrP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHZsqkHrP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHZsqkHrP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHZsqkHrP .dropdown-item.active,
.cid-uYHZsqkHrP .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHZsqkHrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHZsqkHrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHZsqkHrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHZsqkHrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHZsqkHrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHZsqkHrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHZsqkHrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHZsqkHrP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHZsqkHrP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHZsqkHrP .navbar-buttons {
  text-align: center;
}
.cid-uYHZsqkHrP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHZsqkHrP .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHZsqkHrP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHZsqkHrP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHZsqkHrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHZsqkHrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHZsqkHrP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHZsqkHrP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHZsqkHrP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHZsqkHrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHZsqkHrP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHZsqkHrP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHZsqkHrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHZsqkHrP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHZsqkHrP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHZsqkHrP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHZsqkHrP .navbar {
    height: 70px;
  }
  .cid-uYHZsqkHrP .navbar.opened {
    height: auto;
  }
  .cid-uYHZsqkHrP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHZsqkHrP .navbar-nav {
  margin: 0 auto;
}
.cid-uYHZsqkHrP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHZsqkHrP .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHZsqkHrP .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHZsqkHrP .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHZsqkHrP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHZsqkHrP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHZsqkHrP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHZsqkHrP .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHZsqkHrP .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHZsqkHrP .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHZsqkHrP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHZsqkHrP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHZsqkHrP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHZsqkHrP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHZsqkHrP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHZsqkHrP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHZsqkHrP .content-wrap {
  min-height: 110px;
}
.cid-uYHZsqkHrP .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHZsqkHrP .nav-link,
.cid-uYHZsqkHrP .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHZsp3oca {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHZsp3oca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZsp3oca .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-uYHZsp3oca .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZsp3oca .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZsp3oca .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHZsp3oca .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHZsp3oca .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHZsp3oca .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZsp3oca .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHZsp3oca .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHZsp3oca .mbr-label {
  color: #ffffff;
}
.cid-uYHZsp3oca .mbr-section-title {
  color: #ffffff;
}
.cid-uYHZsp3oca label {
  color: #ffffff;
}
.cid-uYHZsp3oca .mbr-section-title,
.cid-uYHZsp3oca .title-wrapper {
  color: #ffffff;
}
.cid-uYHZspMj4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHZspMj4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZspMj4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHZspMj4p .row {
  justify-content: center;
}
.cid-uYHZspMj4p .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHZspMj4p .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZspMj4p .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZspMj4p .item {
    margin-bottom: 16px;
  }
}
.cid-uYHZspMj4p .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHZspMj4p .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHZspMj4p .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHZspMj4p .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHZspMj4p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHZspMj4p .card-title {
  color: #000000;
}
.cid-uYHZspMj4p .mbr-section-title,
.cid-uYHZspMj4p .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHZspMj4p .card-title,
.cid-uYHZspMj4p .contact-wrapper {
  color: #000000;
}
.cid-uYHZsraRoK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHZsraRoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZsraRoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHZsraRoK .row {
  justify-content: center;
}
.cid-uYHZsraRoK .card {
  justify-content: center;
}
.cid-uYHZsraRoK .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHZsraRoK .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZsraRoK .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHZsraRoK .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHZsraRoK .nav-wrapper .list .item-wrap:hover,
.cid-uYHZsraRoK .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHZsraRoK .list,
.cid-uYHZsraRoK .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHZGJHXJW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHZGJHXJW nav.navbar {
  position: fixed;
}
.cid-uYHZGJHXJW .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHZGJHXJW .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHZGJHXJW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHZGJHXJW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHZGJHXJW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHZGJHXJW .dropdown-item:hover,
.cid-uYHZGJHXJW .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHZGJHXJW .dropdown-item:hover span {
  color: white;
}
.cid-uYHZGJHXJW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHZGJHXJW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHZGJHXJW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHZGJHXJW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHZGJHXJW .nav-link {
  position: relative;
}
.cid-uYHZGJHXJW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHZGJHXJW .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHZGJHXJW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHZGJHXJW .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHZGJHXJW .dropdown-menu,
.cid-uYHZGJHXJW .navbar.opened {
  background: #071705 !important;
}
.cid-uYHZGJHXJW .nav-item:focus,
.cid-uYHZGJHXJW .nav-link:focus {
  outline: none;
}
.cid-uYHZGJHXJW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHZGJHXJW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHZGJHXJW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHZGJHXJW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHZGJHXJW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHZGJHXJW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHZGJHXJW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHZGJHXJW .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHZGJHXJW .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHZGJHXJW .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHZGJHXJW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHZGJHXJW .navbar.collapsed {
  justify-content: center;
}
.cid-uYHZGJHXJW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHZGJHXJW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHZGJHXJW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHZGJHXJW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHZGJHXJW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHZGJHXJW .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-uYHZGJHXJW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHZGJHXJW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHZGJHXJW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHZGJHXJW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHZGJHXJW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHZGJHXJW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHZGJHXJW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHZGJHXJW .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-uYHZGJHXJW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHZGJHXJW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHZGJHXJW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHZGJHXJW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHZGJHXJW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHZGJHXJW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHZGJHXJW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHZGJHXJW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHZGJHXJW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHZGJHXJW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHZGJHXJW .navbar-brand .navbar-caption:hover,
.cid-uYHZGJHXJW .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHZGJHXJW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHZGJHXJW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHZGJHXJW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHZGJHXJW .dropdown-item.active,
.cid-uYHZGJHXJW .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHZGJHXJW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHZGJHXJW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHZGJHXJW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHZGJHXJW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHZGJHXJW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHZGJHXJW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHZGJHXJW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHZGJHXJW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHZGJHXJW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHZGJHXJW .navbar-buttons {
  text-align: center;
}
.cid-uYHZGJHXJW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHZGJHXJW .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHZGJHXJW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHZGJHXJW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHZGJHXJW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHZGJHXJW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHZGJHXJW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHZGJHXJW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHZGJHXJW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHZGJHXJW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHZGJHXJW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHZGJHXJW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHZGJHXJW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHZGJHXJW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHZGJHXJW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHZGJHXJW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHZGJHXJW .navbar {
    height: 70px;
  }
  .cid-uYHZGJHXJW .navbar.opened {
    height: auto;
  }
  .cid-uYHZGJHXJW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHZGJHXJW .navbar-nav {
  margin: 0 auto;
}
.cid-uYHZGJHXJW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHZGJHXJW .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHZGJHXJW .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHZGJHXJW .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHZGJHXJW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHZGJHXJW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHZGJHXJW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHZGJHXJW .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHZGJHXJW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHZGJHXJW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHZGJHXJW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHZGJHXJW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHZGJHXJW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHZGJHXJW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHZGJHXJW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHZGJHXJW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHZGJHXJW .content-wrap {
  min-height: 110px;
}
.cid-uYHZGJHXJW .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHZGJHXJW .nav-link,
.cid-uYHZGJHXJW .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHZGIVJoa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHZGIVJoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZGIVJoa .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-uYHZGIVJoa .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZGIVJoa .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZGIVJoa .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHZGIVJoa .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHZGIVJoa .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZGIVJoa .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHZGIVJoa .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHZGIVJoa .mbr-label {
  color: #ffffff;
}
.cid-uYHZGIVJoa .mbr-section-title {
  color: #ffffff;
}
.cid-uYHZGIVJoa label {
  color: #ffffff;
}
.cid-uYHZGIVJoa .mbr-section-title,
.cid-uYHZGIVJoa .title-wrapper {
  color: #ffffff;
}
.cid-uYHZGJn1bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHZGJn1bg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZGJn1bg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHZGJn1bg .row {
  justify-content: center;
}
.cid-uYHZGJn1bg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHZGJn1bg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZGJn1bg .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZGJn1bg .item {
    margin-bottom: 16px;
  }
}
.cid-uYHZGJn1bg .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHZGJn1bg .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHZGJn1bg .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHZGJn1bg .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHZGJn1bg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHZGJn1bg .card-title {
  color: #000000;
}
.cid-uYHZGJn1bg .mbr-section-title,
.cid-uYHZGJn1bg .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHZGJn1bg .card-title,
.cid-uYHZGJn1bg .contact-wrapper {
  color: #000000;
}
.cid-uYHZGKcEDt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHZGKcEDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZGKcEDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHZGKcEDt .row {
  justify-content: center;
}
.cid-uYHZGKcEDt .card {
  justify-content: center;
}
.cid-uYHZGKcEDt .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHZGKcEDt .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZGKcEDt .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHZGKcEDt .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHZGKcEDt .nav-wrapper .list .item-wrap:hover,
.cid-uYHZGKcEDt .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHZGKcEDt .list,
.cid-uYHZGKcEDt .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYHZUZo1d3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYHZUZo1d3 nav.navbar {
  position: fixed;
}
.cid-uYHZUZo1d3 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYHZUZo1d3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYHZUZo1d3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHZUZo1d3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYHZUZo1d3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHZUZo1d3 .dropdown-item:hover,
.cid-uYHZUZo1d3 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYHZUZo1d3 .dropdown-item:hover span {
  color: white;
}
.cid-uYHZUZo1d3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYHZUZo1d3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYHZUZo1d3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYHZUZo1d3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYHZUZo1d3 .nav-link {
  position: relative;
}
.cid-uYHZUZo1d3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYHZUZo1d3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYHZUZo1d3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYHZUZo1d3 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYHZUZo1d3 .dropdown-menu,
.cid-uYHZUZo1d3 .navbar.opened {
  background: #071705 !important;
}
.cid-uYHZUZo1d3 .nav-item:focus,
.cid-uYHZUZo1d3 .nav-link:focus {
  outline: none;
}
.cid-uYHZUZo1d3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYHZUZo1d3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYHZUZo1d3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYHZUZo1d3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYHZUZo1d3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYHZUZo1d3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYHZUZo1d3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHZUZo1d3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYHZUZo1d3 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYHZUZo1d3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYHZUZo1d3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYHZUZo1d3 .navbar.collapsed {
  justify-content: center;
}
.cid-uYHZUZo1d3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYHZUZo1d3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYHZUZo1d3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYHZUZo1d3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYHZUZo1d3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYHZUZo1d3 .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-uYHZUZo1d3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYHZUZo1d3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYHZUZo1d3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYHZUZo1d3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYHZUZo1d3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYHZUZo1d3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYHZUZo1d3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYHZUZo1d3 .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-uYHZUZo1d3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYHZUZo1d3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYHZUZo1d3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYHZUZo1d3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYHZUZo1d3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYHZUZo1d3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYHZUZo1d3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYHZUZo1d3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYHZUZo1d3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYHZUZo1d3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYHZUZo1d3 .navbar-brand .navbar-caption:hover,
.cid-uYHZUZo1d3 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHZUZo1d3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYHZUZo1d3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYHZUZo1d3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYHZUZo1d3 .dropdown-item.active,
.cid-uYHZUZo1d3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYHZUZo1d3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYHZUZo1d3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYHZUZo1d3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYHZUZo1d3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYHZUZo1d3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYHZUZo1d3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYHZUZo1d3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYHZUZo1d3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYHZUZo1d3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYHZUZo1d3 .navbar-buttons {
  text-align: center;
}
.cid-uYHZUZo1d3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYHZUZo1d3 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYHZUZo1d3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYHZUZo1d3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYHZUZo1d3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYHZUZo1d3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYHZUZo1d3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHZUZo1d3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYHZUZo1d3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYHZUZo1d3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHZUZo1d3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYHZUZo1d3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYHZUZo1d3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYHZUZo1d3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYHZUZo1d3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYHZUZo1d3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYHZUZo1d3 .navbar {
    height: 70px;
  }
  .cid-uYHZUZo1d3 .navbar.opened {
    height: auto;
  }
  .cid-uYHZUZo1d3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYHZUZo1d3 .navbar-nav {
  margin: 0 auto;
}
.cid-uYHZUZo1d3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYHZUZo1d3 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYHZUZo1d3 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYHZUZo1d3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYHZUZo1d3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYHZUZo1d3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYHZUZo1d3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYHZUZo1d3 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYHZUZo1d3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYHZUZo1d3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYHZUZo1d3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYHZUZo1d3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYHZUZo1d3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYHZUZo1d3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYHZUZo1d3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYHZUZo1d3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYHZUZo1d3 .content-wrap {
  min-height: 110px;
}
.cid-uYHZUZo1d3 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYHZUZo1d3 .nav-link,
.cid-uYHZUZo1d3 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYHZUYExOD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYHZUYExOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZUYExOD .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-uYHZUYExOD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZUYExOD .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZUYExOD .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYHZUYExOD .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYHZUYExOD .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYHZUYExOD .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZUYExOD .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYHZUYExOD .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYHZUYExOD .mbr-label {
  color: #ffffff;
}
.cid-uYHZUYExOD .mbr-section-title {
  color: #ffffff;
}
.cid-uYHZUYExOD label {
  color: #ffffff;
}
.cid-uYHZUYExOD .mbr-section-title,
.cid-uYHZUYExOD .title-wrapper {
  color: #ffffff;
}
.cid-uYHZUZ6FCW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYHZUZ6FCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZUZ6FCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHZUZ6FCW .row {
  justify-content: center;
}
.cid-uYHZUZ6FCW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYHZUZ6FCW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZUZ6FCW .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYHZUZ6FCW .item {
    margin-bottom: 16px;
  }
}
.cid-uYHZUZ6FCW .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYHZUZ6FCW .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYHZUZ6FCW .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYHZUZ6FCW .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYHZUZ6FCW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYHZUZ6FCW .card-title {
  color: #000000;
}
.cid-uYHZUZ6FCW .mbr-section-title,
.cid-uYHZUZ6FCW .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYHZUZ6FCW .card-title,
.cid-uYHZUZ6FCW .contact-wrapper {
  color: #000000;
}
.cid-uYHZUZSjgB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYHZUZSjgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYHZUZSjgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYHZUZSjgB .row {
  justify-content: center;
}
.cid-uYHZUZSjgB .card {
  justify-content: center;
}
.cid-uYHZUZSjgB .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYHZUZSjgB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYHZUZSjgB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYHZUZSjgB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYHZUZSjgB .nav-wrapper .list .item-wrap:hover,
.cid-uYHZUZSjgB .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYHZUZSjgB .list,
.cid-uYHZUZSjgB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYI0ijMSOJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYI0ijMSOJ nav.navbar {
  position: fixed;
}
.cid-uYI0ijMSOJ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYI0ijMSOJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYI0ijMSOJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI0ijMSOJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYI0ijMSOJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI0ijMSOJ .dropdown-item:hover,
.cid-uYI0ijMSOJ .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI0ijMSOJ .dropdown-item:hover span {
  color: white;
}
.cid-uYI0ijMSOJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYI0ijMSOJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYI0ijMSOJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYI0ijMSOJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYI0ijMSOJ .nav-link {
  position: relative;
}
.cid-uYI0ijMSOJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYI0ijMSOJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYI0ijMSOJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYI0ijMSOJ .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYI0ijMSOJ .dropdown-menu,
.cid-uYI0ijMSOJ .navbar.opened {
  background: #071705 !important;
}
.cid-uYI0ijMSOJ .nav-item:focus,
.cid-uYI0ijMSOJ .nav-link:focus {
  outline: none;
}
.cid-uYI0ijMSOJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYI0ijMSOJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYI0ijMSOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYI0ijMSOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI0ijMSOJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYI0ijMSOJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYI0ijMSOJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI0ijMSOJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYI0ijMSOJ .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYI0ijMSOJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYI0ijMSOJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYI0ijMSOJ .navbar.collapsed {
  justify-content: center;
}
.cid-uYI0ijMSOJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYI0ijMSOJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYI0ijMSOJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYI0ijMSOJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYI0ijMSOJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYI0ijMSOJ .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-uYI0ijMSOJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYI0ijMSOJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYI0ijMSOJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYI0ijMSOJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYI0ijMSOJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYI0ijMSOJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYI0ijMSOJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYI0ijMSOJ .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-uYI0ijMSOJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYI0ijMSOJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYI0ijMSOJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYI0ijMSOJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYI0ijMSOJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYI0ijMSOJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYI0ijMSOJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYI0ijMSOJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYI0ijMSOJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYI0ijMSOJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYI0ijMSOJ .navbar-brand .navbar-caption:hover,
.cid-uYI0ijMSOJ .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI0ijMSOJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYI0ijMSOJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYI0ijMSOJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI0ijMSOJ .dropdown-item.active,
.cid-uYI0ijMSOJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYI0ijMSOJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYI0ijMSOJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYI0ijMSOJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYI0ijMSOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYI0ijMSOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYI0ijMSOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYI0ijMSOJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYI0ijMSOJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYI0ijMSOJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYI0ijMSOJ .navbar-buttons {
  text-align: center;
}
.cid-uYI0ijMSOJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYI0ijMSOJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYI0ijMSOJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYI0ijMSOJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI0ijMSOJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYI0ijMSOJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYI0ijMSOJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI0ijMSOJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI0ijMSOJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYI0ijMSOJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI0ijMSOJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYI0ijMSOJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYI0ijMSOJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI0ijMSOJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYI0ijMSOJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYI0ijMSOJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYI0ijMSOJ .navbar {
    height: 70px;
  }
  .cid-uYI0ijMSOJ .navbar.opened {
    height: auto;
  }
  .cid-uYI0ijMSOJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYI0ijMSOJ .navbar-nav {
  margin: 0 auto;
}
.cid-uYI0ijMSOJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYI0ijMSOJ .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYI0ijMSOJ .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYI0ijMSOJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYI0ijMSOJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYI0ijMSOJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYI0ijMSOJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYI0ijMSOJ .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYI0ijMSOJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYI0ijMSOJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYI0ijMSOJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYI0ijMSOJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYI0ijMSOJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYI0ijMSOJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYI0ijMSOJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYI0ijMSOJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYI0ijMSOJ .content-wrap {
  min-height: 110px;
}
.cid-uYI0ijMSOJ .navbar-caption {
  color: #FFFFFF;
}
.cid-uYI0ijMSOJ .nav-link,
.cid-uYI0ijMSOJ .dropdown-item {
  color: #FFFFFF;
}
.cid-uYI0ij0VgO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYI0ij0VgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0ij0VgO .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-uYI0ij0VgO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0ij0VgO .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0ij0VgO .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYI0ij0VgO .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYI0ij0VgO .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0ij0VgO .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYI0ij0VgO .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYI0ij0VgO .mbr-label {
  color: #ffffff;
}
.cid-uYI0ij0VgO .mbr-section-title {
  color: #ffffff;
}
.cid-uYI0ij0VgO label {
  color: #ffffff;
}
.cid-uYI0ij0VgO .mbr-section-title,
.cid-uYI0ij0VgO .title-wrapper {
  color: #ffffff;
}
.cid-uYI0ijtaT9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYI0ijtaT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0ijtaT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI0ijtaT9 .row {
  justify-content: center;
}
.cid-uYI0ijtaT9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYI0ijtaT9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0ijtaT9 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0ijtaT9 .item {
    margin-bottom: 16px;
  }
}
.cid-uYI0ijtaT9 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYI0ijtaT9 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYI0ijtaT9 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYI0ijtaT9 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYI0ijtaT9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYI0ijtaT9 .card-title {
  color: #000000;
}
.cid-uYI0ijtaT9 .mbr-section-title,
.cid-uYI0ijtaT9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYI0ijtaT9 .card-title,
.cid-uYI0ijtaT9 .contact-wrapper {
  color: #000000;
}
.cid-uYI0ikhzKG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYI0ikhzKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0ikhzKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI0ikhzKG .row {
  justify-content: center;
}
.cid-uYI0ikhzKG .card {
  justify-content: center;
}
.cid-uYI0ikhzKG .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYI0ikhzKG .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0ikhzKG .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYI0ikhzKG .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYI0ikhzKG .nav-wrapper .list .item-wrap:hover,
.cid-uYI0ikhzKG .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYI0ikhzKG .list,
.cid-uYI0ikhzKG .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYI0xEhqMH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYI0xEhqMH nav.navbar {
  position: fixed;
}
.cid-uYI0xEhqMH .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYI0xEhqMH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYI0xEhqMH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI0xEhqMH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYI0xEhqMH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI0xEhqMH .dropdown-item:hover,
.cid-uYI0xEhqMH .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI0xEhqMH .dropdown-item:hover span {
  color: white;
}
.cid-uYI0xEhqMH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYI0xEhqMH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYI0xEhqMH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYI0xEhqMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYI0xEhqMH .nav-link {
  position: relative;
}
.cid-uYI0xEhqMH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYI0xEhqMH .container {
    flex-wrap: nowrap;
  }
}
.cid-uYI0xEhqMH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYI0xEhqMH .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYI0xEhqMH .dropdown-menu,
.cid-uYI0xEhqMH .navbar.opened {
  background: #071705 !important;
}
.cid-uYI0xEhqMH .nav-item:focus,
.cid-uYI0xEhqMH .nav-link:focus {
  outline: none;
}
.cid-uYI0xEhqMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYI0xEhqMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYI0xEhqMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYI0xEhqMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI0xEhqMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYI0xEhqMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYI0xEhqMH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI0xEhqMH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYI0xEhqMH .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYI0xEhqMH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYI0xEhqMH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYI0xEhqMH .navbar.collapsed {
  justify-content: center;
}
.cid-uYI0xEhqMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYI0xEhqMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYI0xEhqMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYI0xEhqMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYI0xEhqMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYI0xEhqMH .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-uYI0xEhqMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYI0xEhqMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYI0xEhqMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYI0xEhqMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYI0xEhqMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYI0xEhqMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYI0xEhqMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYI0xEhqMH .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-uYI0xEhqMH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYI0xEhqMH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYI0xEhqMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYI0xEhqMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYI0xEhqMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYI0xEhqMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYI0xEhqMH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYI0xEhqMH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYI0xEhqMH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYI0xEhqMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYI0xEhqMH .navbar-brand .navbar-caption:hover,
.cid-uYI0xEhqMH .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI0xEhqMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYI0xEhqMH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYI0xEhqMH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI0xEhqMH .dropdown-item.active,
.cid-uYI0xEhqMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYI0xEhqMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYI0xEhqMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYI0xEhqMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYI0xEhqMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYI0xEhqMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYI0xEhqMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYI0xEhqMH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYI0xEhqMH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYI0xEhqMH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYI0xEhqMH .navbar-buttons {
  text-align: center;
}
.cid-uYI0xEhqMH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYI0xEhqMH .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYI0xEhqMH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYI0xEhqMH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI0xEhqMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYI0xEhqMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYI0xEhqMH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI0xEhqMH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI0xEhqMH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYI0xEhqMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI0xEhqMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYI0xEhqMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYI0xEhqMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI0xEhqMH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYI0xEhqMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYI0xEhqMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYI0xEhqMH .navbar {
    height: 70px;
  }
  .cid-uYI0xEhqMH .navbar.opened {
    height: auto;
  }
  .cid-uYI0xEhqMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYI0xEhqMH .navbar-nav {
  margin: 0 auto;
}
.cid-uYI0xEhqMH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYI0xEhqMH .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYI0xEhqMH .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYI0xEhqMH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYI0xEhqMH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYI0xEhqMH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYI0xEhqMH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYI0xEhqMH .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYI0xEhqMH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYI0xEhqMH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYI0xEhqMH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYI0xEhqMH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYI0xEhqMH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYI0xEhqMH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYI0xEhqMH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYI0xEhqMH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYI0xEhqMH .content-wrap {
  min-height: 110px;
}
.cid-uYI0xEhqMH .navbar-caption {
  color: #FFFFFF;
}
.cid-uYI0xEhqMH .nav-link,
.cid-uYI0xEhqMH .dropdown-item {
  color: #FFFFFF;
}
.cid-uYI0xDwndI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYI0xDwndI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0xDwndI .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-uYI0xDwndI .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0xDwndI .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0xDwndI .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYI0xDwndI .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYI0xDwndI .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYI0xDwndI .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0xDwndI .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYI0xDwndI .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYI0xDwndI .mbr-label {
  color: #ffffff;
}
.cid-uYI0xDwndI .mbr-section-title {
  color: #ffffff;
}
.cid-uYI0xDwndI label {
  color: #ffffff;
}
.cid-uYI0xDwndI .mbr-section-title,
.cid-uYI0xDwndI .title-wrapper {
  color: #ffffff;
}
.cid-uYI0xDXFDZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYI0xDXFDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0xDXFDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI0xDXFDZ .row {
  justify-content: center;
}
.cid-uYI0xDXFDZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYI0xDXFDZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0xDXFDZ .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0xDXFDZ .item {
    margin-bottom: 16px;
  }
}
.cid-uYI0xDXFDZ .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYI0xDXFDZ .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYI0xDXFDZ .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYI0xDXFDZ .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYI0xDXFDZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYI0xDXFDZ .card-title {
  color: #000000;
}
.cid-uYI0xDXFDZ .mbr-section-title,
.cid-uYI0xDXFDZ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYI0xDXFDZ .card-title,
.cid-uYI0xDXFDZ .contact-wrapper {
  color: #000000;
}
.cid-uYI0xEMVZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYI0xEMVZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0xEMVZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI0xEMVZW .row {
  justify-content: center;
}
.cid-uYI0xEMVZW .card {
  justify-content: center;
}
.cid-uYI0xEMVZW .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYI0xEMVZW .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0xEMVZW .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYI0xEMVZW .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYI0xEMVZW .nav-wrapper .list .item-wrap:hover,
.cid-uYI0xEMVZW .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYI0xEMVZW .list,
.cid-uYI0xEMVZW .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYI0M9VAQH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYI0M9VAQH nav.navbar {
  position: fixed;
}
.cid-uYI0M9VAQH .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYI0M9VAQH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYI0M9VAQH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI0M9VAQH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYI0M9VAQH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI0M9VAQH .dropdown-item:hover,
.cid-uYI0M9VAQH .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI0M9VAQH .dropdown-item:hover span {
  color: white;
}
.cid-uYI0M9VAQH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYI0M9VAQH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYI0M9VAQH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYI0M9VAQH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYI0M9VAQH .nav-link {
  position: relative;
}
.cid-uYI0M9VAQH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYI0M9VAQH .container {
    flex-wrap: nowrap;
  }
}
.cid-uYI0M9VAQH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYI0M9VAQH .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYI0M9VAQH .dropdown-menu,
.cid-uYI0M9VAQH .navbar.opened {
  background: #071705 !important;
}
.cid-uYI0M9VAQH .nav-item:focus,
.cid-uYI0M9VAQH .nav-link:focus {
  outline: none;
}
.cid-uYI0M9VAQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYI0M9VAQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYI0M9VAQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYI0M9VAQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI0M9VAQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYI0M9VAQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYI0M9VAQH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI0M9VAQH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYI0M9VAQH .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYI0M9VAQH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYI0M9VAQH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYI0M9VAQH .navbar.collapsed {
  justify-content: center;
}
.cid-uYI0M9VAQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYI0M9VAQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYI0M9VAQH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYI0M9VAQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYI0M9VAQH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYI0M9VAQH .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-uYI0M9VAQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYI0M9VAQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYI0M9VAQH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYI0M9VAQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYI0M9VAQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYI0M9VAQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYI0M9VAQH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYI0M9VAQH .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-uYI0M9VAQH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYI0M9VAQH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYI0M9VAQH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYI0M9VAQH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYI0M9VAQH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYI0M9VAQH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYI0M9VAQH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYI0M9VAQH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYI0M9VAQH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYI0M9VAQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYI0M9VAQH .navbar-brand .navbar-caption:hover,
.cid-uYI0M9VAQH .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI0M9VAQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYI0M9VAQH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYI0M9VAQH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI0M9VAQH .dropdown-item.active,
.cid-uYI0M9VAQH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYI0M9VAQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYI0M9VAQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYI0M9VAQH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYI0M9VAQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYI0M9VAQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYI0M9VAQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYI0M9VAQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYI0M9VAQH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYI0M9VAQH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYI0M9VAQH .navbar-buttons {
  text-align: center;
}
.cid-uYI0M9VAQH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYI0M9VAQH .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYI0M9VAQH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYI0M9VAQH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI0M9VAQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYI0M9VAQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYI0M9VAQH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI0M9VAQH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI0M9VAQH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYI0M9VAQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI0M9VAQH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYI0M9VAQH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYI0M9VAQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI0M9VAQH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYI0M9VAQH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYI0M9VAQH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYI0M9VAQH .navbar {
    height: 70px;
  }
  .cid-uYI0M9VAQH .navbar.opened {
    height: auto;
  }
  .cid-uYI0M9VAQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYI0M9VAQH .navbar-nav {
  margin: 0 auto;
}
.cid-uYI0M9VAQH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYI0M9VAQH .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYI0M9VAQH .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYI0M9VAQH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYI0M9VAQH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYI0M9VAQH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYI0M9VAQH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYI0M9VAQH .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYI0M9VAQH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYI0M9VAQH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYI0M9VAQH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYI0M9VAQH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYI0M9VAQH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYI0M9VAQH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYI0M9VAQH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYI0M9VAQH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYI0M9VAQH .content-wrap {
  min-height: 110px;
}
.cid-uYI0M9VAQH .navbar-caption {
  color: #FFFFFF;
}
.cid-uYI0M9VAQH .nav-link,
.cid-uYI0M9VAQH .dropdown-item {
  color: #FFFFFF;
}
.cid-uYI0M98PsW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYI0M98PsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0M98PsW .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-uYI0M98PsW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0M98PsW .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0M98PsW .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYI0M98PsW .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYI0M98PsW .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYI0M98PsW .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0M98PsW .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYI0M98PsW .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYI0M98PsW .mbr-label {
  color: #ffffff;
}
.cid-uYI0M98PsW .mbr-section-title {
  color: #ffffff;
}
.cid-uYI0M98PsW label {
  color: #ffffff;
}
.cid-uYI0M98PsW .mbr-section-title,
.cid-uYI0M98PsW .title-wrapper {
  color: #ffffff;
}
.cid-uYI0M9z1g6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYI0M9z1g6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0M9z1g6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI0M9z1g6 .row {
  justify-content: center;
}
.cid-uYI0M9z1g6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYI0M9z1g6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0M9z1g6 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI0M9z1g6 .item {
    margin-bottom: 16px;
  }
}
.cid-uYI0M9z1g6 .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYI0M9z1g6 .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYI0M9z1g6 .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYI0M9z1g6 .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYI0M9z1g6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYI0M9z1g6 .card-title {
  color: #000000;
}
.cid-uYI0M9z1g6 .mbr-section-title,
.cid-uYI0M9z1g6 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYI0M9z1g6 .card-title,
.cid-uYI0M9z1g6 .contact-wrapper {
  color: #000000;
}
.cid-uYI0MapnrB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYI0MapnrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI0MapnrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI0MapnrB .row {
  justify-content: center;
}
.cid-uYI0MapnrB .card {
  justify-content: center;
}
.cid-uYI0MapnrB .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYI0MapnrB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI0MapnrB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYI0MapnrB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYI0MapnrB .nav-wrapper .list .item-wrap:hover,
.cid-uYI0MapnrB .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYI0MapnrB .list,
.cid-uYI0MapnrB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYI13qLPXD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYI13qLPXD nav.navbar {
  position: fixed;
}
.cid-uYI13qLPXD .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYI13qLPXD .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYI13qLPXD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI13qLPXD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYI13qLPXD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI13qLPXD .dropdown-item:hover,
.cid-uYI13qLPXD .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI13qLPXD .dropdown-item:hover span {
  color: white;
}
.cid-uYI13qLPXD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYI13qLPXD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYI13qLPXD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYI13qLPXD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYI13qLPXD .nav-link {
  position: relative;
}
.cid-uYI13qLPXD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYI13qLPXD .container {
    flex-wrap: nowrap;
  }
}
.cid-uYI13qLPXD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYI13qLPXD .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYI13qLPXD .dropdown-menu,
.cid-uYI13qLPXD .navbar.opened {
  background: #071705 !important;
}
.cid-uYI13qLPXD .nav-item:focus,
.cid-uYI13qLPXD .nav-link:focus {
  outline: none;
}
.cid-uYI13qLPXD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYI13qLPXD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYI13qLPXD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYI13qLPXD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI13qLPXD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYI13qLPXD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYI13qLPXD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI13qLPXD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYI13qLPXD .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYI13qLPXD .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYI13qLPXD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYI13qLPXD .navbar.collapsed {
  justify-content: center;
}
.cid-uYI13qLPXD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYI13qLPXD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYI13qLPXD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYI13qLPXD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYI13qLPXD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYI13qLPXD .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-uYI13qLPXD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYI13qLPXD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYI13qLPXD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYI13qLPXD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYI13qLPXD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYI13qLPXD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYI13qLPXD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYI13qLPXD .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-uYI13qLPXD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYI13qLPXD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYI13qLPXD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYI13qLPXD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYI13qLPXD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYI13qLPXD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYI13qLPXD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYI13qLPXD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYI13qLPXD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYI13qLPXD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYI13qLPXD .navbar-brand .navbar-caption:hover,
.cid-uYI13qLPXD .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI13qLPXD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYI13qLPXD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYI13qLPXD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI13qLPXD .dropdown-item.active,
.cid-uYI13qLPXD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYI13qLPXD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYI13qLPXD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYI13qLPXD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYI13qLPXD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYI13qLPXD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYI13qLPXD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYI13qLPXD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYI13qLPXD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYI13qLPXD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYI13qLPXD .navbar-buttons {
  text-align: center;
}
.cid-uYI13qLPXD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYI13qLPXD .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYI13qLPXD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYI13qLPXD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI13qLPXD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYI13qLPXD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYI13qLPXD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI13qLPXD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI13qLPXD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYI13qLPXD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI13qLPXD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYI13qLPXD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYI13qLPXD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI13qLPXD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYI13qLPXD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYI13qLPXD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYI13qLPXD .navbar {
    height: 70px;
  }
  .cid-uYI13qLPXD .navbar.opened {
    height: auto;
  }
  .cid-uYI13qLPXD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYI13qLPXD .navbar-nav {
  margin: 0 auto;
}
.cid-uYI13qLPXD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYI13qLPXD .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYI13qLPXD .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYI13qLPXD .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYI13qLPXD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYI13qLPXD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYI13qLPXD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYI13qLPXD .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYI13qLPXD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYI13qLPXD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYI13qLPXD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYI13qLPXD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYI13qLPXD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYI13qLPXD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYI13qLPXD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYI13qLPXD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYI13qLPXD .content-wrap {
  min-height: 110px;
}
.cid-uYI13qLPXD .navbar-caption {
  color: #FFFFFF;
}
.cid-uYI13qLPXD .nav-link,
.cid-uYI13qLPXD .dropdown-item {
  color: #FFFFFF;
}
.cid-uYI13pYkjc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYI13pYkjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI13pYkjc .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-uYI13pYkjc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI13pYkjc .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI13pYkjc .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYI13pYkjc .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYI13pYkjc .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYI13pYkjc .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYI13pYkjc .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYI13pYkjc .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYI13pYkjc .mbr-label {
  color: #ffffff;
}
.cid-uYI13pYkjc .mbr-section-title {
  color: #ffffff;
}
.cid-uYI13pYkjc label {
  color: #ffffff;
}
.cid-uYI13pYkjc .mbr-section-title,
.cid-uYI13pYkjc .title-wrapper {
  color: #ffffff;
}
.cid-uYI13qrrHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYI13qrrHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI13qrrHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI13qrrHd .row {
  justify-content: center;
}
.cid-uYI13qrrHd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYI13qrrHd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI13qrrHd .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI13qrrHd .item {
    margin-bottom: 16px;
  }
}
.cid-uYI13qrrHd .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYI13qrrHd .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYI13qrrHd .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYI13qrrHd .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYI13qrrHd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYI13qrrHd .card-title {
  color: #000000;
}
.cid-uYI13qrrHd .mbr-section-title,
.cid-uYI13qrrHd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYI13qrrHd .card-title,
.cid-uYI13qrrHd .contact-wrapper {
  color: #000000;
}
.cid-uYI13ri6D6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYI13ri6D6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI13ri6D6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI13ri6D6 .row {
  justify-content: center;
}
.cid-uYI13ri6D6 .card {
  justify-content: center;
}
.cid-uYI13ri6D6 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYI13ri6D6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI13ri6D6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYI13ri6D6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYI13ri6D6 .nav-wrapper .list .item-wrap:hover,
.cid-uYI13ri6D6 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYI13ri6D6 .list,
.cid-uYI13ri6D6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYI1ibuq7h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYI1ibuq7h nav.navbar {
  position: fixed;
}
.cid-uYI1ibuq7h .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYI1ibuq7h .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYI1ibuq7h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI1ibuq7h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYI1ibuq7h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI1ibuq7h .dropdown-item:hover,
.cid-uYI1ibuq7h .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI1ibuq7h .dropdown-item:hover span {
  color: white;
}
.cid-uYI1ibuq7h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYI1ibuq7h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYI1ibuq7h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYI1ibuq7h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYI1ibuq7h .nav-link {
  position: relative;
}
.cid-uYI1ibuq7h .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYI1ibuq7h .container {
    flex-wrap: nowrap;
  }
}
.cid-uYI1ibuq7h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYI1ibuq7h .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYI1ibuq7h .dropdown-menu,
.cid-uYI1ibuq7h .navbar.opened {
  background: #071705 !important;
}
.cid-uYI1ibuq7h .nav-item:focus,
.cid-uYI1ibuq7h .nav-link:focus {
  outline: none;
}
.cid-uYI1ibuq7h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYI1ibuq7h .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYI1ibuq7h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYI1ibuq7h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI1ibuq7h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYI1ibuq7h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYI1ibuq7h .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI1ibuq7h .navbar.opened {
  transition: all 0.3s;
}
.cid-uYI1ibuq7h .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYI1ibuq7h .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYI1ibuq7h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYI1ibuq7h .navbar.collapsed {
  justify-content: center;
}
.cid-uYI1ibuq7h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYI1ibuq7h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYI1ibuq7h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYI1ibuq7h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYI1ibuq7h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYI1ibuq7h .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-uYI1ibuq7h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYI1ibuq7h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYI1ibuq7h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYI1ibuq7h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYI1ibuq7h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYI1ibuq7h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYI1ibuq7h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYI1ibuq7h .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-uYI1ibuq7h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYI1ibuq7h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYI1ibuq7h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYI1ibuq7h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYI1ibuq7h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYI1ibuq7h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYI1ibuq7h .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYI1ibuq7h .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYI1ibuq7h .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYI1ibuq7h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYI1ibuq7h .navbar-brand .navbar-caption:hover,
.cid-uYI1ibuq7h .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI1ibuq7h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYI1ibuq7h .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYI1ibuq7h .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI1ibuq7h .dropdown-item.active,
.cid-uYI1ibuq7h .dropdown-item:active {
  background-color: transparent;
}
.cid-uYI1ibuq7h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYI1ibuq7h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYI1ibuq7h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYI1ibuq7h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYI1ibuq7h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYI1ibuq7h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYI1ibuq7h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYI1ibuq7h ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYI1ibuq7h ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYI1ibuq7h .navbar-buttons {
  text-align: center;
}
.cid-uYI1ibuq7h .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYI1ibuq7h .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYI1ibuq7h .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYI1ibuq7h button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI1ibuq7h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYI1ibuq7h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYI1ibuq7h button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI1ibuq7h button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI1ibuq7h button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYI1ibuq7h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI1ibuq7h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYI1ibuq7h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYI1ibuq7h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI1ibuq7h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYI1ibuq7h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYI1ibuq7h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYI1ibuq7h .navbar {
    height: 70px;
  }
  .cid-uYI1ibuq7h .navbar.opened {
    height: auto;
  }
  .cid-uYI1ibuq7h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYI1ibuq7h .navbar-nav {
  margin: 0 auto;
}
.cid-uYI1ibuq7h .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYI1ibuq7h .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYI1ibuq7h .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYI1ibuq7h .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYI1ibuq7h .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYI1ibuq7h .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYI1ibuq7h .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYI1ibuq7h .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYI1ibuq7h .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYI1ibuq7h .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYI1ibuq7h .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYI1ibuq7h .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYI1ibuq7h .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYI1ibuq7h .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYI1ibuq7h .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYI1ibuq7h .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYI1ibuq7h .content-wrap {
  min-height: 110px;
}
.cid-uYI1ibuq7h .navbar-caption {
  color: #FFFFFF;
}
.cid-uYI1ibuq7h .nav-link,
.cid-uYI1ibuq7h .dropdown-item {
  color: #FFFFFF;
}
.cid-uYI1iaJ5Xj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYI1iaJ5Xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI1iaJ5Xj .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-uYI1iaJ5Xj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI1iaJ5Xj .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI1iaJ5Xj .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYI1iaJ5Xj .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYI1iaJ5Xj .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYI1iaJ5Xj .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYI1iaJ5Xj .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYI1iaJ5Xj .mbr-label {
  color: #ffffff;
}
.cid-uYI1iaJ5Xj .mbr-section-title {
  color: #ffffff;
}
.cid-uYI1iaJ5Xj label {
  color: #ffffff;
}
.cid-uYI1iaJ5Xj .mbr-section-title,
.cid-uYI1iaJ5Xj .title-wrapper {
  color: #ffffff;
}
.cid-uYI1ibb4ik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYI1ibb4ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI1ibb4ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI1ibb4ik .row {
  justify-content: center;
}
.cid-uYI1ibb4ik .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYI1ibb4ik .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI1ibb4ik .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI1ibb4ik .item {
    margin-bottom: 16px;
  }
}
.cid-uYI1ibb4ik .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYI1ibb4ik .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYI1ibb4ik .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYI1ibb4ik .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYI1ibb4ik .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYI1ibb4ik .card-title {
  color: #000000;
}
.cid-uYI1ibb4ik .mbr-section-title,
.cid-uYI1ibb4ik .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYI1ibb4ik .card-title,
.cid-uYI1ibb4ik .contact-wrapper {
  color: #000000;
}
.cid-uYI1ic2BMs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYI1ic2BMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI1ic2BMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI1ic2BMs .row {
  justify-content: center;
}
.cid-uYI1ic2BMs .card {
  justify-content: center;
}
.cid-uYI1ic2BMs .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYI1ic2BMs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI1ic2BMs .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYI1ic2BMs .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYI1ic2BMs .nav-wrapper .list .item-wrap:hover,
.cid-uYI1ic2BMs .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYI1ic2BMs .list,
.cid-uYI1ic2BMs .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYI6hZt9Fa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYI6hZt9Fa nav.navbar {
  position: fixed;
}
.cid-uYI6hZt9Fa .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYI6hZt9Fa .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYI6hZt9Fa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI6hZt9Fa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYI6hZt9Fa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI6hZt9Fa .dropdown-item:hover,
.cid-uYI6hZt9Fa .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYI6hZt9Fa .dropdown-item:hover span {
  color: white;
}
.cid-uYI6hZt9Fa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYI6hZt9Fa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYI6hZt9Fa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYI6hZt9Fa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYI6hZt9Fa .nav-link {
  position: relative;
}
.cid-uYI6hZt9Fa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYI6hZt9Fa .container {
    flex-wrap: nowrap;
  }
}
.cid-uYI6hZt9Fa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYI6hZt9Fa .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYI6hZt9Fa .dropdown-menu,
.cid-uYI6hZt9Fa .navbar.opened {
  background: #071705 !important;
}
.cid-uYI6hZt9Fa .nav-item:focus,
.cid-uYI6hZt9Fa .nav-link:focus {
  outline: none;
}
.cid-uYI6hZt9Fa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYI6hZt9Fa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYI6hZt9Fa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYI6hZt9Fa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYI6hZt9Fa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYI6hZt9Fa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYI6hZt9Fa .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI6hZt9Fa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYI6hZt9Fa .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYI6hZt9Fa .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYI6hZt9Fa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYI6hZt9Fa .navbar.collapsed {
  justify-content: center;
}
.cid-uYI6hZt9Fa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYI6hZt9Fa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYI6hZt9Fa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYI6hZt9Fa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYI6hZt9Fa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYI6hZt9Fa .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-uYI6hZt9Fa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYI6hZt9Fa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYI6hZt9Fa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYI6hZt9Fa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYI6hZt9Fa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYI6hZt9Fa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYI6hZt9Fa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYI6hZt9Fa .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-uYI6hZt9Fa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYI6hZt9Fa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYI6hZt9Fa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYI6hZt9Fa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYI6hZt9Fa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYI6hZt9Fa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYI6hZt9Fa .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYI6hZt9Fa .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYI6hZt9Fa .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYI6hZt9Fa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYI6hZt9Fa .navbar-brand .navbar-caption:hover,
.cid-uYI6hZt9Fa .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI6hZt9Fa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYI6hZt9Fa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYI6hZt9Fa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYI6hZt9Fa .dropdown-item.active,
.cid-uYI6hZt9Fa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYI6hZt9Fa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYI6hZt9Fa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYI6hZt9Fa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYI6hZt9Fa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYI6hZt9Fa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYI6hZt9Fa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYI6hZt9Fa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYI6hZt9Fa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYI6hZt9Fa ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYI6hZt9Fa .navbar-buttons {
  text-align: center;
}
.cid-uYI6hZt9Fa .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYI6hZt9Fa .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYI6hZt9Fa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYI6hZt9Fa button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYI6hZt9Fa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYI6hZt9Fa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYI6hZt9Fa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI6hZt9Fa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYI6hZt9Fa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYI6hZt9Fa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI6hZt9Fa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYI6hZt9Fa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYI6hZt9Fa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYI6hZt9Fa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYI6hZt9Fa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYI6hZt9Fa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYI6hZt9Fa .navbar {
    height: 70px;
  }
  .cid-uYI6hZt9Fa .navbar.opened {
    height: auto;
  }
  .cid-uYI6hZt9Fa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYI6hZt9Fa .navbar-nav {
  margin: 0 auto;
}
.cid-uYI6hZt9Fa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYI6hZt9Fa .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYI6hZt9Fa .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYI6hZt9Fa .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYI6hZt9Fa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYI6hZt9Fa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYI6hZt9Fa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYI6hZt9Fa .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYI6hZt9Fa .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYI6hZt9Fa .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYI6hZt9Fa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYI6hZt9Fa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYI6hZt9Fa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYI6hZt9Fa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYI6hZt9Fa .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYI6hZt9Fa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYI6hZt9Fa .content-wrap {
  min-height: 110px;
}
.cid-uYI6hZt9Fa .navbar-caption {
  color: #FFFFFF;
}
.cid-uYI6hZt9Fa .nav-link,
.cid-uYI6hZt9Fa .dropdown-item {
  color: #FFFFFF;
}
.cid-uYI6hYD2IL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYI6hYD2IL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI6hYD2IL .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-uYI6hYD2IL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI6hYD2IL .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI6hYD2IL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYI6hYD2IL .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYI6hYD2IL .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYI6hYD2IL .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYI6hYD2IL .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYI6hYD2IL .mbr-label {
  color: #ffffff;
}
.cid-uYI6hYD2IL .mbr-section-title {
  color: #ffffff;
}
.cid-uYI6hYD2IL label {
  color: #ffffff;
}
.cid-uYI6hYD2IL .mbr-section-title,
.cid-uYI6hYD2IL .title-wrapper {
  color: #ffffff;
}
.cid-uYI6hZauDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYI6hZauDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI6hZauDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI6hZauDA .row {
  justify-content: center;
}
.cid-uYI6hZauDA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYI6hZauDA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI6hZauDA .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYI6hZauDA .item {
    margin-bottom: 16px;
  }
}
.cid-uYI6hZauDA .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYI6hZauDA .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYI6hZauDA .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYI6hZauDA .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYI6hZauDA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYI6hZauDA .card-title {
  color: #000000;
}
.cid-uYI6hZauDA .mbr-section-title,
.cid-uYI6hZauDA .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYI6hZauDA .card-title,
.cid-uYI6hZauDA .contact-wrapper {
  color: #000000;
}
.cid-uYI6i00yQz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYI6i00yQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYI6i00yQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYI6i00yQz .row {
  justify-content: center;
}
.cid-uYI6i00yQz .card {
  justify-content: center;
}
.cid-uYI6i00yQz .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYI6i00yQz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYI6i00yQz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYI6i00yQz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYI6i00yQz .nav-wrapper .list .item-wrap:hover,
.cid-uYI6i00yQz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYI6i00yQz .list,
.cid-uYI6i00yQz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYKVPyg8m3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKVPyg8m3 nav.navbar {
  position: fixed;
}
.cid-uYKVPyg8m3 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYKVPyg8m3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKVPyg8m3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKVPyg8m3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYKVPyg8m3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYKVPyg8m3 .dropdown-item:hover,
.cid-uYKVPyg8m3 .dropdown-item:focus {
  background: #071705 !important;
  color: #abff4f !important;
}
.cid-uYKVPyg8m3 .dropdown-item:hover span {
  color: white;
}
.cid-uYKVPyg8m3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKVPyg8m3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKVPyg8m3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKVPyg8m3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKVPyg8m3 .nav-link {
  position: relative;
}
.cid-uYKVPyg8m3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYKVPyg8m3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKVPyg8m3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKVPyg8m3 .iconfont-wrapper:hover {
  color: #e1ff83 !important;
}
.cid-uYKVPyg8m3 .dropdown-menu,
.cid-uYKVPyg8m3 .navbar.opened {
  background: #071705 !important;
}
.cid-uYKVPyg8m3 .nav-item:focus,
.cid-uYKVPyg8m3 .nav-link:focus {
  outline: none;
}
.cid-uYKVPyg8m3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKVPyg8m3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKVPyg8m3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKVPyg8m3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKVPyg8m3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKVPyg8m3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKVPyg8m3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #071705;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKVPyg8m3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKVPyg8m3 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uYKVPyg8m3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYKVPyg8m3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKVPyg8m3 .navbar.collapsed {
  justify-content: center;
}
.cid-uYKVPyg8m3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKVPyg8m3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKVPyg8m3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uYKVPyg8m3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKVPyg8m3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKVPyg8m3 .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-uYKVPyg8m3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKVPyg8m3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKVPyg8m3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKVPyg8m3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKVPyg8m3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKVPyg8m3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKVPyg8m3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKVPyg8m3 .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-uYKVPyg8m3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKVPyg8m3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKVPyg8m3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYKVPyg8m3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKVPyg8m3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKVPyg8m3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKVPyg8m3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKVPyg8m3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKVPyg8m3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYKVPyg8m3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYKVPyg8m3 .navbar-brand .navbar-caption:hover,
.cid-uYKVPyg8m3 .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYKVPyg8m3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKVPyg8m3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKVPyg8m3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1ff83 !important;
}
.cid-uYKVPyg8m3 .dropdown-item.active,
.cid-uYKVPyg8m3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKVPyg8m3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKVPyg8m3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKVPyg8m3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKVPyg8m3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071705;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uYKVPyg8m3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKVPyg8m3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKVPyg8m3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKVPyg8m3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKVPyg8m3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKVPyg8m3 .navbar-buttons {
  text-align: center;
}
.cid-uYKVPyg8m3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uYKVPyg8m3 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYKVPyg8m3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKVPyg8m3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #071705 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKVPyg8m3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKVPyg8m3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKVPyg8m3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKVPyg8m3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKVPyg8m3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKVPyg8m3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKVPyg8m3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKVPyg8m3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKVPyg8m3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKVPyg8m3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKVPyg8m3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKVPyg8m3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYKVPyg8m3 .navbar {
    height: 70px;
  }
  .cid-uYKVPyg8m3 .navbar.opened {
    height: auto;
  }
  .cid-uYKVPyg8m3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKVPyg8m3 .navbar-nav {
  margin: 0 auto;
}
.cid-uYKVPyg8m3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKVPyg8m3 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uYKVPyg8m3 .nav-item .nav-link::after {
  color: #e1ff83 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYKVPyg8m3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #e1ff83 !important;
}
.cid-uYKVPyg8m3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKVPyg8m3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKVPyg8m3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uYKVPyg8m3 .nav-item .dropdown-menu .dropdown-item {
  color: #abff4f !important;
}
.cid-uYKVPyg8m3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1ff83 !important;
}
@media (max-width: 991px) {
  .cid-uYKVPyg8m3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKVPyg8m3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKVPyg8m3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKVPyg8m3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKVPyg8m3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKVPyg8m3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uYKVPyg8m3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uYKVPyg8m3 .content-wrap {
  min-height: 110px;
}
.cid-uYKVPyg8m3 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYKVPyg8m3 .nav-link,
.cid-uYKVPyg8m3 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYL1RaB0di {
  padding-top: 4rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
.cid-uYL1RaB0di .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #000000;
  pointer-events: none;
}
.cid-uYL1RaB0di .container-bg .shadow-wrap {
  background-image: linear-gradient(#acfe00 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.cid-uYL1RaB0di .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYL1RaB0di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYL1RaB0di .row {
  justify-content: center;
}
.cid-uYL1RaB0di .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYL1RaB0di .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYL1RaB0di .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYL1RaB0di .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYL1RaB0di .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYL1RaB0di .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYL1RaB0di .mbr-section-title {
  color: #000000;
}
.cid-uYL1RaB0di .mbr-text,
.cid-uYL1RaB0di .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYL1RaB0di .mbr-section-title,
.cid-uYL1RaB0di .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYKWsdlGu7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKWsdlGu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKWsdlGu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKWsdlGu7 .row {
  justify-content: center;
}
.cid-uYKWsdlGu7 .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKWsdlGu7 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKWsdlGu7 .video-wrap {
  position: relative;
}
.cid-uYKWsdlGu7 .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKWsdlGu7 .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKWsdlGu7 .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWsdlGu7 .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWtdsWj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKWtdsWj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKWtdsWj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKWtdsWj7 .row {
  justify-content: center;
}
.cid-uYKWtdsWj7 .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKWtdsWj7 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKWtdsWj7 .video-wrap {
  position: relative;
}
.cid-uYKWtdsWj7 .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKWtdsWj7 .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKWtdsWj7 .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWtdsWj7 .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWusi639 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKWusi639 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKWusi639 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKWusi639 .row {
  justify-content: center;
}
.cid-uYKWusi639 .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKWusi639 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKWusi639 .video-wrap {
  position: relative;
}
.cid-uYKWusi639 .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKWusi639 .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKWusi639 .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWusi639 .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWvy2l4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKWvy2l4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKWvy2l4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKWvy2l4o .row {
  justify-content: center;
}
.cid-uYKWvy2l4o .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKWvy2l4o .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKWvy2l4o .video-wrap {
  position: relative;
}
.cid-uYKWvy2l4o .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKWvy2l4o .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKWvy2l4o .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWvy2l4o .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWwAGOGW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKWwAGOGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKWwAGOGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKWwAGOGW .row {
  justify-content: center;
}
.cid-uYKWwAGOGW .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKWwAGOGW .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKWwAGOGW .video-wrap {
  position: relative;
}
.cid-uYKWwAGOGW .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKWwAGOGW .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKWwAGOGW .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWwAGOGW .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWxpEAAY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKWxpEAAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKWxpEAAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKWxpEAAY .row {
  justify-content: center;
}
.cid-uYKWxpEAAY .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKWxpEAAY .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKWxpEAAY .video-wrap {
  position: relative;
}
.cid-uYKWxpEAAY .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKWxpEAAY .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKWxpEAAY .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWxpEAAY .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWypIYsC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKWypIYsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKWypIYsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKWypIYsC .row {
  justify-content: center;
}
.cid-uYKWypIYsC .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKWypIYsC .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKWypIYsC .video-wrap {
  position: relative;
}
.cid-uYKWypIYsC .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKWypIYsC .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKWypIYsC .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWypIYsC .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWzipDlD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKWzipDlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKWzipDlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKWzipDlD .row {
  justify-content: center;
}
.cid-uYKWzipDlD .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKWzipDlD .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKWzipDlD .video-wrap {
  position: relative;
}
.cid-uYKWzipDlD .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKWzipDlD .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKWzipDlD .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKWzipDlD .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKZfVt7sd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKZfVt7sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKZfVt7sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKZfVt7sd .row {
  justify-content: center;
}
.cid-uYKZfVt7sd .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKZfVt7sd .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKZfVt7sd .video-wrap {
  position: relative;
}
.cid-uYKZfVt7sd .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKZfVt7sd .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKZfVt7sd .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKZfVt7sd .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKZzLbrkT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKZzLbrkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKZzLbrkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKZzLbrkT .row {
  justify-content: center;
}
.cid-uYKZzLbrkT .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKZzLbrkT .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKZzLbrkT .video-wrap {
  position: relative;
}
.cid-uYKZzLbrkT .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKZzLbrkT .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKZzLbrkT .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKZzLbrkT .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKZVah1dK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYKZVah1dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKZVah1dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKZVah1dK .row {
  justify-content: center;
}
.cid-uYKZVah1dK .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKZVah1dK .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYKZVah1dK .video-wrap {
  position: relative;
}
.cid-uYKZVah1dK .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYKZVah1dK .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYKZVah1dK .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKZVah1dK .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYL0bSAJly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYL0bSAJly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYL0bSAJly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYL0bSAJly .row {
  justify-content: center;
}
.cid-uYL0bSAJly .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYL0bSAJly .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYL0bSAJly .video-wrap {
  position: relative;
}
.cid-uYL0bSAJly .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYL0bSAJly .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYL0bSAJly .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYL0bSAJly .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYL0mJun2F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYL0mJun2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYL0mJun2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYL0mJun2F .row {
  justify-content: center;
}
.cid-uYL0mJun2F .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #cbff5b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYL0mJun2F .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYL0mJun2F .video-wrap {
  position: relative;
}
.cid-uYL0mJun2F .video-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uYL0mJun2F .video-wrap .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uYL0mJun2F .video-wrap .mbr-figure iframe {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYL0mJun2F .video-wrap .mbr-figure .app-video-wrapper img {
  border: 3px solid #cbff5b;
  background-color: #cbff5b;
}
.cid-uYKVPyGzxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYKVPyGzxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKVPyGzxf .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-uYKVPyGzxf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYKVPyGzxf .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYKVPyGzxf .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYKVPyGzxf .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYKVPyGzxf .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #e2fa0e !important;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYKVPyGzxf .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uYKVPyGzxf .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYKVPyGzxf .mbr-label {
  color: #ffffff;
}
.cid-uYKVPyGzxf .mbr-section-title {
  color: #ffffff;
}
.cid-uYKVPyGzxf label {
  color: #ffffff;
}
.cid-uYKVPyGzxf .mbr-section-title,
.cid-uYKVPyGzxf .title-wrapper {
  color: #ffffff;
}
.cid-uYKVPyZdtR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uYKVPyZdtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKVPyZdtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKVPyZdtR .row {
  justify-content: center;
}
.cid-uYKVPyZdtR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYKVPyZdtR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYKVPyZdtR .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYKVPyZdtR .item {
    margin-bottom: 16px;
  }
}
.cid-uYKVPyZdtR .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #bcff30;
}
.cid-uYKVPyZdtR .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYKVPyZdtR .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #bcff30;
}
.cid-uYKVPyZdtR .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uYKVPyZdtR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYKVPyZdtR .card-title {
  color: #000000;
}
.cid-uYKVPyZdtR .mbr-section-title,
.cid-uYKVPyZdtR .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYKVPyZdtR .card-title,
.cid-uYKVPyZdtR .contact-wrapper {
  color: #000000;
}
.cid-uYKVPzgrAb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071705;
}
.cid-uYKVPzgrAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKVPzgrAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKVPzgrAb .row {
  justify-content: center;
}
.cid-uYKVPzgrAb .card {
  justify-content: center;
}
.cid-uYKVPzgrAb .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYKVPzgrAb .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYKVPzgrAb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYKVPzgrAb .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uYKVPzgrAb .nav-wrapper .list .item-wrap:hover,
.cid-uYKVPzgrAb .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uYKVPzgrAb .list,
.cid-uYKVPzgrAb .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
