.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Anonymous Pro;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 7.5rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
  line-height: 0.85;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-7 {
  font-family: 'Montserrat', 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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .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;
}
./* AUDIT-COMMENT-REMOVED: Mobirise bg color utilities moved to assets/theme/css/mbr-additional.removed.css */
.btn-primary .mbr-iconfont {
  color: #39ff14 !important;
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #39ff14 !important;
  border-color: #39ff14 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #64ff47 !important;
  border-color: #64ff47 !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: #64ff47 !important;
  background-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #64ff47 !important;
  border-color: #64ff47 !important;
}
.btn-secondary .mbr-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !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: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-info .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  color: #30ffbb !important;
  background-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #63ffcc !important;
  border-color: #63ffcc !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: #63ffcc !important;
  background-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
}
.btn-warning .mbr-iconfont {
  color: #ffb130 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb130 !important;
  border-color: #ffb130 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc463 !important;
  border-color: #ffc463 !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: #ffc463 !important;
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc463 !important;
  border-color: #ffc463 !important;
}
.btn-danger .mbr-iconfont {
  color: #ff3f30 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !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: #ff6e63 !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !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: #39ff14 !important;
  border: 2px solid #39ff14 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #39ff14;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1ebc00 !important;
  background-color: transparent !important;
  border-color: transparent !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: #1ebc00 !important;
  border: 2px solid #1ebc00 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #031400 !important;
  background-color: #39ff14 !important;
  border-color: #39ff14 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !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: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !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: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .mbr-iconfont {
  color: #30ffbb !important;
  border: 2px solid #30ffbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #30ffbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00d891 !important;
  background-color: transparent !important;
  border-color: transparent !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: #00d891 !important;
  border: 2px solid #00d891 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #003020 !important;
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #ffb130 !important;
  border: 2px solid #ffb130 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb130;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d88700 !important;
  background-color: transparent !important;
  border-color: transparent !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: #d88700 !important;
  border: 2px solid #d88700 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb130 !important;
  border-color: #ffb130 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ff3f30 !important;
  border: 2px solid #ff3f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff3f30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d81000 !important;
  background-color: transparent !important;
  border-color: transparent !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: #d81000 !important;
  border: 2px solid #d81000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline: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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline: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: #39ff14 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #30ffbb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffb130 !important;
}
.text-danger {
  color: #ff3f30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1bad00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00c987 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c97d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c90f00 !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: #39ff14;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffb130;
}
.alert-danger {
  background-color: #ff3f30;
}
.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: #39ff14;
  border-color: #39ff14;
  color: #072d00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #39ff14;
}
./* AUDIT-COMMENT-REMOVED: Mobirise plan-header color rules moved to assets/theme/css/mbr-additional.removed.css */
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #39ff14 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #39ff14;
}
/* 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: #39ff14;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #39ff14;
}
.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: #39ff14;
  border-bottom-color: #39ff14;
}
.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: #39ff14 !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: #232323 !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='%2339ff14' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v6Womu3212 .floating-socials {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 8px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid rgba(57, 255, 20, 0.2);
  border-left: none;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .floating-socials a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Womu3212 .floating-socials a:hover {
  color: #39ff14;
  transform: scale(1.2) translateX(3px);
  text-shadow: 0 0 10px #39ff14;
}
@media (min-width: 992px) {
  .cid-v6Womu3212 .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-v6Womu3212 .navbar-nav {
    margin-right: 20px;
  }
}
.cid-v6Womu3212 .navbar-dropdown {
  position: relative !important;
}
.cid-v6Womu3212 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-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-v6Womu3212 .dropdown-menu {
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(57, 255, 20, 0.1);
}
.cid-v6Womu3212 .dropdown-item {
  border-radius: 8px;
  background: #000000 !important;
  color: #39ff14 !important;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .dropdown-item:hover,
.cid-v6Womu3212 .dropdown-item:focus {
  background: rgba(57, 255, 20, 0.1) !important;
  color: #39ff14 !important;
  transform: translateX(5px);
}
.cid-v6Womu3212 .dropdown-item:last-child {
  margin-bottom: 0;
}
.cid-v6Womu3212 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6Womu3212 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6Womu3212 .nav-link {
  position: relative;
}
.cid-v6Womu3212 .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #39ff14;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v6Womu3212 .nav-link:hover::before {
  width: 80%;
}
.cid-v6Womu3212 .container,
.cid-v6Womu3212 .container-fluid {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v6Womu3212 .container,
  .cid-v6Womu3212 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v6Womu3212 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.4rem;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v6Womu3212 .iconfont-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #39ff14;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .iconfont-wrapper:hover {
  color: #39ff14 !important;
  transform: translateY(-3px) scale(1.1);
}
.cid-v6Womu3212 .iconfont-wrapper:hover::after {
  opacity: 0.2;
  transform: scale(1);
}
.cid-v6Womu3212 .dropdown-menu,
.cid-v6Womu3212 .navbar.opened {
  background: #000000 !important;
}
.cid-v6Womu3212 .nav-item:focus,
.cid-v6Womu3212 .nav-link:focus {
  outline: none;
}
.cid-v6Womu3212 .navbar {
  min-height: 90px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-v6Womu3212 .navbar.scrolled {
  min-height: 70px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.cid-v6Womu3212 .navbar.scrolled .navbar-brand {
  min-height: 70px;
}
.cid-v6Womu3212 .navbar.scrolled .navbar-logo img {
  height: 4rem !important;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar.scrolled .navbar-logo img {
    height: 2.8rem !important;
  }
}
.cid-v6Womu3212 .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar.opened {
    background: #000000 !important;
  }
  .cid-v6Womu3212 .navbar.opened::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: -1;
    animation: fadeIn 0.3s ease;
  }
}
.cid-v6Womu3212 .navbar .dropdown-item {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.cid-v6Womu3212 .navbar .navbar-logo img {
  width: auto;
  border-radius: 8px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v6Womu3212 .navbar .navbar-logo img:hover {
  transform: scale(1.05) rotate(2deg);
  filter: drop-shadow(0 0 10px #39ff14);
}
.cid-v6Womu3212 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-v6Womu3212 .navbar.collapsed {
  justify-content: center;
}
.cid-v6Womu3212 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6Womu3212 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6Womu3212 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6Womu3212 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6Womu3212 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.cid-v6Womu3212 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar {
    min-height: 70px;
  }
  .cid-v6Womu3212 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6Womu3212 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6Womu3212 .navbar.opened .navbar-collapse {
    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .cid-v6Womu3212 .navbar.opened .nav-item {
    animation: slideInLeft 0.5s cubic-bezier(0.4, 0, 0.2, 1) backwards;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(7) {
    animation-delay: 0.35s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(8) {
    animation-delay: 0.4s;
  }
  .cid-v6Womu3212 .navbar.opened .icons-menu {
    animation: fadeInUp 0.6s ease 0.3s backwards;
  }
  .cid-v6Womu3212 .navbar.opened .navbar-buttons {
    animation: fadeInUp 0.6s ease 0.4s backwards;
  }
  .cid-v6Womu3212 .navbar .navbar-logo img {
    height: 3.5rem !important;
  }
  .cid-v6Womu3212 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v6Womu3212 .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6Womu3212 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 75%;
  }
  .cid-v6Womu3212 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6Womu3212 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 12px;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1rem 0;
  }
}
.cid-v6Womu3212 .navbar.navbar-short {
  min-height: 80px;
}
.cid-v6Womu3212 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v6Womu3212 .navbar-brand {
  min-height: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  word-break: break-word !important;
  z-index: 1;
}
.cid-v6Womu3212 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .navbar-brand .navbar-caption:hover,
.cid-v6Womu3212 .navbar-brand .navbar-caption:focus {
  color: #39ff14 !important;
  text-shadow: 0 0 20px #39ff14;
}
.cid-v6Womu3212 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar-brand {
    min-height: 70px;
  }
}
.cid-v6Womu3212 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6Womu3212 ul.navbar-nav {
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .cid-v6Womu3212 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
  }
}
.cid-v6Womu3212 .navbar-buttons {
  text-align: center;
  margin-left: 16px;
}
.cid-v6Womu3212 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 12px 28px;
  min-height: auto;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.cid-v6Womu3212 .navbar-buttons .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.cid-v6Womu3212 .navbar-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(57, 255, 20, 0.4);
}
.cid-v6Womu3212 .navbar-buttons .btn:hover::before {
  width: 300px;
  height: 300px;
}
.cid-v6Womu3212 .navbar-buttons .btn:active {
  transform: translateY(0);
}
.cid-v6Womu3212 .navbar-buttons .btn .mbr-iconfont {
  width: 20px;
  height: 20px;
  min-width: 20px;
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(15deg) scale(1.1);
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar-buttons .btn {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
    padding: 16px 32px;
    font-size: 1.1rem;
  }
}
.cid-v6Womu3212 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 12px;
  background-color: rgba(57, 255, 20, 0.1) !important;
  border: 1px solid rgba(57, 255, 20, 0.2) !important;
}
.cid-v6Womu3212 button.navbar-toggler:hover {
  background-color: rgba(57, 255, 20, 0.2) !important;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(57, 255, 20, 0.3);
}
.cid-v6Womu3212 button.navbar-toggler:active {
  transform: scale(0.95);
}
.cid-v6Womu3212 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 5px rgba(57, 255, 20, 0.5);
}
.cid-v6Womu3212 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 16px;
  left: 14px;
}
.cid-v6Womu3212 button.navbar-toggler .hamburger span:nth-child(2),
.cid-v6Womu3212 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 14px;
  top: 24px;
}
.cid-v6Womu3212 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 14px;
  top: 32px;
}
.cid-v6Womu3212 nav.opened .hamburger span:nth-child(1),
.cid-v6Womu3212 nav.opened .hamburger span:nth-child(4) {
  width: 0;
  opacity: 0;
  left: 50%;
}
.cid-v6Womu3212 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v6Womu3212 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v6Womu3212 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6Womu3212 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Womu3212 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
  gap: 4px;
}
.cid-v6Womu3212 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6Womu3212 .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  border-radius: 8px;
  position: relative;
}
.cid-v6Womu3212 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.1), rgba(57, 255, 20, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-v6Womu3212 .nav-item .nav-link:hover {
  background-color: rgba(57, 255, 20, 0.1);
  color: #39ff14 !important;
}
.cid-v6Womu3212 .nav-item .nav-link:hover::after {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .nav-item .nav-link {
    padding: 18px 24px !important;
    font-size: 1.1rem;
    border-left: 3px solid transparent;
    border-radius: 0;
  }
  .cid-v6Womu3212 .nav-item .nav-link:hover {
    border-left-color: #39ff14;
    background: linear-gradient(90deg, rgba(57, 255, 20, 0.1), transparent);
  }
}

@media (min-width: 992px) {
  /* Make navbar links bold and prominent, minimize horizontal spacing, and center the nav list */
  .cid-v6Womu3212 .nav-item .nav-link {
    padding: 0.5rem 0.2rem !important;
    font-size: 1.25rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .cid-v6Womu3212 .navbar-expand-lg .navbar-nav {
    gap: 4px; /* tighter gap */
    margin: 0 auto; /* center between logo and buttons */
    justify-content: center;
    align-items: center;
  }
  /* Ensure navbar container aligns items center to avoid visual shift */
  .cid-v6Womu3212 .navbar {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6Womu3212 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6Womu3212 .navbar-collapse {
    padding: 24px 0 3rem;
    width: 100%;
  }
  .cid-v6Womu3212 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 0;
  }
  .cid-v6Womu3212 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v6Womu3212 .navbar-collapse .nav-item .nav-link {
    width: 100%;
  }
}
.cid-v6Womu3212 .content-wrap {
  min-height: 90px;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .content-wrap {
    min-height: 70px;
  }
}
.cid-uD3ojES6v3 {
  overflow: visible;
  position: relative;
}
.cid-uD3ojES6v3 .mbr-section-title {
  color: #39ff14;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 0.9;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
  font-size: 5.5rem;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .mbr-section-title {
    font-size: 3.5rem;
    white-space: normal;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .cid-uD3ojES6v3 .mbr-section-title {
    white-space: nowrap;
    font-size: 11vw;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    display: block;
  }
}
.cid-uD3ojES6v3 .mbr-section-subtitle {
  color: #ffffff;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 0.9;
  font-size: 4rem;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .mbr-section-subtitle {
    font-size: 2.5rem;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .cid-uD3ojES6v3 .mbr-section-subtitle {
    white-space: nowrap;
    font-size: 6.5vw;
    margin-top: 0;
    width: 100%;
    text-align: center;
    display: block;
  }
}
.cid-uD3ojES6v3 .mbr-text {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .mbr-text {
    font-size: 1.1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uD3ojES6v3 .mbr-section-btn .btn {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .mbr-section-btn .btn {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .mbr-section-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0 !important;
    text-align: center;
  }
}
.cid-uD3ojES6v3 .social-row {
  display: none;
  align-items: center;
  justify-content: center;
}
.cid-uD3ojES6v3 .social-row a {
  text-decoration: none;
  line-height: 1;
  display: flex;
}
.cid-uD3ojES6v3 .social-row span {
  font-size: 1.8rem;
  color: #ffffff;
  transition: all 0.3s ease;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.cid-uD3ojES6v3 .social-row span:hover {
  color: #39ff14;
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .social-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 12px 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uD3ojES6v3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3ojES6v3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/barbershop-kaunas-jonavos-gatve-rezervacija-2000x3000.webp");
}
.cid-uD3ojES6v3 .hero-lang-bar {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: auto;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cid-uD3ojES6v3 .hero-lang-bar {
    top: 15px;
    padding: 6px 12px;
    gap: 2px;
  }
}
@media (max-width: 480px) {
  .cid-uD3ojES6v3 .hero-lang-bar {
    top: 10px;
    padding: 5px 10px;
    gap: 1px;
  }
}
.cid-uD3ojES6v3 .lang-link {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cid-uD3ojES6v3 .lang-link {
    font-size: 0.8rem;
    padding: 3px 5px;
  }
}
@media (max-width: 480px) {
  .cid-uD3ojES6v3 .lang-link {
    font-size: 0.75rem;
    padding: 2px 4px;
  }
}
.cid-uD3ojES6v3 .lang-link:hover,
.cid-uD3ojES6v3 .lang-link.lang-active {
  color: #39ff14 !important;
  text-shadow: 0 0 8px #39ff14;
  background: rgba(57, 255, 20, 0.1);
}
.cid-uD3ojES6v3 .lang-separator {
  color: #666;
  font-weight: 300;
  font-size: 1rem;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .cid-uD3ojES6v3 .lang-separator {
    font-size: 0.8rem;
    margin: 0 2px;
  }
}
@media (max-width: 480px) {
  .cid-uD3ojES6v3 .lang-separator {
    font-size: 0.75rem;
    margin: 0 1px;
  }
}
.cid-uD3ojES6v3 .row {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .cid-uD3ojES6v3 .row {
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  .cid-uD3ojES6v3 .row {
    padding-top: 100px;
  }
}
.cid-uD3ojES6v3 .relative-position {
  position: relative;
  z-index: 2;
}
.cid-uD3ojES6v3 .text-glow-wrapper {
  position: relative;
  padding: 30px;
  border-radius: 20px;
}
.cid-uD3ojES6v3 .text-glow-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
  filter: blur(80px);
  transform: scale(1.2);
  border-radius: 30%;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .text-glow-wrapper {
    padding: 15px;
  }
  .cid-uD3ojES6v3 .text-glow-wrapper::before {
    filter: blur(50px);
    transform: scale(1.1);
  }
}
.cid-uD3ojES6v3 .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .title-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uD3ojES6v3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uD3ojES6v3 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .image-wrapper {
    display: block;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0;
  }
}
.cid-uD3ojES6v3 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#39ff14, transparent);
  filter: blur(100px);
  z-index: 0;
}
.cid-uD3ojES6v3 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .image-wrapper .image-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-uD3ojES6v3 .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uD3ojES6v3 .image-wrapper .image-wrap img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}
.cid-uD3ojES6v3 .text-wrapper {
  color: #ffffff;
}
.cid-uD3ojES6v3 .btn-primary {
  background-color: #39ff14 !important;
  border-color: #39ff14 !important;
  color: #000 !important;
  font-weight: 800 !important;
  font-family: 'Montserrat', sans-serif !important;
}
.cid-uD3ojES6v3 .btn-primary:hover {
  background-color: transparent !important;
  color: #39ff14 !important;
  border-color: #39ff14 !important;
}
.cid-uD3ojES6v3 .seo-header {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cid-uD3okyI8Pl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uD3okyI8Pl .item:focus,
.cid-uD3okyI8Pl span:focus {
  outline: none;
}
.cid-uD3okyI8Pl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uD3okyI8Pl .item {
  font-weight: 700;
  padding: 15px 0;
  color: #39ff14;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uD3okyI8Pl .item {
    min-height: 45px;
  }
}
.cid-v6Smvka2rl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f0f0f;
}
.cid-v6Smvka2rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Smvka2rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Smvka2rl .row {
  justify-content: center;
}
.cid-v6Smvka2rl .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6Smvka2rl .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v6Smvka2rl .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6Smvka2rl .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v6Smvka2rl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: #39ff14;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .cid-v6Smvka2rl .content-wrapper .title-wrapper .mbr-section-title {
    font-size: 3.5rem;
    text-align: center;
  }
}
.cid-v6Smvka2rl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-v6Smvka2rl .content-wrapper .title-wrapper .mbr-section-subtitle {
    text-align: center;
    font-size: 1.5rem;
  }
}
.cid-v6Smvka2rl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-v6Smvka2rl .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
}
.cid-v6Smvka2rl .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6Smvka2rl .image-wrapper {
    display: block;
  }
}
.cid-v6Smvka2rl .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#39ff14, transparent);
  filter: blur(100px);
}
.cid-v6Smvka2rl .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v6Smvka2rl .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v6Smvka2rl .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v6Smvka2rl .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-v6OyNNVirB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v6OyNNVirB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6OyNNVirB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6OyNNVirB .row {
  justify-content: center;
}
.cid-v6OyNNVirB .title-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6OyNNVirB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v6OyNNVirB .title-wrapper .mbr-section-title {
  margin-bottom: 1rem;
  color: #39FF14;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -1px;
}
.cid-v6OyNNVirB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
}
.cid-v6OyNNVirB .title-wrapper .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif !important;
}
.cid-v6OyNNVirB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-v6OyNNVirB .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v6OyNNVirB .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-v6OyNNVirB .items-wrapper {
    display: block;
  }
}
.cid-v6OyNNVirB .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-v6OyNNVirB .item {
    margin-bottom: 16px;
  }
}
.cid-v6OyNNVirB .item:hover,
.cid-v6OyNNVirB .item:focus {
  transform: translateY(-10px);
}
@media (max-width: 992px) {
  .cid-v6OyNNVirB .item:hover,
  .cid-v6OyNNVirB .item:focus {
    transform: none;
  }
}
.cid-v6OyNNVirB .item:hover .item-wrapper,
.cid-v6OyNNVirB .item:focus .item-wrapper {
  box-shadow: 0 0 30px rgba(57, 255, 20, 0.25);
}
.cid-v6OyNNVirB .item:hover .item-wrapper .item-img img,
.cid-v6OyNNVirB .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v6OyNNVirB .item .item-wrapper {
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, #0a1f0a 100%) !important;
  border: 1px solid #39FF14 !important;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-v6OyNNVirB .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-v6OyNNVirB .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-v6OyNNVirB .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6OyNNVirB .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v6OyNNVirB .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #39ff14;
  color: #000000;
  padding: 14px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cid-v6OyNNVirB .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6OyNNVirB .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-v6OyNNVirB .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v6OyNNVirB .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6OyNNVirB .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-v6OyNNVirB .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v6OyNNVirB .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v6OyNNVirB .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v6OyNNVirB .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  background-image: linear-gradient(135deg, #39ff14 0%, #219605 100%) !important;
  background-color: transparent !important;
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.cid-v6OyNNVirB .item .item-wrapper .card-box .mbr-section-btn .btn:hover {
  background-image: linear-gradient(135deg, #ffffff 0%, #39ff14 100%) !important;
  box-shadow: 0 0 20px rgba(57, 255, 20, 0.7);
  transform: scale(1.02);
}
.cid-v6OyNNVirB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v6OyNNVirB .card-title {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
.cid-v6OyNNVirB .card-text {
  color: #dddddd !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
}
.cid-v6OyNNVirB .iconfont-wrapper {
  text-align: center;
}
.cid-v6OyNNVirB .mbr-tag {
  color: #000000;
}
.cid-uD3ord3MZt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uD3ord3MZt .item:focus,
.cid-uD3ord3MZt span:focus {
  outline: none;
}
.cid-uD3ord3MZt .item {
  cursor: pointer;
}
.cid-uD3ord3MZt .grid-container {
  grid-row-gap: 48px;
}
@media (max-width: 1200px) {
  .cid-uD3ord3MZt .grid-container {
    grid-row-gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uD3ord3MZt .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uD3ord3MZt .grid-container-1,
.cid-uD3ord3MZt .grid-container-2,
.cid-uD3ord3MZt .grid-container-3 {
  gap: 0 48px;
}
@media (max-width: 1200px) {
  .cid-uD3ord3MZt .grid-container-1,
  .cid-uD3ord3MZt .grid-container-2,
  .cid-uD3ord3MZt .grid-container-3 {
    gap: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uD3ord3MZt .grid-container-1,
  .cid-uD3ord3MZt .grid-container-2,
  .cid-uD3ord3MZt .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uD3ord3MZt .title-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uD3ord3MZt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD3ord3MZt .mbr-section-title {
  color: #39ff14;
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  font-size: 4rem;
  text-shadow: 0 0 10px rgba(57, 255, 20, 0.4);
  margin-bottom: 1rem;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .cid-uD3ord3MZt .mbr-section-title {
    font-size: 3rem;
  }
}
.cid-uD3ord3MZt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 1.8rem;
}
.cid-uD3ord3MZt .content-head {
  width: 100%;
}
.cid-uD3ord3MZt .container,
.cid-uD3ord3MZt .container-fluid {
  overflow: hidden;
}
.cid-uD3ord3MZt .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uD3ord3MZt .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-3deg);
  padding: 10px 0;
}
@media (max-width: 992px) {
  .cid-uD3ord3MZt .grid-item {
    transform: none;
  }
}
.cid-uD3ord3MZt .grid-item:nth-child(2n) {
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uD3ord3MZt .grid-item:nth-child(2n) {
    transform: none;
  }
}
.cid-uD3ord3MZt .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  border: 1px solid rgba(57, 255, 20, 0.3);
}
@media (max-width: 1200px) {
  .cid-uD3ord3MZt .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uD3ord3MZt .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uD3ord3MZt .grid-container-1,
.cid-uD3ord3MZt .grid-container-2,
.cid-uD3ord3MZt .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uD3ord3MZt .grid-container-1 {
  align-items: flex-end;
}
.cid-uD3ord3MZt .grid-container-2 {
  align-items: flex-start;
}
.cid-v6OmsYpmW6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #0f0f0f;
}
.cid-v6OmsYpmW6 .mbr-section-title {
  color: #39ff14;
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  font-size: 4.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
  text-shadow: 0 0 15px rgba(57, 255, 20, 0.4);
}
@media (max-width: 992px) {
  .cid-v6OmsYpmW6 .mbr-section-title {
    font-size: 3rem;
  }
}
.cid-v6OmsYpmW6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 1.5rem;
  opacity: 0.9;
}
.cid-v6OmsYpmW6 .row {
  justify-content: center;
}
.cid-v6OmsYpmW6 .ti-widget-container {
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
.cid-v6OmsYpmW6 .trustindex-wrapper {
  position: relative;
}
.cid-v6OmsYpmW6 .trustindex-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 100%;
  background-image: radial-gradient(rgba(57, 255, 20, 0.2), transparent);
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v6OmsYpmW6 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.cid-uD3otsGFHW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uD3otsGFHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3otsGFHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3otsGFHW .row {
  justify-content: center;
}
.cid-uD3otsGFHW .mbr-section-title {
  color: #39ff14;
  text-shadow: 0 0 10px rgba(57, 255, 20, 0.4);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.cid-uD3otsGFHW .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.9;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-uD3otsGFHW .card {
  justify-content: center;
}
.cid-uD3otsGFHW .panel-group .card {
  position: relative;
  padding: 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uD3otsGFHW .panel-group .card {
    padding: 15px 0;
  }
}
.cid-uD3otsGFHW .panel-group .card:first-child {
  border-top: 1px solid #232323;
}
.cid-uD3otsGFHW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uD3otsGFHW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.cid-uD3otsGFHW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  padding-right: 15px;
}
.cid-uD3otsGFHW .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #39ff14;
}
.cid-uD3otsGFHW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #39ff14;
}
.cid-uD3otsGFHW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #39ff14;
}
.cid-uD3otsGFHW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uD3otsGFHW .panel-group .card .panel-collapse .panel-body {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .cid-uD3otsGFHW .panel-group .card .panel-collapse .panel-body {
    margin-top: 15px;
  }
}
.cid-uD3otsGFHW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: 0.9;
}
.cid-uD3otsGFHW .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uD3otsGFHW .panel-text {
  color: #ffffff;
}
.cid-v6OlKSnf1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v6OlKSnf1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6OlKSnf1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6OlKSnf1l .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cid-v6OlKSnf1l .items-wrapper {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-v6OlKSnf1l .item {
  margin-bottom: 0;
}
.cid-v6OlKSnf1l .contact-wrapper {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.cid-v6OlKSnf1l .contact-wrapper.no-border {
  border-bottom: none;
}
.cid-v6OlKSnf1l .contact-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v6OlKSnf1l .icon-box {
  margin-right: 20px;
  min-width: 40px;
  text-align: center;
}
.cid-v6OlKSnf1l .mbr-iconfont {
  font-size: 24px;
  color: #39ff14 !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}
.cid-v6OlKSnf1l .text-box {
  flex: 1;
}
.cid-v6OlKSnf1l .card-title {
  color: #ffffff !important;
  margin: 0;
  line-height: 1.4;
}
.cid-v6OlKSnf1l .card-title a {
  text-decoration: none;
  transition: 0.3s;
}
.cid-v6OlKSnf1l .card-title a:hover {
  color: #39ff14 !important;
}
.cid-v6OlKSnf1l .btn-primary {
  background-color: #39ff14 !important;
  border-color: #39ff14 !important;
  color: #000000 !important;
  font-weight: 800;
  border-radius: 30px;
  padding: 15px 40px;
  letter-spacing: 1px;
}
.cid-v6OlKSnf1l .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 20px rgba(57, 255, 20, 0.5);
}
@media (max-width: 768px) {
  .cid-v6OlKSnf1l .items-wrapper {
    padding: 10px;
  }
  .cid-v6OlKSnf1l .contact-wrapper {
    padding: 15px 0;
  }
}
.cid-uD3pAG05Om {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uD3pAG05Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3pAG05Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3pAG05Om .row {
  justify-content: center;
}
.cid-uD3pAG05Om .map-wrapper {
  position: relative;
}
.cid-uD3pAG05Om .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#39ff14, transparent);
  filter: blur(100px);
}
.cid-uD3pAG05Om .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #39ff14;
  background-color: #39ff14;
}
.cid-uD3pAG05Om .map-wrapper .google-map iframe {
  height: 750px;
}
@media (max-width: 1200px) {
  .cid-uD3pAG05Om .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uD3pAG05Om .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uD3ouk38xP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uD3ouk38xP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3ouk38xP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3ouk38xP .row {
  justify-content: center;
}
.cid-uD3ouk38xP .card {
  justify-content: center;
}
.cid-uD3ouk38xP .seo-keywords {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.cid-uD3ouk38xP .seo-keywords .dot {
  color: #39ff14;
  margin: 0 10px;
  font-weight: bold;
}
.cid-uD3ouk38xP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uD3ouk38xP .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD3ouk38xP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
.cid-uD3ouk38xP .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uD3ouk38xP .nav-wrapper .list .item-wrap a {
  text-decoration: none;
  transition: 0.3s;
}
.cid-uD3ouk38xP .nav-wrapper .list .item-wrap a:hover {
  color: #39ff14 !important;
}
.cid-uD3ouk38xP .list,
.cid-uD3ouk38xP .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uD3ouk38xP .social-icons .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uD3ouk38xP .social-icons .mbr-iconfont:hover {
  color: #000000 !important;
  background-color: #39ff14 !important;
  border-color: #39ff14 !important;
  transform: translateY(-3px);
  box-shadow: 0 0 15px rgba(57, 255, 20, 0.6);
}
.cid-uD3ouk38xP .lang-select {
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
}
.cid-uD3ouk38xP .lang-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 8px;
  transition: 0.3s;
  font-weight: 600;
}
.cid-uD3ouk38xP .lang-select a:hover,
.cid-uD3ouk38xP .lang-select a.active {
  color: #39ff14 !important;
}
.cid-uD3ouk38xP .lang-select span {
  color: #555;
  font-size: 0.8rem;
}
.cid-v6Womu3212 .floating-socials {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 8px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid rgba(57, 255, 20, 0.2);
  border-left: none;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .floating-socials a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Womu3212 .floating-socials a:hover {
  color: #39ff14;
  transform: scale(1.2) translateX(3px);
  text-shadow: 0 0 10px #39ff14;
}
@media (min-width: 992px) {
  .cid-v6Womu3212 .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-v6Womu3212 .navbar-nav {
    margin-right: 20px;
  }
}
.cid-v6Womu3212 .navbar-dropdown {
  position: relative !important;
}
.cid-v6Womu3212 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-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-v6Womu3212 .dropdown-menu {
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(57, 255, 20, 0.1);
}
.cid-v6Womu3212 .dropdown-item {
  border-radius: 8px;
  background: #000000 !important;
  color: #39ff14 !important;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .dropdown-item:hover,
.cid-v6Womu3212 .dropdown-item:focus {
  background: rgba(57, 255, 20, 0.1) !important;
  color: #39ff14 !important;
  transform: translateX(5px);
}
.cid-v6Womu3212 .dropdown-item:last-child {
  margin-bottom: 0;
}
.cid-v6Womu3212 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6Womu3212 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6Womu3212 .nav-link {
  position: relative;
}
.cid-v6Womu3212 .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #39ff14;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v6Womu3212 .nav-link:hover::before {
  width: 80%;
}
.cid-v6Womu3212 .container,
.cid-v6Womu3212 .container-fluid {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v6Womu3212 .container,
  .cid-v6Womu3212 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v6Womu3212 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.4rem;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v6Womu3212 .iconfont-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #39ff14;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .iconfont-wrapper:hover {
  color: #39ff14 !important;
  transform: translateY(-3px) scale(1.1);
}
.cid-v6Womu3212 .iconfont-wrapper:hover::after {
  opacity: 0.2;
  transform: scale(1);
}
.cid-v6Womu3212 .dropdown-menu,
.cid-v6Womu3212 .navbar.opened {
  background: #000000 !important;
}
.cid-v6Womu3212 .nav-item:focus,
.cid-v6Womu3212 .nav-link:focus {
  outline: none;
}
.cid-v6Womu3212 .navbar {
  min-height: 90px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-v6Womu3212 .navbar.scrolled {
  min-height: 70px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.cid-v6Womu3212 .navbar.scrolled .navbar-brand {
  min-height: 70px;
}
.cid-v6Womu3212 .navbar.scrolled .navbar-logo img {
  height: 4rem !important;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar.scrolled .navbar-logo img {
    height: 2.8rem !important;
  }
}
.cid-v6Womu3212 .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar.opened {
    background: #000000 !important;
  }
  .cid-v6Womu3212 .navbar.opened::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: -1;
    animation: fadeIn 0.3s ease;
  }
}
.cid-v6Womu3212 .navbar .dropdown-item {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.cid-v6Womu3212 .navbar .navbar-logo img {
  width: auto;
  border-radius: 8px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v6Womu3212 .navbar .navbar-logo img:hover {
  transform: scale(1.05) rotate(2deg);
  filter: drop-shadow(0 0 10px #39ff14);
}
.cid-v6Womu3212 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-v6Womu3212 .navbar.collapsed {
  justify-content: center;
}
.cid-v6Womu3212 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6Womu3212 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6Womu3212 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6Womu3212 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6Womu3212 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.cid-v6Womu3212 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar {
    min-height: 70px;
  }
  .cid-v6Womu3212 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6Womu3212 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6Womu3212 .navbar.opened .navbar-collapse {
    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .cid-v6Womu3212 .navbar.opened .nav-item {
    animation: slideInLeft 0.5s cubic-bezier(0.4, 0, 0.2, 1) backwards;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(7) {
    animation-delay: 0.35s;
  }
  .cid-v6Womu3212 .navbar.opened .nav-item:nth-child(8) {
    animation-delay: 0.4s;
  }
  .cid-v6Womu3212 .navbar.opened .icons-menu {
    animation: fadeInUp 0.6s ease 0.3s backwards;
  }
  .cid-v6Womu3212 .navbar.opened .navbar-buttons {
    animation: fadeInUp 0.6s ease 0.4s backwards;
  }
  .cid-v6Womu3212 .navbar .navbar-logo img {
    height: 3.5rem !important;
  }
  .cid-v6Womu3212 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v6Womu3212 .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6Womu3212 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 75%;
  }
  .cid-v6Womu3212 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6Womu3212 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 12px;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1rem 0;
  }
}
.cid-v6Womu3212 .navbar.navbar-short {
  min-height: 80px;
}
.cid-v6Womu3212 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v6Womu3212 .navbar-brand {
  min-height: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  word-break: break-word !important;
  z-index: 1;
}
.cid-v6Womu3212 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .navbar-brand .navbar-caption:hover,
.cid-v6Womu3212 .navbar-brand .navbar-caption:focus {
  color: #39ff14 !important;
  text-shadow: 0 0 20px #39ff14;
}
.cid-v6Womu3212 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar-brand {
    min-height: 70px;
  }
}
.cid-v6Womu3212 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6Womu3212 ul.navbar-nav {
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .cid-v6Womu3212 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
  }
}
.cid-v6Womu3212 .navbar-buttons {
  text-align: center;
  margin-left: 16px;
}
.cid-v6Womu3212 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 12px 28px;
  min-height: auto;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.cid-v6Womu3212 .navbar-buttons .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.cid-v6Womu3212 .navbar-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(57, 255, 20, 0.4);
}
.cid-v6Womu3212 .navbar-buttons .btn:hover::before {
  width: 300px;
  height: 300px;
}
.cid-v6Womu3212 .navbar-buttons .btn:active {
  transform: translateY(0);
}
.cid-v6Womu3212 .navbar-buttons .btn .mbr-iconfont {
  width: 20px;
  height: 20px;
  min-width: 20px;
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.cid-v6Womu3212 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(15deg) scale(1.1);
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar-buttons .btn {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
    padding: 16px 32px;
    font-size: 1.1rem;
  }
}
.cid-v6Womu3212 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 12px;
  background-color: rgba(57, 255, 20, 0.1) !important;
  border: 1px solid rgba(57, 255, 20, 0.2) !important;
}
.cid-v6Womu3212 button.navbar-toggler:hover {
  background-color: rgba(57, 255, 20, 0.2) !important;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(57, 255, 20, 0.3);
}
.cid-v6Womu3212 button.navbar-toggler:active {
  transform: scale(0.95);
}
.cid-v6Womu3212 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 5px rgba(57, 255, 20, 0.5);
}
.cid-v6Womu3212 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 16px;
  left: 14px;
}
.cid-v6Womu3212 button.navbar-toggler .hamburger span:nth-child(2),
.cid-v6Womu3212 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 14px;
  top: 24px;
}
.cid-v6Womu3212 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 14px;
  top: 32px;
}
.cid-v6Womu3212 nav.opened .hamburger span:nth-child(1),
.cid-v6Womu3212 nav.opened .hamburger span:nth-child(4) {
  width: 0;
  opacity: 0;
  left: 50%;
}
.cid-v6Womu3212 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v6Womu3212 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v6Womu3212 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6Womu3212 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Womu3212 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
  gap: 4px;
}
.cid-v6Womu3212 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6Womu3212 .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  border-radius: 8px;
  position: relative;
}
.cid-v6Womu3212 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.1), rgba(57, 255, 20, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-v6Womu3212 .nav-item .nav-link:hover {
  background-color: rgba(57, 255, 20, 0.1);
  color: #39ff14 !important;
}
.cid-v6Womu3212 .nav-item .nav-link:hover::after {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .nav-item .nav-link {
    padding: 18px 24px !important;
    font-size: 1.1rem;
    border-left: 3px solid transparent;
    border-radius: 0;
  }
  .cid-v6Womu3212 .nav-item .nav-link:hover {
    border-left-color: #39ff14;
    background: linear-gradient(90deg, rgba(57, 255, 20, 0.1), transparent);
  }
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6Womu3212 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6Womu3212 .navbar-collapse {
    padding: 24px 0 3rem;
    width: 100%;
  }
  .cid-v6Womu3212 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 0;
  }
  .cid-v6Womu3212 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v6Womu3212 .navbar-collapse .nav-item .nav-link {
    width: 100%;
  }
}
.cid-v6Womu3212 .content-wrap {
  min-height: 90px;
}
@media (max-width: 991px) {
  .cid-v6Womu3212 .content-wrap {
    min-height: 70px;
  }
}
.cid-v6Womu3212 .navbar-buttons .btn {
  background-image: linear-gradient(135deg, #39ff14 0%, #219605 100%) !important;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(57, 255, 20, 0.3) !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cid-v6Womu3212 .navbar-buttons .btn::before {
  display: none !important;
}
.cid-v6Womu3212 .navbar-buttons .btn:hover {
  background-image: linear-gradient(135deg, #ffffff 0%, #39ff14 100%) !important;
  box-shadow: 0 0 25px rgba(57, 255, 20, 0.6) !important;
  transform: translateY(-2px);
  color: #000000 !important;
}
.cid-v6Womu3212 .navbar-buttons .mbr-iconfont {
  color: #000000 !important;
}
.cid-v6WhtKl77N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v6WhtKl77N .mbr-section-title {
  color: #39ff14;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.cid-v6WhtKl77N .date-text {
  color: #888888;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.cid-v6WhtKl77N .text-wrapper {
  color: #e0e0e0;
  text-align: left;
  line-height: 1.8;
}
.cid-v6WhtKl77N .highlight {
  color: #ffffff;
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(57, 255, 20, 0.3);
  padding-bottom: 2px;
}
.cid-v6WhtKl77N a.text-primary {
  color: #39ff14 !important;
  text-decoration: none;
}
.cid-v6WhtKl77N a.text-primary:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cid-v6WhtKl77N .text-wrapper {
    text-align: left;
    padding: 0 10px;
  }
}
.cid-v6WhtLgdkz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6WhtLgdkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WhtLgdkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WhtLgdkz .row {
  justify-content: center;
}
.cid-v6WhtLgdkz .card {
  justify-content: center;
}
.cid-v6WhtLgdkz .seo-keywords {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.cid-v6WhtLgdkz .seo-keywords .dot {
  color: #39ff14;
  margin: 0 10px;
  font-weight: bold;
}
.cid-v6WhtLgdkz .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6WhtLgdkz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v6WhtLgdkz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
.cid-v6WhtLgdkz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v6WhtLgdkz .nav-wrapper .list .item-wrap a {
  text-decoration: none;
  transition: 0.3s;
}
.cid-v6WhtLgdkz .nav-wrapper .list .item-wrap a:hover {
  color: #39ff14 !important;
}
.cid-v6WhtLgdkz .list,
.cid-v6WhtLgdkz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6WhtLgdkz .social-icons .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-v6WhtLgdkz .social-icons .mbr-iconfont:hover {
  color: #000000 !important;
  background-color: #39ff14 !important;
  border-color: #39ff14 !important;
  transform: translateY(-3px);
  box-shadow: 0 0 15px rgba(57, 255, 20, 0.6);
}
.cid-v6WhtLgdkz .lang-select {
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
}
.cid-v6WhtLgdkz .lang-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 8px;
  transition: 0.3s;
  font-weight: 600;
}
.cid-v6WhtLgdkz .lang-select a:hover,
.cid-v6WhtLgdkz .lang-select a.active {
  color: #39ff14 !important;
}
.cid-v6WhtLgdkz .lang-select span {
  color: #555;
  font-size: 0.8rem;
}
.cid-v747SIlwxl .floating-socials {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 8px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid rgba(57, 255, 20, 0.2);
  border-left: none;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.cid-v747SIlwxl .floating-socials a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v747SIlwxl .floating-socials a:hover {
  color: #39ff14;
  transform: scale(1.2) translateX(3px);
  text-shadow: 0 0 10px #39ff14;
}
@media (min-width: 992px) {
  .cid-v747SIlwxl .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-v747SIlwxl .navbar-nav {
    margin-right: 20px;
  }
}
.cid-v747SIlwxl .navbar-dropdown {
  position: relative !important;
}
.cid-v747SIlwxl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-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-v747SIlwxl .dropdown-menu {
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(57, 255, 20, 0.1);
}
.cid-v747SIlwxl .dropdown-item {
  border-radius: 8px;
  background: #000000 !important;
  color: #39ff14 !important;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.cid-v747SIlwxl .dropdown-item:hover,
.cid-v747SIlwxl .dropdown-item:focus {
  background: rgba(57, 255, 20, 0.1) !important;
  color: #39ff14 !important;
  transform: translateX(5px);
}
.cid-v747SIlwxl .dropdown-item:last-child {
  margin-bottom: 0;
}
.cid-v747SIlwxl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v747SIlwxl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v747SIlwxl .nav-link {
  position: relative;
}
.cid-v747SIlwxl .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #39ff14;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v747SIlwxl .nav-link:hover::before {
  width: 80%;
}
.cid-v747SIlwxl .container,
.cid-v747SIlwxl .container-fluid {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v747SIlwxl .container,
  .cid-v747SIlwxl .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v747SIlwxl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.4rem;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v747SIlwxl .iconfont-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #39ff14;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.cid-v747SIlwxl .iconfont-wrapper:hover {
  color: #39ff14 !important;
  transform: translateY(-3px) scale(1.1);
}
.cid-v747SIlwxl .iconfont-wrapper:hover::after {
  opacity: 0.2;
  transform: scale(1);
}
.cid-v747SIlwxl .dropdown-menu,
.cid-v747SIlwxl .navbar.opened {
  background: #000000 !important;
}
.cid-v747SIlwxl .nav-item:focus,
.cid-v747SIlwxl .nav-link:focus {
  outline: none;
}
.cid-v747SIlwxl .navbar {
  min-height: 90px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-v747SIlwxl .navbar.scrolled {
  min-height: 70px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.cid-v747SIlwxl .navbar.scrolled .navbar-brand {
  min-height: 70px;
}
.cid-v747SIlwxl .navbar.scrolled .navbar-logo img {
  height: 4rem !important;
}
@media (max-width: 991px) {
  .cid-v747SIlwxl .navbar.scrolled .navbar-logo img {
    height: 2.8rem !important;
  }
}
.cid-v747SIlwxl .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-v747SIlwxl .navbar.opened {
    background: #000000 !important;
  }
  .cid-v747SIlwxl .navbar.opened::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: -1;
    animation: fadeIn 0.3s ease;
  }
}
.cid-v747SIlwxl .navbar .dropdown-item {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.cid-v747SIlwxl .navbar .navbar-logo img {
  width: auto;
  border-radius: 8px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v747SIlwxl .navbar .navbar-logo img:hover {
  transform: scale(1.05) rotate(2deg);
  filter: drop-shadow(0 0 10px #39ff14);
}
.cid-v747SIlwxl .navbar .navbar-collapse {
  z-index: 1;
}
.cid-v747SIlwxl .navbar.collapsed {
  justify-content: center;
}
.cid-v747SIlwxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v747SIlwxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v747SIlwxl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v747SIlwxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v747SIlwxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.cid-v747SIlwxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v747SIlwxl .navbar {
    min-height: 70px;
  }
  .cid-v747SIlwxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v747SIlwxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v747SIlwxl .navbar.opened .navbar-collapse {
    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .cid-v747SIlwxl .navbar.opened .nav-item {
    animation: slideInLeft 0.5s cubic-bezier(0.4, 0, 0.2, 1) backwards;
  }
  .cid-v747SIlwxl .navbar.opened .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v747SIlwxl .navbar.opened .nav-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v747SIlwxl .navbar.opened .nav-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v747SIlwxl .navbar.opened .nav-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v747SIlwxl .navbar.opened .nav-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v747SIlwxl .navbar.opened .nav-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v747SIlwxl .navbar.opened .nav-item:nth-child(7) {
    animation-delay: 0.35s;
  }
  .cid-v747SIlwxl .navbar.opened .nav-item:nth-child(8) {
    animation-delay: 0.4s;
  }
  .cid-v747SIlwxl .navbar.opened .icons-menu {
    animation: fadeInUp 0.6s ease 0.3s backwards;
  }
  .cid-v747SIlwxl .navbar.opened .navbar-buttons {
    animation: fadeInUp 0.6s ease 0.4s backwards;
  }
  .cid-v747SIlwxl .navbar .navbar-logo img {
    height: 3.5rem !important;
  }
  .cid-v747SIlwxl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v747SIlwxl .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-v747SIlwxl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 75%;
  }
  .cid-v747SIlwxl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v747SIlwxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 12px;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1rem 0;
  }
}
.cid-v747SIlwxl .navbar.navbar-short {
  min-height: 80px;
}
.cid-v747SIlwxl .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v747SIlwxl .navbar-brand {
  min-height: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  word-break: break-word !important;
  z-index: 1;
}
.cid-v747SIlwxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  transition: all 0.3s ease;
}
.cid-v747SIlwxl .navbar-brand .navbar-caption:hover,
.cid-v747SIlwxl .navbar-brand .navbar-caption:focus {
  color: #39ff14 !important;
  text-shadow: 0 0 20px #39ff14;
}
.cid-v747SIlwxl .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 991px) {
  .cid-v747SIlwxl .navbar-brand {
    min-height: 70px;
  }
}
.cid-v747SIlwxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v747SIlwxl ul.navbar-nav {
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .cid-v747SIlwxl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
  }
}
.cid-v747SIlwxl .navbar-buttons {
  text-align: center;
  margin-left: 16px;
}
.cid-v747SIlwxl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 12px 28px;
  min-height: auto;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.cid-v747SIlwxl .navbar-buttons .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.cid-v747SIlwxl .navbar-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(57, 255, 20, 0.4);
}
.cid-v747SIlwxl .navbar-buttons .btn:hover::before {
  width: 300px;
  height: 300px;
}
.cid-v747SIlwxl .navbar-buttons .btn:active {
  transform: translateY(0);
}
.cid-v747SIlwxl .navbar-buttons .btn .mbr-iconfont {
  width: 20px;
  height: 20px;
  min-width: 20px;
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.cid-v747SIlwxl .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(15deg) scale(1.1);
}
@media (max-width: 991px) {
  .cid-v747SIlwxl .navbar-buttons .btn {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
    padding: 16px 32px;
    font-size: 1.1rem;
  }
}
.cid-v747SIlwxl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 12px;
  background-color: rgba(57, 255, 20, 0.1) !important;
  border: 1px solid rgba(57, 255, 20, 0.2) !important;
}
.cid-v747SIlwxl button.navbar-toggler:hover {
  background-color: rgba(57, 255, 20, 0.2) !important;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(57, 255, 20, 0.3);
}
.cid-v747SIlwxl button.navbar-toggler:active {
  transform: scale(0.95);
}
.cid-v747SIlwxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 5px rgba(57, 255, 20, 0.5);
}
.cid-v747SIlwxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 16px;
  left: 14px;
}
.cid-v747SIlwxl button.navbar-toggler .hamburger span:nth-child(2),
.cid-v747SIlwxl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 14px;
  top: 24px;
}
.cid-v747SIlwxl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 14px;
  top: 32px;
}
.cid-v747SIlwxl nav.opened .hamburger span:nth-child(1),
.cid-v747SIlwxl nav.opened .hamburger span:nth-child(4) {
  width: 0;
  opacity: 0;
  left: 50%;
}
.cid-v747SIlwxl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v747SIlwxl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v747SIlwxl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v747SIlwxl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v747SIlwxl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
  gap: 4px;
}
.cid-v747SIlwxl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v747SIlwxl .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  border-radius: 8px;
  position: relative;
}
.cid-v747SIlwxl .nav-item .nav-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.1), rgba(57, 255, 20, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-v747SIlwxl .nav-item .nav-link:hover {
  background-color: rgba(57, 255, 20, 0.1);
  color: #39ff14 !important;
}
.cid-v747SIlwxl .nav-item .nav-link:hover::after {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-v747SIlwxl .nav-item .nav-link {
    padding: 18px 24px !important;
    font-size: 1.1rem;
    border-left: 3px solid transparent;
    border-radius: 0;
  }
  .cid-v747SIlwxl .nav-item .nav-link:hover {
    border-left-color: #39ff14;
    background: linear-gradient(90deg, rgba(57, 255, 20, 0.1), transparent);
  }
}
@media (max-width: 991px) {
  .cid-v747SIlwxl .navbar {
    justify-content: flex-start !important;
  }
  .cid-v747SIlwxl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v747SIlwxl .navbar-collapse {
    padding: 24px 0 3rem;
    width: 100%;
  }
  .cid-v747SIlwxl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 0;
  }
  .cid-v747SIlwxl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v747SIlwxl .navbar-collapse .nav-item .nav-link {
    width: 100%;
  }
}
.cid-v747SIlwxl .content-wrap {
  min-height: 90px;
}
@media (max-width: 991px) {
  .cid-v747SIlwxl .content-wrap {
    min-height: 70px;
  }
}
.cid-v747SIz8Hv {
  overflow: visible;
  position: relative;
}
.cid-v747SIz8Hv .mbr-section-title {
  color: #39ff14;
  font-family: 'Arial Black', 'Impact', sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 0.9;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
  font-size: 5.5rem;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .mbr-section-title {
    font-size: 3.5rem;
    white-space: normal;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .cid-v747SIz8Hv .mbr-section-title {
    white-space: nowrap;
    font-size: 11vw;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    display: block;
  }
}
.cid-v747SIz8Hv .mbr-section-subtitle {
  color: #ffffff;
  font-family: 'Arial Black', 'Impact', sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 0.9;
  font-size: 4rem;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .mbr-section-subtitle {
    font-size: 2.5rem;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .cid-v747SIz8Hv .mbr-section-subtitle {
    white-space: nowrap;
    font-size: 6.5vw;
    margin-top: 0;
    width: 100%;
    text-align: center;
    display: block;
  }
}
.cid-v747SIz8Hv .mbr-text {
  color: #ffffff;
  font-family: 'Anonymous Pro', monospace;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .mbr-text {
    font-size: 1.1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-v747SIz8Hv .mbr-section-btn .btn {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .mbr-section-btn .btn {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .mbr-section-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0 !important;
    text-align: center;
  }
}
.cid-v747SIz8Hv .social-row {
  display: none;
  align-items: center;
  justify-content: center;
}
.cid-v747SIz8Hv .social-row a {
  text-decoration: none;
  line-height: 1;
  display: flex;
}
.cid-v747SIz8Hv .social-row span {
  font-size: 1.8rem;
  color: #ffffff;
  transition: all 0.3s ease;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.cid-v747SIz8Hv .social-row span:hover {
  color: #39ff14;
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .social-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 12px 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-v747SIz8Hv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v747SIz8Hv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/barbershop-kaunas-jonavos-gatve-rezervacija-2000x3000.webp");
}
.cid-v747SIz8Hv .hero-lang-bar {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: auto;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cid-v747SIz8Hv .hero-lang-bar {
    top: 15px;
    padding: 6px 12px;
    gap: 2px;
  }
}
@media (max-width: 480px) {
  .cid-v747SIz8Hv .hero-lang-bar {
    top: 10px;
    padding: 5px 10px;
    gap: 1px;
  }
}
.cid-v747SIz8Hv .lang-link {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cid-v747SIz8Hv .lang-link {
    font-size: 0.8rem;
    padding: 3px 5px;
  }
}
@media (max-width: 480px) {
  .cid-v747SIz8Hv .lang-link {
    font-size: 0.75rem;
    padding: 2px 4px;
  }
}
.cid-v747SIz8Hv .lang-link:hover,
.cid-v747SIz8Hv .lang-link.lang-active {
  color: #39ff14 !important;
  text-shadow: 0 0 8px #39ff14;
  background: rgba(57, 255, 20, 0.1);
}
.cid-v747SIz8Hv .lang-separator {
  color: #666;
  font-weight: 300;
  font-size: 1rem;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .cid-v747SIz8Hv .lang-separator {
    font-size: 0.8rem;
    margin: 0 2px;
  }
}
@media (max-width: 480px) {
  .cid-v747SIz8Hv .lang-separator {
    font-size: 0.75rem;
    margin: 0 1px;
  }
}
.cid-v747SIz8Hv .row {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .cid-v747SIz8Hv .row {
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  .cid-v747SIz8Hv .row {
    padding-top: 100px;
  }
}
.cid-v747SIz8Hv .relative-position {
  position: relative;
  z-index: 2;
}
.cid-v747SIz8Hv .text-glow-wrapper {
  position: relative;
  padding: 30px;
  border-radius: 20px;
}
.cid-v747SIz8Hv .text-glow-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
  filter: blur(80px);
  transform: scale(1.2);
  border-radius: 30%;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .text-glow-wrapper {
    padding: 15px;
  }
  .cid-v747SIz8Hv .text-glow-wrapper::before {
    filter: blur(50px);
    transform: scale(1.1);
  }
}
.cid-v747SIz8Hv .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .title-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v747SIz8Hv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v747SIz8Hv .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .image-wrapper {
    display: block;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0;
  }
}
.cid-v747SIz8Hv .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#39ff14, transparent);
  filter: blur(100px);
  z-index: 0;
}
.cid-v747SIz8Hv .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .image-wrapper .image-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-v747SIz8Hv .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v747SIz8Hv .image-wrapper .image-wrap img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}
.cid-v747SIz8Hv .text-wrapper {
  color: #ffffff;
}
.cid-v747SIz8Hv .btn-primary {
  background-color: #39ff14 !important;
  border-color: #39ff14 !important;
  color: #000 !important;
  font-weight: bold;
}
.cid-v747SIz8Hv .btn-primary:hover {
  background-color: transparent !important;
  color: #39ff14 !important;
  border-color: #39ff14 !important;
}
.cid-v747SIz8Hv .seo-header {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cid-v747SIK1Lk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v747SIK1Lk .item:focus,
.cid-v747SIK1Lk span:focus {
  outline: none;
}
.cid-v747SIK1Lk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v747SIK1Lk .item {
  font-weight: 700;
  padding: 15px 0;
  color: #39ff14;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v747SIK1Lk .item {
    min-height: 45px;
  }
}
.cid-v747SISgFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f0f0f;
}
.cid-v747SISgFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v747SISgFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v747SISgFA .row {
  justify-content: center;
}
.cid-v747SISgFA .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v747SISgFA .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v747SISgFA .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v747SISgFA .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v747SISgFA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: #39ff14;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v747SISgFA .content-wrapper .title-wrapper .mbr-section-title {
    font-size: 3.5rem;
    text-align: center;
  }
}
.cid-v747SISgFA .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'Anonymous Pro', monospace;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-v747SISgFA .content-wrapper .title-wrapper .mbr-section-subtitle {
    text-align: center;
    font-size: 1.5rem;
  }
}
.cid-v747SISgFA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
  color: #ffffff;
  font-family: 'Anonymous Pro', monospace;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-v747SISgFA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
}
.cid-v747SISgFA .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v747SISgFA .image-wrapper {
    display: block;
  }
}
.cid-v747SISgFA .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#39ff14, transparent);
  filter: blur(100px);
}
.cid-v747SISgFA .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v747SISgFA .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v747SISgFA .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v747SISgFA .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-v747SJ0Pm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v747SJ0Pm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v747SJ0Pm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v747SJ0Pm2 .row {
  justify-content: center;
}
.cid-v747SJ0Pm2 .title-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v747SJ0Pm2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v747SJ0Pm2 .title-wrapper .mbr-section-title {
  margin-bottom: 1rem;
  color: #39FF14;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}
.cid-v747SJ0Pm2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-v747SJ0Pm2 .title-wrapper .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cid-v747SJ0Pm2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-v747SJ0Pm2 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v747SJ0Pm2 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-v747SJ0Pm2 .items-wrapper {
    display: block;
  }
}
.cid-v747SJ0Pm2 .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-v747SJ0Pm2 .item {
    margin-bottom: 16px;
  }
}
.cid-v747SJ0Pm2 .item:hover,
.cid-v747SJ0Pm2 .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v747SJ0Pm2 .item:hover,
  .cid-v747SJ0Pm2 .item:focus {
    transform: none;
  }
}
.cid-v747SJ0Pm2 .item:hover .item-wrapper .item-img img,
.cid-v747SJ0Pm2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v747SJ0Pm2 .item .item-wrapper {
  height: 100%;
  background-color: #39ff14;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-v747SJ0Pm2 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-v747SJ0Pm2 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-v747SJ0Pm2 .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v747SJ0Pm2 .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v747SJ0Pm2 .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #cbff5b;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-v747SJ0Pm2 .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v747SJ0Pm2 .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-v747SJ0Pm2 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v747SJ0Pm2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v747SJ0Pm2 .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-v747SJ0Pm2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v747SJ0Pm2 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v747SJ0Pm2 .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v747SJ0Pm2 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v747SJ0Pm2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v747SJ0Pm2 .card-title {
  color: #000000;
}
.cid-v747SJ0Pm2 .card-text {
  color: #000000;
}
.cid-v747SJ0Pm2 .iconfont-wrapper {
  text-align: center;
}
.cid-v747SJ0Pm2 .mbr-tag {
  color: #000000;
}
.cid-v747SJcHVA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v747SJcHVA .item:focus,
.cid-v747SJcHVA span:focus {
  outline: none;
}
.cid-v747SJcHVA .item {
  cursor: pointer;
}
.cid-v747SJcHVA .grid-container {
  grid-row-gap: 48px;
}
@media (max-width: 1200px) {
  .cid-v747SJcHVA .grid-container {
    grid-row-gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v747SJcHVA .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-v747SJcHVA .grid-container-1,
.cid-v747SJcHVA .grid-container-2,
.cid-v747SJcHVA .grid-container-3 {
  gap: 0 48px;
}
@media (max-width: 1200px) {
  .cid-v747SJcHVA .grid-container-1,
  .cid-v747SJcHVA .grid-container-2,
  .cid-v747SJcHVA .grid-container-3 {
    gap: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v747SJcHVA .grid-container-1,
  .cid-v747SJcHVA .grid-container-2,
  .cid-v747SJcHVA .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-v747SJcHVA .title-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v747SJcHVA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v747SJcHVA .mbr-section-title {
  color: #39ff14;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  font-size: 4rem;
  text-shadow: 0 0 10px rgba(57, 255, 20, 0.4);
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-v747SJcHVA .mbr-section-title {
    font-size: 3rem;
  }
}
.cid-v747SJcHVA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Anonymous Pro', monospace;
  font-weight: 700;
  font-size: 1.8rem;
}
.cid-v747SJcHVA .content-head {
  width: 100%;
}
.cid-v747SJcHVA .container,
.cid-v747SJcHVA .container-fluid {
  overflow: hidden;
}
.cid-v747SJcHVA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v747SJcHVA .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-3deg);
  padding: 10px 0;
}
@media (max-width: 992px) {
  .cid-v747SJcHVA .grid-item {
    transform: none;
  }
}
.cid-v747SJcHVA .grid-item:nth-child(2n) {
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-v747SJcHVA .grid-item:nth-child(2n) {
    transform: none;
  }
}
.cid-v747SJcHVA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v747SJcHVA .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v747SJcHVA .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v747SJcHVA .grid-container-1,
.cid-v747SJcHVA .grid-container-2,
.cid-v747SJcHVA .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v747SJcHVA .grid-container-1 {
  align-items: flex-end;
}
.cid-v747SJcHVA .grid-container-2 {
  align-items: flex-start;
}
.cid-v747SJkl4P {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #0f0f0f;
}
.cid-v747SJkl4P .mbr-section-title {
  color: #39ff14;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  font-size: 4.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
  text-shadow: 0 0 15px rgba(57, 255, 20, 0.4);
}
@media (max-width: 992px) {
  .cid-v747SJkl4P .mbr-section-title {
    font-size: 3rem;
  }
}
.cid-v747SJkl4P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Anonymous Pro', monospace;
  font-weight: 700;
  font-size: 1.5rem;
  opacity: 0.9;
}
.cid-v747SJkl4P .row {
  justify-content: center;
}
.cid-v747SJkl4P .ti-widget-container {
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
.cid-v747SJkl4P .trustindex-wrapper {
  position: relative;
}
.cid-v747SJkl4P .trustindex-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 100%;
  background-image: radial-gradient(rgba(57, 255, 20, 0.2), transparent);
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v747SJkl4P {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.cid-v747SJqBKz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v747SJqBKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v747SJqBKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v747SJqBKz .row {
  justify-content: center;
}
.cid-v747SJqBKz .mbr-section-title {
  color: #39ff14;
  text-shadow: 0 0 10px rgba(57, 255, 20, 0.4);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.cid-v747SJqBKz .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.9;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-v747SJqBKz .card {
  justify-content: center;
}
.cid-v747SJqBKz .panel-group .card {
  position: relative;
  padding: 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v747SJqBKz .panel-group .card {
    padding: 15px 0;
  }
}
.cid-v747SJqBKz .panel-group .card:first-child {
  border-top: 1px solid #232323;
}
.cid-v747SJqBKz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-v747SJqBKz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.cid-v747SJqBKz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  padding-right: 15px;
}
.cid-v747SJqBKz .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #39ff14;
}
.cid-v747SJqBKz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #39ff14;
}
.cid-v747SJqBKz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #39ff14;
}
.cid-v747SJqBKz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v747SJqBKz .panel-group .card .panel-collapse .panel-body {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .cid-v747SJqBKz .panel-group .card .panel-collapse .panel-body {
    margin-top: 15px;
  }
}
.cid-v747SJqBKz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: 0.9;
}
.cid-v747SJqBKz .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-v747SJqBKz .panel-text {
  color: #ffffff;
}
.cid-v747SJB5zU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v747SJB5zU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v747SJB5zU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v747SJB5zU .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cid-v747SJB5zU .items-wrapper {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-v747SJB5zU .item {
  margin-bottom: 0;
}
.cid-v747SJB5zU .contact-wrapper {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.cid-v747SJB5zU .contact-wrapper.no-border {
  border-bottom: none;
}
.cid-v747SJB5zU .contact-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v747SJB5zU .icon-box {
  margin-right: 20px;
  min-width: 40px;
  text-align: center;
}
.cid-v747SJB5zU .mbr-iconfont {
  font-size: 24px;
  color: #39ff14 !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}
.cid-v747SJB5zU .text-box {
  flex: 1;
}
.cid-v747SJB5zU .card-title {
  color: #ffffff !important;
  margin: 0;
  line-height: 1.4;
}
.cid-v747SJB5zU .card-title a {
  text-decoration: none;
  transition: 0.3s;
}
.cid-v747SJB5zU .card-title a:hover {
  color: #39ff14 !important;
}
.cid-v747SJB5zU .btn-primary {
  background-color: #39ff14 !important;
  border-color: #39ff14 !important;
  color: #000000 !important;
  font-weight: 800;
  border-radius: 30px;
  padding: 15px 40px;
  letter-spacing: 1px;
}
.cid-v747SJB5zU .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 20px rgba(57, 255, 20, 0.5);
}
@media (max-width: 768px) {
  .cid-v747SJB5zU .items-wrapper {
    padding: 10px;
  }
  .cid-v747SJB5zU .contact-wrapper {
    padding: 15px 0;
  }
}
.cid-v747SJMOVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v747SJMOVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v747SJMOVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v747SJMOVY .row {
  justify-content: center;
}
.cid-v747SJMOVY .map-wrapper {
  position: relative;
}
.cid-v747SJMOVY .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#39ff14, transparent);
  filter: blur(100px);
}
.cid-v747SJMOVY .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #39ff14;
  background-color: #39ff14;
}
.cid-v747SJMOVY .map-wrapper .google-map iframe {
  height: 750px;
}
@media (max-width: 1200px) {
  .cid-v747SJMOVY .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v747SJMOVY .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v747SK0vL9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v747SK0vL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v747SK0vL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v747SK0vL9 .row {
  justify-content: center;
}
.cid-v747SK0vL9 .card {
  justify-content: center;
}
.cid-v747SK0vL9 .seo-keywords {
  font-family: 'Anonymous Pro', monospace;
  font-size: 0.85rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.cid-v747SK0vL9 .seo-keywords .dot {
  color: #39ff14;
  margin: 0 10px;
  font-weight: bold;
}
.cid-v747SK0vL9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Anonymous Pro', monospace;
}
@media (max-width: 992px) {
  .cid-v747SK0vL9 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v747SK0vL9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Anonymous Pro', monospace;
}
.cid-v747SK0vL9 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v747SK0vL9 .nav-wrapper .list .item-wrap a {
  text-decoration: none;
  transition: 0.3s;
}
.cid-v747SK0vL9 .nav-wrapper .list .item-wrap a:hover {
  color: #39ff14 !important;
}
.cid-v747SK0vL9 .list,
.cid-v747SK0vL9 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v747SK0vL9 .social-icons .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-v747SK0vL9 .social-icons .mbr-iconfont:hover {
  color: #000000;
  background-color: #39ff14;
  border-color: #39ff14;
  transform: translateY(-3px);
  box-shadow: 0 0 15px #39ff14;
}
.cid-v747SK0vL9 .lang-select {
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Anonymous Pro', monospace;
}
.cid-v747SK0vL9 .lang-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 8px;
  transition: 0.3s;
  font-weight: 600;
}
.cid-v747SK0vL9 .lang-select a:hover,
.cid-v747SK0vL9 .lang-select a.active {
  color: #39ff14;
}
.cid-v747SK0vL9 .lang-select span {
  color: #555;
  font-size: 0.8rem;
}
.cid-v748onr5dd .floating-socials {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 8px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid rgba(57, 255, 20, 0.2);
  border-left: none;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.cid-v748onr5dd .floating-socials a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v748onr5dd .floating-socials a:hover {
  color: #39ff14;
  transform: scale(1.2) translateX(3px);
  text-shadow: 0 0 10px #39ff14;
}
@media (min-width: 992px) {
  .cid-v748onr5dd .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-v748onr5dd .navbar-nav {
    margin-right: 20px;
  }
}
.cid-v748onr5dd .navbar-dropdown {
  position: relative !important;
}
.cid-v748onr5dd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-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-v748onr5dd .dropdown-menu {
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(57, 255, 20, 0.1);
}
.cid-v748onr5dd .dropdown-item {
  border-radius: 8px;
  background: #000000 !important;
  color: #39ff14 !important;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.cid-v748onr5dd .dropdown-item:hover,
.cid-v748onr5dd .dropdown-item:focus {
  background: rgba(57, 255, 20, 0.1) !important;
  color: #39ff14 !important;
  transform: translateX(5px);
}
.cid-v748onr5dd .dropdown-item:last-child {
  margin-bottom: 0;
}
.cid-v748onr5dd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v748onr5dd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v748onr5dd .nav-link {
  position: relative;
}
.cid-v748onr5dd .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #39ff14;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v748onr5dd .nav-link:hover::before {
  width: 80%;
}
.cid-v748onr5dd .container,
.cid-v748onr5dd .container-fluid {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v748onr5dd .container,
  .cid-v748onr5dd .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v748onr5dd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.4rem;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v748onr5dd .iconfont-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #39ff14;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.cid-v748onr5dd .iconfont-wrapper:hover {
  color: #39ff14 !important;
  transform: translateY(-3px) scale(1.1);
}
.cid-v748onr5dd .iconfont-wrapper:hover::after {
  opacity: 0.2;
  transform: scale(1);
}
.cid-v748onr5dd .dropdown-menu,
.cid-v748onr5dd .navbar.opened {
  background: #000000 !important;
}
.cid-v748onr5dd .nav-item:focus,
.cid-v748onr5dd .nav-link:focus {
  outline: none;
}
.cid-v748onr5dd .navbar {
  min-height: 90px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-v748onr5dd .navbar.scrolled {
  min-height: 70px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.cid-v748onr5dd .navbar.scrolled .navbar-brand {
  min-height: 70px;
}
.cid-v748onr5dd .navbar.scrolled .navbar-logo img {
  height: 4rem !important;
}
@media (max-width: 991px) {
  .cid-v748onr5dd .navbar.scrolled .navbar-logo img {
    height: 2.8rem !important;
  }
}
.cid-v748onr5dd .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-v748onr5dd .navbar.opened {
    background: #000000 !important;
  }
  .cid-v748onr5dd .navbar.opened::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: -1;
    animation: fadeIn 0.3s ease;
  }
}
.cid-v748onr5dd .navbar .dropdown-item {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.cid-v748onr5dd .navbar .navbar-logo img {
  width: auto;
  border-radius: 8px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v748onr5dd .navbar .navbar-logo img:hover {
  transform: scale(1.05) rotate(2deg);
  filter: drop-shadow(0 0 10px #39ff14);
}
.cid-v748onr5dd .navbar .navbar-collapse {
  z-index: 1;
}
.cid-v748onr5dd .navbar.collapsed {
  justify-content: center;
}
.cid-v748onr5dd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v748onr5dd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v748onr5dd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v748onr5dd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v748onr5dd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.cid-v748onr5dd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v748onr5dd .navbar {
    min-height: 70px;
  }
  .cid-v748onr5dd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v748onr5dd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v748onr5dd .navbar.opened .navbar-collapse {
    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .cid-v748onr5dd .navbar.opened .nav-item {
    animation: slideInLeft 0.5s cubic-bezier(0.4, 0, 0.2, 1) backwards;
  }
  .cid-v748onr5dd .navbar.opened .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v748onr5dd .navbar.opened .nav-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v748onr5dd .navbar.opened .nav-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v748onr5dd .navbar.opened .nav-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v748onr5dd .navbar.opened .nav-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v748onr5dd .navbar.opened .nav-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v748onr5dd .navbar.opened .nav-item:nth-child(7) {
    animation-delay: 0.35s;
  }
  .cid-v748onr5dd .navbar.opened .nav-item:nth-child(8) {
    animation-delay: 0.4s;
  }
  .cid-v748onr5dd .navbar.opened .icons-menu {
    animation: fadeInUp 0.6s ease 0.3s backwards;
  }
  .cid-v748onr5dd .navbar.opened .navbar-buttons {
    animation: fadeInUp 0.6s ease 0.4s backwards;
  }
  .cid-v748onr5dd .navbar .navbar-logo img {
    height: 3.5rem !important;
  }
  .cid-v748onr5dd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v748onr5dd .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-v748onr5dd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 75%;
  }
  .cid-v748onr5dd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v748onr5dd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 12px;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1rem 0;
  }
}
.cid-v748onr5dd .navbar.navbar-short {
  min-height: 80px;
}
.cid-v748onr5dd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v748onr5dd .navbar-brand {
  min-height: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  word-break: break-word !important;
  z-index: 1;
}
.cid-v748onr5dd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  transition: all 0.3s ease;
}
.cid-v748onr5dd .navbar-brand .navbar-caption:hover,
.cid-v748onr5dd .navbar-brand .navbar-caption:focus {
  color: #39ff14 !important;
  text-shadow: 0 0 20px #39ff14;
}
.cid-v748onr5dd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 991px) {
  .cid-v748onr5dd .navbar-brand {
    min-height: 70px;
  }
}
.cid-v748onr5dd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v748onr5dd ul.navbar-nav {
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .cid-v748onr5dd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
  }
}
.cid-v748onr5dd .navbar-buttons {
  text-align: center;
  margin-left: 16px;
}
.cid-v748onr5dd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 12px 28px;
  min-height: auto;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.cid-v748onr5dd .navbar-buttons .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.cid-v748onr5dd .navbar-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(57, 255, 20, 0.4);
}
.cid-v748onr5dd .navbar-buttons .btn:hover::before {
  width: 300px;
  height: 300px;
}
.cid-v748onr5dd .navbar-buttons .btn:active {
  transform: translateY(0);
}
.cid-v748onr5dd .navbar-buttons .btn .mbr-iconfont {
  width: 20px;
  height: 20px;
  min-width: 20px;
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.cid-v748onr5dd .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(15deg) scale(1.1);
}
@media (max-width: 991px) {
  .cid-v748onr5dd .navbar-buttons .btn {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
    padding: 16px 32px;
    font-size: 1.1rem;
  }
}
.cid-v748onr5dd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 12px;
  background-color: rgba(57, 255, 20, 0.1) !important;
  border: 1px solid rgba(57, 255, 20, 0.2) !important;
}
.cid-v748onr5dd button.navbar-toggler:hover {
  background-color: rgba(57, 255, 20, 0.2) !important;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(57, 255, 20, 0.3);
}
.cid-v748onr5dd button.navbar-toggler:active {
  transform: scale(0.95);
}
.cid-v748onr5dd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 5px rgba(57, 255, 20, 0.5);
}
.cid-v748onr5dd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 16px;
  left: 14px;
}
.cid-v748onr5dd button.navbar-toggler .hamburger span:nth-child(2),
.cid-v748onr5dd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 14px;
  top: 24px;
}
.cid-v748onr5dd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 14px;
  top: 32px;
}
.cid-v748onr5dd nav.opened .hamburger span:nth-child(1),
.cid-v748onr5dd nav.opened .hamburger span:nth-child(4) {
  width: 0;
  opacity: 0;
  left: 50%;
}
.cid-v748onr5dd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v748onr5dd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  box-shadow: 0 0 10px #39ff14;
}
.cid-v748onr5dd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v748onr5dd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v748onr5dd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
  gap: 4px;
}
.cid-v748onr5dd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v748onr5dd .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  border-radius: 8px;
  position: relative;
}
.cid-v748onr5dd .nav-item .nav-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.1), rgba(57, 255, 20, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-v748onr5dd .nav-item .nav-link:hover {
  background-color: rgba(57, 255, 20, 0.1);
  color: #39ff14 !important;
}
.cid-v748onr5dd .nav-item .nav-link:hover::after {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-v748onr5dd .nav-item .nav-link {
    padding: 18px 24px !important;
    font-size: 1.1rem;
    border-left: 3px solid transparent;
    border-radius: 0;
  }
  .cid-v748onr5dd .nav-item .nav-link:hover {
    border-left-color: #39ff14;
    background: linear-gradient(90deg, rgba(57, 255, 20, 0.1), transparent);
  }
}
@media (max-width: 991px) {
  .cid-v748onr5dd .navbar {
    justify-content: flex-start !important;
  }
  .cid-v748onr5dd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v748onr5dd .navbar-collapse {
    padding: 24px 0 3rem;
    width: 100%;
  }
  .cid-v748onr5dd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 0;
  }
  .cid-v748onr5dd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v748onr5dd .navbar-collapse .nav-item .nav-link {
    width: 100%;
  }
}
.cid-v748onr5dd .content-wrap {
  min-height: 90px;
}
@media (max-width: 991px) {
  .cid-v748onr5dd .content-wrap {
    min-height: 70px;
  }
}
.cid-v748onDncA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v748onDncA .mbr-section-title {
  color: #39ff14;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.cid-v748onDncA .date-text {
  color: #888888;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.cid-v748onDncA .text-wrapper {
  color: #e0e0e0;
  text-align: left;
  line-height: 1.8;
}
.cid-v748onDncA .highlight {
  color: #ffffff;
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(57, 255, 20, 0.3);
  padding-bottom: 2px;
}
.cid-v748onDncA a.text-primary {
  color: #39ff14 !important;
  text-decoration: none;
}
.cid-v748onDncA a.text-primary:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cid-v748onDncA .text-wrapper {
    text-align: left;
    padding: 0 10px;
  }
}
.cid-v748onJPf8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v748onJPf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v748onJPf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v748onJPf8 .row {
  justify-content: center;
}
.cid-v748onJPf8 .card {
  justify-content: center;
}
.cid-v748onJPf8 .seo-keywords {
  font-family: 'Anonymous Pro', monospace;
  font-size: 0.85rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.cid-v748onJPf8 .seo-keywords .dot {
  color: #39ff14;
  margin: 0 10px;
  font-weight: bold;
}
.cid-v748onJPf8 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Anonymous Pro', monospace;
}
@media (max-width: 992px) {
  .cid-v748onJPf8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v748onJPf8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Anonymous Pro', monospace;
}
.cid-v748onJPf8 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v748onJPf8 .nav-wrapper .list .item-wrap a {
  text-decoration: none;
  transition: 0.3s;
}
.cid-v748onJPf8 .nav-wrapper .list .item-wrap a:hover {
  color: #39ff14 !important;
}
.cid-v748onJPf8 .list,
.cid-v748onJPf8 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v748onJPf8 .social-icons .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-v748onJPf8 .social-icons .mbr-iconfont:hover {
  color: #000000;
  background-color: #39ff14;
  border-color: #39ff14;
  transform: translateY(-3px);
  box-shadow: 0 0 15px #39ff14;
}
.cid-v748onJPf8 .lang-select {
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Anonymous Pro', monospace;
}
.cid-v748onJPf8 .lang-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 8px;
  transition: 0.3s;
  font-weight: 600;
}
.cid-v748onJPf8 .lang-select a:hover,
.cid-v748onJPf8 .lang-select a.active {
  color: #39ff14;
}
.cid-v748onJPf8 .lang-select span {
  color: #555;
  font-size: 0.8rem;
}

/* Cookie consent readability-only overrides
   - DO NOT change layout, width, padding, or positioning here.
   - Only improve contrast, font-size, line-height and link color. */
#cookiesdirective {
  background: rgba(0,0,0,0.95) !important;
  color: #ffffff !important;
}

#cookiesdirective .alert-message,
#cookiesdirective .mbr-text,
#cookiesdirective p {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  opacity: 1 !important;
}

#cookiesdirective a {
  color: #39ff14 !important;
  text-decoration: underline !important;
}

/* Ensure buttons inside cookie dialog remain usable but keep spacing unchanged */
#cookiesdirective .mbr-section-btn a.btn,
#cookiesdirective a.btn {
  font-size: 0.95rem !important;
  line-height: 1.2 !important;
}
