@charset "UTF-8";
.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1860px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1920px;
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex: 1 0 0;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.text-primary1 {
  color: #24ff00;
}

.text-primary2 {
  color: #a2ff00;
}

.text-text {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

:root {
  --space-xxs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 3rem;
  --space-xl: 4rem;
  --space-xxl: 5rem;
  --space-xxxl: 8rem;
}

@media (max-width: 1024px) {
  :root {
    --space-xs: 0.25rem;
    --space-sm: 0.75rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-xxl: 3rem;
    --space-xxxl: 5rem;
  }
}
@media (max-width: 640px) {
  :root {
    --space-xs: 0.25rem;
    --space-sm: 0.75rem;
    --space-md: 1.25rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-xxl: 2rem;
    --space-xxxl: 2rem;
  }
}
.spacer3 {
  height: 3rem;
}
@media (max-width: 1024px) {
  .spacer3 {
    height: 2rem;
  }
}

.spacer8 {
  height: 8rem;
}
@media (max-width: 1024px) {
  .spacer8 {
    height: 4rem;
  }
}

/* dm-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/dm-sans-v17-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/dm-sans-v17-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/dm-sans-v17-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/dm-sans-v17-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* #region Base */
/* #endregion */
/* #region Basis Schriftgrößen */
/* #endregion */
/* #region Basis Headlines */
.text-h0, .text-h1, .text-h2, .text-h3, .text-h4, .text-h5, .text-h6 {
  hyphens: manual;
  font-family: "loos-extrawide", sans-serif;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

/* #endregion */
/* #region Headline Schriftgrößen */
/* #endregion */
/* #region Headline Definition */
.text-h0 {
  font-size: 7rem;
}

.text-h1 {
  font-size: 5.5rem;
}

.text-h2 {
  font-size: 3rem;
}

.text-h3 {
  font-size: 2.25rem;
}

.text-h4 {
  font-size: 1.875rem;
}

.text-h5 {
  font-size: 1.575rem;
}

.text-h6 {
  font-size: 1.4rem;
}

@media screen and (max-width: 1921px) {
  .text-h0 {
    font-size: 4.9rem;
  }
  .text-h1 {
    font-size: 3.85rem;
  }
  .text-h2 {
    font-size: 2.1rem;
  }
  .text-h3 {
    font-size: 1.575rem;
  }
  .text-h4 {
    font-size: 1.3125rem;
  }
  .text-h5 {
    font-size: 1.1025rem;
  }
  .text-h6 {
    font-size: 0.98rem;
  }
}
@media screen and (max-width: 1380px) {
  .text-h0 {
    font-size: 4.48rem;
  }
  .text-h1 {
    font-size: 3.52rem;
  }
  .text-h2 {
    font-size: 2.4rem;
  }
  .text-h3 {
    font-size: 1.8rem;
  }
  .text-h4 {
    font-size: 1.5rem;
  }
  .text-h5 {
    font-size: 1.26rem;
  }
  .text-h6 {
    font-size: 1.12rem;
  }
}
@media screen and (max-width: 1024px) {
  .text-h0 {
    font-size: 1.98rem;
  }
  .text-h1 {
    font-size: 1.98rem;
  }
  .text-h2 {
    font-size: 1.44rem;
  }
  .text-h3 {
    font-size: 1.35rem;
  }
  .text-h4 {
    font-size: 1.125rem;
  }
  .text-h5 {
    font-size: 0.945rem;
  }
  .text-h6 {
    font-size: 0.84rem;
  }
}
/* #endregion */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fl-row {
  position: relative;
}

.fl-row-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.fl-row-bg-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .fl-row-bg-image img {
    height: 1500px;
    width: auto;
    max-width: inherit;
  }
}

.fl-row-content {
  position: relative;
  z-index: 1;
}

.image-end {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.image-end img {
  display: block;
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?u5otcr");
  src: url("fonts/icons.eot?u5otcr#iefix") format("embedded-opentype"), url("fonts/icons.ttf?u5otcr") format("truetype"), url("fonts/icons.woff?u5otcr") format("woff"), url("fonts/icons.svg?u5otcr#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e924";
}

.icon-copy:before {
  content: "\e92b";
}

.icon-tag:before {
  content: "\e91c";
}

.icon-shopping-bag:before {
  content: "\e92a";
}

.icon-stadium:before {
  content: "\e904";
}

.icon-stud:before {
  content: "\e90c";
}

.icon-volley:before {
  content: "\e913";
}

.icon-trophy:before {
  content: "\e914";
}

.icon-score-board:before {
  content: "\e915";
}

.icon-referee:before {
  content: "\e916";
}

.icon-tickets:before {
  content: "\e917";
}

.icon-ticket:before {
  content: "\e918";
}

.icon-soccer-jersey:before {
  content: "\e919";
}

.icon-soccer-player:before {
  content: "\e91a";
}

.icon-target:before {
  content: "\e91b";
}

.icon-star:before {
  content: "\e91d";
}

.icon-delete:before {
  content: "\e91e";
}

.icon-refresh:before {
  content: "\e91f";
}

.icon-coupon:before {
  content: "\e920";
}

.icon-shopping-cart:before {
  content: "\e921";
}

.icon-user:before {
  content: "\e922";
}

.icon-verified:before {
  content: "\e923";
}

.icon-football-uniform:before {
  content: "\e925";
}

.icon-football-field:before {
  content: "\e926";
}

.icon-soccer-ball:before {
  content: "\e927";
}

.icon-group:before {
  content: "\e928";
}

.icon-sm-tiktok:before {
  content: "\e929";
}

.icon-mail:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
}

.icon-globe:before {
  content: "\e902";
}

.icon-voucher:before {
  content: "\e903";
}

.icon-play:before {
  content: "\e905";
}

.icon-maximize:before {
  content: "\e906";
  color: #1c274c;
}

.icon-zoom:before {
  content: "\e907";
}

.icon-swipe:before {
  content: "\e908";
}

.icon-sm-facebook:before {
  content: "\e909";
}

.icon-sm-instagram:before {
  content: "\e90a";
}

.icon-info:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e90f";
}

.icon-arrow-up:before {
  content: "\e910";
}

.icon-arrow-left:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e912";
}

