*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:where(img, picture, video, canvas, svg):not([class]):empty {
  display: block;
  max-width: 100%;
}

:where(p, h1, h2, h3, h4, h5, h6, a) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3, h4, h5, h6) a {
  color: inherit;
}

:where(ul, ol) {
  padding: 0;
  list-style: none;
}

ul[class^=c-] {
  list-style-type: none;
}

button {
  all: unset;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

address {
  font-style: normal;
}

article {
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Matter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Matter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Matter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Matter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Sohne Breit";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Soehne-Breit-Halbfett.woff2") format("woff2");
}
@font-face {
  font-family: "Sohne Breit";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Soehne-Breit-Kraftig.woff2") format("woff2");
}
body {
  font-family: "Matter", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #242424;
  font-size: clamp(0.875rem, 0.272727vw + 0.721591rem, 1.0625rem);
}

h1 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.75rem, 2.181818vw + 0.522727rem, 3.25rem);
  color: #003300;
}

.c-h1 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.75rem, 2.181818vw + 0.522727rem, 3.25rem);
  color: #003300;
}

h2 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.5rem, 1.818182vw + 0.477273rem, 2.75rem);
  color: #003300;
}

.c-h2 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.5rem, 1.818182vw + 0.477273rem, 2.75rem);
  color: #003300;
}

h3 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.375rem, 0.909091vw + 0.863636rem, 2rem);
  color: #003300;
}

.c-h3 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.375rem, 0.909091vw + 0.863636rem, 2rem);
  color: #003300;
}

h4 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.25rem, 0.363636vw + 1.045455rem, 1.5rem);
  color: #003300;
}

.c-h4 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.25rem, 0.363636vw + 1.045455rem, 1.5rem);
  color: #003300;
}

h5 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.125rem, 0.363636vw + 0.920455rem, 1.375rem);
  color: #003300;
}

.c-h5 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.125rem, 0.363636vw + 0.920455rem, 1.375rem);
  color: #003300;
}

h6 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  color: #003300;
}

.c-h6 {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  color: #003300;
}

.c-txs {
  font-family: "Matter", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #242424;
  font-size: clamp(0.8125rem, 0.181818vw + 0.710227rem, 0.9375rem);
}

.c-ts {
  font-family: "Matter", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #242424;
  font-size: clamp(0.8125rem, 0.272727vw + 0.659091rem, 1rem);
}

.c-tm {
  font-family: "Matter", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #242424;
  font-size: clamp(0.875rem, 0.272727vw + 0.721591rem, 1.0625rem);
}

.c-tl {
  font-family: "Matter", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #242424;
  font-size: clamp(0.875rem, 0.363636vw + 0.670455rem, 1.125rem);
}

.c-content {
  max-width: 70ch;
}
.c-content :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.2em;
}
.c-content :where(strong) {
  font-weight: 600;
}
.c-content :where(p, ul):not(:last-child, :has(+ ul)) {
  margin-bottom: 1.6em;
}
.l-main {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.l-section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-inline: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
  padding-block: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.l-container {
  width: min(100%, 100rem);
  z-index: 10;
}
.l-container:is(.-wide) {
  width: min(100%, n);
}
.l-container:is(.-fluid) {
  width: 100%;
}

.l-grid {
  display: grid;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}
@media (max-width: 37.49375em) {
  .l-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 37.5em) {
  .l-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 75em) {
  .l-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
.l-grid:is(.-g0) {
  gap: 0;
}
.l-grid:is(.-row) {
  row-gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}
.l-grid:is(.-end) {
  align-items: end;
}
.l-grid:is(.-center) {
  align-items: center;
}
.l-grid:has(.l-cell:is(.-sticky)) {
  align-items: start;
}

.l-cell {
  grid-column-end: span 8;
}
.l-cell:is(.-m1) {
  grid-column-end: span 1;
}
.l-cell:is(.-m2) {
  grid-column-end: span 2;
}
.l-cell:is(.-m3) {
  grid-column-end: span 3;
}
.l-cell:is(.-m4) {
  grid-column-end: span 4;
}
.l-cell:is(.-m5) {
  grid-column-end: span 5;
}
.l-cell:is(.-m6) {
  grid-column-end: span 6;
}
.l-cell:is(.-m7) {
  grid-column-end: span 7;
}
@media (min-width: 37.5em) {
  .l-cell:is(.-center):is(.-t6) {
    grid-column-start: 4;
  }
  .l-cell:is(.-center):is(.-t8) {
    grid-column-start: 3;
  }
  .l-cell:is(.-center):is(.-t10) {
    grid-column-start: 2;
  }
}
@media (min-width: 75em) {
  .l-cell:is(.-center):is(.-d6) {
    grid-column-start: 4;
  }
  .l-cell:is(.-center):is(.-d8) {
    grid-column-start: 3;
  }
  .l-cell:is(.-center):is(.-d10) {
    grid-column-start: 2;
  }
}
@media (min-width: 37.5em) {
  .l-cell {
    grid-column-end: span 12;
  }
  .l-cell:is(.-t1) {
    grid-column-end: span 1;
  }
  .l-cell:is(.-t2) {
    grid-column-end: span 2;
  }
  .l-cell:is(.-t3) {
    grid-column-end: span 3;
  }
  .l-cell:is(.-t4) {
    grid-column-end: span 4;
  }
  .l-cell:is(.-t5) {
    grid-column-end: span 5;
  }
  .l-cell:is(.-t6) {
    grid-column-end: span 6;
  }
  .l-cell:is(.-t7) {
    grid-column-end: span 7;
  }
  .l-cell:is(.-t8) {
    grid-column-end: span 8;
  }
  .l-cell:is(.-t9) {
    grid-column-end: span 9;
  }
  .l-cell:is(.-t10) {
    grid-column-end: span 10;
  }
  .l-cell:is(.-t11) {
    grid-column-end: span 11;
  }
  .l-cell:is(.-t_cs2) {
    grid-column-start: 2;
  }
  .l-cell:is(.-t_cs3) {
    grid-column-start: 3;
  }
  .l-cell:is(.-t_cs4) {
    grid-column-start: 4;
  }
  .l-cell:is(.-t_cs5) {
    grid-column-start: 5;
  }
  .l-cell:is(.-t_cs6) {
    grid-column-start: 6;
  }
  .l-cell:is(.-t_cs7) {
    grid-column-start: 7;
  }
  .l-cell:is(.-t_cs8) {
    grid-column-start: 8;
  }
  .l-cell:is(.-t_cs9) {
    grid-column-start: 9;
  }
  .l-cell:is(.-t_cs10) {
    grid-column-start: 10;
  }
}
@media (min-width: 37.5em) and (max-width: 56.24375em) {
  .l-cell:is(.-to1) {
    grid-column-end: span 1;
  }
  .l-cell:is(.-to2) {
    grid-column-end: span 2;
  }
  .l-cell:is(.-to3) {
    grid-column-end: span 3;
  }
  .l-cell:is(.-to4) {
    grid-column-end: span 4;
  }
  .l-cell:is(.-to5) {
    grid-column-end: span 5;
  }
  .l-cell:is(.-to6) {
    grid-column-end: span 6;
  }
  .l-cell:is(.-to7) {
    grid-column-end: span 7;
  }
  .l-cell:is(.-to8) {
    grid-column-end: span 8;
  }
  .l-cell:is(.-to9) {
    grid-column-end: span 9;
  }
  .l-cell:is(.-to10) {
    grid-column-end: span 10;
  }
  .l-cell:is(.-to11) {
    grid-column-end: span 11;
  }
  .l-cell:is(.-to_cs2) {
    grid-column-start: 2;
  }
  .l-cell:is(.-to_cs3) {
    grid-column-start: 3;
  }
  .l-cell:is(.-to_cs4) {
    grid-column-start: 4;
  }
  .l-cell:is(.-to_cs5) {
    grid-column-start: 5;
  }
  .l-cell:is(.-to_cs6) {
    grid-column-start: 6;
  }
  .l-cell:is(.-to_cs7) {
    grid-column-start: 7;
  }
  .l-cell:is(.-to_cs8) {
    grid-column-start: 8;
  }
  .l-cell:is(.-to_cs9) {
    grid-column-start: 9;
  }
  .l-cell:is(.-to_cs10) {
    grid-column-start: 10;
  }
  .l-cell:is(.-to_center):is(.-t6) {
    grid-column-start: 4;
  }
  .l-cell:is(.-to_center):is(.-t8) {
    grid-column-start: 3;
  }
  .l-cell:is(.-to_center):is(.-t10) {
    grid-column-start: 2;
  }
}
@media (min-width: 75em) {
  .l-cell {
    grid-column-end: span 12;
  }
  .l-cell:is(.-d1) {
    grid-column-end: span 1;
  }
  .l-cell:is(.-d2) {
    grid-column-end: span 2;
  }
  .l-cell:is(.-d3) {
    grid-column-end: span 3;
  }
  .l-cell:is(.-d4) {
    grid-column-end: span 4;
  }
  .l-cell:is(.-d5) {
    grid-column-end: span 5;
  }
  .l-cell:is(.-d6) {
    grid-column-end: span 6;
  }
  .l-cell:is(.-d7) {
    grid-column-end: span 7;
  }
  .l-cell:is(.-d8) {
    grid-column-end: span 8;
  }
  .l-cell:is(.-d9) {
    grid-column-end: span 9;
  }
  .l-cell:is(.-d10) {
    grid-column-end: span 10;
  }
  .l-cell:is(.-d11) {
    grid-column-end: span 11;
  }
  .l-cell:is(.-d12) {
    grid-column-end: span 12;
  }
  .l-cell:is(.-d_cs1) {
    grid-column-start: 1;
  }
  .l-cell:is(.-d_cs2) {
    grid-column-start: 2;
  }
  .l-cell:is(.-d_cs3) {
    grid-column-start: 3;
  }
  .l-cell:is(.-d_cs4) {
    grid-column-start: 4;
  }
  .l-cell:is(.-d_cs5) {
    grid-column-start: 5;
  }
  .l-cell:is(.-d_cs6) {
    grid-column-start: 6;
  }
  .l-cell:is(.-d_cs7) {
    grid-column-start: 7;
  }
  .l-cell:is(.-d_cs8) {
    grid-column-start: 8;
  }
  .l-cell:is(.-d_cs9) {
    grid-column-start: 9;
  }
  .l-cell:is(.-d_cs10) {
    grid-column-start: 10;
  }
  .l-cell:is(.-d_cs11) {
    grid-column-start: 11;
  }
  .l-cell:is(.-d_cs12) {
    grid-column-start: 12;
  }
}

.c-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}
.c-header__top, .c-header__main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
  width: 100%;
}
.c-header__main {
  height: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}
.c-header__container {
  width: min(100%, 100rem);
  z-index: 10;
}
.c-header__container:is(.-wide) {
  width: min(100%, n);
}
.c-header__container:is(.-fluid) {
  width: 100%;
}
.c-header :where(.c-top-menu, .c-main-menu) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-header .c-top-menu__link,
.c-header .c-main-menu__link,
.c-header .c-sub-menu__link {
  display: flex;
  align-items: center;
  padding-block: clamp(0.125rem, 0.181818vw + 0.022727rem, 0.25rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-weight: 600;
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
}
.c-header .c-top-menu__link svg,
.c-header .c-main-menu__link svg,
.c-header .c-sub-menu__link svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-header .c-top-menu__link__icon,
.c-header .c-main-menu__link__icon,
.c-header .c-sub-menu__link__icon {
  display: flex;
}
.c-header .c-sub-menu__parent .c-main-menu__link {
  display: flex;
  align-items: center;
}
.c-header .c-sub-menu__wrapper {
  position: absolute;
  z-index: 100;
}
.c-header .c-sub-menu__item {
  white-space: nowrap;
}

:where(.c-logo__link, .c-footer-logo__link) {
  display: flex;
}

.c-top-menu__item,
.c-main-menu__item,
.c-sub-menu__item {
  position: relative;
}
.c-top-menu__link:is(span),
.c-main-menu__link:is(span),
.c-sub-menu__link:is(span) {
  cursor: pointer;
}
.c-top-menu__link-icon,
.c-main-menu__link-icon,
.c-sub-menu__link-icon {
  display: flex;
}

.c-mobile-nav__wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-inline: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
  overflow-y: scroll;
  z-index: 900;
}

@media (min-width: 75em) {
  :where(.c-hamburger,
  .c-header-group__item:has(.c-hamburger),
  .c-mobile-nav__wrapper) {
    display: none !important;
  }
}
@media (max-width: 74.99375em) {
  .c-main-nav {
    display: none !important;
  }
}
.c-mobile-sub__parent .c-mobile-menu__link {
  display: flex;
}

.c-hamburger__icon {
  position: relative;
}
.c-hamburger__bar {
  position: absolute;
}

.c-footer__main, .c-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}
.c-footer__container {
  width: min(100%, 100rem);
  z-index: 10;
}
.c-footer__container:is(.-wide) {
  width: min(100%, n);
}
.c-footer__container:is(.-fluid) {
  width: 100%;
}
.c-footer .c-footer-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  column-gap: clamp(1rem, 0.363636vw + 0.795455rem, 1.25rem);
  row-gap: clamp(0.5rem, 0.727273vw + 0.090909rem, 1rem);
}
.c-footer .c-footer-menu__item {
  display: flex;
}
.c-footer .c-bottom-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-footer .c-footer-menu__link,
.c-footer .c-bottom-menu__link {
  display: flex;
  align-items: center;
  padding-block: clamp(0.125rem, 0.181818vw + 0.022727rem, 0.25rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-weight: 600;
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
}
.c-footer .c-footer-menu__link svg,
.c-footer .c-bottom-menu__link svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-footer .c-footer-menu__link__icon,
.c-footer .c-bottom-menu__link__icon {
  display: flex;
}

.c-colophon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.c-colophon__link {
  padding-block: clamp(0.125rem, 0.181818vw + 0.022727rem, 0.25rem);
}

figure:has(img) {
  position: relative;
  width: 100%;
  overflow: hidden;
}
figure:has(img) picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: clamp(0.25rem, 0.181818vw + 0.147727rem, 0.375rem);
}
.c-group:is(.-center) {
  justify-content: center;
}
.c-group:is(.-vertical) {
  flex-direction: column;
  align-items: flex-start;
}
.c-group:is(.-vertical-center) {
  align-items: center;
  flex-direction: column;
}

