:root {
  --_theme---background: var(--swatch--light-100);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_theme---text: var(--swatch--dark-900);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_gap---size: var(--site--gutter);
  --_column-count---value: 1;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_spacing---space--6: clamp(2 * 1rem, ((2 - ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2.5 * 1rem);
  --_spacing---space--7: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --max-width--main: calc(var(--site--viewport-max) * 1rem);
  --site--margin: clamp(1 * 1rem, ((1 - ((3 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --max-width--small: 67.75rem;
  --max-width--size: 52.5rem;
  --_spacing---section-space--none: 0px;
  --_spacing---section-space--small: clamp(3 * 1rem, ((3 - ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5 * 1rem);
  --_spacing---section-space--main: clamp(2 * 1rem, ((2 - ((3.75 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3.75 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3.75 * 1rem);
  --_spacing---section-space--large: clamp(3 * 1rem, ((3 - ((6 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((6 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 6 * 1rem);
  --_spacing---section-space--page-top: clamp(7 * 1rem, ((7 - ((14 - 7) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((14 - 7) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 14 * 1rem);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_spacing---space--2: clamp(.625 * 1rem, ((.625 - ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .75 * 1rem);
  --site--gutter: 1rem;
  --_theme---background-2: var(--swatch--light-200);
  --_spacing---space--1: clamp(.375 * 1rem, ((.375 - ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .5 * 1rem);
  --_spacing---space--3: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --_spacing---space--4: clamp(1.25 * 1rem, ((1.25 - ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --_spacing---space--5: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --_spacing---space--8: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4 * 1rem);
  --_typography---font--primary-family: Geist, sans-serif;
  --_typography---font--primary-regular: 400;
  --_typography---font--primary-medium: 500;
  --_typography---font--primary-bold: 700;
  --radius--small: .5rem;
  --radius--main: 1rem;
  --radius--round: 100vw;
  --border-width--main: .094rem;
  --_theme---border: var(--swatch--dark-900-o20);
  --_typography---line-height--1: 1;
  --swatch--transparent: transparent;
  --_button-style---background: var(--swatch--green);
  --_button-style---text: var(--swatch--light-100);
  --_button-style---border-hover: var(--swatch--transparent);
  --_button-style---background-hover: var(--swatch--hover-green);
  --_button-style---text-hover: var(--swatch--light-100);
  --_button-style---border: var(--_theme---button-primary--border);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --swatch--light-100: white;
  --_typography---letter-spacing--0-02em: -.02em;
  --swatch--dark-900: #0a0a0a;
  --swatch--light-200: #f0f0f0;
  --_typography---letter-spacing--0em: 0em;
  --swatch--grey: #525252;
  --swatch--green: #0ba038;
  --swatch--light-100-o20: #e0e0e0;
  --swatch--brand-text: var(--swatch--dark-900);
  --swatch--border: #f0f0f0;
  --focus--offset-inner: -.125rem;
  --_typography---line-height--1-25: 1.25;
  --_typography---font-size--text-small: clamp(1 * 1rem, ((1 - ((1 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --_typography---line-height--1-5: 1.5;
  --swatch--hover-green: #07b53c;
  --swatch--brand-text-o20: color-mix(in srgb, var(--swatch--brand-text) 20%, transparent);
  --max-width--thin: 56.25rem;
  --_typography---font-size--h3: clamp(1.25 * 1rem, ((1.25 - ((1.25 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.25 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.25 * 1rem);
  --_typography---line-height--1-22: 1.22;
  --_typography---line-height--1-375: 1.375;
  --_typography---line-height--1-3: 1.3;
  --site--viewport-max: 79.75;
  --site--viewport-min: 20;
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --site--column-count: 12;
  --max-width--full: 100%;
  --focus--width: .125rem;
  --focus--offset-outer: .1875rem;
  --swatch--dark-900-o20: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  --swatch--brand-400: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --swatch--brand-300: color-mix(in srgb, var(--swatch--brand-500), white 40%);
  --swatch--brand-500: #c6fb50;
  --swatch--brand-600: color-mix(in srgb, var(--swatch--brand-500), black 20%);
  --_alignment---direction: start;
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_typography---font--primary-trim-top: .5em;
  --_typography---font--primary-trim-bottom: .5em;
  --_typography---font-size--text-main: clamp(1 * 1rem, ((1 - ((1.25 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.25 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.25 * 1rem);
  --_typography---font-size--text-large: clamp(1.125 * 1rem, ((1.125 - ((1.25 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.25 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.25 * 1rem);
  --_typography---font-size--h6: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.125 * 1rem);
  --_typography---font-size--h5: clamp(1.375 * 1rem, ((1.375 - ((1.5 - 1.375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --_typography---font-size--h4: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --_typography---font-size--h2: clamp(1.5 * 1rem, ((2.5 - ((1.5 - 1.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --_typography---font-size--h1: clamp(2 * 1rem, ((2 - ((3.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3.5 * 1rem);
  --_typography---font-size--display: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 7 * 1rem);
  --site--column-width: calc((min(var(--max-width--main), 100% - var(--site--margin) * 2)  - (var(--site--gutter) * (var(--site--column-count)  - 1))) / var(--site--column-count));
  --_typography---text-transform--none: var(--text-transform, none);
  --_typography---text-transform--uppercase: uppercase;
  --_typography---text-transform--capitalize: capitalize;
  --_typography---text-transform--lowercase: lowercase;
}

body {
  background-color: var(--_theme---background);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
}

h1, h2, h3, h4, h5, h6, p {
  display: flow-root;
}

a {
  color: inherit;
  outline-width: var(--focus--width);
  outline-offset: var(--focus--offset-outer);
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: "•";
}

ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: "circles";
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  border-style: none;
  padding: 0;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.u-text-style-h1 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-25);
  --_text-style---font-weight: var(--_typography---font--primary-bold);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-main {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-small {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-375);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-section {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.u-section:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-section:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--grey);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-section:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-section:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--grey);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-section:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--brand-text);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-primary--text-hover: var(--_theme---button-primary--text);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
}

.u-container {
  z-index: 1;
  max-width: var(--max-width--main);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-container-small {
  z-index: 1;
  max-width: var(--max-width--small);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.u-section-spacer {
  height: var(--_spacing---section-space--none);
  position: relative;
}

.u-section-spacer:where(.w-variant-d422cbd0-f212-c815-68df-63414354c21d) {
  height: var(--_spacing---section-space--small);
}

.u-section-spacer:where(.w-variant-60a7ad7d-02b0-6682-95a5-2218e6fd1490) {
  height: var(--_spacing---section-space--main);
}

.u-section-spacer:where(.w-variant-8cc18b30-4618-8767-0111-f6abfe45aaa3) {
  height: var(--_spacing---section-space--large);
}

.u-section-spacer:where(.w-variant-41fc0c0a-cac3-53c9-9802-6a916e3fb342) {
  height: var(--site--margin);
}

.u-section-spacer:where(.w-variant-e359d2da-de19-6775-b122-3e06f925f39e) {
  height: var(--_spacing---section-space--page-top);
}

.u-mb-2 {
  margin-bottom: var(--_spacing---space--2);
}

.u-mb-3 {
  margin-bottom: var(--_spacing---space--3);
}

.u-text-transform-uppercase {
  text-transform: uppercase;
}

.u-position-fixed {
  position: fixed;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button_main_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  text-align: center;
  vertical-align: middle;
  --_button-style---background: var(--swatch--green);
  --_button-style---text: var(--swatch--light-100);
  --_button-style---border-hover: var(--swatch--transparent);
  --_button-style---background-hover: var(--swatch--hover-green);
  --_button-style---text-hover: var(--swatch--light-100);
  --_button-style---border: var(--_theme---button-primary--border);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1.3125rem 2.75rem;
  line-height: 20px;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.button_main_wrap:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
}

.button_main_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
}

.button_main_text {
  z-index: 1;
  line-height: inherit;
  position: relative;
}

.button_main_text.u-text-style-main {
  font-family: var(--_typography---font--primary-family);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: var(--_typography---font--primary-medium);
  font-family: var(--_typography---font--primary-family);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: var(--_typography---font--primary-medium);
}

.page_wrap {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.page_main {
  border-radius: 1px;
  flex-flow: column;
  flex: 1;
  padding-top: 89px;
  display: flex;
}

.guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.guide_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(var(--site--column-count), minmax(0, 1fr));
  display: grid;
}

.guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

.clickable_wrap {
  z-index: 3;
  border-radius: inherit;
}

.clickable_link {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.clickable_btn {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.button_main_svg {
  width: 22px;
  height: 22px;
}

.nav_1_buttons_item {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav_1_buttons_item.is-main {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--3);
}

.nav_1_buttons_item.is-main.is-desktop {
  margin: 0px 0px 0px var(--_spacing---space--3);
  margin: 0px 0px 0px var(--_spacing---space--3);
}

.nav_1_links_text {
  color: var(--swatch--grey);
  transition: all .2s;
}

.nav_1_links_text:hover {
  color: #0a0a0a;
}

.nav_1_links_text.u-text-transform-uppercase {
  font-weight: var(--_typography---font--primary-medium);
  font-weight: var(--_typography---font--primary-medium);
}

.nav_1_dropdown_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_1_btn_line {
  height: var(--nav_1--hamburger-thickness);
  background-color: currentColor;
  flex: none;
  width: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav_1_desktop_layout {
  z-index: 1;
  flex: 1;
  display: flex;
}

.nav_1_actions_wrap {
  flex-flow: column;
  flex: none;
  display: flex;
}

.nav_1_actions_wrap.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.nav_1_contain {
  grid-column-gap: var(--_spacing---space--3);
  height: var(--nav_1--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.nav_1_contain.u-container {
  height: 88px;
}

.nav_1_dropdown_component {
  z-index: unset;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav_1_links_locales_hide {
  display: none;
}

.nav_1_dropdown_mega_scroll {
  position: relative;
}

.nav_1_dropdown_mega_scroll.is-desktop {
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  overflow: hidden auto;
}

.nav_1_dropdown_main_scroll.is-desktop {
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav_1--height-total)  - 1rem);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.nav_1_dropdown_mega_contain.u-container {
  display: contents;
}

.nav_1_dropdown_mega_contain.u-container.is-desktop {
  display: block;
}

.nav_1_component {
  z-index: 1000;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--swatch--border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--swatch--border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--swatch--border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--swatch--border);
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_1_btn_wrap {
  z-index: 2;
  flex: none;
  width: 2rem;
  padding: 0;
  outline-width: var(--focus--width) !important;
  outline-color: var(--_theme---text) !important;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_btn_wrap.w--open {
  color: inherit;
  background-color: #0000;
}

.nav_1_btn_layout {
  grid-row-gap: var(--nav_1--hamburger-gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_1_links_item {
  font-family: var(--_typography---font--primary-family);
  color: var(--swatch--grey);
  font-weight: var(--_typography---font--primary-regular);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_1_menu_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_1_dropdown_text {
  transition: opacity .1s;
}

.nav_1_wrap {
  z-index: 1;
  background-color: var(--_theme---background);
  position: relative;
}

.nav_1_wrap.is-desktop {
  display: none;
}

.nav_1_menu_scroll {
  max-height: calc(100svh - var(--nav_1--height-total));
  overflow: hidden auto;
}

.nav_1_links_wrap {
  flex: 1;
}

.nav_1_links_wrap.is-desktop {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav_1_mobile_contain {
  z-index: 2;
  grid-column-gap: var(--_spacing---space--3);
  height: var(--nav_1--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav_1_mobile_contain.u-container {
  height: var(--nav_1--height);
  height: var(--nav_1--height);
  position: static;
}

.nav_1_dropdown_mega_content {
  position: relative;
}

.nav_1_dropdown_mega_content.is-desktop {
  background-color: var(--_theme---background);
  background-color: var(--_theme---background);
}

.nav_1_logo_wrap {
  z-index: 2;
  outline-offset: var(--focus--offset-inner);
  border-right: .5px solid #f0f0f0;
  justify-content: flex-start;
  align-items: center;
  width: 10.9375rem;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.nav_1_dropdown_link {
  z-index: 2;
  padding-top: var(--_spacing---space--1);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  font-size: var(--text-small--font-size);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_dropdown_link.is-desktop {
  padding-top: var(--_spacing---space--6);
  padding-bottom: var(--_spacing---space--6);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-left: calc(var(--_spacing---space--6) / 2);
  padding-right: calc(var(--_spacing---space--6) / 2);
  font-size: inherit;
  padding-top: var(--_spacing---space--6);
  padding-bottom: var(--_spacing---space--6);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-left: calc(var(--_spacing---space--6) / 2);
  padding-right: calc(var(--_spacing---space--6) / 2);
  font-size: inherit;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.nav_1_links_svg {
  flex: none;
  width: .625rem;
  margin-left: auto;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
  overflow: visible !important;
}

.nav_1_links_component {
  grid-column-gap: var(--_spacing---space--3);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav_1_links_component.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.nav_1_dropdown_main_wrap {
  background-color: #0000;
  min-width: 0;
  position: relative;
}

.nav_1_dropdown_main_wrap.is-desktop {
  padding-top: var(--_spacing---space--1);
  width: 10rem;
  position: absolute;
}

.nav_1_dropdown_main_wrap.is-desktop.w--open {
  width: 100%;
  min-width: 100%;
  margin-top: 88.5px;
  padding-top: 0;
  inset: 0% 0% auto;
}

.nav_1_dropdown_mega_wrap {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav_1_dropdown_mega_wrap.is-desktop {
  position: absolute;
}

.nav_1_dropdown_mega_wrap.is-desktop.w--open {
  margin-top: 89px;
}

.nav_1_links_link {
  z-index: 2;
  padding-top: var(--_spacing---space--2);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_1_links_link.is-desktop {
  height: 100%;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

.nav_1_links_link.is-desktop.last {
  padding-right: 0;
}

.nav_1_links_link.is-desktop.pading {
  border-left: .5px solid #f0f0f0;
  border-right: .5px solid #f0f0f0;
  padding-left: 32px;
  padding-right: 24px;
}

.nav_1_dropdown_item {
  padding-bottom: 0;
}

.nav_1_dropdown_list {
  justify-content: center;
  list-style: "";
  display: flex;
}

.nav_1_menu_wrap {
  background-color: var(--_theme---background);
  text-align: left;
  padding-top: var(--nav_1--height);
  inset: 0% 0% auto;
  transform: none !important;
}

.nav_1_dropdown_mega_layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
}

.nav_1_dropdown_mega_layout.is-desktop {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.nav_1_menu_contain {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--8);
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--8);
}

.nav_1_links_line {
  background-color: #5252523b;
  width: .5px;
  height: 16px;
  transform: translate(.5px);
}

.footer_main_wrap.u-section {
  color: var(--swatch--light-100);
  background-color: #07180d;
  padding-top: 48px;
  padding-bottom: 24px;
}

.footer_main_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(auto, 200px) 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
}

.footer_main_logo_img {
  max-width: 164.63px;
  height: 100%;
  max-height: 32px;
}

.footer_main_text_link {
  color: var(--swatch--light-100);
  font-weight: var(--_typography---font--primary-regular);
  font-weight: var(--_typography---font--primary-regular);
}

.footer_main_link_wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.footer_main_contact_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer_contact_small_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer_contact_small_svg {
  color: var(--swatch--light-100);
  width: 20px;
  height: 20px;
}

.footer_contact_small_adrese {
  font-family: var(--_typography---font--primary-family);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: var(--_typography---font--primary-medium);
}

.footer_contact_grup {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_contact_adresse_text {
  font-family: var(--_typography---font--primary-family);
  color: #d2d2d2;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: var(--_typography---font--primary-regular);
  width: 100%;
}

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

.footer_social_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer_social_svg {
  width: 20px;
  height: 20px;
}

.green_line {
  background-color: var(--swatch--green);
  border-radius: 1px;
  width: 100%;
  height: 2px;
}

.green_line.u-mb-3 {
  max-width: 181px;
}

.nav_1_dropdown_img {
  aspect-ratio: 129 / 104;
  height: 100%;
  max-height: 104px;
}

.nav_1_dropdown_img:lang(de) {
  object-fit: contain;
}

.nav_1_dropdown_svg {
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
}

.nav_1_dropdown_text_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company_hero_wrap {
  text-align: center;
}

.company_hero_wrap.u-section {
  color: var(--swatch--light-100);
  min-height: 900px;
}

.company_hero_contain.u-container {
  z-index: 2;
  z-index: 2;
  z-index: 2;
  position: relative;
}

.company_hero_layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  display: flex;
}

.company_hero_visual {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.company_hero_video {
  width: 100%;
  height: 100%;
}

.company_hero_h1 {
  font-family: var(--_typography---font--primary-family);
  line-height: 1.16;
  font-weight: var(--_typography---font--primary-bold);
  letter-spacing: var(--_typography---letter-spacing--0-02em);
  font-size: clamp(2 * 1rem, ((2 - ((3 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
}

.slogan_main_wrap.u-section {
  text-align: center;
  text-align: center;
  text-align: center;
}

.slogan_main_layout {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.slogan_main_img {
  aspect-ratio: 1272 / 640;
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slogan_main_img.u-cover-absolute {
  inset: 0%;
}

.slogan_main_img.company {
  aspect-ratio: auto;
  position: relative;
}

.about_main_layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 522px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_main_visual_wrap {
  position: relative;
}

.about_main_content_p {
  color: #525252;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.about_main_visual_img {
  height: 100%;
  position: absolute;
}

.foter_green_btn {
  background-color: var(--swatch--green);
}

.foter_green_btn.u-text-style-main {
  text-align: center;
  text-align: center;
  padding: 14px 20px;
}

.code-embed-2 {
  max-width: 100%;
  margin-top: 0;
  overflow: hidden;
  transform: translate(-10px, -52px);
}

.catalog_text {
  text-transform: uppercase;
}

.catalog_text.u-text-style-small.u-mb-3 {
  text-transform: none;
  font-size: 18px;
  line-height: .7;
}

.catalog_text.u-text-style-small.u-mb-2 {
  text-transform: none;
  text-transform: none;
  font-size: 18px;
}

@media screen and (min-width: 1440px) {
  .hero_content {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .hero_features {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog_main_content {
    grid-template-columns: 624px 1fr;
  }

  .key_main_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: minmax(auto, 628fr) minmax(auto, 624px);
  }

  .key_main_visual {
    aspect-ratio: auto;
  }

  .key_main_visual_img {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .hero_h1.u-text-style-h1 {
    flex: none;
  }

  .blog_main_visual_logo {
    margin-right: 40px;
  }

  .hero_h1_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .u-container {
    max-width: var(--max-width--main);
    width: calc(100% - var(--site--margin) * 2);
  }

  .u-container-small {
    width: calc(100% - var(--site--margin) * 2);
  }

  .page_main {
    padding-top: 66px;
  }

  .hero_section.u-section {
    min-height: calc(100svh - var(--nav_1--height));
    min-height: calc(100svh - var(--nav_1--height));
  }

  .hero_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero_features {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 140px;
    padding-bottom: 40px;
  }

  .nav_1_links_text, .nav_1_links_text:hover {
    color: inherit;
  }

  .nav_1_dropdown_component {
    color: var(--swatch--light-100);
  }

  .nav_1_component {
    border-style: none;
  }

  .nav_1_btn_wrap.w--open {
    color: var(--swatch--light-100);
    background-color: #c8c8c800;
  }

  .nav_1_links_item {
    color: var(--swatch--light-100);
    border-bottom: 1px solid #2a4634;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .nav_1_menu_scroll {
    height: 100%;
    max-height: 100%;
  }

  .nav_1_links_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 100px;
    padding-bottom: 1rem;
    display: flex;
  }

  .nav_1_mobile_contain.u-container {
    height: var(--nav_1--height);
    height: var(--nav_1--height);
  }

  .nav_1_logo_wrap {
    z-index: 0;
  }

  .nav_1_logo_wrap.w--current {
    z-index: 0;
    border-right-style: none;
  }

  .nav_1_dropdown_link.is-desktop {
    padding-top: var(--_spacing---space--1);
    padding-bottom: var(--_spacing---space--1);
    padding-left: calc(var(--_spacing---space--1) / 2);
    padding-top: var(--_spacing---space--1);
    padding-bottom: var(--_spacing---space--1);
    padding-left: calc(var(--_spacing---space--1) / 2);
  }

  .nav_1_dropdown_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav_1_dropdown_list.secondary {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav_1_menu_wrap {
    background-color: #07180d;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 90vw;
    height: 100%;
    min-height: 100svh;
    padding-top: 0;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .nav_1_menu_contain.u-container {
    height: 100%;
    display: flex;
  }

  .hero_bg_overlayer {
    background-color: var(--swatch--transparent);
  }

  .optimaluse_main_layout {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 518px);
  }

  .revolutionizing_layout {
    grid-template-columns: 1fr;
  }

  .revolutionizing_visual_slider.mt {
    overflow: hidden;
  }

  .swiper-slide {
    min-width: 100%;
  }

  .activity_main_grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }

  .reference_main_content {
    grid-template-columns: 1fr;
  }

  .button_secondary.none {
    display: block;
  }

  .blog_main_wrap.u-section {
    min-height: 100svh;
  }

  .blog_main_content {
    grid-template-columns: 1fr;
    max-width: 100%;
    position: relative;
  }

  .blog_main_collection_wrap.none {
    display: none;
  }

  .blog_main_collection_second.blog-swiper.swiper {
    overflow: visible;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .blog_main_collection_list_second {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog_main_collection_list_second.blog-swiper__wrapper.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: visible;
    min-width: 100% !important;
  }

  .blog_main_collection_list_second.blog-swiper__wrapper.swiper-wrapper.template {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog_main_collection_list_item_second.blog-swiper__slide.swiper-slide, .blog_main_grup_2 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .blog_main_grup_title.none {
    display: none;
  }

  .interested_main_grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer_main_grid {
    grid-template-columns: minmax(auto, 200px) minmax(auto, 200fr) minmax(auto, 200fr);
  }

  .blog_new_list {
    grid-template-columns: 1fr 1fr;
  }

  .u-container-thin {
    width: calc(100% - var(--site--margin) * 2);
  }

  .rich_text.main_blog_rt figure {
    float: none;
    float: none;
    float: none;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mss_main_hero_svg {
    margin-bottom: 0;
  }

  .key_main_grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .support_main_grid {
    grid-template-columns: auto;
    padding-top: 0;
  }

  .modules_main_layout {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modules_main_grid {
    grid-template-columns: 1fr;
  }

  ._3d_main_layout {
    grid-template-columns: auto;
  }

  ._3d_main_cards_card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .elevate_main_layout {
    grid-template-columns: auto;
  }

  .elevate_main_layout.max_width_full {
    grid-template-columns: 1fr;
  }

  .product_main_tabs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .nav_1_dropdown_img {
    object-fit: contain;
    display: none;
  }

  .company_hero_wrap.u-section {
    min-height: 100svh;
  }

  .about_main_layout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .aplication_main_layout {
    grid-template-columns: 1fr;
  }

  .aplication_main_content_grup {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .jobs_main_wrap.u-section {
    min-height: 80svh;
  }

  .contact_hero_copy_wrap {
    margin-top: 20px;
  }

  .references_collection_wrap.references-swiper.swiper {
    max-width: 100%;
    overflow: visible;
    min-width: 100% !important;
  }

  .references_collection_list {
    grid-template-columns: 1fr 1fr;
  }

  .references_collection_list.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .references_collection_item {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    min-width: 100%;
  }

  .references_collection_item.swiper-slide {
    max-width: 100%;
  }

  .references_details_layout {
    grid-template-columns: 1fr;
  }

  .newsroom_main_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .newsroom_main_card {
    grid-template-columns: minmax(auto, 348px);
  }

  .blog_main_link {
    max-width: 100%;
  }

  .logo_wrap_mobile {
    max-width: 164px;
    max-height: 32px;
  }

  .logo_mobile {
    height: 32px;
  }

  .blog_main_img_wrap {
    display: block;
  }

  .blog_img_logo {
    z-index: 2;
    max-width: 124px;
    height: 20px;
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .link-block {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .nav_1_dropdown_list.secondary {
    grid-template-columns: 1fr 1fr;
  }

  .optimaluse_main_h2.u-text-style-h2 {
    width: auto;
  }

  .revolutionizing_layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .revolutionizing_cards {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .revolutionizing_card_title_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .activity_main_grid {
    grid-template-columns: 1fr;
  }

  .activity_main_title_wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog_main_collection_second.blog-swiper.swiper, .blog_main_collection_list_second.blog-swiper__wrapper.swiper-wrapper, .blog_main_collection_list_second.blog-swiper__wrapper.swiper-wrapper, .blog_main_collection_list_second.blog-swiper__wrapper.swiper-wrapper {
    overflow: visible;
  }

  .interested_main_grid {
    grid-template-columns: 1fr;
  }

  .footer_main_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: minmax(auto, 432fr);
  }

  .footer_copy_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog_new_list {
    grid-template-columns: 1fr;
  }

  .rich_text.main_blog_rt figure {
    float: none;
    float: none;
    float: none;
  }

  .mss_main_contain.u-container {
    color: var(--swatch--brand-text);
  }

  .mss_main_layout {
    margin-top: 20px;
  }

  .mss_main_bacground_wrap {
    position: relative;
  }

  .mss_main_h1 {
    color: var(--swatch--brand-text);
  }

  .mss_main_hero_svg {
    display: none;
  }

  .mss_main_hero_svg.is_mobile {
    max-width: 100%;
    display: flex;
    position: relative;
  }

  .benefits_main_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._3d_main_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._3d_main_cards_wrap, ._3d_main_cards_wrap.hj-grid, ._3d_main_cards_wrap.hj-grid {
    grid-template-columns: 1fr;
  }

  ._3d_main_cards_card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .jobs_main_collection_plagination {
    margin-top: 48px;
  }

  .contact_hero_layout {
    grid-template-columns: 1fr;
  }

  .contact_form_layout {
    padding: 20px;
  }

  .contact_grup_wrap {
    grid-template-columns: 1fr;
  }

  .slogan_main_image_logo {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .references_collection_list {
    grid-template-columns: 1fr;
  }

  .map_section_layout {
    grid-template-columns: minmax(auto, 913px);
  }

  .map_section_content {
    flex-flow: wrap;
  }

  .newsroom_main_list, .newsroom_main_card {
    grid-template-columns: 1fr;
  }

  .newsroom_main_filter_green {
    flex-flow: wrap;
  }

  ._3d_content_grid {
    grid-template-columns: 1fr;
  }

  .event_main_layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .event_main_collection_item {
    text-align: center;
    flex-flow: column;
  }

  .event_main_info_tab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .u-max-width-full {
    max-width: 100%;
  }

  .hero_section.u-section {
    min-height: auto;
  }

  .hero_image {
    object-position: 28% 50%;
  }

  .hero_conatin.u-container {
    z-index: 5;
    z-index: 5;
    position: relative;
  }

  .hero_layout {
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 0;
  }

  .hero_h1.u-text-style-h1 {
    color: var(--swatch--dark-900);
  }

  .hero_p.u-text-style-main.u-mt-1.u-mb-7 {
    color: var(--swatch--grey);
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero_features {
    flex-flow: column;
    flex: none;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero_features_wrapper {
    width: 100%;
  }

  .feature_title {
    color: var(--swatch--grey);
    font-size: .875rem;
  }

  .hero_features_big_text {
    color: var(--swatch--brand-text);
    font-size: 1.75rem;
  }

  .hero_features_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav_1_links_component {
    position: relative;
  }

  .nav_1_dropdown_list.secondary {
    grid-template-columns: 1fr;
  }

  .nav_1_menu_wrap {
    max-height: 100svh;
  }

  .hero_bg_wrapper.u-cover-absolute {
    inset: 0%;
    position: relative;
    inset: 0%;
  }

  .hero_bg_overlayer {
    background-color: #1f1d1e54;
  }

  .optimaluse_main_grup {
    grid-template-columns: 1fr;
  }

  .optimaluse_main_h2.u-text-style-h2 {
    text-align: center;
    text-align: center;
    width: auto;
  }

  .revolutionizing_spacer_top {
    height: 32px;
  }

  .revolutionizing_spacer_top._147 {
    height: 64px;
  }

  .revolutionizing_visual_img {
    aspect-ratio: 523 / 606;
    position: relative;
  }

  .revolutionizing_h2.u-text-style-h2 {
    text-align: center;
    text-align: center;
  }

  .revolutionizing_card {
    padding: 24px;
  }

  .revolutionizing_card_title_wrap {
    flex-flow: wrap;
  }

  .slide-nav {
    bottom: 20px;
  }

  .logos_main_layout {
    padding: 1rem;
  }

  .activity_main_title_wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .activity_main_card_small_wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reference_main_layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
  }

  .reference_main_visual_wrap.reference_template {
    aspect-ratio: 360 / 300;
    aspect-ratio: 360 / 300;
  }

  .reference_main_visual_img {
    aspect-ratio: auto;
  }

  .reference_main_testemonial_link {
    padding: 24px;
  }

  .faq-main_layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .faq-main_question {
    padding: 12px 24px;
  }

  .faq-main_svg {
    min-width: 22px;
    min-height: 22px;
  }

  .faq-main_answer_p.u-text-style-small {
    margin: 26px;
  }

  .faq-main_answer_p.u-text-style-small.grey {
    margin: 20px;
  }

  .blog_main_layout {
    padding-left: 7px;
    padding-right: 7px;
  }

  .blog_main_title_wrap {
    margin-bottom: 24px;
  }

  .blog_main_text_wrap {
    padding: 24px;
  }

  .blog_main_time_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .blog_main_time_wrap_small {
    flex-flow: row;
  }

  .blog_main_collection_second.blog-swiper.swiper {
    position: relative;
    overflow: visible;
  }

  .blog_main_collection_list_second.blog-swiper__wrapper.swiper-wrapper {
    overflow: visible;
  }

  .blog_main_visual_logo {
    max-width: 150px;
    max-height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .interested_main_card {
    width: 100%;
    min-width: 100%;
  }

  .interested_main_card_content {
    padding: 24px;
  }

  .interested_main_information_wrap {
    flex-flow: wrap;
  }

  .footer_main_wrap.u-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_main_grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 40px;
  }

  .footer_copy_wrap {
    text-align: center;
  }

  .footer_social_wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    aspect-ratio: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .main_blog_rt h2 {
    margin-top: 24px;
  }

  .spacer_64 {
    height: 40px;
  }

  .mss_main_layout {
    margin-top: 16px;
  }

  .mss_main_bacground_wrap {
    aspect-ratio: 390 / 341;
    position: relative;
  }

  .mss_main_h1 {
    color: var(--swatch--brand-text);
    font-size: 1.75rem;
    line-height: 2.125rem;
  }

  .mss_main_p.u-text-style-small {
    color: var(--swatch--brand-text);
  }

  .mss_button_wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .mss_button_video_btn {
    color: var(--swatch--brand-text);
    justify-content: center;
    align-items: center;
  }

  .mss_button_video_svg {
    color: var(--swatch--brand-text);
  }

  .mss_main_hero_svg {
    z-index: 2;
    flex-flow: column;
    max-width: 90%;
    margin-bottom: 24px;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .mss_main_hero_svg.mobile {
    display: block;
  }

  .mss_main_hero_svg.is_mobile {
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .mss_main_bacground_img {
    object-position: 100% 50%;
    position: absolute;
    inset: 0%;
  }

  .modules_main_layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .modules_main_quality_wrap {
    padding: 24px;
  }

  ._3d_main_contain.u-container {
    text-align: center;
    text-align: center;
  }

  ._3d_main_h2_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .elevate_main_content {
    padding: 20px;
  }

  .elevate_main_content.hj {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .elevate_main_btn_wrap {
    text-align: center;
    flex-flow: column;
  }

  .product_main_tab {
    min-width: 85%;
    padding: 20px;
  }

  .product_nain_card {
    padding: 20px;
  }

  .company_hero_wrap.u-section {
    min-height: auto;
  }

  .company_hero_contain.u-container {
    color: var(--swatch--dark-900);
  }

  .company_hero_layout {
    align-items: stretch;
    padding-top: 24px;
  }

  .company_hero_visual {
    aspect-ratio: 390 / 320;
    position: relative;
  }

  .slogan_main_img {
    aspect-ratio: 358 / 300;
  }

  .about_main_content_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hydrolic_hero_visual {
    aspect-ratio: 390 / 341;
    min-height: 100%;
    position: relative;
  }

  .hydrolic_hero_img {
    object-fit: cover;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .hydrolic_hero_img:lang(de) {
    display: none;
  }

  .hydrolic_hero_img.mobile {
    display: inline-block;
  }

  .hydrolic_hero_layout {
    margin-top: 1rem;
    padding-bottom: 0;
  }

  .hydrolic_hero_features_wrap {
    padding-left: 0;
  }

  .hydrolic_hero_features_tab {
    color: var(--swatch--dark-900);
  }

  .hydrolic_hero_features_svg {
    opacity: 100;
    color: var(--swatch--brand-text);
    min-width: 22px;
  }

  .aplication_main_content_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .aplication_main_content_h2.u-text-style-h2 {
    text-align: center;
    text-align: center;
  }

  .aplication_main_grup_tab.centar {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jobs_main_wrap.u-section {
    min-height: 100svh;
  }

  .contact_hero_content {
    align-items: stretch;
  }

  .contact_hero_h1_wrap {
    margin-bottom: 20px;
  }

  .contact_name_input.u-text-style-small {
    color: var(--swatch--dark-900);
  }

  .job_main_btn_svg:lang(de) {
    min-width: 24px;
    min-height: 24px;
  }

  .slogan_main_image_logo {
    max-width: 130px;
    max-height: 26px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .spacer_94 {
    height: 40px;
  }

  .references_details_grup {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .references_details_card {
    grid-column-gap: 100px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .references_main_sort.none {
    display: block;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .newsroom_main_filter_green {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .main_news_file_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog_main_link {
    width: 100%;
    height: 100%;
    display: block;
  }

  .mask {
    overflow: visible;
  }

  .logo_wrap_mobile {
    z-index: 99;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .footer_logo_wrap {
    text-align: center;
  }

  .hero_h1_wrap {
    flex-flow: column;
    display: flex;
  }

  .slider_arrow {
    width: 30px;
    height: 30px;
  }

  .event_main_collection_item {
    text-align: center;
    flex-flow: column;
  }

  .event_main_info_tab {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .event_main_info_tab.buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .event_btn {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .code-embed-2 {
    transform: translate(-15px, -52px);
  }
}

#w-node-d3ef1362-4e01-71d7-f303-ff9332b8c664-32b8c660 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_4d91b744-1d52-576b-ed79-05a39119d724-112f9905 {
    order: -9999;
  }

  #w-node-c6c375e9-2e2c-2707-3a3e-8ca1cae5b8b2-32b8c660 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc759a70-c0ac-7639-890d-d5d68a23588d-112f9905 {
    order: -9999;
  }
}