.center_module {
  text-align: center;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.ft-badges .badge-item {
  padding: var(--space-xs) var(--space-md);
  text-transform: uppercase;
  display: inline-flex;
  font-family: "loos-extrawide", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.ft-badges .badge-item.primary1 {
  background: #24ff00;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ft-badges .badge-item {
    font-size: 10px;
  }
}

.tooltip {
  position: relative;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}
.tooltip:after {
  pointer-events: none;
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  transform: translateY(12px);
  opacity: 0;
  padding: var(--space-xxs) var(--space-xs);
  background: #ffffff;
  color: #000000;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  font-size: 0.875rem;
  max-width: 400px;
  height: auto;
}
.tooltip:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 8px;
  height: 6px;
  background: #ffffff;
  clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 11;
}
.tooltip:hover::after, .tooltip:hover::before, .tooltip.tooltip-visible::after, .tooltip.tooltip-visible::before {
  opacity: 1;
  transform: translateY(0);
}
.tooltip {
  /* #region Media Queries */
}
@media screen and (max-width: 1024px) {
  .tooltip:after, .tooltip:before {
    display: none;
  }
}
.tooltip {
  /* #endregion */
}

/* #region Base */
html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  color: #ffffff;
  position: relative;
  hyphens: none;
  background: #000000;
  max-width: 100vw;
  overflow-x: hidden;
}
body.noscrolling {
  overflow: hidden;
  max-height: 100vh;
}
body {
  /* #region Media Queries */
}
@media screen and (min-width: 1820px) {
  body {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1921px) {
  body {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 0.96rem;
  }
}
body {
  /* #endregion */
}

.container {
  width: calc(100% - 160px);
  max-width: 2200px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  /* #region Media Queries */
}
@media screen and (max-width: 1921px) {
  .container {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1380px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 20px);
  }
}
.container {
  /* #endregion */
}

.scrollfix {
  overflow: hidden;
  width: 100%;
  max-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
}

*:focus {
  outline: none;
  transition: none;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #ffffff;
}
a:focus, a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

i {
  display: block;
  font-size: 18px;
}

p {
  margin-bottom: var(--space-md);
}
p:last-of-type {
  margin: 0;
}