.c-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  column-gap: clamp(1rem, 0.363636vw + 0.795455rem, 1.25rem);
  row-gap: clamp(0.5rem, 0.727273vw + 0.090909rem, 1rem);
}
.c-list__item {
  display: flex;
}
.c-list:is(.-center) {
  align-items: center;
}
.c-list:is(.-horizontal) {
  flex-direction: row;
  align-items: center;
}
.c-list:is(.-center) {
  align-items: center;
}

.c-link {
  display: flex;
  align-items: center;
  padding-block: clamp(0.125rem, 0.181818vw + 0.022727rem, 0.25rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-weight: 600;
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
}
.c-link svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-link__icon {
  display: flex;
}

.c-button {
  display: inline-flex;
  align-items: center;
  height: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
  padding-inline: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
}
.c-button svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-button__icon {
  display: flex;
}

.c-usp {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
}
.c-usp svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-usp__icon {
  display: flex;
}
.c-usp svg {
  fill: #242424;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.screen-reader-text {
  display: none;
}

.gform_required_legend {
  display: none;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.c-form__field:is(.c-form__consent, .c-form__captcha):not(.c-form__custom) .gfield_label {
  display: none !important;
}

.c-form {
  position: relative;
}
.c-form .gform_fields {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
  gap: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
}
.c-form .ginput_container {
  display: flex;
}

.c-form__field {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  border: none;
  grid-column-end: span 8;
}
.c-form__field:is(.-m1) {
  grid-column-end: span 1;
}
.c-form__field:is(.-m2) {
  grid-column-end: span 2;
}
.c-form__field:is(.-m3) {
  grid-column-end: span 3;
}
.c-form__field:is(.-m4) {
  grid-column-end: span 4;
}
.c-form__field:is(.-m5) {
  grid-column-end: span 5;
}
.c-form__field:is(.-m6) {
  grid-column-end: span 6;
}
.c-form__field:is(.-m7) {
  grid-column-end: span 7;
}
@media (max-width: 37.49375em) {
  .c-form__field:is(.-mo1) {
    grid-column-end: span 1;
  }
  .c-form__field:is(.-mo2) {
    grid-column-end: span 2;
  }
  .c-form__field:is(.-mo3) {
    grid-column-end: span 3;
  }
  .c-form__field:is(.-mo4) {
    grid-column-end: span 4;
  }
  .c-form__field:is(.-mo5) {
    grid-column-end: span 5;
  }
  .c-form__field:is(.-mo6) {
    grid-column-end: span 6;
  }
  .c-form__field:is(.-mo7) {
    grid-column-end: span 7;
  }
}
@media (min-width: 37.5em) {
  .c-form__field:is(.-t1) {
    grid-column-end: span 1;
  }
  .c-form__field:is(.-t2) {
    grid-column-end: span 2;
  }
  .c-form__field:is(.-t3) {
    grid-column-end: span 3;
  }
  .c-form__field:is(.-t4) {
    grid-column-end: span 4;
  }
  .c-form__field:is(.-t5) {
    grid-column-end: span 5;
  }
  .c-form__field:is(.-t6) {
    grid-column-end: span 6;
  }
  .c-form__field:is(.-t7) {
    grid-column-end: span 7;
  }
  .c-form__field:is(.-t8) {
    grid-column-end: span 8;
  }
}

.c-form__field .ginput_container {
  width: 100%;
}

.c-form__field .gfield_label {
  display: flex;
  line-height: 1;
  display: none;
}
.c-form__field:is(.-hide-label) .gfield_label {
  display: none;
}

.c-form__field:is(.c-form__input) input, .c-form__field:is(.c-form__input) textarea {
  width: 100%;
  appearance: none;
  border: none;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  min-height: clamp(2.75rem, 0.363636vw + 2.545455rem, 3rem);
  padding: clamp(0.875rem, 0.545455vw + 0.568182rem, 1.25rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  background: #f4f4f4;
}
.c-form__field:is(.c-form__input) input:is(input), .c-form__field:is(.c-form__input) textarea:is(input) {
  line-height: 1;
}
.c-form__field:is(.c-form__input) input:is(textarea), .c-form__field:is(.c-form__input) textarea:is(textarea) {
  resize: vertical;
  overflow: auto;
}
.c-form__field:is(.c-form__input) input::placeholder, .c-form__field:is(.c-form__input) textarea::placeholder {
  opacity: 1;
}
.c-form__field:is(.c-form__input) input:disabled, .c-form__field:is(.c-form__input) textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-form__field:is(.c-form__input) input:focus, .c-form__field:is(.c-form__input) textarea:focus {
  outline: none;
}
.c-form__field:is(.c-form__input) input[readonly], .c-form__field:is(.c-form__input) textarea[readonly] {
  cursor: default;
}
:where(.c-footer) .c-form__field:is(.c-form__input) input, :where(.c-footer) .c-form__field:is(.c-form__input) textarea {
  background: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
}
.c-form__field:is(.c-form__input) input:is(textarea), .c-form__field:is(.c-form__input) textarea:is(textarea) {
  height: clamp(8.75rem, 2.181818vw + 7.522727rem, 10.25rem);
}
.c-form__field:is(.c-form__number) input, .c-form__field:is(.c-form__number) textarea {
  width: 100%;
  appearance: none;
  border: none;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  min-height: clamp(2.75rem, 0.363636vw + 2.545455rem, 3rem);
  padding: clamp(0.875rem, 0.545455vw + 0.568182rem, 1.25rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  background: #f4f4f4;
}
.c-form__field:is(.c-form__number) input:is(input), .c-form__field:is(.c-form__number) textarea:is(input) {
  line-height: 1;
}
.c-form__field:is(.c-form__number) input:is(textarea), .c-form__field:is(.c-form__number) textarea:is(textarea) {
  resize: vertical;
  overflow: auto;
}
.c-form__field:is(.c-form__number) input::placeholder, .c-form__field:is(.c-form__number) textarea::placeholder {
  opacity: 1;
}
.c-form__field:is(.c-form__number) input:disabled, .c-form__field:is(.c-form__number) textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-form__field:is(.c-form__number) input:focus, .c-form__field:is(.c-form__number) textarea:focus {
  outline: none;
}
.c-form__field:is(.c-form__number) input[readonly], .c-form__field:is(.c-form__number) textarea[readonly] {
  cursor: default;
}
:where(.c-footer) .c-form__field:is(.c-form__number) input, :where(.c-footer) .c-form__field:is(.c-form__number) textarea {
  background: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
}
.c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_radio, .c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: clamp(0.25rem, 0.181818vw + 0.147727rem, 0.375rem);
}
.c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_radio .gchoice, .c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_checkbox .gchoice {
  display: inline-flex;
  align-items: center;
}
.c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_radio .gchoice input:is([type=radio], [type=checkbox]), .c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_checkbox .gchoice input:is([type=radio], [type=checkbox]) {
  display: none;
}
.c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_radio .gchoice input ~ label, .c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_checkbox .gchoice input ~ label {
  gap: clamp(0.625rem, 0.181818vw + 0.522727rem, 0.75rem);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
}
.c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_radio .gchoice input ~ label::before, .c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_checkbox .gchoice input ~ label::before {
  content: "";
  display: flex;
  width: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
  height: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
  background: #f4f4f4;
}
.c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_radio .gchoice input ~ label::after, .c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_checkbox .gchoice input ~ label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(0.4375rem, 0.090909vw + 0.386364rem, 0.5rem);
  transform: translate(-50%, -50%);
  background: #000000;
}
.c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_radio .gchoice input:is([type=radio]), .c-form__field:is(.c-form__radio, .c-form__checkbox):not(.-custom) .gfield_checkbox .gchoice input:is([type=radio]) {
  border-radius: 100%;
}
.gform-button,
.gform_button {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
  padding-inline: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-size: inherit;
}
.gform-button svg,
.gform_button svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.gform-button__icon,
.gform_button__icon {
  display: flex;
}

.c-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 74.99375em) {
  .c-header__main {
    padding-right: clamp(1rem, 5.818182vw + -2.272727rem, 5rem);
  }
}
:where(.logged-in) .c-header {
  top: 2rem;
}

.c-logo {
  height: clamp(1.125rem, 0.363636vw + 0.920455rem, 1.375rem);
}
.c-logo__link {
  transform: translate(0, -0.0625rem);
}

.c-main-nav,
.c-header-nav {
  padding: clamp(0.375rem, 0.181818vw + 0.272727rem, 0.5rem);
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
}

.c-main-nav {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
  margin-left: 3rem;
}

.c-main-menu__item,
.c-header-menu__item {
  cursor: pointer;
}
.c-main-menu__link,
.c-header-menu__link {
  height: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
  padding-inline: clamp(0.65625rem, 0.136364vw + 0.579545rem, 0.75rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  color: #FFFFFF;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 37.49375em) {
  .c-main-menu__link,
  .c-header-menu__link {
    width: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
    padding: 0;
    justify-content: center;
  }
}
.c-main-menu__link-count,
.c-header-menu__link-count {
  font-size: clamp(0.8125rem, 0.181818vw + 0.710227rem, 0.9375rem);
  border-radius: 0.375rem;
  padding: 0.375rem;
  background: rgba(255, 255, 255, 0.0509803922);
}

.c-header-menu {
  gap: 0.375rem;
}

.c-header-menu {
  display: flex;
  align-items: center;
}
.c-header-menu__link {
  display: flex;
  align-items: center;
  padding-block: clamp(0.125rem, 0.181818vw + 0.022727rem, 0.25rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-weight: 600;
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
}
.c-header-menu__link svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-header-menu__link__icon {
  display: flex;
}
.c-header-menu__link-icon {
  display: flex;
}
.c-header-menu__link:is(.-button) {
  padding-inline: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
  background: #00FC1B;
  color: #003300;
}

@media (max-width: 37.49375em) {
  .c-header-menu__item:nth-child(1) .c-header-menu__link {
    width: 2.25rem;
    height: 2.25rem;
  }
  .c-header-menu__item:nth-child(1) .c-header-menu__link-title {
    display: none;
  }
  .c-header-menu__item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 74.99375em) {
  .c-header-menu__item:not(:last-child) {
    margin-right: clamp(0.375rem, 0.181818vw + 0.272727rem, 0.5rem);
  }
}
@media (min-width: 75em) {
  .c-header-menu__item:not(:last-child, :nth-last-child(2)) {
    margin-right: clamp(0.25rem, 0.181818vw + 0.147727rem, 0.375rem);
  }
}

.c-hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
}
@media (max-width: 74.99375em) {
  .c-hamburger {
    width: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
    padding: 0;
    background: rgba(255, 255, 255, 0.0509803922);
  }
}
.c-hamburger__icon {
  width: 1rem;
  height: 0.75rem;
}
.c-hamburger__bar {
  width: 100%;
  height: 0.09375rem;
  background: #FFFFFF;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-hamburger__bar:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.c-hamburger__bar:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%);
}
.c-hamburger__bar:nth-child(4) {
  bottom: 0;
}
.c-hamburger[data-state=active] .c-hamburger__bar:nth-child(1) {
  transform: scaleX(0);
  transform-origin: right;
  transition-delay: 0.1s;
}
.c-hamburger[data-state=active] .c-hamburger__bar:nth-child(2) {
  transform: translate(0, -50%) rotate(-45deg);
  transition-delay: 0.3s;
}
.c-hamburger[data-state=active] .c-hamburger__bar:nth-child(3) {
  transform: translate(0, -50%) rotate(45deg);
  transition-delay: 0.3s;
}
.c-hamburger[data-state=active] .c-hamburger__bar:nth-child(4) {
  transform: scaleX(0);
  transform-origin: right;
  transition-delay: 0.2s;
}

.c-mobile-nav {
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  padding-top: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
  padding-inline: clamp(3rem, 17.454545vw + -6.818182rem, 15rem);
  position: relative;
  background: #003300;
  height: 100%;
}
.c-mobile-nav__wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}
.c-mobile-nav__shape {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  width: 7rem;
  height: 3.75rem;
  background: #00FC1B;
}
.c-mobile-nav__shape::before {
  content: "";
  position: absolute;
  width: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  height: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  top: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #00FC1B 70.7%);
  transform: translate(-100%, 0) rotate(90deg);
}
.c-mobile-nav__shape::after {
  content: "";
  position: absolute;
  width: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  height: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  bottom: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #00FC1B 70.7%);
  transform: translate(0, 100%) rotate(90deg);
}

.c-mobile-menu {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
}
.c-mobile-menu__link {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.25rem, 0.363636vw + 1.045455rem, 1.5rem);
  color: #003300;
  color: #FFFFFF;
}
.c-mobile-menu__link-count {
  font-size: clamp(0.8125rem, 0.181818vw + 0.710227rem, 0.9375rem);
  border-radius: 0.375rem;
  padding: 0.375rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.0509803922);
}