span {
  line-height: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

::-moz-selection {
  color: #000000;
  background: #24ff00;
  text-shadow: none;
}

::selection {
  color: #000000;
  background: #24ff00;
  text-shadow: none;
}

* {
  outline: none;
  position: relative;
  box-sizing: border-box;
}

.pswp__ui {
  position: relative;
  width: 100%;
  height: 100%;
}

.pswp__item {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

/* #endregion */
.fl-row-content-wrap {
  padding: var(--space-xxxl) 0;
  /* #region Media Queries */
}
@media screen and (max-width: 1921px) {
  .fl-row-content-wrap {
    padding: var(--space-xxl) 0;
  }
}
.fl-row-content-wrap {
  /* #endregion */
}

.ft-blocker {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.ft-blocker.maps {
  aspect-ratio: 16/6;
}
.ft-blocker.mapsapi {
  width: 100%;
  height: 70vh;
}
.ft-blocker.video {
  aspect-ratio: 16/9;
}
.ft-blocker .image-item {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ft-blocker .image-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.ft-blocker .content-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #ffffff;
  max-width: 80%;
}
.ft-blocker .content-block p {
  line-height: 120%;
}
.ft-blocker .content-block a {
  text-decoration: underline !important;
  line-height: 120%;
}
.ft-blocker .ft-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ft-blocker .ft-buttons .ft-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
}
.ft-blocker {
  /* #region Media Queries */
}
@media screen and (max-width: 1024px) {
  .ft-blocker.video {
    aspect-ratio: 4/3;
  }
  .ft-blocker.maps {
    aspect-ratio: 4/3;
  }
  .ft-blocker .content-block {
    font-size: 12px;
    gap: 1rem;
  }
  .ft-blocker .ft-buttons .ft-button {
    font-size: 12px;
    padding: 8px 15px;
  }
}
.ft-blocker {
  /* #endregion */
}

.topbar-block {
  width: 100%;
  height: auto;
  position: fixed;
  top: 5vh;
  left: 0;
  z-index: 99;
  transition: all 0.5s ease;
  /* #region Scrolled */
}
.topbar-block.scrolled {
  top: env(safe-area-inset-top, 0);
  background: #000000;
  padding: var(--space-sm) 0;
  transition: all 0.5s ease;
}
.topbar-block.scrolled .topbar-inner .left-block .logo-block {
  width: 180px;
  height: 51px;
  transition: all 0.5s ease;
}
.topbar-block {
  /* #endregion */
}
.topbar-block .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* #region Left Block */
}
.topbar-block .topbar-inner .left-block {
  display: flex;
  align-items: center;
  gap: var(--space-xxxl);
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .left-block .logo-block {
  width: 280px;
  display: block;
  opacity: 1;
  height: auto;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .left-block .contact-block {
  display: flex;
  align-items: center;
  gap: var(--space-md);
}
.topbar-block .topbar-inner .left-block .contact-block a {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  opacity: 0.5;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .left-block .contact-block a span {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.topbar-block .topbar-inner .left-block .contact-block a i {
  font-size: 30px;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .left-block .contact-block a:hover {
  opacity: 1;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .left-block .contact-block a:hover i {
  color: #24ff00;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner {
  /* #endregion */
  /* #region Right Block */
}
.topbar-block .topbar-inner .right-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-sm);
}
.topbar-block .topbar-inner .right-block .mobile-trigger {
  display: none;
  font-size: 29px;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li {
  position: relative;
  list-style: none;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.current-menu-item > a, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.current-menu-parent > a, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.current_page_parent > a, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.current-page-ancestor > a {
  color: #24ff00;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.current-menu-item > a:after, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.current-menu-parent > a:after, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.current_page_parent > a:after, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.current-page-ancestor > a:after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background: #24ff00;
  position: absolute;
  bottom: 7px;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > a {
  color: #ffffff;
  font-family: "loos-extrawide", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding: var(--space-sm) 0;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #24ff00;
  position: absolute;
  bottom: 7px;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > a:hover:after {
  width: 70%;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.menu-item-has-children > a {
  padding-right: var(--space-md);
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #24ff00;
  border-bottom: 2px solid #24ff00;
  transform: translateY(-70%) rotate(45deg);
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.menu-item-has-children:hover > a:before, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.menu-item-has-children:focus-within > a:before {
  transform: translateY(-30%) rotate(225deg);
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.menu-item-has-children:hover ul.sub-menu, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li.menu-item-has-children:focus-within ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > ul {
  border-top: 3px solid #24ff00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  top: 34px;
  background: #ffffff;
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.1);
  padding: var(--space-sm) var(--space-sm);
  min-width: 250px;
  flex-direction: column;
  gap: var(--space-xs);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > ul li {
  padding: 0;
  margin: 0;
  padding: var(--space-xxs) 0;
  line-height: 120%;
  padding: 7px 0;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > ul li a {
  font-size: 0.875rem;
  color: #000000;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: center;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > ul li a:before {
  transform: translateY(5px);
  opacity: 1;
  height: 2px;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > ul li:hover a, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > ul li:focus-within a {
  opacity: 0.6;
}
.topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > ul li:hover a:after, .topbar-block .topbar-inner .right-block nav.main-menu ul.menu li > ul li:focus-within a:after {
  display: none;
}
.topbar-block .topbar-inner {
  /* #endregion */
}
.topbar-block {
  /* #region Media Queries */
}
@media screen and (max-width: 1921px) {
  .topbar-block .topbar-inner .left-block .logo-block {
    width: 200px;
    height: 51px;
    transition: all 0.5s ease;
  }
  .topbar-block .topbar-inner .left-block .contact-block a {
    font-size: 14px;
  }
  .topbar-block .topbar-inner .left-block .contact-block a i {
    font-size: 20px;
  }
  .topbar-block .topbar-inner .right-block nav.main-menu ul.menu {
    gap: var(--space-md);
    font-size: 0.9rem;
  }
  .topbar-block.scrolled .topbar-inner .left-block .logo-block {
    width: 160px;
    height: 45px;
  }
  .topbar-block.scrolled .topbar-inner .left-block .contact-block a {
    font-size: 10px;
  }
  .topbar-block.scrolled .topbar-inner .left-block .contact-block a i {
    font-size: 18px;
  }
}
@media screen and (max-width: 1680px) {
  .topbar-block .topbar-inner .left-block {
    gap: var(--space-lg);
  }
  .topbar-block .topbar-inner .left-block .contact-block a span {
    display: none;
  }
  .topbar-block .topbar-inner .right-block nav.main-menu ul.menu {
    gap: var(--space-md);
  }
}
@media screen and (max-width: 1380px) {
  .topbar-block .topbar-inner .left-block .logo-block {
    width: 160px;
    height: 45px;
    transition: all 0.5s ease;
  }
  .topbar-block .topbar-inner .right-block nav.main-menu ul li a {
    font-size: 13px;
  }
  .topbar-block.scrolled .topbar-inner .left-block .logo-block {
    width: 130px;
    height: 37px;
  }
}
@media screen and (max-width: 1024px) {
  .topbar-block .topbar-inner .right-block nav.main-menu {
    display: none;
  }
  .topbar-block .topbar-inner .right-block .mobile-trigger {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .topbar-block .topbar-inner .left-block .logo-block {
    width: 110px;
    height: 31px;
  }
  .topbar-block.scrolled .topbar-inner .left-block .logo-block {
    width: 110px;
    height: 31px;
  }
}
.topbar-block {
  /* #endregion */
}

/* #region Main */
main .image-begin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/* #endregion */
footer {
  background-image: linear-gradient(-107deg, #24ff00 0%, #a2ff00 100%);
  color: #000000;
  position: relative;
}
footer .image-overlay {
  position: absolute;
  right: 0;
  bottom: calc(100% - 15rem);
  width: 70%;
  text-align: right;
}
footer .image-overlay img {
  display: inline;
}
footer .footer-inner {
  padding: 8rem 0;
}
footer .footer-inner a {
  color: #000000;
}
footer .footer-inner .upper-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space-xxl);
  font-family: "loos-extrawide", sans-serif;
}
footer .footer-inner .upper-block .left-block {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}
footer .footer-inner .upper-block .left-block .logo-block {
  height: auto;
  display: flex;
  align-items: center;
  gap: var(--space-md);
}
footer .footer-inner .upper-block .left-block .logo-block svg {
  width: 240px;
}
footer .footer-inner .upper-block .left-block .logo-block svg * {
  fill: #000000;
}
footer .footer-inner .upper-block .right-block {
  width: 70%;
}
footer .footer-inner .lower-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-inner .lower-block .left-block {
  width: 450px;
}
footer .footer-inner .lower-block .center-block nav ul {
  display: flex;
  align-items: center;
  gap: var(--space-xl);
}
footer .footer-inner .lower-block .center-block nav ul li a {
  text-transform: uppercase;
  font-weight: 700;
}
footer .footer-inner .lower-block .right-block {
  width: 450px;
  text-align: right;
}
footer .footer-inner .lower-block .right-block .copyright-text {
  opacity: 0.4;
}
footer {
  /* #region Media Queries */
}
@media screen and (max-width: 1921px) {
  footer .image-overlay {
    bottom: calc(100% - 15rem);
    width: 50%;
  }
}
@media screen and (max-width: 1680px) {
  footer .image-overlay {
    bottom: calc(100% - 15rem);
    width: 60%;
  }
  footer .footer-inner .upper-block .left-block {
    width: 40%;
  }
  footer .footer-inner .upper-block .left-block .logo-block svg {
    width: 140px;
  }
  footer .footer-inner .upper-block .right-block {
    width: 40%;
  }
  footer .footer-inner .lower-block .center-block {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  footer .image-overlay {
    bottom: calc(100% - 5rem);
    width: 80%;
  }
  footer .footer-inner {
    padding: 5rem 0;
    font-size: 0.875rem;
  }
  footer .footer-inner .upper-block {
    flex-direction: column;
  }
  footer .footer-inner .lower-block {
    flex-direction: column;
  }
  footer .footer-inner .lower-block .right-block {
    margin-top: var(--space-md);
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .upper-block .left-block .logo-block svg {
    width: 100px;
  }
}
footer {
  /* #endregion */
}

label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: var(--space-xs);
  transition: color 0.3s ease;
}
label.required::after {
  content: " *";
  color: #24ff00;
}
label.inline-label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: var(--space-xs);
}

/* ==========================================================================
   Text Inputs & Textareas
   ========================================================================== */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=search],
textarea {
  width: 100%;
  padding: var(--space-sm);
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.5s ease;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=url]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=datetime-local]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
input[type=search]:hover,
textarea:hover {
  background: rgba(255, 255, 255, 0.7);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=search]:focus,
textarea:focus {
  outline: none;
  background: white;
  box-shadow: 0 0 0 3px rgba(36, 255, 0, 0.3);
}
input[type=text]:disabled, input[type=text][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=password]:disabled,
input[type=password][readonly],
input[type=tel]:disabled,
input[type=tel][readonly],
input[type=url]:disabled,
input[type=url][readonly],
input[type=number]:disabled,
input[type=number][readonly],
input[type=date]:disabled,
input[type=date][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly],
input[type=month]:disabled,
input[type=month][readonly],
input[type=time]:disabled,
input[type=time][readonly],
input[type=week]:disabled,
input[type=week][readonly],
input[type=search]:disabled,
input[type=search][readonly],
textarea:disabled,
textarea[readonly] {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=url].error,
input[type=number].error,
input[type=date].error,
input[type=datetime-local].error,
input[type=month].error,
input[type=time].error,
input[type=week].error,
input[type=search].error,
textarea.error {
  border: 2px solid #24ff00;
  background: rgba(36, 255, 0, 0.1);
}
input[type=text].success,
input[type=email].success,
input[type=password].success,
input[type=tel].success,
input[type=url].success,
input[type=number].success,
input[type=date].success,
input[type=datetime-local].success,
input[type=month].success,
input[type=time].success,
input[type=week].success,
input[type=search].success,
textarea.success {
  border: 2px solid #24ff00;
}

textarea {
  min-height: 120px;
  resize: vertical;
}
textarea.no-resize {
  resize: none;
}

select {
  width: 100%;
  padding: var(--space-sm);
  padding-right: var(--space-xl);
  border: 0;
  background: white;
  border: 2px solid #ffffff;
  color: #000000;
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--space-sm) center;
  background-size: 20px;
  transition: all 0.5s ease;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #24ff00;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
input[type=checkbox]:hover {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #24ff00;
}
input[type=checkbox]:checked {
  background: #24ff00;
  border: 2px solid #24ff00;
}
input[type=checkbox]:checked::before {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 255, 0, 0.3);
}
input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #24ff00;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
input[type=radio]:hover {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #24ff00;
}
input[type=radio]:checked {
  background: #24ff00;
  border: 2px solid #24ff00;
}
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
}
input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 255, 0, 0.3);
}
input[type=radio]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Radio Group */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.radio-group.inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-md);
}

/* #region Mobile Navigation */
nav.mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 40%;
  height: 100%;
  padding: 70px;
  overflow-y: auto;
  z-index: 99999;
  background-color: #ffffff;
  text-align: left;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* #region Head Block */
}
nav.mobile .head-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
nav.mobile .head-block .closemenu {
  display: block;
}
nav.mobile .head-block .closemenu i {
  color: #000000;
}
nav.mobile {
  /* #endregion */
  /* #region Social Icons */
}
nav.mobile .social-block a {
  display: inline-block;
  margin: 0 5px;
}
nav.mobile .social-block a:first-of-type {
  margin-left: 0;
}
nav.mobile .social-block a i {
  display: block;
  font-size: 20px;
  color: #24ff00;
  transition: all 0.3s ease;
}
nav.mobile .social-block a:hover i {
  color: #24ff00;
}
nav.mobile {
  /* #endregion */
  /* #region Navigation List */
}
nav.mobile ul {
  margin-top: 30px;
  padding-bottom: 10px;
  list-style: none;
}
nav.mobile ul li {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s ease;
}
nav.mobile ul li a {
  display: block;
  padding: 3px 0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
nav.mobile ul li:last-of-type {
  margin-bottom: 0;
}
nav.mobile {
  /* #endregion */
  /* #region Close Button */
}
nav.mobile .closemenu {
  display: inline-block;
  color: #24ff00;
}
nav.mobile {
  /* #endregion */
  /* #region Responsive Styles */
}
@media screen and (max-width: 991px) {
  nav.mobile {
    max-width: 60%;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  nav.mobile {
    max-width: 90%;
    padding: 40px 40px 50px;
  }
  nav.mobile ul li a {
    font-size: 20px;
  }
  nav.mobile ul li ul li a {
    font-size: 16px;
  }
}
nav.mobile {
  /* #endregion */
  /* #region Show Animation */
}
nav.mobile.show {
  transform: translateX(0);
}
nav.mobile.show ul li {
  transform: translateX(0);
  opacity: 1;
}
nav.mobile.show ul li a {
  font-weight: 700;
}
nav.mobile.show ul li:nth-child(1) {
  transition-delay: 0.15s;
}
nav.mobile.show ul li:nth-child(2) {
  transition-delay: 0.3s;
}
nav.mobile.show ul li:nth-child(3) {
  transition-delay: 0.45s;
}
nav.mobile.show ul li:nth-child(4) {
  transition-delay: 0.6s;
}
nav.mobile.show ul li:nth-child(5) {
  transition-delay: 0.75s;
}
nav.mobile.show ul li:nth-child(6) {
  transition-delay: 0.9s;
}
nav.mobile.show ul li:nth-child(7) {
  transition-delay: 1.05s;
}
nav.mobile.show ul li:nth-child(8) {
  transition-delay: 1.2s;
}
nav.mobile.show ul li:nth-child(9) {
  transition-delay: 1.35s;
}
nav.mobile.show ul li:nth-child(10) {
  transition-delay: 1.5s;
}
nav.mobile.show ul li:nth-child(11) {
  transition-delay: 1.65s;
}
nav.mobile.show ul li:nth-child(12) {
  transition-delay: 1.8s;
}
nav.mobile.show ul li:nth-child(13) {
  transition-delay: 1.95s;
}
nav.mobile.show ul li:nth-child(14) {
  transition-delay: 2.1s;
}
nav.mobile.show ul li:nth-child(15) {
  transition-delay: 2.25s;
}
nav.mobile.show ul li ul {
  margin-top: 10px;
  padding-bottom: 0;
}
nav.mobile.show ul li ul li {
  margin-bottom: 10px;
  padding-left: 20px;
}
nav.mobile.show ul li ul li a {
  font-weight: 400;
}
nav.mobile.show ul.sub {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.85s;
}
nav.mobile {
  /* #endregion */
}

/* #endregion */
/* #region Overlay */
.navoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.navoverlay.show {
  z-index: 99998;
  opacity: 0.5;
  visibility: visible;
}

/* #endregion */
header {
  display: block;
}
header .ft-headimage {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
header .ft-headimage .slide-item {
  position: relative;
}
header .ft-headimage .slide-item .control-block {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 100%;
  pointer-events: none;
}
header .ft-headimage .slide-item .control-block .controls-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-md);
}
header .ft-headimage .slide-item .control-block .controls-inner i {
  cursor: pointer;
  pointer-events: all;
  font-size: 55px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
}
header .ft-headimage .slide-item .control-block .controls-inner i:hover {
  color: #24ff00;
  transition: all 0.5s ease;
}
header .ft-headimage.subpage {
  height: 65vh;
}
header .ft-headimage .image-block {
  width: 100%;
  height: 100%;
  position: relative;
}
header .ft-headimage .image-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .ft-headimage .image-block:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, black 90%, black 100%);
}
header .ft-headimage .content-block {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
header .ft-headimage .content-block .ft-badges {
  margin-bottom: var(--space-md);
}
header .ft-headimage .content-block .line-1,
header .ft-headimage .content-block .line-2 {
  font-family: "loos-extrawide", sans-serif;
  font-weight: 700;
}
header .ft-headimage .content-block .line-1 {
  line-height: 130%;
  font-weight: 700;
}
header .ft-headimage .content-block .line-2 {
  line-height: 100%;
  font-weight: 400;
}
header .ft-headimage.small {
  height: 65vh;
}
header {
  /* #region Media Queries */
}
@media screen and (max-width: 1921px) {
  header .ft-headimage .content-block .line-1 {
    font-size: 3rem;
    line-height: 140%;
  }
  header .ft-headimage .content-block .line-2 {
    font-size: 5.125rem;
    line-height: 100%;
  }
}
@media screen and (max-width: 1380px) {
  header .ft-headimage .content-block .line-1 {
    font-size: 2.5rem;
    line-height: 140%;
  }
  header .ft-headimage .content-block .line-2 {
    font-size: 4.125rem;
    line-height: 110%;
  }
  header .ft-headimage .slide-item {
    position: relative;
  }
  header .ft-headimage .slide-item .control-block {
    right: inherit;
    left: 0;
  }
  header .ft-headimage .slide-item .control-block .controls-inner {
    justify-content: flex-start;
    transform: translateY(-100px);
  }
  header .ft-headimage .slide-item .control-block .controls-inner i {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  header .ft-headimage .content-block .line-1 {
    font-size: 2rem;
    line-height: 140%;
  }
  header .ft-headimage .content-block .line-2 {
    font-size: 3.125rem;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  header .ft-headimage .content-block .line-1 {
    font-size: 1.5rem;
    line-height: 140%;
  }
  header .ft-headimage .content-block .line-2 {
    font-size: 2rem;
    line-height: 130%;
  }
}
header {
  /* #endregion */
}

.pswp {
  z-index: 10001;
}

.ft-gallery .photoswipe-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ft-gallery .photoswipe-gallery .image-block {
  flex: 0 0 calc(33.3333333% + 0px);
  aspect-ratio: 16/14;
  position: relative;
  color: #ffffff;
  opacity: 1;
  position: relative;
}
.ft-gallery .photoswipe-gallery .image-block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.ft-gallery .photoswipe-gallery .image-block img {
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ft-gallery .photoswipe-gallery:hover .image-block {
  opacity: 0.5;
}
.ft-gallery .photoswipe-gallery .image-block:hover {
  opacity: 1;
}
.ft-gallery {
  /* #region Media Queries */
}
@media screen and (max-width: 768px) {
  .ft-gallery .photoswipe-gallery .image-block {
    flex: 0 0 calc(100% + 0px);
    pointer-events: none;
    opacity: 1;
  }
}
.ft-gallery {
  /* #endregion */
}

.ft-images .single-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.ft-images .single-image.filled {
  width: 100%;
  aspect-ratio: 16/12;
}
.ft-images .single-image.filled:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.ft-images .single-image.filled img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ft-images .single-image .image-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ft-images .single-image .image-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ft-images {
  /* #region Media Queries */
}
.ft-images {
  /* #endregion */
}

.ft-buttons {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.ft-buttons .button-item {
  position: relative;
  padding: calc(var(--space-sm) * 1.1) var(--space-md);
  cursor: pointer;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  background: #ffffff;
  color: #000000;
  white-space: nowrap;
  border: 0;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
}
.ft-buttons .button-item span {
  transition: all 0.5s ease;
}
.ft-buttons .button-item span.text-mobile {
  display: none;
}
.ft-buttons .button-item i {
  transition: all 0.5s ease;
}
.ft-buttons .button-item i:first-of-type {
  font-size: 20px;
}
.ft-buttons .button-item i:nth-of-type(2) {
  font-size: 20px;
}
.ft-buttons .button-item {
  /* #region Button Hover */
}
.ft-buttons .button-item:hover {
  transition: all 0.5s ease;
}
.ft-buttons .button-item:hover span {
  transition: all 0.5s ease;
}
.ft-buttons .button-item:hover i {
  transition: all 0.5s ease;
}
.ft-buttons .button-item {
  /* #endregion */
  /* #region Button Type */
}
.ft-buttons .button-item.large {
  padding: var(--space-md) var(--space-lg);
  gap: var(--space-md);
  font-size: 1.4rem;
}
.ft-buttons .button-item {
  /* #endregion */
  /* #region Button Colors */
}
.ft-buttons .button-item.primary1 {
  background: #24ff00;
  background-image: linear-gradient(-107deg, #24ff00 0%, #a2ff00 100%);
  color: #000000;
}
.ft-buttons .button-item.primary1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-107deg, #a2ff00 0%, #a2ff00 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.ft-buttons .button-item.primary1:hover {
  color: #000000;
}
.ft-buttons .button-item.primary1:hover:before {
  opacity: 1;
  transition: all 0.5s ease;
}
.ft-buttons .button-item.black {
  background: #000000;
  color: #ffffff;
}
.ft-buttons .button-item.black:hover {
  background: rgb(28.8, 204, 0);
  color: #000000;
}
.ft-buttons .button-item.black-to-white {
  background: #000000;
  color: #ffffff;
}
.ft-buttons .button-item.black-to-white:hover {
  background: #ffffff;
  color: #000000;
}
.ft-buttons .button-item.white {
  background: #ffffff;
  color: #000000;
}
.ft-buttons .button-item.white:hover {
  background: #000000;
  color: #ffffff;
}
.ft-buttons .button-item {
  /* #endregion */
}
.ft-buttons {
  /* #region Media Queries */
}
@media screen and (max-width: 1680px) {
  .ft-buttons .button-item.large {
    padding: calc(var(--space-sm) * 1.25) var(--space-md);
    gap: var(--space-sm);
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .ft-buttons .text-button span.text-desktop,
  .ft-buttons .button-item span.text-desktop {
    display: none;
  }
  .ft-buttons .text-button span.text-mobile,
  .ft-buttons .button-item span.text-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ft-buttons {
    display: block;
  }
  .ft-buttons .button-item {
    margin-bottom: var(--space-md);
    font-size: 0.96rem;
  }
  .ft-buttons .button-item.large {
    padding: var(--space-sm) var(--space-md);
    gap: var(--space-sm);
    font-size: 0.96rem;
  }
}
.ft-buttons {
  /* #endregion */
}

.ft-classicteaser {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
}
.ft-classicteaser .ft-classicteaser-item {
  display: block;
  overflow: hidden;
  width: calc(50% - var(--space-lg) / 2);
}
.ft-classicteaser .ft-classicteaser-item.large {
  width: 100%;
}
.ft-classicteaser .ft-classicteaser-item .teaser-overlay {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, #24ff00 0%, rgba(36, 255, 0, 0) 70%);
  opacity: 0;
  transition: all 1s ease;
}
.ft-classicteaser .ft-classicteaser-item .image-block {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: var(--space-md);
  background: #24ff00;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.ft-classicteaser .ft-classicteaser-item .image-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ft-classicteaser .ft-classicteaser-item .content-block {
  position: absolute;
  z-index: 2;
  left: 5rem;
  bottom: 5rem;
  width: calc(100% - 10rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-sm);
}
.ft-classicteaser .ft-classicteaser-item .content-block .ft-headlines {
  transition: all 0.5s ease;
}
.ft-classicteaser .ft-classicteaser-item .content-block .ft-headlines span {
  color: #24ff00;
  transition: all 0.5s ease;
}
.ft-classicteaser .ft-classicteaser-item .content-block .ft-icons i {
  font-size: 70px;
  color: #24ff00;
  transition: all 0.5s ease;
}
.ft-classicteaser .ft-classicteaser-item:hover .teaser-overlay {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease;
}
.ft-classicteaser .ft-classicteaser-item:hover .content-block .ft-headlines {
  color: #000000;
  transition: all 1s ease;
}
.ft-classicteaser .ft-classicteaser-item:hover .content-block .ft-headlines span {
  color: #ffffff;
  transition: all 1s ease;
}
.ft-classicteaser .ft-classicteaser-item:hover .content-block .ft-icons i {
  color: #000000;
  transition: all 1s ease;
}
.ft-classicteaser {
  /* #region Media Queries */
}
@media screen and (max-width: 1680px) {
  .ft-classicteaser .ft-classicteaser-item .image-block {
    aspect-ratio: 16/12;
  }
  .ft-classicteaser .ft-classicteaser-item.large {
    width: 100%;
  }
  .ft-classicteaser .ft-classicteaser-item.large .image-block {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 1024px) {
  .ft-classicteaser .ft-classicteaser-item .content-block {
    left: 3rem;
    bottom: 3rem;
    width: calc(100% - 6rem);
  }
  .ft-classicteaser .ft-classicteaser-item .content-block .ft-icons i {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ft-classicteaser .ft-classicteaser-item {
    width: 100%;
  }
  .ft-classicteaser .ft-classicteaser-item .image-block {
    aspect-ratio: 16/12;
  }
  .ft-classicteaser .ft-classicteaser-item .content-block {
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
  }
  .ft-classicteaser .ft-classicteaser-item .content-block .ft-icons i {
    font-size: 40px;
  }
}
.ft-classicteaser {
  /* #endregion */
}

.ft-iconteaser {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
}
.ft-iconteaser .ft-iconteaser-item {
  display: block;
  overflow: hidden;
  width: calc(50% - var(--space-lg) / 2);
}
.ft-iconteaser .ft-iconteaser-item.large {
  width: 100%;
}
.ft-iconteaser .ft-iconteaser-item .teaser-overlay {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, #24ff00 0%, rgba(36, 255, 0, 0) 70%);
  opacity: 0;
  transition: all 1s ease;
}
.ft-iconteaser .ft-iconteaser-item .image-block {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: var(--space-md);
  background: #24ff00;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.ft-iconteaser .ft-iconteaser-item .image-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ft-iconteaser .ft-iconteaser-item .content-block {
  position: absolute;
  z-index: 2;
  left: 5rem;
  bottom: 5rem;
  width: calc(100% - 10rem);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-md);
  margin-bottom: var(--space-sm);
}
.ft-iconteaser .ft-iconteaser-item .content-block .ft-icons i {
  font-size: 120px;
  color: #24ff00;
}
.ft-iconteaser .ft-iconteaser-item .content-block .ft-headlines {
  transition: all 0.5s ease;
}
.ft-iconteaser .ft-iconteaser-item .content-block .ft-headlines .subheading {
  color: #ffffff;
  transition: all 0.5s ease;
}
.ft-iconteaser .ft-iconteaser-item .content-block .ft-headlines .heading {
  color: #24ff00;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  transition: all 0.5s ease;
}
.ft-iconteaser .ft-iconteaser-item .content-block .ft-headlines .heading i {
  font-size: 30px;
  transition: all 0.5s ease;
}
.ft-iconteaser .ft-iconteaser-item:hover .teaser-overlay {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease;
}
.ft-iconteaser .ft-iconteaser-item:hover .content-block .ft-icons i {
  color: #000000;
  transition: all 1s ease;
}
.ft-iconteaser .ft-iconteaser-item:hover .content-block .ft-headlines {
  color: #000000;
  transition: all 1s ease;
}
.ft-iconteaser .ft-iconteaser-item:hover .content-block .ft-headlines .heading {
  color: #000000;
  transition: all 1s ease;
}
.ft-iconteaser {
  /* #region Media Queries */
}
@media screen and (max-width: 1680px) {
  .ft-iconteaser .ft-iconteaser-item .image-block {
    aspect-ratio: 16/12;
  }
  .ft-iconteaser .ft-iconteaser-item .content-block .ft-icons i {
    font-size: 60px;
  }
  .ft-iconteaser .ft-iconteaser-item.large {
    width: 100%;
  }
  .ft-iconteaser .ft-iconteaser-item.large .image-block {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 1024px) {
  .ft-iconteaser .ft-iconteaser-item .content-block {
    left: 3rem;
    bottom: 3rem;
    width: calc(100% - 6rem);
  }
  .ft-iconteaser .ft-iconteaser-item .content-block .ft-icons i {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ft-iconteaser .ft-iconteaser-item {
    width: 100%;
  }
  .ft-iconteaser .ft-iconteaser-item .image-block {
    aspect-ratio: 16/12;
  }
  .ft-iconteaser .ft-iconteaser-item .content-block {
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
  }
}
.ft-iconteaser {
  /* #endregion */
}

.ft-contactbar .content-block a {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-sm);
}
.ft-contactbar .content-block a i {
  font-size: 70px;
  color: #24ff00;
}
.ft-contactbar .content-block a:hover {
  color: #24ff00;
}
.ft-contactbar {
  /* #region Media Queries */
}
@media screen and (max-width: 1024px) {
  .ft-contactbar .content-block {
    font-size: 14px;
  }
  .ft-contactbar .content-block a i {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ft-contactbar .content-block a i {
    font-size: 30px;
  }
}
.ft-contactbar {
  /* #endregion */
}

.ft-forms {
  position: relative;
}
.ft-forms .row {
  margin-bottom: 2.5rem;
}
.ft-forms {
  /* #region Contact Block */
}
.ft-forms .contact-block {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(calc(100% + 4rem));
}
.ft-forms .contact-block span {
  display: block;
}
.ft-forms .contact-block span.title {
  font-weight: 600;
}
.ft-forms {
  /* #endregion */
  /* #region Form */
}
.ft-forms form .lower-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft-forms form p.data-privacy {
  text-transform: none;
  display: flex;
  align-items: center;
}
.ft-forms form p.data-privacy a {
  text-decoration: underline;
}
.ft-forms form p.data-privacy .wpcf7-form-control-wrap {
  transform: translateY(5px);
}
.ft-forms form p.data-privacy .wpcf7-form-control-wrap span.wpcf7-list-item-label {
  display: none;
}
.ft-forms form p.data-privacy .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 10px));
  min-width: 250px;
}
.ft-forms form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.9rem;
  margin-top: 10px;
}
.ft-forms form .input-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 3rem;
}
.ft-forms form input,
.ft-forms form select,
.ft-forms form textarea {
  width: 100%;
  padding: 2rem 2.5rem;
  background: #ffffff;
  color: #000000;
  border: 0;
  font-weight: 500;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #ffffff;
  transition: all 0.5s ease;
}
.ft-forms form input::-moz-placeholder, .ft-forms form select::-moz-placeholder, .ft-forms form textarea::-moz-placeholder {
  opacity: 1;
  color: #000000;
}
.ft-forms form input::placeholder,
.ft-forms form select::placeholder,
.ft-forms form textarea::placeholder {
  opacity: 1;
  color: #000000;
}
.ft-forms form input:focus,
.ft-forms form select:focus,
.ft-forms form textarea:focus {
  border: 2px solid #000000;
  transition: all 0.5s ease;
}
.ft-forms form input[type=submit] {
  background-image: linear-gradient(-107deg, #24ff00 0%, #a2ff00 100%);
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  border: 0;
  float: right;
  cursor: pointer;
}
.ft-forms form input[type=submit]:hover {
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease;
}
.ft-forms form textarea {
  min-height: 250px;
}
.ft-forms form input[type=checkbox],
.ft-forms form input[type=radio] {
  transition: all 0.5s ease;
  width: auto;
  padding: 11px;
  float: left;
  position: relative;
  top: -3px;
  margin-right: 10px;
  border: 2px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
}
.ft-forms form input[type=checkbox]:checked,
.ft-forms form input[type=radio]:checked {
  background: #24ff00;
  transition: all 0.5s ease;
  border: 2px solid #ffffff;
}
.ft-forms form input[type=checkbox]:checked:before,
.ft-forms form input[type=radio]:checked:before {
  content: "✓";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  color: #000000;
}
.ft-forms form .wpcf7-list-item {
  margin: 0;
}
.ft-forms form .custom-select {
  position: relative;
}
.ft-forms form .custom-select .custom-icon {
  position: absolute;
  z-index: 1;
  top: 48%;
  right: 1.5rem;
  pointer-events: none;
  transform: translateY(-50%);
}
.ft-forms form .custom-select .custom-icon svg {
  width: 16px;
  height: 16px;
}
.ft-forms form .custom-select .custom-icon svg * {
  fill: #000000;
}
.ft-forms {
  /* #endregion */
  /* #region Media Queries */
}
@media screen and (max-width: 1380px) {
  .ft-forms .contact-block {
    position: static;
    transform: none;
    margin-bottom: 3rem;
  }
  .ft-forms .contact-block span {
    display: block;
  }
  .ft-forms .contact-block span.title {
    font-weight: 600;
  }
  .ft-forms form .input-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ft-forms form input,
  .ft-forms form select,
  .ft-forms form textarea {
    padding: 1rem;
  }
  .ft-forms form .custom-select .custom-icon {
    top: 48%;
    right: 1.5rem;
    pointer-events: none;
    transform: translateY(-50%);
    fill: #000000;
  }
  .ft-forms form .custom-select .custom-icon svg * {
    fill: #000000;
  }
}
@media screen and (max-width: 768px) {
  .ft-forms .row {
    margin: 0;
  }
  .ft-forms .row .col-md-6 {
    margin-bottom: 0.5rem;
  }
  .ft-forms form .col-12 {
    margin: 0;
    padding: 0;
  }
  .ft-forms form .lower-block {
    display: block;
    margin-top: 1rem;
  }
  .ft-forms form input,
  .ft-forms form select,
  .ft-forms form textarea {
    padding: 1rem;
  }
  .ft-forms form input[type=submit] {
    margin-top: 1rem;
    float: none;
  }
}
.ft-forms {
  /* #endregion */
}

.ft-textblock * {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
}
.ft-textblock.text-black ul li:before {
  color: #000000;
}
.ft-textblock.text-black a {
  color: #000000;
  text-decoration: underline;
}
.ft-textblock {
  /* #region Href */
}
.ft-textblock a {
  color: #24ff00;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.ft-textblock a:hover {
  color: #ffffff;
  transition: all 0.5s ease;
}
.ft-textblock {
  /* #endregion */
  /* #region List */
}
.ft-textblock ul {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.ft-textblock ul:last-child {
  margin-bottom: 0;
}
.ft-textblock ul li {
  padding: var(--space-xs) 0;
  position: relative;
  display: block;
  align-items: center;
  padding-left: calc(var(--space-md) + 5px);
}
.ft-textblock ul li:before {
  content: "\e912";
  font-family: "icons" !important;
  color: #24ff00;
  margin-right: var(--space-sm);
  position: absolute;
  left: 0;
}
.ft-textblock {
  /* #endregion */
  /* #region Ordered List */
}
.ft-textblock ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.ft-textblock ol li {
  padding: var(--space-xs) 0;
  position: relative;
  display: list-item;
}
.ft-textblock ol li::marker {
  font-weight: 700;
}
.ft-textblock {
  /* #endregion */
  /* #region Media Queries */
}
@media screen and (max-width: 1380px) {
  .ft-textblock * {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 1024px) {
  .ft-textblock * {
    font-size: 0.96rem;
  }
  .ft-textblock ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ft-textblock ul li {
    display: inline;
    width: auto;
  }
}
.ft-textblock {
  /* #endregion */
}

.ft-headlines {
  font-family: "loos-extrawide", sans-serif;
  /* #region Divider */
  /* #endregion */
  /* #region Font Settings */
  /* #endregion */
  /* #region Direction Settings */
}
.ft-headlines .heading-block {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.ft-headlines .heading-block .title {
  font-weight: 700;
}
.ft-headlines .heading-block .subtitle {
  font-weight: 400;
}
.ft-headlines .heading-block .divider {
  margin-top: 2rem;
  width: 10px;
  height: 20px;
  position: relative;
}
.ft-headlines .heading-block .divider:before {
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(20px) translateY(-50%);
  background: #24ff00;
}
.ft-headlines .heading-block .divider:after {
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-20px) translateY(-50%);
  background: #24ff00;
}
.ft-headlines .heading-block.reverse {
  flex-direction: column-reverse;
}
.ft-headlines {
  /* #endregion */
  /* #region Media Queries */
}
@media screen and (max-width: 1024px) {
  .ft-headlines .heading-block .divider {
    margin-top: 1rem;
  }
  .ft-headlines .heading-block .divider:before {
    width: 70px;
  }
  .ft-headlines .heading-block .divider:after {
    width: 70px;
  }
}
.ft-headlines {
  /* #endregion */
}

.ft-accordions .fl-accordion-item {
  margin-bottom: 1.5rem;
}
.ft-accordions .fl-accordion-item.fl-accordion-item-active .fl-accordion-button {
  background: #24ff00;
  transition: all 0.5s ease;
}
.ft-accordions .fl-accordion-item.fl-accordion-item-active .fl-accordion-button .fl-accordion-button-label .title {
  color: #000000;
  transition: all 0.5s ease;
}
.ft-accordions .fl-accordion-item.fl-accordion-item-active .fl-accordion-button .fl-accordion-button-icon i {
  color: #000000;
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.ft-accordions .fl-accordion-item .fl-accordion-button {
  background: #ffffff;
  padding: var(--space-lg) var(--space-lg);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: all 0.5s ease;
}
.ft-accordions .fl-accordion-item .fl-accordion-button .fl-accordion-button-label {
  display: block;
}
.ft-accordions .fl-accordion-item .fl-accordion-button .fl-accordion-button-label .title {
  display: flex;
  gap: 1rem;
  text-transform: none;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.ft-accordions .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon {
  color: #000000;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-accordions .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon i {
  transition: all 0.5s ease;
  font-size: 1.25rem;
}
.ft-accordions .fl-accordion-item .fl-accordion-button:hover {
  background: #24ff00;
  transition: all 0.5s ease;
}
.ft-accordions .fl-accordion-item .fl-accordion-button:hover .fl-accordion-button-label .title {
  color: #000000;
  transition: all 0.5s ease;
}
.ft-accordions .fl-accordion-item .fl-accordion-button:hover .fl-accordion-button-icon i {
  transform: rotate(180deg);
  color: #000000;
  transition: all 0.5s ease;
}
.ft-accordions .fl-accordion-item .fl-accordion-content {
  padding: var(--space-md) var(--space-lg);
  text-transform: none;
}
.ft-accordions .fl-accordion-item .fl-accordion-content a {
  text-decoration: underline;
  color: #24ff00;
}
.ft-accordions .fl-accordion-item .fl-accordion-content {
  /* #region List */
}
.ft-accordions .fl-accordion-item .fl-accordion-content ul {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.ft-accordions .fl-accordion-item .fl-accordion-content ul:last-child {
  margin-bottom: 0;
}
.ft-accordions .fl-accordion-item .fl-accordion-content ul li {
  padding: var(--space-xs) 0;
  position: relative;
  display: block;
  align-items: center;
  padding-left: calc(var(--space-md) + 5px);
}
.ft-accordions .fl-accordion-item .fl-accordion-content ul li:before {
  content: "\e912";
  font-family: "icons" !important;
  color: #24ff00;
  margin-right: var(--space-sm);
  position: absolute;
  left: 0;
}
.ft-accordions .fl-accordion-item .fl-accordion-content {
  /* #endregion */
  /* #region Ordered List */
}
.ft-accordions .fl-accordion-item .fl-accordion-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.ft-accordions .fl-accordion-item .fl-accordion-content ol li {
  padding: var(--space-xs) 0;
  position: relative;
  display: list-item;
}
.ft-accordions .fl-accordion-item .fl-accordion-content ol li::marker {
  font-weight: 700;
}
.ft-accordions .fl-accordion-item .fl-accordion-content {
  /* #endregion */
}
.ft-accordions.black .fl-accordion-item.fl-accordion-item-active .fl-accordion-button {
  background: #000000;
}
.ft-accordions.black .fl-accordion-item.fl-accordion-item-active .fl-accordion-button .fl-accordion-button-label .title {
  color: #24ff00;
}
.ft-accordions.black .fl-accordion-item.fl-accordion-item-active .fl-accordion-button .fl-accordion-button-icon i {
  color: #24ff00;
}
.ft-accordions.black .fl-accordion-item .fl-accordion-button {
  background: #000000;
}
.ft-accordions.black .fl-accordion-item .fl-accordion-button .fl-accordion-button-label .title {
  color: #ffffff;
}
.ft-accordions.black .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon {
  color: #24ff00;
}
.ft-accordions.black .fl-accordion-item .fl-accordion-content {
  color: #000000;
}
.ft-accordions.black .fl-accordion-item .fl-accordion-content a {
  color: #000000;
}
.ft-accordions.black .fl-accordion-item .fl-accordion-content ul li:before {
  color: #000000;
}
.ft-accordions {
  /* #region Media Queries */
}
@media screen and (max-width: 1024px) {
  .ft-accordions .fl-accordion-item .fl-accordion-content {
    padding: 1rem var(--space-lg);
  }
  .ft-accordions .fl-accordion-item .fl-accordion-content * {
    font-size: 0.96rem;
  }
}
@media screen and (max-width: 768px) {
  .ft-accordions .fl-accordion-item {
    margin-bottom: var(--space-sm);
  }
  .ft-accordions .fl-accordion-item .fl-accordion-button {
    padding: var(--space-md) var(--space-md);
  }
  .ft-accordions .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon i {
    font-size: 1rem;
  }
  .ft-accordions .fl-accordion-item .fl-accordion-content {
    padding: 1rem var(--space-md);
  }
}
.ft-accordions {
  /* #endregion */
}