.c-mobile-nav {
  transform: translate(0, 1rem);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-mobile-nav__wrapper {
  opacity: 0;
  visibility: hidden;
}
.c-mobile-nav__wrapper::after {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #00FC1B;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.c-mobile-menu__item {
  transform: translate(0, 1.5rem);
  opacity: 0;
  visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.c-logo {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.c-hamburger__bar {
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-logo {
  opacity: 0;
  visibility: hidden;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-nav__wrapper {
  opacity: 1;
  visibility: visible;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-nav__wrapper::after {
  transform: scaleY(100%);
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-nav {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition-delay: 0.1s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(1) {
  transition-delay: 0.1875s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(2) {
  transition-delay: 0.225s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(3) {
  transition-delay: 0.2625s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(4) {
  transition-delay: 0.3s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(5) {
  transition-delay: 0.3375s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(6) {
  transition-delay: 0.375s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(7) {
  transition-delay: 0.4125s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(8) {
  transition-delay: 0.45s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(9) {
  transition-delay: 0.4875s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(10) {
  transition-delay: 0.525s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(11) {
  transition-delay: 0.5625s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(12) {
  transition-delay: 0.6s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(13) {
  transition-delay: 0.6375s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(14) {
  transition-delay: 0.675s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-mobile-menu__item:nth-child(15) {
  transition-delay: 0.7125s;
}
.l-body:has(.c-mobile-nav__wrapper[data-state=active]) .c-header-nav {
  background: #003300;
}

.c-main-nav[data-color=blur],
.c-header-nav[data-color=blur] {
  backdrop-filter: blur(1.5rem);
  background: rgba(0, 51, 0, 0.1);
}
.c-main-nav[data-color=blur] .c-main-menu__link,
.c-main-nav[data-color=blur] .c-header-menu__link,
.c-header-nav[data-color=blur] .c-main-menu__link,
.c-header-nav[data-color=blur] .c-header-menu__link {
  color: #FFFFFF;
}
.c-main-nav[data-color=blur] .c-main-menu__link:where(:hover, :focus),
.c-main-nav[data-color=blur] .c-header-menu__link:where(:hover, :focus),
.c-header-nav[data-color=blur] .c-main-menu__link:where(:hover, :focus),
.c-header-nav[data-color=blur] .c-header-menu__link:where(:hover, :focus) {
  background: rgba(255, 255, 255, 0.0509803922);
}
.c-main-nav[data-color=light],
.c-header-nav[data-color=light] {
  backdrop-filter: blur(1.5rem);
  background: rgba(0, 51, 0, 0.1);
  backdrop-filter: blur(1.5rem);
  background: rgba(0, 51, 0, 0.1);
}
.c-main-nav[data-color=light] .c-main-menu__link:where(:hover, :focus),
.c-main-nav[data-color=light] .c-header-menu__link:where(:hover, :focus),
.c-header-nav[data-color=light] .c-main-menu__link:where(:hover, :focus),
.c-header-nav[data-color=light] .c-header-menu__link:where(:hover, :focus) {
  background: rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 37.49375em) {
  .c-hamburger {
    background: rgba(255, 255, 255, 0.0509803922);
  }
  :where([data-color=light]) .c-hamburger {
    background: rgba(0, 0, 0, 0.1019607843);
  }
}
.c-hamburger__bar {
  background: #FFFFFF;
}
.c-logo__wrapper {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-logo__wrapper[data-state=inactive] {
  transform: translate(0, -5rem);
}
@media (min-width: 37.5em) {
  .c-logo__wrapper[data-state=inactive] {
    transform: translate(0, -7.5rem);
  }
}

.c-main-nav {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-main-nav[data-state=inactive] {
  transform: translate(0, -5rem);
  transition-delay: 0.05s;
}
@media (min-width: 37.5em) {
  .c-main-nav[data-state=inactive] {
    transform: translate(0, -7.5rem);
  }
}

@media (max-width: 37.49375em) {
  :where(.l-body:has(.c-mobile-nav__wrapper[data-state=active])) .c-header-nav {
    background: none !important;
    border-color: transparent !important;
    backdrop-filter: none !important;
  }
}
@media (max-width: 74.99375em) {
  .c-header-nav {
    transition-property: margin-right;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  }
  .c-header-nav[data-state=active] {
    margin-right: calc(-1 * clamp(0.5rem, 2.909091vw + -1.136364rem, 2.5rem));
  }
}

@media (min-width: 75em) {
  .c-header-menu__item:has(.c-hamburger) {
    width: 0;
    overflow: hidden;
    transition-property: width, margin-left;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  }
  :where([data-state=active]) .c-header-menu__item:has(.c-hamburger) {
    width: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
    margin-left: clamp(0.25rem, 0.181818vw + 0.147727rem, 0.375rem);
    transition-delay: 0.05s;
  }
}

.c-header-nav {
  position: relative;
}
.c-header-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.0509803922);
  z-index: -1;
}
.c-header-nav:has(.-button:hover, .c-action-nav:hover)::after {
  height: 15.5rem;
}

.c-header-menu__item:has(.c-action-nav):hover .c-action-menu__item {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.c-header-menu__item:has(.c-action-nav):hover .c-action-menu__item:nth-child(1) {
  transition-delay: 0.1875s;
}
.c-header-menu__item:has(.c-action-nav):hover .c-action-menu__item:nth-child(2) {
  transition-delay: 0.225s;
}
.c-header-menu__item:has(.c-action-nav):hover .c-action-menu__item:nth-child(3) {
  transition-delay: 0.2625s;
}
.c-header-menu__item:has(.c-action-nav):hover .c-action-menu__item:nth-child(4) {
  transition-delay: 0.3s;
}
.c-header-menu__item:has(.c-action-nav):hover .c-action-menu__item:nth-child(5) {
  transition-delay: 0.3375s;
}

.c-action-nav {
  position: absolute;
  top: 100%;
  right: 0;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}

.c-action-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-action-menu__item {
  transform: translate(0, 1.5rem);
  opacity: 0;
  visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-action-menu__link {
  display: flex;
  align-items: center;
  padding-block: clamp(0.125rem, 0.181818vw + 0.022727rem, 0.25rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-weight: 600;
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  justify-content: space-between;
  gap: 3rem;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-action-menu__link svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-action-menu__link__icon {
  display: flex;
}
.c-action-menu__link-title {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-action-menu__link-icon {
  display: flex;
}
.c-action-menu__link:where(:hover, :focus) {
  opacity: 0.6;
}
.c-action-menu__link:where(:hover, :focus) span:not(:has(svg)) {
  transform: translate(0.5rem, 0);
}

.c-footer {
  position: relative;
  display: flex;
  justify-content: center;
  border-top-left-radius: clamp(1.5rem, 0.727273vw + 1.090909rem, 2rem);
  background: #00FC1B;
  overflow: hidden;
}
.c-footer__main {
  position: relative;
  background: #003300;
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  border-top-right-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  overflow: hidden;
}
@media (max-width: 37.49375em) {
  .c-footer__main {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 37.5em) {
  .c-footer {
    padding: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  }
}

.c-footer__container {
  display: grid;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
  row-gap: 0;
}
@media (max-width: 37.49375em) {
  .c-footer__container {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 37.5em) {
  .c-footer__container {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 75em) {
  .c-footer__container {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 37.49375em) {
  .c-footer__cta {
    grid-column-end: span 8;
  }
}
@media (min-width: 37.5em) {
  .c-footer__cta {
    grid-column-end: span 6;
  }
}
@media (min-width: 75em) {
  .c-footer__cta {
    grid-column-end: span 7;
  }
}
@media (max-width: 37.49375em) {
  .c-footer__form {
    grid-column-end: span 8;
  }
}
@media (min-width: 37.5em) {
  .c-footer__form {
    grid-column-end: span 5;
  }
}
@media (min-width: 75em) {
  .c-footer__form {
    grid-column-end: span 4;
  }
}
@media (min-width: 37.5em) {
  .c-footer__form {
    grid-column-start: 8;
  }
}
@media (min-width: 75em) {
  .c-footer__form {
    grid-column-start: 9;
  }
}
@media (max-width: 37.49375em) {
  .c-footer__marquee, .c-footer__nav {
    grid-column-end: span 8;
  }
}
@media (min-width: 37.5em) {
  .c-footer__marquee, .c-footer__nav {
    grid-column-end: span 12;
  }
}
@media (min-width: 75em) {
  .c-footer__marquee, .c-footer__nav {
    grid-column-end: span 12;
  }
}

.c-footer__cta, .c-footer__form {
  padding-block: 4.5rem;
  padding-bottom: clamp(4.5rem, 8vw + 0rem, 10rem);
}
@media (min-width: 37.5em) {
  .c-footer__cta, .c-footer__form {
    padding-block: clamp(3.375rem, 6vw + 0rem, 7.5rem);
  }
}
.c-footer__marquee {
  padding-top: 2.25rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 37.5em) {
  .c-footer__marquee {
    padding-top: clamp(5.625rem, 10vw + 0rem, 12.5rem);
  }
}
@media (min-width: 37.5em) {
  .c-footer__marquee {
    padding-bottom: clamp(5.625rem, 10vw + 0rem, 12.5rem);
  }
}
.c-footer__nav {
  padding-bottom: 4.5rem;
}
@media (max-width: 37.49375em) {
  .c-footer__nav {
    padding-top: 2.25rem;
  }
}
@media (min-width: 37.5em) {
  .c-footer__nav {
    padding-bottom: clamp(2.25rem, 4vw + 0rem, 5rem);
  }
}

.c-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
  column-gap: clamp(1rem, 2.181818vw + -0.227273rem, 2.5rem);
}
@media (min-width: 37.5em) {
  .c-footer__nav {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media (min-width: 37.5em) {
  .c-bottom-nav {
    margin-right: auto;
  }
}

.c-bottom-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.363636vw + 0.795455rem, 1.25rem);
}
.c-bottom-menu__link {
  font-size: clamp(0.8125rem, 0.272727vw + 0.659091rem, 1rem);
  color: #FFFFFF;
}

.c-social-group {
  display: flex;
  justify-content: center;
  padding: clamp(0.375rem, 0.181818vw + 0.272727rem, 0.5rem);
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  background: rgba(255, 255, 255, 0.0509803922);
}

.c-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  aspect-ratio: 1;
}
.c-social svg {
  width: clamp(1rem, 0.363636vw + 0.795455rem, 1.25rem);
  fill: #FFFFFF;
}

.c-credential-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.c-credential {
  height: auto;
  width: auto;
  max-height: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
  max-width: clamp(6rem, 5.818182vw + 2.727273rem, 10rem);
}

@media (max-width: 37.49375em) {
  .c-footer__main {
    padding-inline: 0;
  }
  .c-footer__cta, .c-footer__form, .c-footer__marquee, .c-footer__nav {
    position: relative;
    padding-inline: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
  }
  .c-footer__form::before, .c-footer__marquee::before, .c-footer__nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.75rem;
    height: 100%;
    background: #00FC1B;
  }
  .c-footer__form::after {
    content: "";
    position: absolute;
    width: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    height: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #00FC1B 70.7%);
    transform: translate(100%, 0);
  }
}

.c-footer__bar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  height: clamp(4.5rem, 8vw + 0rem, 10rem);
  border-top-left-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  background: #00FC1B;
}
.c-footer__bar::after {
  content: "";
  position: absolute;
  width: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  height: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #00FC1B 70.7%);
  right: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  transform: translate(-100%, 0) rotate(180deg);
}

.c-footer__cta {
  position: relative;
}
.c-footer__cta-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  background: #00FC1B;
  z-index: -1;
}
.c-footer__cta-background::before {
  content: "";
  position: absolute;
  width: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  height: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  top: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #00FC1B 70.7%);
  transform: translate(100%, 0);
}
.c-footer__cta-background::after {
  content: "";
  position: absolute;
  width: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  height: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #00FC1B 70.7%);
  transform: translate(0, 100%);
}

.c-content :where(ul, ol) {
  list-style-type: disc;
  padding-left: clamp(1rem, 0.363636vw + 0.795455rem, 1.25rem);
}
.c-content :where(ul, ol) li {
  padding-left: clamp(0.5rem, 0.727273vw + 0.090909rem, 1rem);
}
.c-content :where(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(1.25rem, 0.363636vw + 1.045455rem, 1.5rem);
  text-wrap: balance;
}
.gform-button, .gform_button {
  display: inline-flex;
  align-items: center;
  height: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
  padding-inline: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  height: clamp(2.75rem, 0.363636vw + 2.545455rem, 3rem);
  padding-inline: clamp(0.875rem, 0.545455vw + 0.568182rem, 1.25rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  width: 100%;
  margin: 0;
  background: #00FC1B;
  color: #003300;
  font-weight: 600;
  text-align: center;
}
.gform-button svg, .gform_button svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.gform-button__icon, .gform_button__icon {
  display: flex;
}
@media (min-width: 37.5em) {
  :where(.c-footer) .gform-button, :where(.c-footer) .gform_button {
    height: 100%;
  }
}

.c-form__submit {
  flex-direction: row;
}

.c-form:is(.-newsletter) {
  margin-top: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
}
.c-form:is(.-newsletter) .c-form__submit .gform-button {
  width: 100%;
  text-align: center;
}
@media (min-width: 37.5em) {
  .c-form:is(.-newsletter) .c-form__submit {
    grid-column-end: span 3;
  }
  .c-form:is(.-newsletter) .c-form__submit .gform-button {
    height: 100%;
  }
}

.c-form__select select {
  min-height: clamp(2.75rem, 0.363636vw + 2.545455rem, 3rem);
  padding: clamp(0.875rem, 0.545455vw + 0.568182rem, 1.25rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  background: #f4f4f4;
  border: none;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  padding-right: 1.5rem;
  color: rgba(36, 36, 36, 0.6);
}
:where(.c-footer) .c-form__select select {
  background: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
}

.c-block {
  position: relative;
  padding: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  overflow: hidden;
  height: 100%;
}
.c-block__thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-block__inner {
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  padding: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
  background: #FFFFFF;
}
.c-block:is(.-white) {
  background: rgba(255, 255, 255, 0.1019607843);
}
.c-block:has(.c-form) {
  padding: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}
.c-block:has(figure) {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

.l-grid:has(.c-block) {
  gap: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.c-label {
  display: inline-flex;
  align-items: center;
  height: clamp(2.5rem, 0.363636vw + 2.295455rem, 2.75rem);
  padding-inline: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
  line-height: 1;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  padding-inline: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  font-size: clamp(0.8125rem, 0.272727vw + 0.659091rem, 1rem);
}
.c-label svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-label__icon {
  display: flex;
}
.c-label:is(.-small) {
  height: clamp(2.25rem, 0.363636vw + 2.045455rem, 2.5rem);
  padding-inline: clamp(0.625rem, 0.545455vw + 0.318182rem, 1rem);
  font-size: clamp(0.8125rem, 0.181818vw + 0.710227rem, 0.9375rem);
}

.c-group:has(.c-icon-link) {
  max-width: 25rem;
}

.c-icon-link {
  padding: clamp(0.375rem, 0.181818vw + 0.272727rem, 0.5rem);
  display: inline-flex;
  align-items: center;
  gap: clamp(0.75rem, 0.181818vw + 0.647727rem, 0.875rem);
  padding-right: clamp(1.25rem, 0.363636vw + 1.045455rem, 1.5rem);
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  width: 100%;
}
.c-icon-link__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(2.75rem, 0.727273vw + 2.340909rem, 3.25rem);
  height: clamp(2.75rem, 0.727273vw + 2.340909rem, 3.25rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  background: #00FC1B;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
}
.c-icon-link__icon svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  fill: #003300;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-icon-link__content {
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  gap: 0.125rem;
  line-height: 1;
}
.c-icon-link__content-subtitle {
  font-size: clamp(0.8125rem, 0.181818vw + 0.710227rem, 0.9375rem);
  color: #FFFFFF;
}
.c-icon-link__content-title {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  color: #003300;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 37.49375em) {
  .c-icon-link {
    width: 100%;
  }
}
.c-icon-link:is(.-shade) {
  background: rgba(255, 255, 255, 0.05);
}
.c-icon-link:is(.-shade) .c-icon-link__content {
  color: #FFFFFF;
}
.c-icon-link:is(.-shade) .c-icon-link__content-subtitle {
  color: rgba(255, 255, 255, 0.6);
}

:where(.c-button, .c-label):has([class$=__content]) {
  position: relative;
  overflow: hidden;
}
:where(.c-button, .c-label):has([class$=__content])::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  transform: scaleY(0);
  transform-origin: bottom;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
:where(.c-button, .c-label):has([class$=__content]) .c-button__content, :where(.c-button, .c-label):has([class$=__content]) .c-label__content {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  transition-property: transform, opacity;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
:where(.c-button, .c-label):has([class$=__content]) .c-button__content svg, :where(.c-button, .c-label):has([class$=__content]) .c-label__content svg {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
  width: auto;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
:where(.c-button, .c-label):has([class$=__content]) .c-button__content:nth-child(2), :where(.c-button, .c-label):has([class$=__content]) .c-label__content:nth-child(2) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 150%);
}
:where(.c-button, .c-label):has([class$=__content]):where(:hover, :focus)::after {
  transform: scaleY(100%);
  transition-delay: 0.225s;
}
:where(.c-button, .c-label):has([class$=__content]):where(:hover, :focus) .c-button__content:nth-child(1), :where(.c-button, .c-label):has([class$=__content]):where(:hover, :focus) .c-label__content:nth-child(1) {
  transform: translate(0, -200%);
}
:where(.c-button, .c-label):has([class$=__content]):where(:hover, :focus) .c-button__content:nth-child(2), :where(.c-button, .c-label):has([class$=__content]):where(:hover, :focus) .c-label__content:nth-child(2) {
  transform: translate(0, 0);
  transition-delay: 0.3s;
}

.c-group:not(:has(.c-button)) {
  gap: clamp(1rem, 0.363636vw + 0.795455rem, 1.25rem);
}
.c-group:has(.c-label) {
  gap: clamp(0.375rem, 0.181818vw + 0.272727rem, 0.5rem);
}
.c-group:is(.-pair) {
  display: inline-flex;
  border-radius: 100vmax;
  background: rgba(255, 255, 255, 0.0509803922);
}
.c-group:is(.-stack) {
  display: inline-flex;
  justify-content: stretch;
  flex-direction: column;
  border-radius: 100vmax;
  background: rgba(255, 255, 255, 0.0509803922);
}
.c-group:is(.-stack) .c-button {
  width: 100%;
  justify-content: center;
}
.c-group:is(.-stack) .c-button:not(.-blue) {
  color: #FFFFFF;
}

.c-button, .gform_button {
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
}
.c-button:is(.-small), .gform_button:is(.-small) {
  height: 2.5rem;
  padding-inline: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
}
:where(.c-button, .c-label):is(.-forrest) {
  background: #003300;
  color: #FFFFFF;
}
:where(.c-button, .c-label):is(.-green) {
  background: #00FC1B;
  color: #003300;
}
:where(.c-button, .c-label):is(.-grey) {
  background: #f4f4f4;
}
:where(.c-button, .c-label):is(.-white) {
  background: #FFFFFF;
  color: #003300;
}
:where(.c-button, .c-label):is(.-shade) {
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
}
:where(.c-button, .c-label):is(.-to-shade) {
  color: #FFFFFF;
}
:where(.c-button, .c-label):is(.-blur) {
  backdrop-filter: blur(1.5rem);
  background: rgba(0, 51, 0, 0.1);
  color: #FFFFFF;
}

.l-section:is(.-boxed) {
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  max-width: 150rem;
  background: #f4f4f4;
}

@media (max-width: 37.49375em) {
  .l-section:has(.c-blog-section) {
    padding-inline: 0;
  }
}

.c-blog-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}
.c-blog-section__header {
  display: flex;
}
.c-blog-section__grid {
  gap: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}
@media (max-width: 37.49375em) {
  .c-blog-section__header, .c-blog-section__nav {
    padding-inline: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
  }
  .c-blog-section__grid {
    padding-left: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .c-blog-section__grid::-webkit-scrollbar {
    display: none;
  }
  .c-blog-section__grid > * {
    scroll-snap-align: start;
  }
  .c-blog-section .c-blog-card {
    width: 19rem;
  }
}
@media (min-width: 37.5em) {
  .c-blog-section {
    gap: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .c-blog-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
    width: 100%;
    order: 3;
  }
}

.c-blog-card {
  padding: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  height: 100%;
  background: #f4f4f4;
}
.c-blog-card__thumbnail {
  aspect-ratio: 4/3;
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-blog-card__thumbnail img {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-blog-card__tag, .c-blog-card__meta {
  position: absolute;
  z-index: 5;
  background: #f4f4f4;
  font-size: clamp(0.8125rem, 0.181818vw + 0.710227rem, 0.9375rem);
}
.c-blog-card__tag {
  top: 0;
  right: 0;
  border-bottom-left-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  padding-bottom: clamp(0.15625rem, 0.136364vw + 0.079545rem, 0.25rem);
  padding-left: clamp(0.15625rem, 0.136364vw + 0.079545rem, 0.25rem);
}
.c-blog-card__tag::before {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
  transform: translate(-100%, 0) rotate(90deg);
}
.c-blog-card__tag::after {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  bottom: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
  transform: translate(0, 100%) rotate(90deg);
}
.c-blog-card__meta {
  bottom: 0;
  left: 0;
  border-top-right-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  padding-top: clamp(0.15625rem, 0.136364vw + 0.079545rem, 0.25rem);
  padding-right: clamp(0.15625rem, 0.136364vw + 0.079545rem, 0.25rem);
}
.c-blog-card__meta::before {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
  transform: translate(0, -100%) rotate(-90deg);
}
.c-blog-card__meta::after {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  bottom: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
  transform: translate(100%, 0) rotate(-90deg);
}
.c-blog-card__content {
  padding-left: clamp(0.625rem, 0.545455vw + 0.318182rem, 1rem);
  padding-top: 1.5625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 37.5em) {
  .c-blog-card__content {
    padding-top: clamp(0.625rem, 0.545455vw + 0.318182rem, 1rem);
  }
}
@media (min-width: 37.5em) {
  .c-blog-card__content {
    padding-bottom: clamp(0.3125rem, 0.272727vw + 0.159091rem, 0.5rem);
  }
}
.c-blog-card__title {
  font-size: clamp(1.125rem, 0.363636vw + 0.920455rem, 1.375rem);
  transition-property: color, opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  max-width: 18ch;
  text-wrap: pretty;
  margin-bottom: 0;
}

.page-template-template-news .c-blog-card {
  padding: 0;
  background: transparent;
}
.page-template-template-news .c-blog-card__tag, .page-template-template-news .c-blog-card__meta {
  background: #003300;
}
.page-template-template-news .c-blog-card__tag::before, .page-template-template-news .c-blog-card__tag::after, .page-template-template-news .c-blog-card__meta::before, .page-template-template-news .c-blog-card__meta::after {
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%) !important;
}
.page-template-template-news .c-blog-card__tag .c-label, .page-template-template-news .c-blog-card__meta .c-label {
  color: #FFFFFF;
  opacity: 0.8;
}
.page-template-template-news .c-blog-card__content {
  padding-bottom: 0;
}
.page-template-template-news .c-blog-card__title {
  color: #FFFFFF;
  opacity: 1;
}

.c-blog-card:where(:hover, :focus) .c-blog-card__thumbnail img {
  transform: scale(1.1) rotate(2deg);
  transition-property: transform;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-blog-card:where(:hover, :focus) .c-blog-card__title {
  color: #00FC1B;
  opacity: 1;
}

.c-team-stack {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.363636vw + 0.295455rem, 0.75rem);
}
.c-team-stack:has(+ h1, + h2, + h3) {
  margin-bottom: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
}

.c-team-avatar {
  position: relative;
  width: clamp(4rem, 0.727273vw + 3.590909rem, 4.5rem);
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  aspect-ratio: 1;
  overflow: hidden;
}
.c-team-avatar__thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.c-team-group {
  display: grid;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
  gap: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}
@media (max-width: 37.49375em) {
  .c-team-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 37.5em) {
  .c-team-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 75em) {
  .c-team-group {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-team-card__thumbnail {
  aspect-ratio: 4/5;
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  border-bottom-right-radius: 0.375rem;
}
.c-team-card__content {
  position: relative;
  padding: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  padding-left: 0.375rem;
  padding-right: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  margin-top: calc(-1 * clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem));
  width: calc(100% - clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem));
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  border-top-left-radius: 0;
  padding-bottom: 0;
  z-index: 5;
  background: #FFFFFF;
}
@media (min-width: 37.5em) {
  .c-team-card__content {
    padding-left: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  }
}
.c-team-card__content::before {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%);
  transform: translate(0, -100%) rotate(-90deg);
}
.c-team-card__content::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  top: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%);
  top: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
  transform: translate(100%, -100%) rotate(-90deg);
}
.c-team-card__title {
  font-size: clamp(1.125rem, 0.363636vw + 0.920455rem, 1.375rem);
  text-wrap: balance;
  line-height: 1.2;
}
.c-team-card__subtitle {
  font-size: clamp(0.8125rem, 0.272727vw + 0.659091rem, 1rem);
  line-height: 1.4;
}

.c-job-group {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.c-job-card {
  padding: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  background: rgb(12.75, 61.2, 12.75);
  display: grid;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
  gap: 0;
}
.c-job-card__thumbnail {
  aspect-ratio: 4/3;
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
}
.c-job-card__thumbnail img {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 37.49375em) {
  .c-job-card {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 37.5em) {
  .c-job-card {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 75em) {
  .c-job-card {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 37.5em) {
  .c-job-card__thumbnail {
    grid-column-end: span 4;
    height: 100%;
  }
  .c-job-card__content {
    grid-column-end: span 8;
  }
}
@media (min-width: 75em) {
  .c-job-card__thumbnail {
    grid-column-end: span 6;
  }
  .c-job-card__content {
    grid-column-end: span 6;
  }
}
@media (max-width: 37.49375em) {
  .c-job-card__thumbnail {
    border-bottom-right-radius: 0.375rem;
  }
  .c-job-card__content {
    position: relative;
    padding: clamp(1rem, 2.181818vw + -0.227273rem, 2.5rem);
    padding-top: 0;
  }
  .c-job-card__content-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - clamp(1rem, 2.181818vw + -0.227273rem, 2.5rem));
    height: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    border-top-right-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    background: #0D3D0D;
    transform: translate(0, -100%);
    z-index: 5;
  }
  .c-job-card__content-shape::before {
    content: "";
    position: absolute;
    width: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    height: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #0D3D0D 70.7%);
    transform: translate(0, -100%) rotate(-90deg);
  }
  .c-job-card__content-shape::after {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #0D3D0D 70.7%);
    transform: translate(100%, 0) rotate(-90deg);
  }
  .c-job-card__header {
    margin-bottom: clamp(1rem, 2.181818vw + -0.227273rem, 2.5rem);
  }
  .c-job-card__title {
    padding-right: clamp(1rem, 2.181818vw + -0.227273rem, 2.5rem);
  }
}
@media (min-width: 37.5em) {
  .c-job-card__header {
    position: relative;
    padding-top: clamp(1.5rem, 3.272727vw + -0.340909rem, 3.75rem);
    padding-bottom: clamp(2.25rem, 4.909091vw + -0.511364rem, 5.625rem);
  }
  .c-job-card__header > *:not(.c-job-card__header-shape) {
    margin-left: calc(-1 * clamp(1rem, 2.181818vw + -0.227273rem, 2.5rem));
    position: relative;
    z-index: 10;
  }
  .c-job-card__header-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: clamp(3rem, 6.545455vw + -0.681818rem, 7.5rem);
    border-bottom-left-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    background: rgb(12.75, 61.2, 12.75);
    transform: translate(-100%, 0);
    z-index: 5;
  }
  .c-job-card__header-shape::before {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #0D3D0D 70.7%);
    transform: translate(-100%, 0) rotate(90deg);
  }
  .c-job-card__header-shape::after {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #0D3D0D 70.7%);
    transform: translate(0, 100%) rotate(90deg);
  }
  .c-job-card__body {
    padding: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    padding-top: 0;
  }
}
.c-job-card__title {
  font-size: clamp(1.375rem, 0.909091vw + 0.863636rem, 2rem);
  margin-bottom: 0.4em;
  max-width: 20ch;
  text-wrap: balance;
}

.c-job-card:where(:hover, :focus) .c-job-card__thumbnail img {
  transform: scale(1.1) rotate(2deg);
  transition-property: transform;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-job-card:where(:hover, :focus) .c-job-card__title {
  color: #00FC1B;
}

.c-breadcrumb-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.0509803922);
  margin-bottom: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
}
.c-breadcrumb-group__level {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.0509803922);
}

.c-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.8125rem, 0.272727vw + 0.659091rem, 1rem);
  color: #FFFFFF;
}
.c-breadcrumb svg {
  height: clamp(0.875rem, 0.181818vw + 0.772727rem, 1rem);
}
.c-breadcrumb:has(svg:first-child, svg:last-child) {
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: 0.0625rem;
}
.c-breadcrumb:not(:has(svg:first-child, svg:last-child)) {
  padding-inline: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  padding-top: 0.125rem;
}

.l-section:has(.c-marquee) {
  overflow: hidden;
}

.c-marquee {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(4.5rem, 10.909091vw + -1.636364rem, 12rem);
}
.c-marquee span {
  white-space: nowrap;
}
.c-marquee span:not(:nth-child(3)) {
  opacity: 0.1;
}
:where(.c-footer) .c-marquee .c-h1 {
  color: #FFFFFF;
}

.c-progress__wrapper .c-progress {
  position: sticky;
  bottom: 0;
  bottom: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
}

.c-progress {
  display: flex;
  width: 100%;
  padding: 0.25rem;
  width: calc(100% + 2rem);
  transform: translate(-1rem, 0);
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.1);
  margin-top: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}
.c-progress__bar {
  display: flex;
  width: 100%;
  height: 0.625rem;
  background: #00FC1B;
  border-radius: 0.25rem;
  transform-origin: left;
}
@media (min-width: 75em) {
  .c-progress {
    width: calc(100% + 4rem);
    transform: translate(-2rem, 0);
    max-width: 50rem;
  }
}

.c-logo-label {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  margin-bottom: clamp(0.375rem, 0.181818vw + 0.272727rem, 0.5rem);
}
.c-logo-label__icon {
  display: flex;
}
.c-logo-label__icon img {
  height: clamp(1rem, 0.181818vw + 0.897727rem, 1.125rem);
}
.c-logo-label__title {
  font-family: "Sohne Breit", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(1.125rem, 0.363636vw + 0.920455rem, 1.375rem);
  color: #003300;
  margin-bottom: 0;
}

.c-cta-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  gap: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  backdrop-filter: blur(1.5rem);
  background: rgba(0, 51, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
@media (min-width: 37.5em) {
  .c-cta-block {
    padding: clamp(0.375rem, 0.363636vw + 0.170455rem, 0.625rem);
  }
}
.c-cta-block__thumbnail {
  width: clamp(3.5rem, 0.727273vw + 3.090909rem, 4rem);
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  aspect-ratio: 1;
}
.c-cta-block__content {
  display: flex;
  flex-direction: column;
  margin-right: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  gap: clamp(0.25rem, 0.181818vw + 0.147727rem, 0.375rem);
}
.c-cta-block__content .c-h5, .c-cta-block__content p {
  line-height: 1;
}
.c-cta-block__button {
  margin-right: clamp(0.375rem, 0.363636vw + 0.170455rem, 0.625rem);
}

.c-stack-section {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}
@media (min-width: 37.5em) {
  .c-stack-section__footer {
    position: sticky;
    display: flex;
    justify-content: center;
    margin-top: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
    bottom: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
    z-index: 10;
  }
}

.c-media-section:is(.-left, .-left-full) .c-media-section__main-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom-left-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
}
.c-media-section:is(.-left, .-left-full) .c-media-section__main-shape::before {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
  transform: translate(-100%, 0) rotate(90deg);
}
.c-media-section:is(.-left, .-left-full) .c-media-section__main-shape::after {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  bottom: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
  transform: translate(0, 100%) rotate(90deg);
}
@media (max-width: 37.49375em) {
  .c-media-section:is(.-left, .-left-full) .c-media-section__header, .c-media-section:is(.-left, .-left-full) .c-media-section__content {
    padding-left: clamp(2.5rem, 14.545455vw + -5.681818rem, 12.5rem);
  }
  .c-media-section:is(.-left, .-left-full) .c-media-section__main {
    margin-top: clamp(1.125rem, 2vw + 0rem, 2.5rem);
    margin-left: calc(-1 * clamp(2rem, 11.636364vw + -4.545455rem, 10rem));
  }
  .c-media-section:is(.-left, .-left-full) .c-media-section__main-shape {
    height: clamp(3.375rem, 6vw + 0rem, 7.5rem);
    max-width: calc(100% - clamp(1rem, 5.818182vw + -2.272727rem, 5rem));
  }
  .c-media-section:is(.-left, .-left-full) .c-media-section__main .c-thumbnail {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 37.5em) {
  .c-media-section:is(.-left, .-left-full) .c-media-section__header, .c-media-section:is(.-left, .-left-full) .c-media-section__content {
    grid-column-start: 4;
  }
  .c-media-section:is(.-left, .-left-full) .c-media-section__main {
    grid-column-end: span 8;
  }
  .c-media-section:is(.-left, .-left-full) .c-media-section__main-shape {
    height: clamp(4.5rem, 9.818182vw + -1.022727rem, 11.25rem);
    width: clamp(24rem, 52.363636vw + -5.454545rem, 60rem);
  }
}
@media (max-width: 74.99375em) {
  .c-media-section:is(.-left, .-left-full) .c-media-section__header {
    margin-bottom: 0.2em;
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-left, .-left-full) .c-media-section__header {
    grid-column-start: 6;
    grid-column-end: span 6;
  }
  .c-media-section:is(.-left, .-left-full) .c-media-section__main {
    margin-top: calc(-1 * clamp(2rem, 4.363636vw + -0.454545rem, 5rem));
  }
}

@media (min-width: 75em) {
  .c-media-section:is(.-left) .c-media-section__content {
    grid-column-end: span 4;
    grid-column-start: 8;
    grid-row-start: 2;
    padding-top: clamp(2.5rem, 5.454545vw + -0.568182rem, 6.25rem);
  }
  .c-media-section:is(.-left) .c-media-section__main {
    grid-column-end: span 5;
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .c-media-section:is(.-left) .c-media-section__main-shape {
    width: clamp(4.5rem, 18vw + -5.625rem, 16.875rem);
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-left):is(.-wide) .c-media-section__header {
    grid-column-start: 5;
  }
  .c-media-section:is(.-left):is(.-wide) .c-media-section__content {
    grid-column-end: span 5;
    grid-column-start: 7;
  }
  .c-media-section:is(.-left):is(.-wide) .c-media-section__main {
    grid-column-start: 1;
  }
}

@media (min-width: 75em) {
  .c-media-section:is(.-left-full) .c-media-section__content {
    grid-column-start: 6;
    grid-column-end: span 6;
  }
  .c-media-section:is(.-left-full) .c-media-section__main {
    grid-column-end: span 10;
    grid-column-start: 2;
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-left-full):is(.-wide) .c-media-section__main {
    grid-column-end: span 11;
    grid-column-start: 1;
  }
}

@media (min-width: 37.5em) {
  .c-media-section:is(.-left, .-left-full):is(.-top) .c-media-section__header {
    order: 100;
  }
  .c-media-section:is(.-left, .-left-full):is(.-top) .c-media-section__main, .c-media-section:is(.-left, .-left-full):is(.-top) .c-media-section__content {
    grid-row-start: 1;
  }
  .c-media-section:is(.-left, .-left-full):is(.-top) .c-media-section__main-shape {
    top: auto;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  }
  .c-media-section:is(.-left, .-left-full):is(.-top) .c-media-section__main-shape::before {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    top: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
    transform: translate(0, -100%) rotate(180deg);
    left: auto;
  }
  .c-media-section:is(.-left, .-left-full):is(.-top) .c-media-section__main-shape::after {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
    transform: translate(-100%, 0%) rotate(180deg);
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-left, .-left-full):is(.-top) .c-media-section__main {
    margin-bottom: calc(-1 * clamp(2rem, 4.363636vw + -0.454545rem, 5rem));
    margin-top: 0;
  }
  .c-media-section:is(.-left, .-left-full):is(.-top) .c-media-section__main .c-thumbnail {
    width: calc(100% + clamp(1rem, 5.818182vw + -2.272727rem, 5rem));
    margin-left: calc(-1 * clamp(1rem, 5.818182vw + -2.272727rem, 5rem));
    max-height: 27.5rem;
  }
}

.c-media-section:is(.-right, .-right-full) .c-media-section__main-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-right-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
}
.c-media-section:is(.-right, .-right-full) .c-media-section__main-shape::before {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
  transform: translate(100%, 0);
}
.c-media-section:is(.-right, .-right-full) .c-media-section__main-shape::after {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
  transform: translate(0, 100%);
}
@media (max-width: 37.49375em) {
  .c-media-section:is(.-right, .-right-full) .c-media-section__header, .c-media-section:is(.-right, .-right-full) .c-media-section__content {
    padding-right: clamp(2.5rem, 14.545455vw + -5.681818rem, 12.5rem);
  }
  .c-media-section:is(.-right, .-right-full) .c-media-section__main {
    margin-top: clamp(1.125rem, 2vw + 0rem, 2.5rem);
    margin-right: calc(-1 * clamp(2rem, 11.636364vw + -4.545455rem, 10rem));
  }
  .c-media-section:is(.-right, .-right-full) .c-media-section__main-shape {
    height: clamp(3.375rem, 6vw + 0rem, 7.5rem);
    max-width: calc(100% - clamp(1rem, 5.818182vw + -2.272727rem, 5rem));
  }
  .c-media-section:is(.-right, .-right-full) .c-media-section__main .c-thumbnail {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 37.5em) {
  .c-media-section:is(.-right, .-right-full) .c-media-section__header, .c-media-section:is(.-right, .-right-full) .c-media-section__content {
    grid-column-start: 2;
  }
  .c-media-section:is(.-right, .-right-full) .c-media-section__main {
    grid-column-end: span 8;
    grid-column-start: 5;
  }
  .c-media-section:is(.-right, .-right-full) .c-media-section__main-shape {
    height: clamp(4.5rem, 9.818182vw + -1.022727rem, 11.25rem);
    width: clamp(24rem, 52.363636vw + -5.454545rem, 60rem);
  }
}
@media (max-width: 74.99375em) {
  .c-media-section:is(.-right, .-right-full) .c-media-section__header {
    margin-bottom: 0.2em;
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-right, .-right-full) .c-media-section__header {
    grid-column-end: span 7;
  }
  .c-media-section:is(.-right, .-right-full) .c-media-section__main {
    margin-top: calc(-1 * clamp(2rem, 4.363636vw + -0.454545rem, 5rem));
  }
}

@media (min-width: 75em) {
  .c-media-section:is(.-right) .c-media-section__content {
    grid-column-end: span 4;
    padding-top: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
  }
  .c-media-section:is(.-right) .c-media-section__main {
    grid-row-start: 2;
    grid-column-end: span 5;
    grid-column-start: 7;
  }
  .c-media-section:is(.-right) .c-media-section__main-shape {
    width: clamp(4.5rem, 18vw + -5.625rem, 16.875rem);
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-right):is(.-wide) .c-media-section__main {
    grid-column-end: span 6;
  }
}

@media (min-width: 75em) {
  .c-media-section:is(.-right-full) .c-media-section__header, .c-media-section:is(.-right-full) .c-media-section__content {
    grid-column-start: 3;
    grid-column-end: span 6;
  }
  .c-media-section:is(.-right-full) .c-media-section__main {
    grid-column-end: span 10;
    grid-column-start: 2;
  }
}
.c-media-section:is(.-right-full):is(.-wide) .c-media-section__header, .c-media-section:is(.-right-full):is(.-wide) .c-media-section__content {
  grid-column-start: 2;
}
.c-media-section:is(.-right-full):is(.-wide) .c-media-section__main {
  grid-column-end: span 11;
  grid-column-start: 1;
}

.c-media-section:is(.-center) .c-media-section__header, .c-media-section:is(.-center) .c-media-section__content, .c-media-section:is(.-center) .c-media-section__main {
  grid-column-end: span 8;
}
.c-media-section:is(.-center) .c-media-section__main-shape {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
  max-width: calc(100% - clamp(2rem, 26.181818vw + -12.727273rem, 20rem));
  transform: translate(-50%, 0);
  border-bottom-left-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  border-bottom-right-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
}
@media (max-width: 37.49375em) {
  .c-media-section:is(.-center) .c-media-section__main-shape {
    display: none;
  }
}
.c-media-section:is(.-center) .c-media-section__main-shape::before {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
  transform: translate(-100%, 0) rotate(90deg);
}
.c-media-section:is(.-center) .c-media-section__main-shape::after {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
  transform: translate(100%, 0);
}
@media (max-width: 37.49375em) {
  .c-media-section:is(.-center) .c-media-section__header:not(:has(.c-service__grid)), .c-media-section:is(.-center) .c-media-section__content:not(:has(.c-service__grid)) {
    padding-inline: clamp(1rem, 5.818182vw + -2.272727rem, 5rem);
  }
  .c-media-section:is(.-center) .c-media-section__main:not(:has(.c-service__grid)) {
    margin-inline: calc(-1 * clamp(1rem, 5.818182vw + -2.272727rem, 5rem));
  }
  .c-media-section:is(.-center) .c-media-section__main .c-thumbnail {
    border-top-left-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    border-top-right-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  }
}
@media (min-width: 37.5em) {
  .c-media-section:is(.-center) .c-media-section__header, .c-media-section:is(.-center) .c-media-section__content {
    grid-column-end: span 10;
    grid-column-start: 2;
  }
  .c-media-section:is(.-center) .c-media-section__main {
    grid-column-end: span 12;
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-center) .c-media-section__header, .c-media-section:is(.-center) .c-media-section__content {
    grid-column-end: span 8;
    grid-column-start: 3;
  }
  .c-media-section:is(.-center) .c-media-section__main {
    grid-column-end: span 10;
    grid-column-start: 2;
  }
  :where(.-wide) .c-media-section:is(.-center) .c-media-section__main {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}
@media (min-width: 37.5em) {
  .c-media-section:is(.-center) .c-media-section__main-shape {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    max-width: calc(100% - clamp(2rem, 26.181818vw + -12.727273rem, 20rem));
    transform: translate(-50%, 0);
    border-bottom-left-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    border-bottom-right-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  }
  .c-media-section:is(.-center) .c-media-section__main-shape::before {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
    transform: translate(-100%, 0) rotate(90deg);
  }
  .c-media-section:is(.-center) .c-media-section__main-shape::after {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    top: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
    transform: translate(100%, 0);
  }
}

.c-media-section:is(.-center) h1, .c-media-section:is(.-center) h2, .c-media-section:is(.-center) h3, .c-media-section:is(.-center) .c-content {
  text-align: center;
  margin-inline: auto;
}
.c-media-section:is(.-center) .c-media-section__header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-media-section:is(.-center) .c-group {
  justify-content: center;
}
.c-media-section:is(.-center) .c-media-section__content, .c-media-section:is(.-center):not(:has(.c-media-section__content)) .c-media-section__header {
  margin-bottom: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.c-media-section {
  display: grid;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
  gap: 0;
}
@media (max-width: 37.49375em) {
  .c-media-section {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 37.5em) {
  .c-media-section {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 75em) {
  .c-media-section {
    grid-template-columns: repeat(12, 1fr);
  }
}
.c-media-section__header, .c-media-section__content {
  grid-column-end: span 8;
  z-index: 10;
}
.c-media-section__main {
  grid-column-end: span 8;
  position: relative;
}
.c-media-section__main .c-thumbnail {
  max-height: clamp(30rem, 29.090909vw + 13.636364rem, 50rem);
  aspect-ratio: 4/3;
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
}
.c-media-section__main-shape {
  z-index: 5;
}

.c-media-section__main-shape {
  background: #FFFFFF;
}
.c-media-section__main-shape::before, .c-media-section__main-shape::after {
  background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%) !important;
}
:where(.c-hero) .c-media-section__main-shape {
  background: #003300;
}
:where(.c-hero) .c-media-section__main-shape::before, :where(.c-hero) .c-media-section__main-shape::after {
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%) !important;
}

.c-media-section:is(.-left, .-left-full):has(.c-media-section__main-more) .c-thumbnail {
  border-bottom-left-radius: clamp(1.5rem, 0.727273vw + 1.090909rem, 2rem);
}
@media (max-width: 74.99375em) {
  .c-media-section:is(.-left, .-left-full) .c-media-section__main-more {
    display: none;
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-left, .-left-full) .c-media-section__main-more {
    position: absolute;
    z-index: 5;
    bottom: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
    left: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
  }
}

.c-media-section:is(.-right, .-right-full):has(.c-media-section__main-more) .c-thumbnail {
  border-bottom-right-radius: clamp(1.5rem, 0.727273vw + 1.090909rem, 2rem);
}
@media (max-width: 74.99375em) {
  .c-media-section:is(.-right, .-right-full) .c-media-section__main-more {
    display: none;
  }
}
@media (min-width: 75em) {
  .c-media-section:is(.-right, .-right-full) .c-media-section__main-more {
    position: absolute;
    z-index: 5;
    bottom: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
    right: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
  }
}

.c-content-group {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}
@media (min-width: 75em) {
  .c-content-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
  }
  .c-content-group .c-content-group__item {
    grid-column-end: span 10;
  }
  .c-content-group .c-content-group__item:nth-child(even) {
    grid-column-start: 2;
  }
}

.c-media-block {
  display: grid;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
  gap: 0;
}
@media (max-width: 37.49375em) {
  .c-media-block {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 37.5em) {
  .c-media-block {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 75em) {
  .c-media-block {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 37.5em) {
  .c-media-block__thumbnail {
    grid-column-end: span 4;
    height: 100%;
  }
  .c-media-block__main {
    grid-column-end: span 8;
  }
}
@media (min-width: 75em) {
  .c-media-block__thumbnail {
    grid-column-end: span 5;
  }
  .c-media-block__main {
    grid-column-end: span 7;
  }
}

.c-media-block__title {
  font-size: clamp(1.375rem, 0.909091vw + 0.863636rem, 2rem);
  text-wrap: balance;
}
@media (max-width: 37.49375em) {
  .c-media-block__title {
    font-size: clamp(1.25rem, 0.363636vw + 1.045455rem, 1.5rem);
  }
}
@media (min-width: 37.5em) {
  .c-media-block__title {
    margin-bottom: 0;
    max-width: 20ch;
  }
}
.c-media-block__content .c-content {
  font-size: clamp(0.8125rem, 0.272727vw + 0.659091rem, 1rem);
}

@media (max-width: 37.49375em) {
  .c-media-block__main {
    position: relative;
    padding: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
    padding-top: 0;
  }
  .c-media-block__main-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    border-top-right-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    max-width: calc(100% - 1.5rem);
    transform: translate(0, -100%);
    z-index: 5;
  }
  .c-media-block__main-shape::before {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
    transform: translate(0, -100%) rotate(-90deg);
  }
  .c-media-block__main-shape::after {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
    transform: translate(100%, 0) rotate(-90deg);
  }
}
@media (min-width: 37.5em) {
  .c-media-block__header {
    position: relative;
    padding-block: clamp(1.5rem, 3.272727vw + -0.340909rem, 3.75rem);
    padding-left: clamp(1rem, 2.181818vw + -0.227273rem, 2.5rem);
  }
  .c-media-block__header-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    border-bottom-left-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    transform: translate(-100%, 0);
    z-index: 5;
  }
  .c-media-block__header-shape::before {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
    transform: translate(-100%, 0) rotate(90deg);
  }
  .c-media-block__header-shape::after {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
    transform: translate(0, 100%) rotate(90deg);
  }
  .c-media-block__content {
    position: relative;
    padding: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    padding-top: clamp(2.5rem, 5.454545vw + -0.568182rem, 6.25rem);
    padding-left: clamp(3rem, 6.545455vw + -0.681818rem, 7.5rem);
    padding-top: 0;
  }
}

.c-content-group__item:nth-child(odd) .c-media-block__content-shape {
  display: none;
}
.c-content-group__item:nth-child(even) .c-media-block__header-shape {
  display: none;
}
@media (min-width: 37.5em) {
  .c-content-group__item:nth-child(even) .c-media-block__thumbnail {
    order: 2;
  }
  .c-content-group__item:nth-child(even) .c-media-block__header {
    padding-inline: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
  }
  .c-content-group__item:nth-child(even) .c-media-block__content {
    padding-left: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    padding-right: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
  }
  .c-content-group__item:nth-child(even) .c-media-block__content > *:not(.c-media-block__content-shape, .c-group) {
    margin-top: calc(-1 * clamp(0.5rem, 1.090909vw + -0.113636rem, 1.25rem));
  }
  .c-content-group__item:nth-child(even) .c-media-block__content-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    border-top-right-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    transform: translate(100%, 0);
    z-index: 5;
  }
  .c-content-group__item:nth-child(even) .c-media-block__content-shape::before {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
    transform: translate(0, -100%) rotate(-90deg);
  }
  .c-content-group__item:nth-child(even) .c-media-block__content-shape::after {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%);
    transform: translate(0, 100%) rotate(-90deg);
  }
}

.c-examination-block {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
}
.c-examination-block__thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-examination-block__thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.c-examination-block__thumbnail picture {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-examination-block__thumbnail picture img {
  transform: scale(1.1) rotate(2deg);
  transition-property: transform;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-examination-block__thumbnail picture[data-state=active] {
  opacity: 1;
  transform: scale(0);
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-examination-block__thumbnail picture[data-state=active] img {
  transform: scale(1);
}
@media (max-width: 74.99375em) {
  .c-examination-block__content {
    margin-bottom: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
  }
}
@media (min-width: 75em) {
  .c-examination-block {
    border-radius: clamp(1.5rem, 0.727273vw + 1.090909rem, 2rem);
    flex-direction: row;
  }
  .c-examination-block__content {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex: 1;
  }
}

@media (min-width: 75em) {
  .c-examination-block__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 22.5rem;
    height: 7.5rem;
    border-bottom-right-radius: clamp(1.5rem, 0.727273vw + 1.090909rem, 2rem);
    background: #FFFFFF;
  }
  .c-examination-block__shape::before {
    content: "";
    position: absolute;
    width: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    height: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%);
    transform: translate(0, 100%);
  }
  .c-examination-block__shape::after {
    content: "";
    position: absolute;
    width: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    height: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    top: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%);
    transform: translate(100%, 0);
  }
}

.c-examination-nav {
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-examination-nav__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  background: #00FC1B;
  z-index: -1;
  transition-property: height, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 74.99375em) {
  .c-examination-nav {
    gap: clamp(0.25rem, 0.181818vw + 0.147727rem, 0.375rem);
  }
  .c-examination-nav__backdrop {
    display: none;
  }
}
@media (min-width: 37.5em) and (max-width: 74.99375em) {
  .c-examination-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 75em) {
  .c-examination-nav__wrapper {
    padding: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
    border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    backdrop-filter: blur(1.5rem);
    background: rgba(0, 51, 0, 0.1);
  }
}
.c-examination-nav .c-button {
  width: 100%;
  justify-content: space-between;
  color: #FFFFFF;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-examination-nav .c-button:has(svg) svg {
  fill: #FFFFFF;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-examination-nav .c-button:where(:hover, :focus) {
  color: n;
}
.c-examination-nav .c-button:where(:hover, :focus):has(svg) svg {
  fill: n;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 74.99375em) {
  .c-examination-nav .c-button {
    backdrop-filter: blur(1.5rem);
    background: rgba(0, 51, 0, 0.1);
  }
}

.c-column-group {
  display: grid;
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}
@media (max-width: 37.49375em) {
  .c-column-group {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 37.5em) {
  .c-column-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 75em) {
  .c-column-group {
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-section:is(.-boxed) {
  background: #f4f4f4;
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  max-width: 150rem;
}

.c-media-block {
  padding: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  height: 100%;
}
.c-media-block__thumbnail {
  aspect-ratio: 4/3;
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
}
.c-media-block__thumbnail img {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.c-media-block {
  background: #f4f4f4;
}
.c-media-block__tag, .c-media-block__meta, .c-media-block__main-shape, .c-media-block__header-shape, .c-media-block__content-shape {
  background: #f4f4f4;
}
.c-media-block__tag::before, .c-media-block__tag::after, .c-media-block__meta::before, .c-media-block__meta::after, .c-media-block__main-shape::before, .c-media-block__main-shape::after, .c-media-block__header-shape::before, .c-media-block__header-shape::after, .c-media-block__content-shape::before, .c-media-block__content-shape::after {
  background: radial-gradient(circle at bottom right, transparent 70.7%, #f4f4f4 70.7%) !important;
}
.c-media-block__title {
  color: #003300;
}
:where(.c-hero, .-bg-forrest) .c-media-block {
  background: #0D3D0D;
}
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__tag, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__meta, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__main-shape, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__header-shape, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__content-shape,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__tag,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__meta,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__main-shape,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__header-shape,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__content-shape {
  background: #0D3D0D;
  color: #FFFFFF;
}
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__tag::before, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__tag::after, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__meta::before, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__meta::after, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__main-shape::before, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__main-shape::after, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__header-shape::before, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__header-shape::after, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__content-shape::before, :where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__content-shape::after,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__tag::before,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__tag::after,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__meta::before,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__meta::after,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__main-shape::before,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__main-shape::after,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__header-shape::before,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__header-shape::after,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__content-shape::before,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__content-shape::after {
  background: radial-gradient(circle at bottom right, transparent 70.7%, #0D3D0D 70.7%) !important;
}
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-block__title,
:where(.c-hero, .-bg-forrest) .c-media-block .c-media-card__title {
  color: #FFFFFF;
}

a:has(.c-media-block, .c-media-card):where(:hover, :focus) .c-media-block__thumbnail img,
a:has(.c-media-block, .c-media-card):where(:hover, :focus) .c-media-card__thumbnail img {
  transform: scale(1.1) rotate(2deg);
  transition-property: transform;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
a:has(.c-media-block, .c-media-card):where(:hover, :focus) .c-media-block__title,
a:has(.c-media-block, .c-media-card):where(:hover, :focus) .c-media-card__title {
  color: #00FC1B;
}

.c-usp-block {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
  padding-top: clamp(4rem, 8.727273vw + -0.909091rem, 10rem);
  border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
}
.c-usp-block__thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-usp-block__thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.c-usp-block__thumbnail picture {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-usp-block__thumbnail picture img {
  transform: scale(1.1) rotate(2deg);
  transition-property: transform;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-usp-block__thumbnail picture[data-state=active] {
  opacity: 1;
  transform: scale(0);
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-usp-block__thumbnail picture[data-state=active] img {
  transform: scale(1);
}

@media (max-width: 37.49375em) {
  .c-usp-nav {
    margin-top: clamp(1rem, 5.818182vw + -2.272727rem, 5rem);
    margin-bottom: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
    flex-direction: row !important;
    transition: transform 0.4s ease;
  }
  .c-usp-nav__wrapper {
    padding-left: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
  }
  .c-usp-nav__item {
    white-space: nowrap;
  }
  .c-usp-nav__item[data-state=active] .c-label {
    background: #00FC1B;
    color: #003300;
  }
  .c-usp-nav__item[data-state=active] .c-label svg {
    fill: #003300;
  }
  .c-usp-block__nav {
    min-width: 100vw;
    margin-left: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
    margin-left: calc(-1 * clamp(2rem, 11.636364vw + -4.545455rem, 10rem));
  }
  .c-usp-block {
    padding: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
    padding-top: clamp(15rem, 87.272727vw + -34.090909rem, 75rem);
    padding-bottom: 0;
    flex-direction: column-reverse;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-usp-block__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - clamp(2rem, 11.636364vw + -4.545455rem, 10rem));
    border-bottom-right-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    height: 2rem;
    background: #FFFFFF;
  }
  .c-usp-block__shape::before {
    content: "";
    position: absolute;
    width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
    top: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%);
    transform: translate(100%);
  }
  .c-usp-block__shape::after {
    content: "";
    position: absolute;
    width: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    height: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%);
    transform: translate(0, 100%);
  }
  .c-usp-block__content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .c-usp-block__content p {
    font-size: clamp(0.8125rem, 0.272727vw + 0.659091rem, 1rem);
    line-height: 1.6;
  }
  .l-section:has(.c-usp-block) {
    padding-left: clamp(1rem, 5.818182vw + -2.272727rem, 5rem);
    padding-right: 0;
  }
  .c-usp-block__title {
    padding-left: clamp(1rem, 5.818182vw + -2.272727rem, 5rem);
  }
}
@media (max-width: 74.99375em) {
  .c-usp-block__content {
    margin-bottom: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
  }
}
@media (min-width: 75em) {
  .c-usp-block {
    border-radius: clamp(1.5rem, 0.727273vw + 1.090909rem, 2rem);
    align-items: flex-end;
  }
  .c-usp-block__content {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex: 1;
  }
}

.c-usp-block__content {
  display: grid;
  padding: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
  backdrop-filter: blur(1.5rem);
  background: rgba(0, 51, 0, 0.1);
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
  max-width: 37.5rem;
}
.c-usp-block__content-item {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  visibility: hidden;
}
.c-usp-block__content-item[data-state=active] {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 37.5em) {
  .c-usp-block__shape {
    width: clamp(20rem, 36.363636vw + -0.454545rem, 45rem);
    height: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: clamp(1.5rem, 0.727273vw + 1.090909rem, 2rem);
    background: #FFFFFF;
  }
  .c-usp-block__shape::before {
    content: "";
    position: absolute;
    width: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    height: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%);
    transform: translate(0, 100%);
  }
  .c-usp-block__shape::after {
    content: "";
    position: absolute;
    width: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    height: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
    top: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, transparent 70.7%, #FFFFFF 70.7%);
    transform: translate(100%, 0);
  }
}
.c-usp-block__title h3 {
  max-width: 16ch;
  text-wrap: balance;
  margin-bottom: 0;
}
@media (min-width: 75em) {
  .c-usp-block__title {
    margin-bottom: 2rem;
    position: relative;
    margin-bottom: -3rem;
    z-index: 5;
    padding-left: 5rem;
  }
}

.c-usp-nav {
  display: flex;
  flex-direction: column;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  position: relative;
}
.c-usp-nav__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  background: #00FC1B;
  z-index: -1;
  transition-property: height, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 74.99375em) {
  .c-usp-nav {
    gap: clamp(0.25rem, 0.181818vw + 0.147727rem, 0.375rem);
  }
  .c-usp-nav__backdrop {
    display: none;
  }
}
@media (min-width: 37.5em) and (max-width: 74.99375em) {
  .c-usp-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 75em) {
  .c-usp-nav__wrapper {
    position: absolute;
    left: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    bottom: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
    padding: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
    border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
    backdrop-filter: blur(1.5rem);
    background: rgba(0, 51, 0, 0.1);
  }
}
.c-usp-nav .c-label {
  width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #FFFFFF;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-usp-nav .c-label:has(svg) svg {
  fill: #FFFFFF;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-usp-nav .c-label:where(:hover, :focus) {
  color: n;
}
.c-usp-nav .c-label:where(:hover, :focus):has(svg) svg {
  fill: n;
  stroke: none;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 74.99375em) {
  .c-usp-nav .c-label {
    backdrop-filter: blur(1.5rem);
    background: rgba(0, 51, 0, 0.1);
  }
}

.c-hero {
  background: #003300;
  border-bottom-right-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
}
.c-hero :where(h1, h2, h3, h4, h5, h6) {
  color: #00FC1B;
}
.c-hero .c-content p, .c-hero .c-content li {
  color: #FFFFFF;
}
.c-hero__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
  height: 2.25rem;
  border-bottom-right-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  transform: translate(0, 100%);
  background: #003300;
}
@media (min-width: 37.5em) {
  .c-hero__bar {
    height: clamp(6.75rem, 12vw + 0rem, 15rem);
  }
}
.c-hero__bar::before {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  right: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
  transform: translate(100%, 0);
}
.c-hero:not(:has(.c-media-section, .c-blog-card, .c-job-card)) {
  border-radius: 0;
  border-bottom-left-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  padding-bottom: clamp(1.125rem, 2vw + 0rem, 2.5rem);
}
.c-hero:not(:has(.c-media-section, .c-blog-card, .c-job-card)) + .l-section {
  padding-top: clamp(3.375rem, 6vw + 0rem, 7.5rem);
}
.c-hero:not(:has(.c-media-section, .c-blog-card, .c-job-card)) .c-hero__bar {
  left: auto;
  right: 0;
  border-radius: 0;
  border-bottom-left-radius: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
}
.c-hero:not(:has(.c-media-section, .c-blog-card, .c-job-card)) .c-hero__bar::before {
  display: none;
}
.c-hero:not(:has(.c-media-section, .c-blog-card, .c-job-card)) .c-hero__bar::after {
  content: "";
  position: absolute;
  width: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  height: clamp(0.5rem, 0.181818vw + 0.397727rem, 0.625rem);
  top: 0;
  left: 0;
  background: radial-gradient(circle at bottom right, transparent 70.7%, #003300 70.7%);
  transform: translate(-100%, 0) rotate(90deg);
}
.c-hero:has(.c-media-section, .c-blog-card, .c-job-card) {
  padding-top: 10.125rem;
}
@media (min-width: 37.5em) {
  .c-hero:has(.c-media-section, .c-blog-card, .c-job-card) {
    padding-top: clamp(7.875rem, 14vw + 0rem, 17.5rem);
  }
}
.c-hero:has(.c-media-section, .c-blog-card, .c-job-card):has(.c-cut-section.-left) {
  padding-top: clamp(9rem, 16vw + 0rem, 20rem);
}
@media (min-width: 75em) {
  .c-hero:has(.c-media-section, .c-blog-card, .c-job-card):has(.c-media-section.-top) {
    padding-top: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
    padding-bottom: clamp(3.375rem, 6vw + 0rem, 7.5rem);
  }
}

.c-service__grid {
  gap: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}
@media (max-width: 37.49375em) {
  .c-service__grid {
    margin-top: clamp(2.25rem, 4vw + 0rem, 5rem);
    display: grid;
  }
}
@media (min-width: 37.5em) {
  .c-service__grid {
    display: flex;
  }
  .c-service__grid .c-service-card {
    flex: 0 0 50%;
    transition-property: flex;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  }
  .c-service__grid:has(.c-service-card:hover) .c-service-card:not(:hover) {
    flex: 0 0 40%;
  }
  .c-service__grid:has(.c-service-card:hover) .c-service-card:hover {
    flex: 0 0 60%;
  }
}

.c-service-card {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: clamp(2rem, 8vw + -2.5rem, 7.5rem);
  height: clamp(15rem, 29.090909vw + -1.363636rem, 35rem);
  overflow: hidden;
  border-radius: clamp(0.75rem, 0.363636vw + 0.545455rem, 1rem);
}
@media (min-width: 37.5em) {
  .c-service-card {
    border-radius: clamp(1rem, 0.727273vw + 0.590909rem, 1.5rem);
  }
}
.c-service-card__link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-service-card__thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-service-card__thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  z-index: 5;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.c-service-card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-service-card__content :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0;
  color: #FFFFFF;
}
.c-service-card__content .c-content {
  color: #FFFFFF;
  max-width: 24ch;
  text-wrap: balance;
  opacity: 0.8;
  margin-bottom: 0.8em;
}
.c-service-card .c-button {
  display: inline-flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.c-service-card:where(:hover, :focus) .c-service-card__thumbnail::before {
  opacity: 0;
}

.-f-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.-f-align-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.-f-align-end {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.-f-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.-f-around-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.-f-end-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.-f-col {
  display: flex;
  flex-direction: column;
}

.-f-col-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.-f-wrap {
  flex-wrap: wrap;
}

.-rel {
  position: relative;
}

.-w100 {
  width: 100%;
}

.-h100 {
  height: 100%;
}

.-h-header {
  height: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-w-header {
  width: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-g-header {
  gap: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-p-header {
  padding: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-py-header {
  padding-block: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-px-header {
  padding-inline: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-pt-header {
  padding-top: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-pr-header {
  padding-right: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-pb-header {
  padding-bottom: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-pl-header {
  padding-left: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-m-header {
  margin: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-my-header {
  margin-block: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-mx-header {
  margin-inline: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-mt-header {
  margin-top: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-mr-header {
  margin-right: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-mb-header {
  margin-bottom: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-ml-header {
  margin-left: clamp(5rem, 3.636364vw + 2.954545rem, 7.5rem);
}

.-h-wrap {
  height: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-w-wrap {
  width: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-g-wrap {
  gap: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-p-wrap {
  padding: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-py-wrap {
  padding-block: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-px-wrap {
  padding-inline: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-pt-wrap {
  padding-top: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-pr-wrap {
  padding-right: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-pb-wrap {
  padding-bottom: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-pl-wrap {
  padding-left: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-m-wrap {
  margin: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-my-wrap {
  margin-block: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-mx-wrap {
  margin-inline: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-mt-wrap {
  margin-top: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-mr-wrap {
  margin-right: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-mb-wrap {
  margin-bottom: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-ml-wrap {
  margin-left: clamp(2rem, 11.636364vw + -4.545455rem, 10rem);
}

.-h-gap {
  height: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-w-gap {
  width: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-g-gap {
  gap: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-p-gap {
  padding: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-py-gap {
  padding-block: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-px-gap {
  padding-inline: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-pt-gap {
  padding-top: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-pr-gap {
  padding-right: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-pb-gap {
  padding-bottom: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-pl-gap {
  padding-left: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-m-gap {
  margin: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-my-gap {
  margin-block: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-mx-gap {
  margin-inline: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-mt-gap {
  margin-top: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-mr-gap {
  margin-right: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-mb-gap {
  margin-bottom: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-ml-gap {
  margin-left: clamp(1.5rem, 3.636364vw + -0.545455rem, 4rem);
}

.-h-gap-small {
  height: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-w-gap-small {
  width: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-g-gap-small {
  gap: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-p-gap-small {
  padding: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-py-gap-small {
  padding-block: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-px-gap-small {
  padding-inline: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-pt-gap-small {
  padding-top: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-pr-gap-small {
  padding-right: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-pb-gap-small {
  padding-bottom: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-pl-gap-small {
  padding-left: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-m-gap-small {
  margin: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-my-gap-small {
  margin-block: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-mx-gap-small {
  margin-inline: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-mt-gap-small {
  margin-top: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-mr-gap-small {
  margin-right: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-mb-gap-small {
  margin-bottom: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-ml-gap-small {
  margin-left: clamp(0.75rem, 1.818182vw + -0.272727rem, 2rem);
}

.-h-section-large {
  height: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-w-section-large {
  width: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-g-section-large {
  gap: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-p-section-large {
  padding: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-py-section-large {
  padding-block: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-px-section-large {
  padding-inline: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-pt-section-large {
  padding-top: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-pr-section-large {
  padding-right: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-pb-section-large {
  padding-bottom: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-pl-section-large {
  padding-left: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-m-section-large {
  margin: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-my-section-large {
  margin-block: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-mx-section-large {
  margin-inline: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-mt-section-large {
  margin-top: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-mr-section-large {
  margin-right: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-mb-section-large {
  margin-bottom: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-ml-section-large {
  margin-left: clamp(4.5rem, 15.272727vw + -4.090909rem, 15rem);
}

.-h-section {
  height: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-w-section {
  width: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-g-section {
  gap: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-p-section {
  padding: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-py-section {
  padding-block: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-px-section {
  padding-inline: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-pt-section {
  padding-top: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-pr-section {
  padding-right: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-pb-section {
  padding-bottom: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-pl-section {
  padding-left: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-m-section {
  margin: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-my-section {
  margin-block: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-mx-section {
  margin-inline: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-mt-section {
  margin-top: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-mr-section {
  margin-right: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-mb-section {
  margin-bottom: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-ml-section {
  margin-left: clamp(4.5rem, 8vw + 0rem, 10rem);
}

.-h-section-medium {
  height: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-w-section-medium {
  width: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-g-section-medium {
  gap: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-p-section-medium {
  padding: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-py-section-medium {
  padding-block: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-px-section-medium {
  padding-inline: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-pt-section-medium {
  padding-top: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-pr-section-medium {
  padding-right: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-pb-section-medium {
  padding-bottom: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-pl-section-medium {
  padding-left: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-m-section-medium {
  margin: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-my-section-medium {
  margin-block: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-mx-section-medium {
  margin-inline: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-mt-section-medium {
  margin-top: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-mr-section-medium {
  margin-right: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-mb-section-medium {
  margin-bottom: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-ml-section-medium {
  margin-left: clamp(3.5rem, 5.818182vw + 0.227273rem, 7.5rem);
}

.-h-section-small {
  height: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-w-section-small {
  width: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-g-section-small {
  gap: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-p-section-small {
  padding: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-py-section-small {
  padding-block: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-px-section-small {
  padding-inline: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-pt-section-small {
  padding-top: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-pr-section-small {
  padding-right: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-pb-section-small {
  padding-bottom: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-pl-section-small {
  padding-left: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-m-section-small {
  margin: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-my-section-small {
  margin-block: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-mx-section-small {
  margin-inline: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-mt-section-small {
  margin-top: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-mr-section-small {
  margin-right: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-mb-section-small {
  margin-bottom: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-ml-section-small {
  margin-left: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-h-section-tiny {
  height: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-w-section-tiny {
  width: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-g-section-tiny {
  gap: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-p-section-tiny {
  padding: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-py-section-tiny {
  padding-block: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-px-section-tiny {
  padding-inline: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-pt-section-tiny {
  padding-top: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-pr-section-tiny {
  padding-right: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-pb-section-tiny {
  padding-bottom: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-pl-section-tiny {
  padding-left: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-m-section-tiny {
  margin: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-my-section-tiny {
  margin-block: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-mx-section-tiny {
  margin-inline: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-mt-section-tiny {
  margin-top: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-mr-section-tiny {
  margin-right: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-mb-section-tiny {
  margin-bottom: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-ml-section-tiny {
  margin-left: clamp(1.5rem, 1.454545vw + 0.681818rem, 2.5rem);
}

.-h-block-large {
  height: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-w-block-large {
  width: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-g-block-large {
  gap: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-p-block-large {
  padding: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-py-block-large {
  padding-block: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-px-block-large {
  padding-inline: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-pt-block-large {
  padding-top: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-pr-block-large {
  padding-right: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-pb-block-large {
  padding-bottom: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-pl-block-large {
  padding-left: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-m-block-large {
  margin: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-my-block-large {
  margin-block: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-mx-block-large {
  margin-inline: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-mt-block-large {
  margin-top: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-mr-block-large {
  margin-right: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-mb-block-large {
  margin-bottom: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-ml-block-large {
  margin-left: clamp(2rem, 8vw + -2.5rem, 7.5rem);
}

.-h-block-medium {
  height: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-w-block-medium {
  width: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-g-block-medium {
  gap: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-p-block-medium {
  padding: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-py-block-medium {
  padding-block: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-px-block-medium {
  padding-inline: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-pt-block-medium {
  padding-top: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-pr-block-medium {
  padding-right: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-pb-block-medium {
  padding-bottom: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-pl-block-medium {
  padding-left: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-m-block-medium {
  margin: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-my-block-medium {
  margin-block: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-mx-block-medium {
  margin-inline: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-mt-block-medium {
  margin-top: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-mr-block-medium {
  margin-right: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-mb-block-medium {
  margin-bottom: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-ml-block-medium {
  margin-left: clamp(2rem, 4.363636vw + -0.454545rem, 5rem);
}

.-h-block {
  height: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-w-block {
  width: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-g-block {
  gap: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-p-block {
  padding: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-py-block {
  padding-block: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-px-block {
  padding-inline: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-pt-block {
  padding-top: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-pr-block {
  padding-right: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-pb-block {
  padding-bottom: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-pl-block {
  padding-left: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-m-block {
  margin: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-my-block {
  margin-block: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-mx-block {
  margin-inline: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-mt-block {
  margin-top: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-mr-block {
  margin-right: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-mb-block {
  margin-bottom: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-ml-block {
  margin-left: clamp(2rem, 1.454545vw + 1.181818rem, 3rem);
}

.-h-block-small {
  height: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-w-block-small {
  width: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-g-block-small {
  gap: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-p-block-small {
  padding: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-py-block-small {
  padding-block: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-px-block-small {
  padding-inline: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-pt-block-small {
  padding-top: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-pr-block-small {
  padding-right: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-pb-block-small {
  padding-bottom: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-pl-block-small {
  padding-left: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-m-block-small {
  margin: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-my-block-small {
  margin-block: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-mx-block-small {
  margin-inline: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-mt-block-small {
  margin-top: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-mr-block-small {
  margin-right: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-mb-block-small {
  margin-bottom: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-ml-block-small {
  margin-left: clamp(1.25rem, 1.090909vw + 0.636364rem, 2rem);
}

.-h-block-tiny {
  height: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-w-block-tiny {
  width: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-g-block-tiny {
  gap: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-p-block-tiny {
  padding: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-py-block-tiny {
  padding-block: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-px-block-tiny {
  padding-inline: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-pt-block-tiny {
  padding-top: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-pr-block-tiny {
  padding-right: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-pb-block-tiny {
  padding-bottom: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-pl-block-tiny {
  padding-left: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-m-block-tiny {
  margin: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-my-block-tiny {
  margin-block: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-mx-block-tiny {
  margin-inline: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-mt-block-tiny {
  margin-top: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-mr-block-tiny {
  margin-right: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-mb-block-tiny {
  margin-bottom: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-ml-block-tiny {
  margin-left: clamp(0.75rem, 0.727273vw + 0.340909rem, 1.25rem);
}

.-p0 {
  padding-: 0;
}

.-px0 {
  padding-inline: 0;
}

.-py0 {
  padding-block: 0;
}

.-pt0 {
  padding-top: 0;
}

.-pl0 {
  padding-left: 0;
}

.-pb0 {
  padding-bottom: 0;
}

.-pr0 {
  padding-right: 0;
}

.-p0 {
  padding: 0;
}

.-m0 {
  margin-: 0;
}

.-mx0 {
  margin-inline: 0;
}

.-my0 {
  margin-block: 0;
}

.-mt0 {
  margin-top: 0;
}

.-ml0 {
  margin-left: 0;
}

.-mb0 {
  margin-bottom: 0;
}

.-mr0 {
  margin-right: 0;
}

.-ml-auto {
  margin-left: auto;
}

.-mr-auto {
  margin-right: auto;
}

.-mx-auto {
  margin-block: auto;
}

.-mw1 {
  max-width: 1ch;
}

.-mw2 {
  max-width: 2ch;
}

.-mw3 {
  max-width: 3ch;
}

.-mw4 {
  max-width: 4ch;
}

.-mw5 {
  max-width: 5ch;
}

.-mw6 {
  max-width: 6ch;
}

.-mw7 {
  max-width: 7ch;
}

.-mw8 {
  max-width: 8ch;
}

.-mw9 {
  max-width: 9ch;
}

.-mw10 {
  max-width: 10ch;
}

.-mw11 {
  max-width: 11ch;
}

.-mw12 {
  max-width: 12ch;
}

.-mw13 {
  max-width: 13ch;
}

.-mw14 {
  max-width: 14ch;
}

.-mw15 {
  max-width: 15ch;
}

.-mw16 {
  max-width: 16ch;
}

.-mw17 {
  max-width: 17ch;
}

.-mw18 {
  max-width: 18ch;
}

.-mw19 {
  max-width: 19ch;
}

.-mw20 {
  max-width: 20ch;
}

.-mw21 {
  max-width: 21ch;
}

.-mw22 {
  max-width: 22ch;
}

.-mw23 {
  max-width: 23ch;
}

.-mw24 {
  max-width: 24ch;
}

.-mw25 {
  max-width: 25ch;
}

.-mw26 {
  max-width: 26ch;
}

.-mw27 {
  max-width: 27ch;
}

.-mw28 {
  max-width: 28ch;
}

.-mw29 {
  max-width: 29ch;
}

.-mw30 {
  max-width: 30ch;
}

.-mw31 {
  max-width: 31ch;
}

.-mw32 {
  max-width: 32ch;
}

.-mw33 {
  max-width: 33ch;
}

.-mw34 {
  max-width: 34ch;
}

.-mw35 {
  max-width: 35ch;
}

.-mw36 {
  max-width: 36ch;
}

.-mw37 {
  max-width: 37ch;
}

.-mw38 {
  max-width: 38ch;
}

.-mw39 {
  max-width: 39ch;
}

.-mw40 {
  max-width: 40ch;
}

.-mw41 {
  max-width: 41ch;
}

.-mw42 {
  max-width: 42ch;
}

.-mw43 {
  max-width: 43ch;
}

.-mw44 {
  max-width: 44ch;
}

.-mw45 {
  max-width: 45ch;
}

.-mw46 {
  max-width: 46ch;
}

.-mw47 {
  max-width: 47ch;
}

.-mw48 {
  max-width: 48ch;
}

.-mw49 {
  max-width: 49ch;
}

.-mw50 {
  max-width: 50ch;
}

.-mw51 {
  max-width: 51ch;
}

.-mw52 {
  max-width: 52ch;
}

.-mw53 {
  max-width: 53ch;
}

.-mw54 {
  max-width: 54ch;
}

.-mw55 {
  max-width: 55ch;
}

.-mw56 {
  max-width: 56ch;
}

.-mw57 {
  max-width: 57ch;
}

.-mw58 {
  max-width: 58ch;
}

.-mw59 {
  max-width: 59ch;
}

.-mw60 {
  max-width: 60ch;
}

.-mw61 {
  max-width: 61ch;
}

.-mw62 {
  max-width: 62ch;
}

.-mw63 {
  max-width: 63ch;
}

.-mw64 {
  max-width: 64ch;
}

.-mw65 {
  max-width: 65ch;
}

.-mw66 {
  max-width: 66ch;
}

.-mw67 {
  max-width: 67ch;
}

.-mw68 {
  max-width: 68ch;
}

.-mw69 {
  max-width: 69ch;
}

.-mw70 {
  max-width: 70ch;
}

.-mw71 {
  max-width: 71ch;
}

.-mw72 {
  max-width: 72ch;
}

.-mw73 {
  max-width: 73ch;
}

.-mw74 {
  max-width: 74ch;
}

.-mw75 {
  max-width: 75ch;
}

.-mw76 {
  max-width: 76ch;
}

.-mw77 {
  max-width: 77ch;
}

.-mw78 {
  max-width: 78ch;
}

.-mw79 {
  max-width: 79ch;
}

.-mw80 {
  max-width: 80ch;
}

.-lh11 {
  line-height: 1.1;
}

.-lh12 {
  line-height: 1.2;
}

.-lh13 {
  line-height: 1.3;
}

.-lh14 {
  line-height: 1.4;
}

.-lh15 {
  line-height: 1.5;
}

.-lh16 {
  line-height: 1.6;
}

.-lh17 {
  line-height: 1.7;
}

.-lh18 {
  line-height: 1.8;
}

.-lh19 {
  line-height: 1.9;
}

.-lh1 {
  line-height: 1;
}

.-lh2 {
  line-height: 2;
}

.-fw300 {
  font-weight: 300;
}

.-fw400 {
  font-weight: 400;
}

.-fw500 {
  font-weight: 500;
}

.-fw600 {
  font-weight: 600;
}

.-fw700 {
  font-weight: 700;
}

.-fw800 {
  font-weight: 800;
}

.-fw900 {
  font-weight: 900;
}

.-lc {
  text-transform: lowercase;
}

.-uc {
  text-transform: uppercase;
}

.-t-strong {
  font-weight: 600;
}

.-t-center {
  text-align: center;
  margin-inline: auto;
}

.-tw-balance {
  text-wrap: balance;
}

.-tw-pretty {
  text-wrap: pretty;
}

.-oh {
  overflow: hidden;
}

.-oa {
  overflow: auto;
}

.-ov {
  overflow: visible;
}

.-clr-forrest {
  color: #003300;
}

.-bg-forrest {
  background: #003300;
}

.-clr-green {
  color: #00FC1B;
}

.-bg-green {
  background: #00FC1B;
}

.-clr-forrest-shade {
  color: #0D3D0D;
}

.-bg-forrest-shade {
  background: #0D3D0D;
}

.-clr-grey {
  color: #f4f4f4;
}

.-bg-grey {
  background: #f4f4f4;
}

.-clr-text {
  color: #242424;
}

.-bg-text {
  background: #242424;
}

.-clr-border {
  color: #f4f4f4;
}

.-bg-border {
  background: #f4f4f4;
}

.-clr-black {
  color: #000000;
}

.-bg-black {
  background: #000000;
}

.-clr-black05 {
  color: rgba(0, 0, 0, 0.1019607843);
}

.-bg-black05 {
  background: rgba(0, 0, 0, 0.1019607843);
}

.-clr-white {
  color: #FFFFFF;
}

.-bg-white {
  background: #FFFFFF;
}

.-clr-white05 {
  color: rgba(255, 255, 255, 0.0509803922);
}

.-bg-white05 {
  background: rgba(255, 255, 255, 0.0509803922);
}

.-clr-white10 {
  color: rgba(255, 255, 255, 0.1019607843);
}

.-bg-white10 {
  background: rgba(255, 255, 255, 0.1019607843);
}

/*# sourceMappingURL=app.css.map */
