@font-face {
  font-family: Cabinetgrotesk Variable;
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak Variable;
  src: url('../fonts/Zodiak-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-brand--white);
  --text-color--text-primary: var(--base-color-brand--black);
  --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  --text-color--text-secondary: var(--base-color-brand--white);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>);
  --reckweiss-neu: #fffdfa;
  --reckwhite: #e4e4e4;
  --background-color--background-secondary: var(--base-color-brand--black);
  --anthrazit: #383838;
  --recksportred: #991b2b;
  --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>: var(--base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  --base-color-brand--white: #fff;
  --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>: var(--base-color-brand--black);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --base-color-brand--black: #171411;
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--white-secondary: #ad09ff;
  --light-grey: #0e101199;
  --_typography---font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---size: 0px;
  --base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>: #fff;
  --base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>: #cef5ca;
  --base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>: #114e0b;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text-color--text-primary);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/Recksport-Pfaffenhofen-Visitenkarten.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: color .4s;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 15rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>);
  color: var(--text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h3.is-small {
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 200;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: var(--reckweiss-neu);
  -webkit-text-stroke-color: var(--reckwhite);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12vw;
  font-weight: 600;
  line-height: 1.15;
}

.heading-style-h1.is-contact {
  color: var(--background-color--background-secondary);
  font-size: 7rem;
}

.padding-global {
  background-color: #0000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-normal.text-style-allcaps.heading-style-h4 {
  font-family: Lexend, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 48ch;
}

.text-color-alternate {
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--anthrazit);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-style-allcaps {
  text-transform: none;
  font-weight: 300;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  margin-top: 10rem;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: var(--reckweiss-neu);
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.text-weight-medium {
  color: var(--reckweiss-neu);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .4s;
}

.text-size-regular.text-weight-medium:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
  color: var(--background-color--background-secondary);
}

.text-size-regular.text-weight-medium:hover {
  color: var(--recksportred);
  font-weight: 600;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 100ch;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 4rem;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 3rem;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--background-color--background-primary);
  color: var(--base-color-brand--white);
  background-color: #0000;
  border-radius: .3rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: var(--text-color--text-primary);
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
  text-decoration: underline;
}

.text-size-large {
  font-family: Outfit, sans-serif;
  font-size: 1.5vw;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

.heading-style-h2 {
  color: var(--background-color--background-primary);
  margin-bottom: 4rem;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h2.text-style-allcaps.font-zodiak {
  font-family: Outfit, sans-serif;
  line-height: 1.3;
}

.heading-style-h2.font-cabinet {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.page-wrapper {
  background-color: var(--background-color--background-primary);
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-secondary);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #dd23bb;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.text-style-allcaps.font-zodiak.text-size-huge.text-weight-normal {
  font-family: Outfit, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}

.text-style-allcaps.font-zodiak.text-weight-normal.text-size-xhuge {
  color: var(--reckweiss-neu);
  font-family: Outfit, sans-serif;
  font-size: 5vw;
  font-weight: 500;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  background-color: var(--background-color--background-primary);
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-leistungen {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-secondary);
  text-transform: uppercase;
  border-radius: .2rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  transition: color .4s;
  display: flex;
  transform: translate(0, -2px);
}

.button-leistungen:hover {
  background-color: var(--recksportred);
}

.button-leistungen.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-leistungen.is-small {
  padding: .5rem 1.25rem;
}

.button-leistungen.is-large {
  padding: 1rem 2rem;
}

.button-leistungen.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button-leistungen.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-leistungen.leistungen {
  border-radius: .2rem;
  transition: color .7s;
}

.button-leistungen.leistungen:hover {
  background-color: var(--recksportred);
}

.button-leistungen.leistungen.w--current:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
  opacity: 0;
}

.button-leistungen.leistungen.beruns {
  background-color: var(--recksportred);
  transition-duration: .3s;
}

.button-leistungen.leistungen.beruns:hover {
  background-color: var(--recksportred);
}

.button-leistungen.is-404 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-leistungen.is-404.w--current {
  background-color: var(--recksportred);
  justify-content: center;
  align-items: center;
}

.button-leistungen.is-404.w--current:hover {
  background-color: var(--background-color--background-secondary);
}

.button-leistungen.txt1 {
  border-radius: .2rem;
}

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

.text-size-medium {
  padding-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>);
  color: var(--text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  z-index: 9999;
  background-color: #ddd0;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_component.ber-uns {
  background-color: var(--base-color-brand--black);
  border: 1px #000;
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
  position: fixed;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-secondary);
  text-transform: uppercase;
  background-color: #eeeeee2e;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.section_hero {
  background-color: var(--reckweiss-neu);
  color: var(--text-color--text-secondary);
  -webkit-text-stroke-color: var(--base-color-brand--white);
  min-height: 100svh;
  position: relative;
}

.hero-component {
  z-index: 3;
  text-align: center;
  -webkit-text-stroke-color: var(--base-color-brand--white);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.hero-background {
  z-index: 1;
  -webkit-text-stroke-color: var(--base-color-brand--white);
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-video {
  z-index: 2;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.background-video.absolute {
  z-index: 1;
  border-radius: 2px;
  position: absolute;
  inset: 0%;
}

.video-placeholder {
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0%;
}

.nav_brand {
  color: var(--text-color--text-secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_brand:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
  color: var(--text-color--text-primary);
}

.nav_brand:hover {
  opacity: .54;
}

.hero_bottom {
  color: var(--text-color--text-secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 3rem;
}

.hero_content {
  color: var(--background-color--background-primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: -1rem;
}

.hero-subtitle {
  max-width: 100ch;
}

.track {
  height: 300vh;
  position: relative;
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky_element {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 220px;
  display: flex;
  position: sticky;
  top: 0;
}

.page-headings.text-align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100ch;
  display: flex;
}

.text-span-image {
  background-image: url('../images/Kaleo_Icon-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.footer {
  background-color: var(--background-color--background-primary);
  border: 1px solid #0000004f;
  border-radius: 1px;
  overflow: hidden;
}

.footer_component {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-bottom.font-zodiak {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.font-zodiak {
  font-family: Zodiak Variable, Georgia, sans-serif;
}

.footer-image {
  width: 100%;
  height: 11vw;
}

.footer-text {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  line-height: .8;
}

.footer-wrap {
  grid-column-gap: 22vh;
  grid-row-gap: 22vh;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 100px;
  padding-top: 140px;
  padding-bottom: 0;
  display: grid;
}

.footer_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 74ch;
  display: flex;
}

.footer_right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_right-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.phone-link {
  transition: opacity .4s;
}

.phone-link:hover {
  opacity: .6;
}

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

.copyright {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.created, .powered {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits-link {
  opacity: .6;
  transition: opacity .4s;
}

.credits-link:hover {
  opacity: 1;
}

.section_cta {
  background-color: var(--reckweiss-neu);
  color: var(--text-color--text-secondary);
  padding-top: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cta_background {
  background-color: var(--background-color--background-secondary);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.cta_content {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_subtitle {
  max-width: 42ch;
}

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

.video-overlay {
  z-index: 2;
  background-image: linear-gradient(#17141100, #000000ba);
  width: 100%;
  height: 100%;
  font-family: Outfit, sans-serif;
  position: absolute;
  inset: 0%;
}

.video-overlay.light {
  opacity: .46;
  background-image: linear-gradient(#17141100, #000000ba 67%, #000000ba);
}

.location-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: flex;
}

.section_location {
  background-color: #fff;
  border-top: 1px solid #000;
  border-radius: 1px;
  padding-top: 0;
}

.features-component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12rem;
  padding-top: 100px;
  display: none;
}

.features-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.features_content {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-video_background {
  background-color: var(--background-color--background-secondary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-xhuge {
  font-size: 9vw;
}

.photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-wrap_first {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(1deg);
}

.photos-wrap {
  width: 80vh;
  height: 45vh;
  display: none;
  position: relative;
}

.photo-wrap_second {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(6deg);
}

.photo-wrap_third {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(-3deg);
}

.button-image {
  width: .8rem;
  height: .8rem;
}

.button-text {
  position: relative;
  overflow: hidden;
}

.button-text-animation {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.button_text {
  color: var(--reckwhite);
  -webkit-text-stroke-color: var(--reckwhite);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .5s;
  display: flex;
}

.button_text:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
  color: var(--background-color--background-secondary);
}

.button_text:hover {
  color: var(--base-color-brand--white);
}

.button_text.kontakt {
  color: var(--base-color-brand--white);
  font-weight: 400;
}

.button_text.kontakt:hover {
  color: var(--base-color-brand--black);
}

.contact-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 5rem;
  display: flex;
}

.contact_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_form {
  width: 100%;
  max-width: 41rem;
  margin-top: 3rem;
}

.form-field {
  background-color: var(--reckwhite);
  color: var(--text-color--text-primary);
  border: 0 #000;
  border-bottom: 1px solid #000;
  border-radius: .2rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-family: Lexend, sans-serif;
}

.form-field:active, .form-field:focus, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  color: var(--text-color--text-primary);
}

.form-field::placeholder {
  color: var(--text-color--text-primary);
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.form-field_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 41rem;
  display: flex;
}

.text-field {
  background-color: var(--reckwhite);
  border: 1px solid #000;
  border-radius: .2rem;
  min-height: 10rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
}

.text-field:focus {
  color: var(--base-color-brand--black);
}

.text-field::placeholder {
  color: var(--text-color--text-primary);
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.button-form {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.submit-button {
  z-index: 5;
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: var(--background-color--white-secondary);
  border-radius: 1rem;
  padding: 2.1rem;
}

.error-message {
  text-align: center;
  background-color: #ffb2b2;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 1rem;
}

.track-cta {
  width: 100%;
  height: 300vh;
  position: relative;
}

.sticky-cta {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_last-cta {
  color: var(--text-color--text-secondary);
}

.features_image {
  border-radius: .3rem;
  width: 40vw;
  max-width: 41rem;
  height: 37rem;
  margin-left: auto;
  overflow: hidden;
}

.nav-button_text {
  color: var(--reckwhite);
  padding-left: .5rem;
  padding-right: .5rem;
  line-height: 1.3;
  position: relative;
}

.nav-button_text.is-absolute {
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  position: absolute;
  bottom: -1.2rem;
}

.nav_divider {
  background-color: var(--background-color--background-primary);
  opacity: .2;
  width: 1px;
  height: 1rem;
}

.logo {
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 1rem;
}

.nav-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: Outfit, sans-serif;
  display: flex;
}

.nav_link {
  color: var(--text-color--text-secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 0 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_link:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
  color: var(--text-color--text-primary);
}

.location_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.location_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color--text-secondary);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 70vh;
  padding: 2rem 8rem 2rem 2rem;
  display: flex;
  overflow: hidden;
}

.location_card.is-left {
  background-image: linear-gradient(180deg, #0000 30%, var(--background-color--background-secondary)), url('../images/Sebastian-Reck---Massage.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: .3rem;
}

.location_card.is-right {
  background-image: linear-gradient(180deg, #0000 30%, var(--background-color--background-secondary)), url('../images/Sebastian-Reck-Recksport-Therapie.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .3rem;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.is-radius {
  border-radius: .5rem;
}

.location_icon {
  width: 2rem;
  height: 2rem;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 110%;
  display: flex;
}

.nav-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-subtitle-text {
  font-family: Outfit, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.text-box {
  max-width: 50em;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-guide-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.opacity_85 {
  opacity: .8;
}

.button-line {
  background-color: var(--background-color--background-secondary);
  width: 100%;
  height: 1px;
}

.bold-text {
  color: var(--background-color--background-primary);
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.text-block, .text-block-2 {
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.bold-text-2 {
  color: var(--light-grey);
  font-family: Oswald, sans-serif;
  font-size: 1.7vw;
  font-style: normal;
  font-weight: 300;
}

.body {
  background-color: var(--reckweiss-neu);
}

.body-2, .body-3 {
  background-color: var(--reckwhite);
}

.paragraph {
  font-family: Outfit, sans-serif;
  font-size: 1.3rem;
}

.section {
  display: block;
}

.section-top {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #fff;
  flex-flow: column;
  padding: 10vw 6vw 6vw;
  display: flex;
}

.max-width-huge {
  width: 100%;
  max-width: 87.5rem;
  font-size: 1.2vw;
}

.section-top-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-medium {
  font-family: Outfit, sans-serif;
  font-size: 5vw;
}

.services-process-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--reckweiss-neu);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-color-muted {
  color: #0e101199;
  font-size: 1.3rem;
}

.heading-style-xxlarge {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 100%;
  transition: color .3s;
}

.heading-style-xxlarge:hover {
  color: var(--recksportred);
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-large {
  padding-top: 140px;
}

.margin-bottom-2.margin-xxlarge {
  margin-top: 10rem;
}

.margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.services-process-item-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 6vw;
  display: flex;
}

.heading-alt-h1 {
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 120%;
}

.text-meta {
  letter-spacing: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}

.services-process-item-image {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.overflow-hidden-2 {
  overflow: visible;
}

.image-cover-parallax {
  color: var(--recksportred);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.section-services-process {
  transform-origin: 50% 100%;
  position: relative;
}

.heading-alt-small {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 110%;
}

.max-width-large-2 {
  width: 100%;
  max-width: 50rem;
}

.code-block {
  display: none;
}

.sticky-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: sticky;
  top: 0;
}

.explainer-overflow {
  width: 100%;
  overflow: hidden;
}

.plus-line {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line.rotate {
  width: 50%;
  height: 1px;
}

.explainer-w {
  z-index: 5;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  width: 94%;
  height: 10rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.explainer-comp {
  background-color: #fef8f1;
  border-radius: .375rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn {
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  display: flex;
}

.btn.copy {
  outline-offset: 0px;
  cursor: pointer;
  border-radius: .375rem;
  outline: 1px solid #141b1333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem .625rem;
  transition: background-color .2s;
  display: flex;
}

.btn.copy:hover {
  background-color: #69e05f;
}

.btn.flip-switch-btn {
  width: auto;
  height: auto;
  padding: .4rem;
  transition: color .2s, background-color .2s;
}

.btn.flip-switch-btn.current {
  pointer-events: none;
  color: #ffe9cf;
  background-color: #270f03;
  border-radius: .375rem;
}

.input {
  opacity: 0;
  position: absolute;
}

.span {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-cent-w {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.mobile-explainer-prompt {
  display: none;
}

.sky-scroller {
  pointer-events: auto;
  border-radius: .375rem;
  width: 70%;
  max-width: 1620px;
  height: 29rem;
  overflow: clip;
}

.explainer-expandable-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.sec.scrolltrigger-sec {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400svh;
  padding-top: 0;
  padding-bottom: 0;
}

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

.explainer-par {
  max-width: 25ch;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.plus-icon-w {
  aspect-ratio: 1;
  outline-offset: 0px;
  border-radius: 100%;
  outline: 1px solid #270f03;
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: relative;
}

.explainer-he {
  font-size: .875rem;
  font-weight: 600;
}

.svg.copy-icon {
  width: 1rem;
  height: 1rem;
}

.font-c {
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.font-c.size-screen {
  font-size: 17vw;
  line-height: 1em;
}

.font-c.size-screen.overflow-cut {
  font-family: Outfit, sans-serif;
  font-size: 8vw;
  font-weight: 700;
}

.font-c.size-md {
  font-size: 3.125rem;
  line-height: 1em;
}

.font-c.size-md._w-ch {
  max-width: 8ch;
}

.img-sky {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div {
  cursor: pointer;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .75rem;
  position: relative;
}

.comp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 94%;
  min-width: 20vw;
  max-width: 1620px;
  display: flex;
  position: relative;
}

.comp.video {
  max-width: 100%;
}

.layer-2 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layer-2.flex-b {
  justify-content: center;
  align-items: flex-end;
}

.layer-2.flex-b.z-3 {
  z-index: 3;
  display: none;
}

.text-block-3 {
  font-weight: 400;
  line-height: 1em;
}

.dual-img {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flip-list-w {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.flip-list-w.list {
  flex-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  max-width: 30rem;
  display: flex;
}

.dual-img-shadow {
  mix-blend-mode: multiply;
  position: absolute;
}

.item-num {
  background-color: #24281f1a;
  border-radius: .2rem;
  padding: .2rem;
  font-size: .625rem;
  line-height: 1em;
}

.flip-btn-w {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  display: flex;
}

.abs-img {
  justify-content: center;
  align-items: center;
  height: 88%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.dual-img-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.flip-item {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  aspect-ratio: 389 / 193;
  outline-offset: 0px;
  background-color: #00c5c5;
  border-radius: .375rem;
  outline: 1px solid #0000000d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.flip-item.is-4 {
  background-color: #ca9dfe;
}

.flip-item.is-6 {
  background-color: #f897b4;
}

.flip-item.is-2 {
  background-color: #ff812d;
}

.flip-item.is-3 {
  background-color: #f5c939;
}

.flip-item.is-5 {
  background-color: #7ae66a;
}

.hp-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hp-inner {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hp-inner-heading {
  z-index: 2;
  color: var(--base-color-brand--black);
  letter-spacing: -.01em;
  padding-top: 45px;
  font-family: Outfit, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 70%;
  position: relative;
}

.hp-hover {
  background-color: var(--recksportred);
  position: absolute;
  inset: auto 0%;
}

.hp-image-left {
  object-fit: cover;
  width: 400px;
  height: 500px;
  position: absolute;
  inset: 0% auto auto 32px;
}

.hp-image-right {
  object-fit: cover;
  width: 500px;
  height: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-2 {
  grid-column-gap: 5px;
  text-transform: capitalize;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container {
  background-color: var(--reckweiss-neu);
  border: 1px #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px 140px;
}

.hp-inner-heading-2 {
  z-index: 2;
  color: var(--base-color-brand--black);
  letter-spacing: -.01em;
  padding-top: 45px;
  font-family: Outfit, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 70%;
  position: relative;
}

.button-card-big {
  grid-column-gap: 10px;
  color: #000;
  background-color: #f1f0ea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding: 0 47px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.hp-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.hp-image-wrapper {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hp-image-right-2 {
  object-fit: cover;
  width: 400px;
  height: 350px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hp-heading {
  text-transform: uppercase;
}

.section-2 {
  background-color: var(--reckweiss-neu);
  border-radius: 0;
}

.hp-content {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 140px;
  text-decoration: none;
  display: flex;
}

.hp-image {
  object-fit: cover;
  width: 50%;
  height: 334px;
}

.hp-image._2 {
  height: 700px;
}

.hp-hover-2 {
  background-color: var(--recksportred);
  position: absolute;
  inset: auto 0%;
}

.button-hover {
  z-index: 1;
  background-color: var(--recksportred);
  border-radius: 50px;
  width: 70px;
  height: 60px;
  margin-top: 0;
  position: absolute;
  inset: auto;
}

.button-arrow {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-portfolio {
  grid-row-gap: 150px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-card-small {
  grid-column-gap: 10px;
  background-color: #f1f0ea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hp-image-left-2 {
  object-fit: cover;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 32px;
}

.paragraph-30px {
  letter-spacing: -.01em;
  max-width: 660px;
  font-size: 30px;
  line-height: 120%;
}

.hp-paragraph {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 700px;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 600px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  min-width: 600px;
  left: 0;
  right: auto;
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.bullet-indicator {
  background-color: #747474;
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.bottom-margin-medium {
  margin-bottom: 40px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-label {
  color: #747474;
  font-size: .875rem;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.section-3 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading {
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.heading-2 {
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
}

.heading-3 {
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.project-content-box-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box-2.left-aligned {
  left: 0;
  right: auto;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 1.4vw;
}

.contact-form-button-wrapper {
  flex-direction: column;
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
}

.form-input {
  color: #0e1011;
  background-color: #f8f8f8;
  border: 2px solid #e8eded;
  border-radius: 0;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 16px;
  transition: background-color .2s, border .2s;
}

.form-input:focus {
  background-color: #f8f8f8;
  border-color: #0e1011;
}

.form-input::placeholder {
  color: #0e101199;
}

.form-input.is-text-area {
  min-height: 8rem;
}

.button-3 {
  color: #0e1011;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #e8eded;
  border-radius: 500px;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button-3:hover {
  color: #0e1011;
  background-color: #f8f8f8;
  border-color: #e8eded;
}

.button-3:active {
  color: #0e1011;
  background-color: #0000;
  border-color: #e8eded;
}

.button-3.w--current {
  color: #fff;
  background-color: #111;
}

.button-3.primary {
  color: #fff;
  background-color: #0e1011;
  border-color: #0000;
  border-radius: 3px;
}

.button-3.primary:hover {
  color: #fff;
  background-color: #181a1b;
  border-color: #0000;
}

.button-3.primary:active {
  color: #fff;
  background-color: #0e1011;
  border-color: #0000;
}

.heading-style-large {
  text-transform: none;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 6vw;
  font-weight: 200;
  line-height: 100%;
}

.heading-style-large.txt {
  font-weight: 500;
}

.form-message-error {
  color: #ac1f47;
  text-align: center;
  background-color: #ac1f470d;
  border: 1px solid #ac1f4733;
  margin-top: 1rem;
  padding: 1rem;
}

.main-wrapper-2 {
  transform-origin: 50% 100%;
  position: relative;
}

.form-field-wrapper {
  margin-bottom: 1rem;
  padding-top: 0;
}

.form-message-success {
  color: #1fac71;
  background-color: #1fac710d;
  border: 1px solid #1fac7133;
  padding: 1rem;
}

.form-row-1-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.overflow-hidden-3 {
  overflow: hidden;
}

.contact-image-wrapper {
  overflow: visible;
}

.contact-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-color--background-primary);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 10vw 6vw;
  display: block;
  overflow: visible;
}

.section-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color--background-primary);
  grid-template-rows: auto;
  grid-template-columns: .8fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.recaptcha {
  margin-top: 20px;
}

.link-block-6, .link-block-6.w--current {
  margin-right: 5px;
}

.social-link {
  width: 20px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.wg-button-1-lang-wrapper {
  justify-content: center;
  display: flex;
}

.veryimportantwrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw12 {
  display: block;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-button-1-text-lang1 {
  align-items: center;
  height: 2rem;
  display: flex;
}

.wg-button-1-text-lang1.front-link {
  color: #fff;
}

.wg-button-1-text-lang1.front-link:hover {
  color: #fae345;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-flag.v2 {
  margin-right: 1rem;
}

.wg-button-1-text-lang2 {
  align-items: center;
  height: 2rem;
  display: flex;
  position: absolute;
  bottom: 2rem;
}

.wg-button-1-text-lang2.back-link {
  color: #fff;
}

.wg-button-1-text-lang2.back-link:hover {
  color: #fae345;
}

.wg-code {
  display: none;
}

.vitextl {
  color: #ffffff8a;
  margin-right: auto;
  font-size: 11px;
}

.wg-button-1 {
  color: #000;
  letter-spacing: .5em;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  height: 2rem;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wg-button-1:hover {
  color: #4049ff;
}

.container-4 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block-5 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 900;
}

.text-block-5.hide {
  display: none;
}

.footer-wrapper {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: flex;
}

.language-wrapper {
  margin-top: 10px;
  display: none;
}

.linkwrapper {
  margin-top: 60px;
  display: flex;
}

.vitextr {
  color: #ffffff8a;
  text-align: right;
  align-self: flex-end;
  font-size: 11px;
}

.footerspacer {
  background-color: #fff;
  width: 2px;
  height: 13px;
  margin: auto 20px;
}

.footerspacer.hide {
  display: none;
}

.social-wrapper-footer {
  align-items: center;
  margin-top: 20px;
}

.footericon {
  filter: invert();
}

.footersection {
  z-index: 20;
  color: #fff;
  background-color: #111;
  justify-content: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.map {
  opacity: .95;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.textarea {
  color: #fff;
  background-color: #383838e6;
  border: 1px solid #383838;
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 13.4vw;
  max-height: 300px;
}

.textarea:hover {
  box-shadow: 0 0 5px #ffffffb3;
}

.textarea:focus {
  border-color: #fae345;
  box-shadow: 0 0 10px #383838;
}

.mapwrapper {
  width: 50vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-black {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #383838;
  border-radius: 8px;
  align-self: flex-end;
  margin-top: 10px;
  margin-left: 0;
  padding: 11px 20px;
  font-size: 16px;
  position: relative;
}

.contactloop-mobile {
  z-index: 0;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 300px;
  font-weight: 900;
  line-height: 1;
  display: none;
  position: absolute;
  left: 0;
}

.textfield {
  color: #fff;
  background-color: #383838e6;
  border: 1px solid #383838;
  border-radius: 8px;
}

.textfield:hover {
  box-shadow: 0 0 5px #ffffffa3;
}

.textfield:focus {
  border-color: #fae345;
  box-shadow: 0 0 10px #383838;
}

.contact-heading-white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4vw;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1;
}

.contactheadingwrapper {
  z-index: -3;
  align-items: center;
  width: 50%;
  height: 22vh;
  display: flex;
  position: relative;
  top: -11.5vh;
}

.formwrapper {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 35vh;
  margin-top: 21vw;
  margin-left: 5vw;
  margin-right: 55vw;
  display: flex;
}

.contact-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.contactloop {
  z-index: 0;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.8vw;
  font-weight: 900;
  line-height: .68;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-flex-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: flex;
}

.code-embed {
  color: #fff;
}

.footer-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-bottom-text {
  color: #ad8fff;
  padding-left: 5px;
}

.footer-bottom-text:hover {
  color: #eee;
}

.footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-3 {
  color: var(--base-color-brand--black);
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
}

.footer-link-3.w--current {
  color: #eee;
}

.footer-link-3.move-down {
  position: absolute;
  top: 100%;
}

.footer-link-3.move-down.w--current {
  color: #eee;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-mention-text {
  font-family: Outfit, sans-serif;
}

.logo-2 {
  filter: none;
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 3vw;
  max-height: 3vw;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link_heading {
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.1vw;
}

.social-icon {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.social-icon:hover {
  color: #383838;
}

.footer-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hidden {
  display: none;
}

.footer-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--base-color-brand--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-32px {
  min-height: 2.2vw;
}

.container-5 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-5.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.footer-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-5 {
  z-index: 3;
  border-color: #383838;
  width: 100vw;
  max-width: 100%;
  padding-bottom: 40px;
  display: inline-block;
  position: relative;
}

.section-5.header {
  z-index: 5;
  background-color: #fff;
  width: 100vw;
  max-width: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.bold-text-4 {
  color: var(--recksportred);
  font-weight: 500;
}

.footer-link-2 {
  color: var(--base-color-brand--black);
  cursor: pointer;
  text-decoration: none;
}

.footer-link-2.w--current {
  color: #eee;
}

.footer-link-2.move-down {
  position: absolute;
  top: 100%;
}

.footer-link-2.move-down.w--current {
  color: #eee;
}

.max-width-16vw {
  color: #fff;
  text-transform: none;
  max-width: 16vw;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-line {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.paragraph-5 {
  font-family: Outfit, sans-serif;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.text-span {
  color: var(--recksportred);
  font-weight: 600;
  transition: color .3s;
}

.text-span:hover {
  color: var(--anthrazit);
}

.icon-links {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-links:hover {
  color: var(--base-color-brand--white);
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.font-color {
  color: #151515;
  text-transform: none;
}

.figma-text {
  opacity: 1;
  color: #151515;
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  background-color: var(--recksportred);
  color: var(--recksportred);
  transform: translate(0, -2px);
}

.section-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.footer-link {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--recksportred);
  transform: translate(0, -2px);
}

.footer-links-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.footer-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 110rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-button-icon {
  z-index: 5;
  color: #000;
  background-color: #f1f3f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-button-icon.relative {
  background-color: var(--recksportred);
  color: #fff;
  border: 2px #ffffff45;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  transition: color .4s;
  position: relative;
  top: 0;
  right: 0;
}

.button-button-icon.relative:hover {
  background-color: var(--base-color-brand--black);
}

.figma-file-absolute {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #d9dae2;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.figma-file-absolute.for-copyright {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
  bottom: 0;
  left: 0;
}

.figma-file-absolute.for-copyright:hover {
  opacity: .69;
}

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.credits-2 {
  text-decoration: none;
  transition: opacity .2s;
}

.credits-2:hover {
  opacity: .8;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits-text {
  color: #0009;
  text-transform: none;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
}

.credits-text:hover, .credits-text.link:hover {
  color: #000;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Outfit, sans-serif;
  display: flex;
}

.image-2 {
  padding-bottom: 20px;
}

.paragraph-6 {
  text-transform: none;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
}

.contact-info {
  grid-row-gap: 20px;
  background-image: linear-gradient(#fffc, #fffc);
  border-radius: .2rem;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-block-2 {
  width: 100%;
  margin-top: 85px;
  margin-bottom: 85px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  display: grid;
}

.section-6 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Recksport-Schild.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  max-width: 100%;
  padding: 140px 30px 85px;
  display: flex;
  position: relative;
}

.text-size-medium-2 {
  color: var(--base-color-brand--black);
  margin-top: 20px;
  font-size: 1.125rem;
}

.image-3 {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 550px;
  margin-top: 30px;
}

.contact-link {
  grid-column-gap: 15px;
  color: var(--base-color-brand--black);
  align-items: flex-start;
  font-family: Outfit, sans-serif;
  display: flex;
}

.contact-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--base-color-brand--black);
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.contact-wrapper-2 {
  display: flex;
}

.form-state {
  background-color: #27ac60;
  border-radius: 2px;
}

.form-state.error {
  background-color: #cc7878;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.contact-link-wrap {
  color: #fff;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #193736;
  border: 1px solid #193736;
  border-radius: 5px 25px;
  padding: 14px 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .5s, background-color .5s;
}

.button-4:hover {
  color: #fff;
  background-color: #a9836d;
  border-color: #193736;
}

.button-4.form-button {
  background-color: var(--base-color-brand--black);
  border-style: none;
  border-radius: .2rem;
  align-self: flex-end;
  margin-top: 20px;
  font-family: Outfit, sans-serif;
}

.button-4.form-button:hover {
  background-color: var(--recksportred);
}

.contact-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.coupon-input-wrap {
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.coupon-form-label {
  z-index: 4;
  background-color: #111;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Outfit, sans-serif;
  position: absolute;
  top: -10px;
  left: 20px;
}

.coupon-form-input {
  color: #fff;
  background-color: #ffffffd4;
  border: 1px solid gray;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 10px;
  padding: 8px 12px;
  transition: border-color .3s;
}

.coupon-form-input:hover, .coupon-form-input:active, .coupon-form-input:focus, .coupon-form-input:focus-visible, .coupon-form-input[data-wf-focus-visible] {
  border-color: #193736;
}

.coupon-form-input.message {
  color: #000;
  border-radius: 4px;
  height: 200px;
}

.text-weight-semibold-2 {
  color: var(--base-color-brand--white);
  text-align: center;
  padding-bottom: 100px;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

.svg-icon-white {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  color: var(--base-color-brand--black);
  padding-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.5vw;
}

.text-block-6 {
  color: var(--base-color-brand--black);
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
}

.paragraph-8 {
  color: var(--base-color-brand--black);
}

.text-block-7 {
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

.text-block-8 {
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
}

.button-elipse {
  background-color: #e16f66;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 3rem;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: .4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.opacity-60 {
  opacity: .6;
}

.relative {
  z-index: 2;
  position: relative;
}

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fbfbfb;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.trusted-by-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  border: 1px solid #353535;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-4 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-4.text-weight-bold-2 {
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-weight: 400;
  transition: color .4s;
}

.heading-4.text-weight-bold-2:hover {
  color: var(--recksportred);
}

.heading-4.text-weight-bold-2.text {
  font-size: 4.5rem;
}

.heading-4.text-weight-bold {
  font-family: Outfit, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.container-8 {
  background-color: var(--reckweiss-neu);
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

.arrow {
  width: auto;
  height: auto;
}

.hero-component-2 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.hero-wrapper {
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  padding-bottom: 220px;
  display: flex;
}

.button-icon {
  z-index: 2;
  background-color: #1f1f1f;
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: 13rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.trusted-by-hero-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-weight-bold-2 {
  font-weight: 700;
}

.text-size-small-2 {
  font-size: .875rem;
}

.primary-button {
  color: #fbfbfb;
  background-color: #ed5145;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.double-button-component.margin-top-button-hero {
  margin-top: 2.8rem;
}

.secondary-button-text {
  z-index: 2;
  margin-left: .9rem;
  position: relative;
}

.bold-text-5 {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.italic-text {
  font-style: normal;
}

.text-block-9 {
  color: var(--base-color-brand--black);
  font-family: Outfit, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-block-10 {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.text {
  text-transform: none;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
}

.team-card {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.opacity-61 {
  opacity: .6;
}

.text-size-large-2 {
  font-size: 1.5rem;
}

.team-wrapper {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 2rem;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.children-perspective {
  perspective: 1000px;
}

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

.team-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 60vw;
  display: flex;
}

.opacity-62 {
  opacity: .5;
}

.team-image {
  border-radius: 1rem;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.team-content {
  grid-column-gap: .375px;
  grid-row-gap: .375px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: .75rem;
  display: flex;
}

.team-grid {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-5-0-txt {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-5-0-txt.text-weight-medium {
  color: var(--background-color--background-secondary);
  text-transform: none;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
}

.heading-5-0-txt.text-weight-medium.txt1 {
  color: var(--base-color-brand--black);
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 4.5rem;
  font-style: normal;
  line-height: 1;
}

.heading-5-0-txt.text-weight-medium.txt {
  color: var(--background-color--background-primary);
  font-size: 4rem;
}

.opacity-80 {
  opacity: .8;
}

.padding-global-2 {
  background-color: var(--reckweiss-neu);
  padding-bottom: 140px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 200ch;
  display: flex;
}

.opacity-81 {
  opacity: .5;
}

.heading-6 {
  font-size: 3rem;
  line-height: 1.15;
}

.opacity-82 {
  opacity: .8;
}

.banner-wrapper {
  border-radius: .2rem;
  flex-flow: column;
  padding: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  z-index: 3;
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

.banner-button-line {
  background-color: var(--recksportred);
  color: var(--recksportred);
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.line-fill {
  z-index: 2;
  color: #fbfbfb;
  background-color: #fbfbfb;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-7 {
  font-size: 2.5rem;
  line-height: 1.25;
}

.heading-7.text-weight-bold {
  color: var(--base-color-brand--white);
}

.bottom-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.banner-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(45deg, #101011e6, #10101108);
  position: absolute;
  inset: 0%;
}

.button-content {
  grid-column-gap: 13.8125rem;
  grid-row-gap: 13.8125rem;
  display: flex;
}

.text-weight-medium-2 {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.banner-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.top-content {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.banner-button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #fbfbfb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.features-heading-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  display: flex;
}

.check-icon {
  width: .875rem;
  height: auto;
  padding-top: .2rem;
}

.check-icon-wrap {
  background-color: #272727;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-bottom: .15rem;
  display: flex;
}

.gradient-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #101011, #1010111a);
  position: absolute;
  inset: 0%;
}

.gradient-overlay.bigger {
  pointer-events: none;
  background-image: linear-gradient(0deg, #101011, #1010111a 36%);
  height: 50vw;
}

.gradient-overlay.hero {
  height: 100vh;
}

.gradient-overlay.bigger {
  pointer-events: none;
  height: 50vw;
}

.heading-8 {
  font-size: 2rem;
  line-height: 1.15;
}

.heading-8.text-weight-medium {
  text-transform: none;
  padding-bottom: 20px;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.features-heading {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100ch;
}

.features-heading.align-left {
  color: var(--base-color-brand--black);
  text-align: left;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Outfit, sans-serif;
  display: flex;
}

.features-vantages {
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vw;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.features-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-vantages-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 3vw;
  display: flex;
}

.check-item {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-icon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-4 {
  border-radius: .2rem;
  font-family: Outfit, sans-serif;
  display: block;
}

.check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-medium-3 {
  color: var(--base-color-brand--black);
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-size-medium-3.text {
  color: var(--base-color-brand--white);
  font-size: 1.1rem;
  font-weight: 700;
  transition: color .5s;
}

.text-size-medium-3.text:hover {
  pointer-events: auto;
  color: var(--recksportred);
}

.text-size-medium-3.text.txt6, .text-size-medium-3.text.text65 {
  color: var(--base-color-brand--black);
}

.features-image-wrapper {
  border-radius: .2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 35vw;
  min-width: 35rem;
  max-width: 40rem;
  height: 35vw;
  min-height: 35rem;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-image-wrapper.pic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.text-block-11 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

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

.features-hero-image {
  border-radius: .2rem;
  width: 95vw;
  height: 80vh;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.hero-component-3 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.opacity-83 {
  opacity: .5;
}

.hero-wrapper-2 {
  flex-flow: column;
  align-items: center;
  margin-top: 25vh;
  display: flex;
}

.padding-global-3 {
  background-color: #fdfdfd;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.features-wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 8rem;
  display: flex;
}

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

.features-component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  perspective: 100vw;
  perspective-origin: 50%;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.heading-9 {
  font-size: 2rem;
  line-height: 1.15;
}

.features-vantages-2 {
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.features-image-container-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.features-image-wrapper-2 {
  border-radius: .2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 35vw;
  min-width: 35rem;
  max-width: 40rem;
  height: 35vw;
  min-height: 35rem;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-10 {
  font-size: 3rem;
  line-height: 1.15;
}

.spacer-small-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.parent-grid {
  width: 100%;
  display: flex;
}

.item-parent {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.item-parent.right {
  float: right;
}

.slide-content {
  grid-row-gap: .4rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.slide-content.size-one {
  width: 18rem;
}

.slide-content.size-two {
  width: 30rem;
}

.slide-content.size-three {
  width: 20rem;
}

.p-line {
  background-color: #000;
  width: 1px;
  height: 1rem;
  position: absolute;
}

.spacer-large-2 {
  width: 100%;
  padding-bottom: 4rem;
}

.parent-pad-side {
  background-color: var(--reckweiss-neu);
  padding: 220px 4rem 140px;
  display: block;
}

.italic {
  font-style: normal;
  font-weight: 200;
}

.grid-right {
  width: 40%;
  height: 100%;
}

.text-sm {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.text-sm.fade {
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.text-sm.text-white {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-sm.text-white.fade {
  text-transform: uppercase;
}

.grid-left {
  width: 60%;
  padding-top: 16rem;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.plus-icon {
  z-index: 3;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.heading-medium {
  text-transform: none;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.size-one {
  float: right;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  width: 42vw;
  height: 88vh;
  display: flex;
}

.img-parent.size-three {
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
}

.img-parent.size-two {
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 60vh;
  display: flex;
}

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

.img-cover.size-two {
  width: 42vw;
  height: 92vh;
}

.img-cover.size-one {
  width: 24vw;
  height: 64vh;
}

.img-cover.size-three {
  width: 80vw;
  height: 92vh;
}

.watch {
  z-index: 1;
  width: 22vw;
  min-width: 20rem;
  max-width: 24rem;
  position: absolute;
}

.container-10 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.border-line-text {
  z-index: 1;
  background-color: #c10216;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-child.ab {
  position: absolute;
}

.border-line {
  background-color: #0006;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.p-line-w {
  background-color: #000;
  width: 1rem;
  height: 1px;
  position: absolute;
}

.heading-11 {
  font-size: 3.5rem;
}

.checkbox-label {
  color: var(--base-color-brand--white);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.checkbox-label.contact-page {
  color: var(--base-color-brand--black);
}

.text-white {
  color: #fff;
  font-family: Outfit, sans-serif;
}

.cta-hero {
  background-color: var(--recksportred);
  width: 100%;
  height: 36rem;
  max-height: 36rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.watch-full-mobile {
  object-fit: cover;
  width: 105%;
  max-width: 36rem;
  height: 37rem;
  max-height: 37rem;
  display: none;
}

.slide-nav-2 {
  font-size: 6px;
  position: relative;
}

.img-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-scroll.img-four {
  perspective: 1000px;
  background-image: url('../images/Recksport-Pfaffenhofen-Praxisraum.avif');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.col-cta {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.col-cta.no-pad {
  perspective: 1000px;
  min-width: 50%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: none;
}

.super-text-hero {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  font-size: 9rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  position: absolute;
}

.super-text-hero.blend {
  mix-blend-mode: difference;
  position: relative;
  inset: 0% auto auto 0%;
}

.super-text-hero.blend.ab {
  font-family: Outfit, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  inset: auto;
}

.spacer-medium-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.parent-pad-side-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.italic-2 {
  font-style: italic;
  font-weight: 200;
}

.left-arrow-2 {
  background-color: var(--recksportred);
  display: block;
}

.heading-medium-2 {
  text-transform: none;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.watch-full {
  z-index: 3;
  object-fit: cover;
  width: 105%;
  max-width: 36rem;
  height: 37rem;
  max-height: 37rem;
  position: relative;
}

.slider-inner {
  text-align: center;
  width: 58rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.test-slider {
  background-color: #0000;
  width: 100%;
  min-height: 22rem;
}

.spacer-x-small {
  width: 100%;
  padding-bottom: .6rem;
}

.section-7 {
  z-index: 1;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-7.bg-fixed {
  padding-top: 100px;
}

.right-arrow-2 {
  background-color: var(--recksportred);
  display: block;
}

.container-11 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.container-11.flex-split-btm {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-12 {
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
}

.heading-13 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 3.5rem;
}

.link-2 {
  color: var(--base-color-brand--white);
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.text-block-12 {
  text-align: center;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.right-arrow {
  background-color: var(--reckweiss-neu);
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: color .4s;
  display: flex;
  inset: auto -100px 0% 0;
}

.right-arrow:hover {
  background-color: var(--recksportred);
}

.testimonial-text {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.left-arrow {
  background-color: var(--reckweiss-neu);
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: color .4s;
  display: flex;
  inset: auto 0 0% -100px;
}

.left-arrow:hover {
  background-color: var(--recksportred);
}

.slider {
  background-color: #ddd0;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.white-text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  transition: color .4s;
}

.white-text:hover {
  color: var(--recksportred);
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.div-block-75 {
  align-self: center;
}

.section-8 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-8.black-bg {
  background-color: #1e1e1e;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Recksport-Merchandise-Sportartikel.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.image-6 {
  margin-right: 0;
  display: inline-flex;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-small-heading.bottom-margin-small.white-text {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.bold-text-6 {
  color: var(--base-color-brand--white);
}

.kontakt {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.history-year {
  border-bottom: 1px #ffffff40;
  margin-bottom: 1rem;
}

.heading-small {
  text-transform: none;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
}

.history-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sticky-about-banner {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-padding {
  width: 100%;
  max-width: 100vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.image-full {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
  transform: scale(1.01);
}

.background-wrapper {
  position: absolute;
  inset: 0%;
}

.background-wrapper.sticky {
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  inset: auto auto 0%;
  overflow: hidden;
}

.about-history-banner {
  z-index: 25;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.section-history {
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.history-title {
  text-align: center;
  border-bottom: 1px #ffffff26;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.history-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.history-card {
  grid-row-gap: 1.5rem;
  border-top: 1px #cfe0e4;
  border-bottom: 1px #000;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.history-list {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 32rem;
}

.overlay {
  background-color: #0f13164d;
  position: absolute;
  inset: 0%;
}

.overlay.dark-overlay {
  background-color: #0f1316bf;
  position: absolute;
}

.container-large-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-size-regular-2 {
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.65;
}

.heading-large {
  align-items: center;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.txt {
  color: var(--base-color-brand--black);
}

.wrapper-image-ceo {
  object-fit: fill;
  background-image: url('../images/Sebastian-Reck-Portrait.avif');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper-text-elements, .wrapper-text-ceo {
  z-index: -1;
  background-color: #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.wrap-arrows {
  justify-content: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.link-section-products {
  background-color: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 20px;
}

.link-section-products.w--current, .link-section-products.w--current:focus {
  background-color: #0000;
  border: 1px solid #fff;
}

.link-section-ceo {
  background-color: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 20px;
}

.link-section-ceo:active, .link-section-ceo:focus, .link-section-ceo.w--current, .link-section-ceo.w--current:active {
  background-color: #0000;
  border: 1px solid #fff;
}

.wrapper-image-about-products {
  background-image: url('../images/Aussenansicht_Agentur.avif');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: sticky;
}

.heading-ceo {
  color: #161616;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.grid-about {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.wrapper-image-elements {
  background-image: url('../images/Lamarzocco_kaffeemaschine.avif');
  background-position: 0%;
  background-size: auto;
  background-attachment: fixed;
}

.vertival-navbar {
  z-index: 999;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.section-about-elements {
  height: 100vh;
  position: relative;
}

.headins-products {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-products {
  color: #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 2.5fr;
  height: 100vh;
  position: static;
  inset: 0 0%;
}

.paragraph-ceo {
  color: #161616;
  text-align: left;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-elements {
  color: #161616;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.link-sections-elements {
  background-color: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 20px;
}

.link-sections-elements.w--current, .link-sections-elements.w--current:focus {
  background-color: #0000;
  border: 1px solid #fff;
}

.sectiona-about-ceo {
  height: 100vh;
  position: relative;
}

.section-about-products {
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.headins-elements {
  color: #161616;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.image-arrow {
  color: #662fb8;
  background-color: #0000;
}

.wrapper-tex-about-products {
  background-color: #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: static;
}

.tabs-content {
  display: none;
}

.footer-component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 85vh;
  padding-top: 0;
  display: flex;
}

.faq-title {
  z-index: 10;
  height: 100%;
  padding: 5rem 7rem 5rem 0;
  position: relative;
}

.services-list {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.section-about-hero {
  background-image: linear-gradient(#0f131600, #12171b);
  border-bottom: 1px #1a242c;
  margin-bottom: 4rem;
}

.mega-menu-trigger {
  z-index: 0;
  width: 7vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-image {
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -4.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.tabs {
  display: none;
}

.services-about-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6rem;
  display: flex;
}

.heading-small-2 {
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.4;
}

.about-hero-component {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: 1fr auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 75vh;
  padding-top: 10rem;
  padding-bottom: 0;
  display: grid;
}

.hyperlink {
  transition: color .4s;
}

.hyperlink:hover {
  color: #fff;
}

.services-list-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid #1a242c;
  border-bottom: 1px solid #1a242c;
  flex-direction: column;
  min-height: 100%;
  margin-top: -1px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.about-hero-right {
  flex-direction: column;
  justify-content: center;
  max-width: 30rem;
  min-height: 100vh;
  margin-top: -10rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
}

.social-link-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: .6rem;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #1a242c;
}

.social-link-2:hover {
  box-shadow: inset 0 0 0 2px #617481;
}

.history-intro-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-history {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px #cfe0e4;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 30rem;
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20rem;
  display: flex;
}

.phrase {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-lottie {
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 2rem 0% auto;
}

.heading-medium-3 {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.35;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-legal-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center end;
  display: grid;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.page-padding-2 {
  width: 100%;
  max-width: 100vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.image-full-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.01);
}

.paragraph-intro {
  text-align: left;
  max-width: 37rem;
  font-size: 2.25rem;
  font-weight: 400;
}

.faq-list {
  border-top: 1px solid #1a242c;
  flex-direction: column;
  display: flex;
  position: relative;
}

.arrow-icon {
  opacity: 1;
  filter: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.faq-item {
  border-bottom: 1px solid #1a242c;
}

.phrase-icon {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0f1316;
  border-radius: 100rem;
  width: .55rem;
  height: .55rem;
  padding: 0;
  font-size: .75rem;
}

.history-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.button-text-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.page-wrapper-2 {
  background-color: #0f1316;
}

.faq-action {
  background-color: #455ce9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.form-number {
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intro-description {
  flex-direction: column;
  align-items: flex-start;
  max-width: 18rem;
  padding-top: 1rem;
  display: flex;
}

.footer-bottom-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #ffffffb3;
  text-align: center;
  border-top: 1px solid #1a242c;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr .55fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .875rem;
  font-weight: 300;
  display: grid;
}

.portrait-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.faq-looping {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: center;
  padding-right: 5rem;
  display: flex;
}

.title-stacked {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dot-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -.2rem;
  margin-right: 1.9rem;
  display: flex;
  position: relative;
}

.arrow-icon-clip {
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.social-link-list {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: .875rem;
  font-weight: 400;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #1a242c;
}

.button-5:hover {
  outline-width: 2px;
  outline-color: #0f1316;
  box-shadow: inset 0 0 0 2px #617481;
}

.button-5.w--current {
  color: #fff;
  cursor: default;
  background-color: #1a242c;
  border-color: #0f1316;
  box-shadow: inset 0 0 0 1px #0f1316;
}

.history-card-2 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  border-top: 1px #cfe0e4;
  border-bottom: 1px #000;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.arrow-icon-wrapper {
  background-color: #1a242c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 1rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.portrait {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.02);
}

.tab-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.services-intro {
  max-width: 50rem;
}

.page-sections-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.legal-separator {
  background-color: #1a242c;
  width: .3rem;
  height: .3rem;
}

.page-sections {
  z-index: 10;
  color: #fff;
  background-color: #0f1316;
  flex-direction: column;
  flex: 1;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-email {
  letter-spacing: -.01rem;
  font-size: 4.5rem;
  font-weight: 500;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.container-large-3 {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-email-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 3rem;
  display: flex;
}

.looping-faq {
  align-items: center;
  display: flex;
  position: relative;
}

.section-faq {
  overflow: hidden;
}

.text-size-regular-3 {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.65;
}

.text-size-regular-3.text1 {
  font-weight: 600;
}

.section-footer-2 {
  background-color: #12171b;
  width: 100%;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.dot-mouseover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-large-3 {
  font-size: 1.75rem;
}

.dot {
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: .6rem;
  min-width: .6rem;
  height: .6rem;
  min-height: .6rem;
  display: none;
  position: relative;
}

.faq-tab-link {
  background-color: #ddd0;
  padding: 0;
}

.faq-tab-link.w--current {
  background-color: #c8c8c800;
}

.about-hero-intro {
  margin-left: auto;
  margin-right: auto;
}

.form-field-title {
  align-items: center;
  display: flex;
}

.form-field-title._1text {
  font-weight: 400;
}

.page-content-2 {
  color: #fff;
  background-color: #0f1316;
  justify-content: space-between;
  display: flex;
}

.heading-large-2 {
  align-items: center;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.faq-bottom {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.text-strip {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: center;
  display: flex;
}

.bold-text-7 {
  color: var(--base-color-brand--white);
}

.text1 {
  color: var(--base-color-brand--black);
}

.hero__fixed {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.mask {
  z-index: 6;
  opacity: .4;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-7.is-one {
  z-index: 5;
}

.image-7.is-two {
  z-index: 4;
}

.image-7.is-three {
  z-index: 3;
}

.image-7.is-four {
  z-index: 2;
}

.categories__content-wrapper {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.container-13 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.hero__wrapper-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.hero__parent-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section-9 {
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section-9.is-three {
  flex-direction: row;
  align-items: flex-end;
}

.section-9.is-one {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9.is-four, .section-9.is-five {
  align-items: flex-end;
}

.main {
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
}

.p__left {
  text-align: left;
}

.container-14 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.section-10 {
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section-10.is-three {
  flex-direction: row;
  align-items: flex-end;
}

.section-10.is-one {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10.is-four, .section-10.is-five {
  align-items: flex-end;
}

.text-size-regular-4 {
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.65;
}

.sticky-card-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.section-sticky-cards {
  z-index: 25;
  background-color: var(--reckweiss-neu);
  margin-top: 2rem;
  position: relative;
}

.sticky-base {
  border: .9px solid var(--background-color--background-secondary);
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  justify-content: center;
  height: 90vh;
  max-height: 53rem;
  margin-top: -8rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-first-base {
  border: .3px solid var(--background-color--background-secondary);
  background-color: var(--background-color--background-primary);
  flex-direction: row;
  justify-content: center;
  margin-bottom: 8rem;
}

.sticky-base.sticky-second-base {
  border: .9px solid var(--background-color--background-secondary);
  margin-top: -12rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.page-padding-3 {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.sticky-cover {
  justify-content: center;
  height: 100%;
  display: flex;
}

.sticky-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
}

.preview-title {
  max-width: 32rem;
}

.sticky-description {
  max-width: 31rem;
}

.sticky-top {
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-large-3 {
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.sticky-image {
  border-radius: .2rem;
  height: 85%;
  position: relative;
  overflow: hidden;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.sticky-card {
  border-radius: 0;
}

.sticky-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: grid;
}

.special {
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.button-6 {
  background-color: var(--recksportred);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 15px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .5s, color .6s;
}

.button-6:hover {
  background-color: var(--background-color--background-secondary);
  color: var(--reckwhite);
  transform: translate(0, -2px);
}

.text-block-13 {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.text-block-14 {
  color: var(--light-grey);
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.section-11 {
  background-color: var(--base-color-brand--white);
}

.heading-14 {
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-weight: 300;
}

.note-5 {
  position: absolute;
  top: 45%;
  right: 15%;
}

.button-snap {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  cursor: pointer;
  background-color: #2a211952;
  border-radius: 100vw;
  width: 160px;
  height: 48px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.kid-hidden {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  max-height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.cookie-third {
  position: absolute;
  right: 5%;
}

.cookie-first {
  position: absolute;
  top: 25%;
  left: 5%;
}

.button-wrap-snap {
  z-index: 3;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--background-color--background-primary);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.master-snap-section {
  border-radius: 8px;
  flex: none;
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 48px;
  overflow: hidden;
}

.section-12 {
  z-index: 2;
  background-color: #ebe8db;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-12.makes {
  background-color: var(--reckweiss-neu);
  padding-left: 24px;
  padding-right: 24px;
}

.button-circle {
  background-color: #ffda3d;
  border-radius: 100vw;
  flex: none;
  width: 40px;
  height: 40px;
}

.star-first {
  position: absolute;
  top: 20%;
  left: 10%;
}

.master-snap-sections {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.button-cirlce-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.star-third {
  position: absolute;
  top: 5%;
  right: 10%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lines-2 {
  position: absolute;
  top: 40%;
  right: 25%;
}

.note-4 {
  position: absolute;
  top: 35%;
  right: 20%;
}

.kid-visible {
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  max-height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-kid-notes {
  z-index: 1;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-kid-notes._2, .wrap-kid-notes._3 {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.note-1 {
  display: block;
  position: absolute;
  top: 25%;
  left: 20%;
}

.lines-1 {
  position: absolute;
  top: 40%;
  left: 25%;
}

.snap-bottom-gradient {
  background-image: linear-gradient(#0000, #2a2119a3);
  width: 100%;
  height: 420px;
  position: absolute;
  inset: auto 0% 0%;
}

.photo-lines-right {
  position: absolute;
  transform: translate(183px, -79px);
}

.star-second {
  position: absolute;
  left: 12%;
}

.note-3 {
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.text-mask-snap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.overlay-48 {
  background-color: #2a21197a;
  position: absolute;
  inset: 0%;
}

.note-6 {
  position: absolute;
  bottom: 15%;
  right: 10%;
}

.button-visible-text {
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cookie-second {
  position: absolute;
}

.text-wrap-snap {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--background-color--background-primary);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.snap-top-gradient {
  background-image: linear-gradient(#2a2119a3, #0000);
  width: 100%;
  height: 320px;
  position: absolute;
  inset: 0% 0% auto;
}

.button-hidden-text {
  z-index: 2;
  opacity: 0;
  color: #2a2119;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.label {
  color: var(--background-color--background-primary);
  letter-spacing: 1px;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 133%;
}

.text-snap-large {
  letter-spacing: -15px;
  font-size: 200px;
  font-weight: 400;
  line-height: 160px;
}

.text-snap-large.second-layer {
  letter-spacing: -8px;
  font-family: Oswald, sans-serif;
}

.text-snap-large.first-layer {
  letter-spacing: -8px;
  font-family: Oswald, sans-serif;
  line-height: 200px;
}

.photo-lines-left {
  position: absolute;
  transform: translate(-129px, -192px);
}

.note-2 {
  position: absolute;
  top: 40%;
  left: 15%;
}

.star-fourth {
  position: absolute;
  bottom: 30%;
  right: 15%;
}

.nav_menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link_line {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #ceff65;
  width: 100%;
  height: .25rem;
  padding: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
}

.nav_brand-2 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 10.5625rem;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.nav_link-2 {
  color: #080808;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_menu-link-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  display: flex;
}

.nav_menu-link-wrap.is-left {
  justify-content: flex-start;
  align-items: center;
}

.navbar {
  background-color: var(--background-color--background-primary);
  border: 1px #000;
  border-radius: 1px;
  height: 6rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.z-index-2-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.nav_menu-items-inner {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.nav_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72.875rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.nav_logo {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.nav_link-3 {
  color: #080808;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.z-index-2-3 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  transition: color .5s;
  position: relative;
  transform: translate(0);
}

.z-index-2-3:hover {
  color: var(--recksportred);
  transform: translate(0, -2px);
}

.bottom-cta_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.section-13 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-13.is-bottom-cta {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.bottom-cta_box {
  z-index: 1;
  transform-origin: 50% 0;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.13rem;
  margin-top: -6.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-large-5 {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-style-h1-2 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.max-width-full-2 {
  width: 100%;
}

.max-width-700 {
  z-index: 2;
  flex-flow: column;
  max-width: 43.75rem;
  position: relative;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #080808;
  text-transform: uppercase;
  background-color: #ceff65;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #b3e940;
}

.button.is-secondary {
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
}

.button.is-secondary:hover {
  background-color: #f3f3f3;
}

.img-cover-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-14 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-14.is-bottom-cta {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.container-large-6 {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-style-h1-3 {
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 600;
  line-height: .9;
  position: relative;
}

.max-width-full-3 {
  width: 100%;
}

.home-about_heading {
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.home-about_heading._1 {
  font-size: 5vw;
  right: calc(100% + .25rem);
}

.home-about_heading._2 {
  font-size: 5vw;
  left: calc(100% + .25rem);
}

.class-for-animation {
  display: none;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200rem;
  display: flex;
  position: relative;
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.home-about_img-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 5vw;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.animation-scroll-padding {
  padding: 1.5rem;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.home-about_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: padding .6s;
  display: flex;
  position: relative;
}

.scroll-note_text {
  z-index: 2;
  color: #727067;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.header-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.button-7 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-7:active {
  transform: scale(.95);
}

.button-7.w--current {
  border-radius: 100rem;
}

.button-7.is-alternate {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.heading-style-h1-4 {
  letter-spacing: 2px;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h1-4.text-allcaps.text-align-center {
  color: var(--text-color--text-primary);
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.text-size-large-4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-large-4.weight-normal {
  font-weight: 400;
}

.text-size-large-4.weight-normal.z-index-2 {
  z-index: 2;
  position: relative;
}

.mid-grey-span {
  color: var(--recksportred);
}

.header-image-wrapper {
  border-radius: 6px;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.header-image-wrapper.is-image-1 {
  width: 22vw;
  overflow: visible;
}

.header-image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header-image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header-image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header-image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header-image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
  overflow: visible;
}

.header-content {
  align-items: center;
  max-width: 65rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.text-align-center-2 {
  text-align: center;
  width: 100%;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #131313;
  text-align: center;
  background-color: #0000;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-secondary:active {
  transform: scale(.95);
}

.button-secondary.is-alternate {
  color: #fff;
  border-color: #fff;
}

.button-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.header-component {
  height: 300vh;
  position: relative;
}

.header-content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header-image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header-ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.about-header-image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.section-about-header {
  margin-top: 4rem;
}

.about-header-image-wrapper-3 {
  border-radius: 6px;
  width: 40%;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.about-header-image-wrapper-1 {
  border-radius: 6px;
  width: 50%;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
}

.button-8 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-8:active {
  transform: scale(.95);
}

.button-8.w--current {
  border-radius: 100rem;
}

.button-8.is-alternate {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.about-header-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large-7 {
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.about-header-image-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.text-size-medium-5 {
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium-5.max-width-medium.text-align-center {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-size-medium-5.text-colour-grey {
  margin-bottom: 2rem;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.about-header-image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: relative;
}

.about-header-image-wrapper-2 {
  z-index: 1;
  border-radius: 6px;
  width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.section-padding-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3-2.weight-medium {
  font-weight: 500;
}

.stats-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(0deg, #131313, #252525);
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.about-image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.text-span-8 {
  font-size: 1.5rem;
}

.heading-style-h2-2 {
  letter-spacing: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h2-2.text-allcaps {
  font-weight: 700;
}

.stat-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  margin-top: 2rem;
}

.about-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.text-size-regular-5 {
  font-size: 1rem;
}

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

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

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

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid #ffffff1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px;
  transition: color .5s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card:hover {
  background-color: var(--recksportred);
}

.heading-15 {
  color: var(--base-color-brand--white);
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.3em;
}

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

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.card-link {
  border: 3px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 15px;
  display: flex;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section-15 {
  z-index: 20;
  background-color: var(--background-color--background-secondary);
  justify-content: center;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: #ffffff1a;
  height: 1px;
}

.service-card-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
}

.body-display {
  color: #a0a1af;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.medium-width {
  max-width: 600px;
}

.heading-16 {
  color: var(--background-color--background-primary);
  font-family: Lato, sans-serif;
}

.heading-17, .heading-18 {
  color: var(--base-color-brand--white);
  font-family: Lato, sans-serif;
}

.play-video {
  z-index: 50;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.background-cover {
  position: absolute;
  inset: 0%;
}

.background-cover.body {
  background-color: var(--recksportred);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-19 {
  color: var(--base-color-brand--white);
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-weight: 300;
  line-height: 1.3em;
}

.video-clip {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: var(--reckweiss-neu);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.left-intro {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  max-width: 500px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 60px;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  display: grid;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.underline-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff1a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.underline-link-2.dark {
  color: #fff;
  border-bottom-color: #ffffff1a;
  position: relative;
}

.overlay-2 {
  z-index: 3;
  background-color: #03060c80;
  position: absolute;
  inset: 0%;
}

.overlay-2.light {
  background-color: #060b1800;
}

.section-16 {
  z-index: 20;
  justify-content: center;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-16.verticle-border {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
}

.section-16.verticle-border.no-padding {
  background-color: var(--background-color--background-secondary);
}

.play-icon-image {
  z-index: 24;
  width: 18px;
  margin-left: 2px;
  position: relative;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  inset: auto;
}

.video-cover {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-8, .image-9, .image-10 {
  max-width: 150%;
}

.bold-text-8 {
  color: var(--base-color-brand--white);
}

.scroll-arrow-icon {
  width: 24px;
}

.rotate-heading {
  letter-spacing: -.025em;
  white-space: nowrap;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 6vw;
  line-height: 1.6em;
}

.rotate-heading.wrap-text {
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
}

.hover-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.full-hero {
  justify-content: center;
  min-height: 100vh;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.scroll-link {
  z-index: 200;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
}

.dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot-2.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.grain-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dark-fill {
  background-color: #161a20;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-background-2 {
  background-image: url('../images/Comp024.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-2.news-background {
  background-image: url('../images/Recksport---Übungen.avif');
}

.hero-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image.circle-masking {
  justify-content: center;
  width: 120vw;
  min-width: 120vw;
  height: 130vh;
  display: flex;
  inset: auto;
}

.hero-image.full {
  width: 120vw;
  height: 130vh;
  min-height: 110%;
  inset: auto;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
}

.hover-circle-wrapper {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-text-wrapper.bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  left: auto;
  right: 0;
}

.button-9 {
  color: #eeebdc;
  text-align: center;
  letter-spacing: .03rem;
  background-color: #000;
  border: .15em solid #0000;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-9.is-bright {
  color: #000;
  background-color: #eeebdc;
}

.button-9.is-bright.is-secondary {
  color: #eeebdc;
  background-color: #0000;
  border-color: #eeebdc;
  font-size: 1rem;
}

.section-after-intro-text {
  z-index: 3;
  color: #eeebdc;
  background-color: #000;
  margin-top: 21vh;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
}

.page-intro-title-wrapper {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intro-pre-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5vh;
  display: flex;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.image-placeholder {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.8em;
  width: 100%;
}

.page-intro-splitscreen-top {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.page-padding-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-style-h3-3 {
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 3rem;
  line-height: 1.1;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  color: #fffdf6;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-intro {
  position: relative;
}

.intro-title {
  text-transform: uppercase;
  font-size: 4em;
  line-height: .9;
}

.heading-style-h1-5 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 900;
  line-height: .85;
}

.container-small-2 {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h6-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1;
}

.spacer-sm-start {
  padding-top: 2.25rem;
}

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.section-page-intro {
  background-color: #eeebdc;
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-title {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.page-intro-title.is-webdesign {
  margin-left: 1.16em;
}

.page-intro-title.is-animation {
  margin-left: 3em;
}

.page-intro-title.is-skills {
  margin-left: .89em;
}

.made-in-webflow-brand {
  max-width: 2.3em;
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

.page-intro-title-small {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 400;
}

.page-intro-title-small.is-made-in-webflow {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5.6em;
  display: flex;
}

.page-intro-title-small.is-best-in-class {
  align-self: flex-start;
  margin-left: 7.9em;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.page-intro-splitscreen-bottom {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.home-bg-wrap {
  background-color: #101010;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.footer-block-4 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 1px solid #f5ecea26;
  border-bottom: 1px solid #f5ecea26;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-block-4.hide {
  display: none;
}

.bottom-line {
  background-color: #000;
  border-radius: 5px;
  height: 1px;
  margin-bottom: -2px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-header {
  color: #d6d6d6;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 600;
}

.social-icon-2 {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: absolute;
}

.social-icon-2.invert {
  filter: invert();
}

.button-text-3 {
  color: #000;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
}

.button-text-3:hover {
  opacity: .5;
}

.button-text-3.lowercase {
  text-transform: lowercase;
}

.button-text-3.services {
  color: #fff;
}

.collection-list-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-title-wrap {
  z-index: 5;
  color: #fff;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-title-wrap.load-animation {
  flex-direction: column;
  justify-content: center;
}

.social-border {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #141414;
  border-radius: 50%;
  display: none;
  position: absolute;
  inset: 0%;
}

.social-border.is-white-color {
  border-color: #ffffff4d;
}

.section-header-2 {
  color: #fff;
  text-shadow: 0 0 16px #1010104d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 500;
  line-height: 5vw;
}

.home-hero-section {
  z-index: 0;
  background-color: #101010;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.made-by-link-text {
  font-variation-settings: "wght" 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
}

.page-content-3 {
  height: 100%;
}

.accordion-tab-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 75px;
  min-height: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.accordion-tab-button:hover {
  transform: scale(1.03);
}

.accordion-wrap {
  background-color: #181818;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  transition: box-shadow .3s;
  box-shadow: 2px 2px 25px #0000001a;
}

.accordion-wrap:hover {
  box-shadow: 4px 4px 25px #0003;
}

.underline-button-wrap {
  filter: invert();
  color: #000;
  text-decoration: none;
  position: relative;
}

.made-by-link-block {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5em;
  margin-left: -1px;
  padding: 1.4em .5em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.made-by-link-block:hover {
  background-color: #131313;
}

.made-by-link-block.no-hover:hover {
  background-color: #13131300;
}

.made-by-link-block.last-item {
  color: #fff;
  border-style: none;
}

.made-by-link-block.last-item:hover {
  z-index: 11;
  border-color: #929292;
}

.accordion-pane-2 {
  background-color: #0000;
  width: 50vw;
  overflow: hidden;
}

.footer-contact-title-2 {
  color: #fff;
  background-color: #1f1f1f;
  border-radius: 100rem;
  margin-bottom: 0;
  padding: 8px;
  font-size: .7rem;
  line-height: 1em;
  display: none;
  position: absolute;
}

.hero-title-wrapper {
  position: absolute;
  left: 33.3334%;
  transform: translate(-33.3334%);
}

.hero-title-wrapper.home {
  z-index: 2;
  display: inline-block;
  position: relative;
  left: 0%;
  transform: none;
}

.right-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-btn-text {
  font-size: .8rem;
}

.block-about-image {
  width: 100%;
  position: relative;
}

.success-message-2 {
  background-color: #0000;
  border: 1px solid #fff;
}

.hero-work-backdrop {
  z-index: 1;
  opacity: .9;
  background-color: #101010;
  position: absolute;
  inset: 0;
}

.underline-button-2 {
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.contact-block {
  margin-top: 64px;
  display: flex;
}

.text-arrow-wrap-absolute {
  z-index: 5;
  display: flex;
  position: absolute;
  inset: auto 5% 4% auto;
}

.about-image-3 {
  filter: none;
  object-fit: cover;
  width: 90%;
}

.service-wrap {
  align-items: center;
  width: 80%;
  display: block;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.made-by-link-button {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5em;
  margin-left: -1px;
  padding: 1.4em .5em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.made-by-link-button:hover {
  background-color: #131313;
}

.text-field-2 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  border-radius: 0;
  height: 70px;
  margin-bottom: 40px;
  padding: 1rem 0;
}

.text-field-2:active, .text-field-2:focus {
  border-bottom-color: #fff;
}

.text-field-2::placeholder {
  color: #ffffff4d;
}

.text-field-2.min-height {
  border-radius: 0;
  min-height: 120px;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 70px;
  display: flex;
}

.arrow-triangle {
  cursor: none;
  border-top: 3.5px solid #0000;
  border-bottom: 3.5px solid #0000;
  border-left: 3.5px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: relative;
}

.paragraph-text-2 {
  color: #858585;
  margin-bottom: 40px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 2em;
}

.top-line {
  direction: rtl;
  background-color: #000;
  justify-content: flex-end;
  height: 1px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.project-services-wrapper {
  align-items: flex-start;
  margin-top: 8px;
}

.intro-image {
  z-index: 1;
  opacity: .2;
  object-fit: cover;
  width: 80%;
  position: absolute;
}

.made-by-block {
  border-bottom: 1px solid #f5ecea26;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.qa-item {
  width: 100%;
}

.intro-text-large {
  color: #fff;
  text-shadow: 0 0 16px #1010104d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 500;
  line-height: 5vw;
}

.subheader {
  margin-top: 0;
  margin-bottom: 22px;
  line-height: .8em;
}

.subheader.title {
  letter-spacing: 2px;
  margin-top: 9px;
  margin-bottom: 12px;
  font-size: .8rem;
  font-weight: 600;
}

.intro-text-small {
  z-index: 5;
  color: #fff;
  letter-spacing: .6px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
  position: relative;
}

.block-name {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 363px;
  left: 15px;
  right: 0%;
}

.scroll-down-line-wrapper-2 {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 48px;
  position: relative;
  overflow: hidden;
}

.home-bg {
  z-index: 0;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.scroll-down-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 4%;
}

.accordion-text {
  color: #dadada;
  padding-top: 0;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.7em;
}

.accordion-text.pad-bottom {
  padding-bottom: 15px;
}

.footer-link-list {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.outlined-btn {
  transform: ;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #101010;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 16px;
  margin-right: 16px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.outlined-btn:hover {
  color: #101010;
  background-color: #fff;
}

.footer-rows {
  flex-direction: column;
  width: 100vw;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

.accordion-pane-content.pad-bottom {
  padding-bottom: 1rem;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.hero-header-outline {
  color: #fff0;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 0 8px #1010104d;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 8vw;
  font-weight: 700;
  line-height: 9vw;
}

.section-17 {
  z-index: 1;
  background-color: #101010;
  padding: 5rem 8vw;
  position: relative;
}

.section-17.q-a {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  padding-left: 8vw;
  padding-right: 8vw;
}

.section-17.space-for-hero-section {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  margin-top: 100vh;
  display: flex;
}

.section-17.about {
  color: #e4e4e4;
  padding: 7%;
}

.button-wrapper-2 {
  justify-content: flex-start;
  display: flex;
}

.half-div {
  width: 50%;
}

.half-div.mobile-full {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.social-footer-logo {
  filter: brightness(200%) grayscale();
  object-fit: contain;
  width: 1.5em;
  font-size: 1.3em;
}

.footer-links-wrap {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.arrow-line {
  background-color: #fff;
  width: 15px;
  height: 1px;
}

.qa-list {
  min-width: 800px;
}

.accordion-question-header-3 {
  color: #fff;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.service-section {
  z-index: 1;
  background-color: #101010;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  align-items: flex-start;
  padding: 5rem 8vw;
  display: flex;
  position: relative;
}

.service-section.exp {
  background-color: #181818;
}

.social-links-section {
  border-bottom: 1px solid #f5ecea26;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  width: 100vw;
  height: 1px;
}

.scroll-down-line-bg {
  z-index: 1;
  background-color: #ffffff59;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.error-message-2 {
  color: #101010;
  background-color: #fff;
  margin-top: 24px;
  padding: 16px;
}

.social-button {
  z-index: 20;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: relative;
}

.footer-animated-bg {
  z-index: 1;
  background-color: #141414;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-animated-bg.is-grey {
  background-color: #1f1f1f;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  width: 100%;
  max-width: 1300px;
  transform: none;
}

.scroll-down-line {
  z-index: 10;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.top-line-wrap {
  color: #000;
  justify-content: flex-end;
  margin-top: 21px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-link-1 {
  color: #080808;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  border-right: 1px solid #f5ecea26;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 8em;
  padding: 2em 1em;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .2s;
  display: flex;
}

.footer-link-1:hover {
  color: #757575;
}

.footer-grid-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 41px;
  margin-right: 5%;
  display: flex;
}

.name {
  z-index: 50;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4b3fff;
  flex: none;
  font-size: 65px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  transform: translate3d(0, 0, 80px)rotate(-90deg);
}

.section-header-wrap {
  margin-bottom: 40px;
}

.section-header-wrap.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-preheader {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px #1010104d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1em;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.arrow-wrapper.down {
  margin-right: 13px;
  transform: rotate(120deg);
}

.made-by-text {
  font-variation-settings: "wght" 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
}

.primary-btn {
  z-index: 10;
  color: #fff;
  letter-spacing: 1px;
  background-color: #181818;
  border-style: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.outline {
  background-color: #0000;
  background-image: none;
  border: 1px solid #fff;
}

.page-wrap {
  height: 100%;
  position: relative;
}

.main-footer-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.map-2 {
  width: 100%;
  margin-top: 80px;
}

.spline-wrapper {
  width: 20vw;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
}

.spline-scene {
  width: 400px;
  height: 400px;
  display: block;
}

.spline-scene-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.inherit-text-color {
  color: inherit;
}

.code-embed-2 {
  margin-bottom: -10px;
}

@media screen and (min-width: 1280px) {
  .qa-list {
    min-width: 900px;
  }
}

@media screen and (min-width: 1440px) {
  .bold-text-2 {
    font-size: 1.5vw;
  }

  .section-top {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 8rem 6rem 5rem;
  }

  .heading-style-medium {
    font-size: 10rem;
  }

  .services-process-item {
    position: relative;
  }

  .heading-style-xxlarge {
    font-size: 19rem;
  }

  .services-process-item-content {
    padding: 6rem;
  }

  .heading-alt-h1 {
    font-size: 3rem;
  }

  .text-meta, .text-meta.text-color-muted {
    font-size: 22px;
  }

  .heading-alt-small {
    font-size: 1.3rem;
  }

  .button-3 {
    font-size: 1.25rem;
  }

  .heading-style-large {
    font-size: 12rem;
  }

  .contact-right {
    padding: 8rem 6rem 5rem;
  }

  .container-5, .footer-footer-top {
    max-width: none;
  }

  .button-6 {
    margin-top: 50px;
  }

  .note-5 {
    width: 3.333vw;
  }

  .button-snap {
    width: 11.111vw;
    height: 3.333vw;
  }

  .cookie-third, .cookie-first {
    width: 10.972vw;
  }

  .button-circle {
    width: 2.778vw;
    height: 2.778vw;
  }

  .star-first {
    width: 3.194vw;
  }

  .star-third {
    width: 8.958vw;
  }

  .lines-2 {
    width: 12.153vw;
  }

  .note-4 {
    width: 1.667vw;
  }

  .note-1 {
    width: 2.361vw;
  }

  .lines-1 {
    width: 12.153vw;
  }

  .snap-bottom-gradient {
    height: 40%;
  }

  .photo-lines-right {
    width: 5.417vw;
  }

  .star-second {
    width: 6.667vw;
  }

  .note-3 {
    width: 4.028vw;
  }

  .text-mask-snap {
    height: 10.417vw;
    padding-top: 1.302vw;
    padding-bottom: 1.302vw;
  }

  .note-6 {
    width: 1.667vw;
  }

  .cookie-second {
    width: 16.458vw;
  }

  .snap-top-gradient {
    height: 35%;
  }

  .text-snap-large {
    letter-spacing: -1.042vw;
    font-size: 13.889vw;
    line-height: 80%;
  }

  .photo-lines-left {
    width: 5.417vw;
  }

  .note-2 {
    width: 2.639vw;
  }

  .star-fourth {
    width: 4.444vw;
  }

  .card {
    transition: margin-bottom .5s, color .5s;
  }

  .card:hover {
    background-color: var(--recksportred);
  }

  .heading-15 {
    font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
    font-size: 4vw;
    font-weight: 400;
  }

  .background-cover.body {
    background-color: var(--recksportred);
  }

  .qa-list {
    min-width: 1000px;
  }
}

@media screen and (min-width: 1920px) {
  .padding-vertical.padding-xxhuge {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-style-h1 {
    color: var(--background-color--background-primary);
  }

  .text-size-regular {
    color: var(--reckwhite);
  }

  .text-size-regular.text-weight-medium {
    font-size: 20px;
  }

  .page-wrapper, .main-wrapper {
    background-color: var(--background-color--background-primary);
  }

  .section_hero, .hero-component {
    color: var(--reckwhite);
  }

  .hero-background, .video-placeholder {
    background-color: var(--reckweiss-neu);
  }

  .bold-text {
    font-size: 1.8vw;
  }

  .bold-text-2 {
    font-size: 1.1vw;
  }

  .text-color-muted {
    font-size: 1.3vw;
  }

  .heading-style-xxlarge {
    font-family: Outfit, sans-serif;
    font-size: 5vw;
    font-weight: 500;
  }

  .heading-alt-h1 {
    font-size: 3vw;
  }

  .section-services-process {
    background-color: var(--background-color--background-primary);
  }

  .heading-alt-small {
    color: var(--base-color-brand--black);
    font-size: 1vw;
    font-weight: 300;
  }

  .hp-inner-heading-2 {
    font-size: 115px;
  }

  .heading-style-large, .heading-style-large.txt {
    font-size: 8rem;
  }

  .footersection {
    overflow: hidden;
  }

  .textarea {
    min-height: 13.7vw;
  }

  .textarea:focus {
    color: #fff;
  }

  .contact-heading-white {
    margin-bottom: 2vw;
    font-size: 3.8vw;
  }

  .contactheadingwrapper {
    height: 100%;
    top: -18.5vh;
    overflow: hidden;
  }

  .formwrapper {
    width: 40%;
    margin-top: 15vw;
    margin-left: 0;
    padding-left: 30px;
  }

  .contact-wrapper {
    padding-left: 5vw;
  }

  .bold-text-4 {
    color: #fff;
  }

  .button-4.form-button {
    font-size: 15px;
  }

  .coupon-form-label {
    font-size: 1.3rem;
  }

  .text-weight-semibold-2 {
    font-size: 60px;
  }

  .text-block-6, .text-block-7, .text-block-8 {
    font-size: 1vw;
  }

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

  .bold-text-5 {
    font-size: 1.3vw;
  }

  .container-9 {
    max-width: 80rem;
  }

  .heading-5-0-txt.text-weight-medium {
    color: var(--background-color--background-secondary);
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    font-size: 3.5rem;
    font-style: normal;
    display: block;
  }

  .heading-5-0-txt.text-weight-medium.txt1 {
    color: var(--base-color-brand--black);
    padding-bottom: 40px;
    font-size: 6rem;
  }

  .header {
    justify-content: center;
    align-items: center;
  }

  .text-size-medium-3.text {
    font-size: 1.3rem;
  }

  .heading-medium {
    font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
    font-size: 3rem;
    font-weight: 200;
  }

  .heading-11 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .link-2 {
    color: var(--reckwhite);
    font-style: italic;
  }

  .white-text {
    color: var(--reckwhite);
    font-size: 4.5rem;
  }

  .uppercase-small-heading.bottom-margin-small.white-text {
    font-family: Lato, sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
  }

  .about-history-banner {
    max-width: 70rem;
    display: flex;
  }

  .overlay.dark-overlay {
    position: absolute;
  }

  .wrapper-image-about-products {
    background-image: url('../images/Aussenansicht_Agentur.avif');
    background-position: 50%;
    background-size: cover;
  }

  .wrapper-tex-about-products {
    background-color: #0000001a;
  }

  .heading-small-2 {
    font-size: 3.5rem;
    font-weight: 600;
  }

  .image-full-2 {
    width: 100%;
  }

  .container-large-3 {
    max-width: 100rem;
  }

  .text1 {
    color: var(--base-color-brand--black);
  }

  .heading-large-3 {
    font-weight: 700;
  }

  .button-6:hover {
    background-color: var(--anthrazit);
  }

  .text-block-14 {
    padding-top: 0;
    font-family: Lato, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .note-5 {
    width: 2.6664vw;
  }

  .button-snap {
    width: 8.8888vw;
    height: 2.6664vw;
  }

  .cookie-third, .cookie-first {
    width: 8.7776vw;
  }

  .button-circle {
    width: 2.2224vw;
    height: 2.2224vw;
  }

  .star-first {
    width: 2.5552vw;
  }

  .star-third {
    width: 7.1664vw;
  }

  .lines-2 {
    width: 9.7224vw;
  }

  .note-4 {
    width: 1.3336vw;
  }

  .wrap-kid-notes._1 {
    font-size: 1rem;
  }

  .note-1 {
    width: 1.8888vw;
  }

  .lines-1 {
    width: 9.7224vw;
  }

  .photo-lines-right {
    width: 4.3336vw;
  }

  .star-second {
    width: 5.3336vw;
  }

  .note-3 {
    width: 3.2224vw;
  }

  .note-6 {
    width: 1.3336vw;
  }

  .cookie-second {
    width: 13.1664vw;
  }

  .text-snap-large {
    font-size: 11.1112vw;
  }

  .text-snap-large.second-layer {
    letter-spacing: -.4vw;
    font-size: 9vw;
  }

  .text-snap-large.first-layer {
    letter-spacing: -.4vw;
    font-size: 9vw;
    font-weight: 400;
    line-height: 100%;
  }

  .photo-lines-left {
    width: 4.3336vw;
  }

  .note-2 {
    width: 2.1112vw;
  }

  .star-fourth {
    width: 3.5552vw;
  }

  .heading-style-h1-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subtitle {
    font-size: 15px;
  }

  .heading-15 {
    font-size: 2.8vw;
  }

  .medium-width {
    max-width: 800px;
  }

  .heading-19 {
    font-size: 5rem;
  }

  .button-text-3 {
    font-size: 1.2rem;
  }

  .made-by-link-text {
    font-size: 1.2em;
  }

  .made-by-link-block.last-item {
    min-height: 8em;
  }

  .footer-btn-text {
    font-size: 1rem;
  }

  .block-about-image {
    width: 50%;
  }

  .about-image-3 {
    width: 90%;
  }

  .text-field-2 {
    font-size: 1.1rem;
  }

  .paragraph-text-2 {
    max-width: 80ch;
    font-size: 1.1rem;
  }

  .subheader.title {
    font-size: 1.2rem;
  }

  .intro-text-small {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2em;
  }

  .accordion-text {
    font-size: 1.1rem;
  }

  .outlined-btn {
    padding: 34px 71px;
    font-size: 1rem;
  }

  .section-17.about {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .field-label {
    font-size: 1.3rem;
    font-weight: 200;
  }

  .social-footer-logo {
    width: 8em;
  }

  .qa-list {
    min-width: 1400px;
  }

  .accordion-question-header-3 {
    font-size: 1.5em;
  }

  .social-links-section {
    border-top: 1px solid #3d3d3d;
  }

  .about-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: .25fr 1fr;
    max-width: 3000px;
    display: flex;
  }

  .footer-link-1 {
    min-height: 12em;
  }

  .name {
    padding: 21px;
    font-size: 7rem;
  }

  .made-by-text {
    font-size: 1em;
  }

  .primary-btn {
    height: 50px;
    font-size: 1rem;
  }

  .section-18 {
    background-color: var(--background-color--background-primary);
  }

  .container-15 {
    padding-top: 140px;
  }

  .image-11 {
    background-image: linear-gradient(#00000080, #00000080);
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3 {
    font-size: 2.9rem;
  }

  .heading-style-h3.is-small {
    font-size: 2.1rem;
  }

  .heading-style-h1.is-contact {
    font-size: 5rem;
  }

  .max-width-small {
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .button-leistungen.leistungen {
    justify-content: center;
    align-items: center;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .page-headings.text-align-center.is-location {
    max-width: 60ch;
  }

  .footer_component {
    flex-flow: wrap-reverse;
  }

  .footer-text {
    font-size: 21vw;
  }

  .footer-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: auto;
  }

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

  .credits {
    margin-top: 4rem;
  }

  .location-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 6rem;
  }

  .features-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 6rem;
  }

  .features-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .features-wrap.is-middle {
    flex-flow: column-reverse wrap;
  }

  .features_content {
    padding-right: 7rem;
  }

  .text-size-xhuge {
    font-size: 14vw;
  }

  .photos-wrap {
    width: 80vw;
    height: 45vw;
  }

  .button-image.is-nav {
    display: none;
  }

  .features_image {
    width: 100%;
    max-width: none;
    height: 50vh;
  }

  .nav_divider {
    display: none;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .nav_link {
    white-space: nowrap;
  }

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

  .nav-menu {
    background-color: #0000;
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .nav-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .nav-menu_wrap {
    background-color: var(--background-color--background-secondary);
    border-radius: 1rem;
    flex-flow: column;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .text-box {
    max-width: none;
  }

  .bold-text-2 {
    font-size: 19px;
  }

  .section-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 4rem 4rem 3rem;
  }

  .heading-style-medium {
    font-size: 16vw;
  }

  .services-process-item {
    display: flex;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .services-process-item-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding: 4rem;
  }

  .heading-alt-h1 {
    font-size: 2rem;
  }

  .services-process-item-image {
    height: 75vw;
    position: static;
  }

  .heading-alt-small {
    font-size: 2.75rem;
  }

  .font-c.size-screen.overflow-cut {
    font-size: 17vw;
  }

  .comp {
    width: 90%;
  }

  .comp.video {
    width: 100%;
  }

  .abs-img {
    width: 50%;
  }

  .hp-inner-heading {
    padding-top: 30px;
  }

  .hp-image-left, .hp-image-right {
    width: 30%;
    height: auto;
  }

  .container {
    padding-bottom: 30px;
  }

  .hp-inner-heading-2 {
    padding-top: 30px;
    font-size: 12vw;
  }

  .hp-image-right-2 {
    width: 30%;
    height: auto;
  }

  .hp-image._1 {
    height: 300px;
  }

  .hp-image._2 {
    height: 550px;
  }

  .hp-image-left-2 {
    width: 30%;
    height: auto;
  }

  .paragraph-30px {
    font-size: 25px;
  }

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .section-3 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .project-description {
    margin-bottom: 0;
  }

  .project-content-box-2 {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .section-4 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .button-3 {
    font-size: 18px;
  }

  .heading-style-large {
    font-size: 18vw;
  }

  .main-wrapper-2 {
    padding-top: 62px;
  }

  .form-field-wrapper {
    margin-bottom: 1rem;
  }

  .form-row-1-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .contact-image-wrapper {
    height: 75vw;
  }

  .contact-right {
    height: auto;
    padding: 3rem 4rem;
  }

  .section-contact {
    flex-flow: column;
    display: flex;
  }

  .social-link {
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 20px;
  }

  .veryimportantwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wg-element-wrapper.sw12 {
    margin-top: 20px;
  }

  .bold-text-3 {
    font-size: 9px;
  }

  .container-4 {
    max-width: 900px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .language-wrapper {
    margin-top: 0;
  }

  .linkwrapper {
    margin-top: 40px;
  }

  .footersection {
    height: 27vh;
  }

  .contactloop-mobile {
    display: flex;
  }

  .contact-heading-white {
    margin-bottom: 20px;
    font-size: 64px;
  }

  .contactheadingwrapper {
    height: 300px;
    margin-top: -150px;
    margin-bottom: -150px;
    display: none;
    top: -20.1vh;
  }

  .footer-right-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-link-3 {
    font-size: 17px;
    line-height: 27px;
  }

  .logo-link-wrapper {
    z-index: 1000000;
  }

  .logo-2 {
    min-height: 42px;
    max-height: 42px;
  }

  .space-32px {
    min-height: 32px;
  }

  .container-5.padding-144px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .footer-link-2 {
    font-size: 17px;
    line-height: 27px;
  }

  .max-width-16vw {
    max-width: 240px;
  }

  .section-footer {
    padding-top: 8rem;
  }

  .footer-links-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .footer-component {
    min-height: 0;
  }

  .container-6 {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-side {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-wrapper-2 {
    grid-column-gap: 20px;
  }

  .heading-4 {
    font-size: 4.5rem;
  }

  .trusted-by-hero-logos {
    flex-flow: wrap;
  }

  .text-size-large-2 {
    font-size: 1.4rem;
  }

  .team-wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .team-header {
    max-width: none;
  }

  .team-image {
    height: auto;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

  .heading-5-0-txt {
    font-size: 2.75rem;
  }

  .header {
    max-width: 70vw;
  }

  .heading-6 {
    font-size: 2.75rem;
  }

  .heading-7 {
    font-size: 2.25rem;
  }

  .max-width-50ch, .features-heading-wrapper {
    max-width: none;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #101011, #10101196);
  }

  .gradient-overlay.bigger {
    height: 100vw;
  }

  .heading-8 {
    font-size: 1.75rem;
  }

  .features-heading {
    text-align: left;
    align-items: flex-start;
  }

  .features-vantages {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-image-container {
    width: 100%;
  }

  .features-vantages-content {
    order: 1;
    width: 100%;
  }

  .check-list {
    padding-left: 0;
  }

  .features-image-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .features-wrapper {
    margin-top: 8rem;
  }

  .features-component-2 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .heading-9 {
    font-size: 1.75rem;
  }

  .features-vantages-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-image-container-2 {
    width: 100%;
  }

  .features-image-wrapper-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .heading-10 {
    font-size: 2.75rem;
  }

  .spacer-large-2 {
    padding-bottom: 6rem;
  }

  .parent-pad-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-left {
    display: flex;
  }

  .img-parent.size-one {
    width: 28rem;
    height: 44rem;
  }

  .img-parent.size-three {
    width: 100%;
    height: 40rem;
  }

  .img-parent.size-two {
    width: 18rem;
    height: 26rem;
  }

  .img-cover.size-two {
    width: 28rem;
    height: 46rem;
  }

  .img-cover.size-one {
    width: 18rem;
    height: 28rem;
  }

  .img-cover.size-three {
    width: 100vw;
    height: 44rem;
  }

  .watch {
    min-width: 20rem;
  }

  .watch.sm {
    min-width: 18rem;
    margin-left: 1.5rem;
  }

  .cta-hero {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .watch-full-mobile {
    z-index: 3;
    position: relative;
  }

  .col-cta.top {
    padding: 3rem 2rem;
  }

  .col-cta.no-pad {
    position: relative;
  }

  .super-text-hero {
    font-size: 7rem;
  }

  .parent-pad-side-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .watch-full {
    z-index: 3;
    position: relative;
  }

  .slider-inner {
    width: 90%;
  }

  .test-slider {
    min-height: 28rem;
  }

  .section-8 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .page-padding {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .about-history-banner {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .history-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-large {
    font-size: 3rem;
  }

  .wrapper-image-ceo {
    background-image: url('../images/FullSizeRender-2.avif'), linear-gradient(#0000, #0000);
    background-position: 0 60%, 0 0;
    background-size: auto, auto;
    height: 960px;
  }

  .wrapper-text-elements {
    padding-top: 80px;
    padding-bottom: 80px;
    position: static;
  }

  .wrapper-text-ceo {
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
  }

  .wrap-arrows {
    display: inline-block;
  }

  .wrapper-image-about-products {
    background-position: 100%;
    background-size: cover;
    height: 800px;
    position: static;
  }

  .grid-about {
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
    height: auto;
    position: static;
  }

  .wrapper-image-elements {
    height: 800px;
    display: block;
  }

  .vertival-navbar {
    flex-direction: column;
    display: none;
  }

  .section-about-elements {
    height: auto;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: 50%;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .sectiona-about-ceo {
    height: auto;
  }

  .section-about-products {
    flex-direction: row-reverse;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .wrapper-tex-about-products {
    background-color: #0000000f;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-component-2 {
    min-height: 75vh;
  }

  .faq-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 3rem;
  }

  .services-list {
    grid-column-gap: 5rem;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
  }

  .section-about-hero {
    margin-bottom: 0;
  }

  .about-image {
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .services-about-intro {
    margin-bottom: 4rem;
  }

  .about-hero-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .about-hero-right {
    max-width: 35rem;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .about-history {
    min-height: auto;
    padding-bottom: 12rem;
  }

  .tab-lottie {
    width: .75rem;
  }

  .faq-action-wrapper {
    right: 0;
  }

  .heading-medium-3 {
    font-size: 2.25rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr .25fr;
    padding-bottom: 3rem;
  }

  .page-padding-2 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .faq-action {
    width: 3rem;
    height: 3rem;
  }

  .intro-description {
    padding-top: 0;
  }

  .footer-bottom-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .55fr .55fr;
  }

  .tab-intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer-email {
    font-size: 3rem;
  }

  .footer-email-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-footer-2 {
    position: relative;
  }

  .heading-large-2 {
    font-size: 3rem;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .sticky-base {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-first-base {
    margin-bottom: 0;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .heading-large-3 {
    font-size: 3.5rem;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .sticky-content {
    grid-template-columns: 1fr;
  }

  .note-5 {
    right: 0%;
  }

  .cookie-third, .cookie-first, .star-third {
    width: 100px;
  }

  .lines-2 {
    top: 40%;
    right: 15%;
  }

  .note-4 {
    top: 25%;
    right: 10%;
  }

  .note-1 {
    left: 15%;
  }

  .lines-1 {
    top: 40%;
    left: 15%;
  }

  .star-second {
    width: 70px;
  }

  .note-3 {
    left: 0%;
  }

  .note-6 {
    bottom: 25%;
    right: 0%;
  }

  .cookie-second {
    width: 140px;
  }

  .text-snap-large {
    font-size: 160px;
    line-height: 80%;
  }

  .note-2 {
    top: 50%;
    left: 0%;
  }

  .nav_menu-items {
    background-color: #fff;
    flex-flow: column;
    width: 100vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
    left: 0;
    right: 0;
  }

  .nav_button-2 {
    z-index: 100;
    margin-right: -1rem;
    padding: 1rem;
  }

  .nav_button-2.w--open {
    background-color: #fff;
  }

  .nav_brand-2 {
    width: 12rem;
    position: relative;
  }

  .nav_link-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .nav_button-inner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .nav_menu-link-wrap.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar {
    height: 4.5rem;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .nav_wrap {
    justify-content: space-between;
    padding: .5rem 1rem;
  }

  .nav_button-line {
    background-color: #080808;
    border-radius: 2rem;
    width: 1.6rem;
    height: 2px;
    padding: 0;
  }

  .nav_link-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .section-13 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-13.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .section-14 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-14.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .heading-style-h1-4 {
    font-size: 4rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-image-wrapper.is-image-1 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-6, .header-image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header-image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header-content, .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .heading-style-h2-2 {
    font-size: 3.5rem;
  }

  .about-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-image-2 {
    aspect-ratio: 3 / 2;
  }

  .three-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .section-15 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .play-video {
    margin-left: 0;
  }

  .video-clip {
    justify-content: center;
  }

  .stacked-title {
    grid-row-gap: 18px;
  }

  .left-intro {
    grid-row-gap: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .section-16 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    min-height: 500px;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 12px;
    line-height: 1.3em;
  }

  .full-hero {
    min-height: 90vh;
  }

  .scroll-link, .dark-fill.hide-on-tablet-mobile {
    display: none;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .page-padding-4 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .button-text-3 {
    font-size: 14px;
  }

  .social-border {
    display: none;
  }

  .section-header-2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .accordion-wrap {
    margin-bottom: 20px;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .footer-contact-title-2 {
    opacity: .6;
    letter-spacing: .2em;
    text-indent: .2em;
    font-size: .8em;
    font-weight: 600;
    display: none;
    position: relative;
  }

  .hero-title-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
    left: auto;
    transform: none;
  }

  .right-block {
    padding-left: 0%;
  }

  .block-about-image {
    margin-bottom: 69px;
  }

  .contact-block {
    margin-top: 40px;
    padding-top: 40px;
  }

  .about-image-3 {
    height: 662px;
  }

  .service-wrap {
    float: none;
    width: 100%;
  }

  .intro-text-large {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .intro-text-small {
    font-size: 12px;
    line-height: 18px;
  }

  .block-name {
    top: 295px;
    left: 55px;
  }

  .hero-header-outline {
    margin-bottom: 16px;
    font-size: 72px;
    line-height: 78px;
  }

  .half-div.mobile-full {
    width: 100%;
  }

  .social-footer-logo {
    font-size: 1.1em;
  }

  .qa-list {
    min-width: 100%;
  }

  .social-button {
    width: 6em;
    height: 6em;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .top-line-wrap {
    font-size: 12px;
  }

  .name {
    font-size: 104px;
  }

  .hero-preheader {
    margin-bottom: 16px;
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 3.4rem;
  }

  .heading-style-h3.is-small {
    font-size: 1.6rem;
  }

  .heading-style-h1 {
    font-size: 19vw;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .hero-icon {
    margin-bottom: 0;
  }

  .page-headings.text-align-center.is-location {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .features-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .features_content {
    padding-right: 0;
  }

  .contact_form {
    width: 100%;
  }

  .form-field_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .form {
    width: 100%;
    min-width: auto;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .section-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .services-process-item-content {
    padding: 3rem 2.5rem;
  }

  .heading-alt-small {
    font-size: 2.25rem;
  }

  .code-block, .explainer-copy-btn-w {
    display: none;
  }

  .sticky-w {
    height: 80svh;
  }

  .explainer-w {
    filter: drop-shadow(0 2px 5px #0000001a);
    width: 80%;
    height: auto;
  }

  .explainer-comp {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .input {
    opacity: 0;
  }

  .span {
    padding-top: .2rem;
  }

  .mobile-explainer-prompt {
    border: 1px solid #0000004d;
    border-radius: 3px;
    margin-bottom: .4rem;
    padding: .3rem .6rem;
    display: block;
  }

  .sky-scroller {
    height: 15rem;
  }

  .sec.reorganise {
    overflow: clip;
  }

  .explainer-par {
    max-width: 100%;
  }

  .plus-icon-w {
    display: none;
  }

  .font-c.size-md {
    font-size: 2rem;
  }

  .font-c.size-md._w-ch {
    font-size: 2.15rem;
  }

  .comp {
    width: 95%;
  }

  .flip-list-w {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-template-columns: 1fr 1fr;
  }

  .flip-list-w.list {
    width: 50%;
  }

  .abs-img {
    justify-content: center;
    align-items: center;
  }

  .flip-item {
    padding: .75rem;
  }

  .hp-inner-heading, .hp-inner-heading-2 {
    padding-top: 20px;
  }

  .hp-image._1 {
    height: 250px;
  }

  .hp-image._2 {
    height: 450px;
  }

  .paragraph-30px {
    font-size: 20px;
  }

  .main-wrapper-2 {
    padding-top: 70px;
  }

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

  .form-row-1-2 {
    display: block;
  }

  .contact-image-wrapper {
    height: 100vw;
    position: relative;
    top: 0;
  }

  .contact-right {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-contact {
    flex-flow: column;
    display: flex;
  }

  .footer-wrapper {
    height: 250px;
  }

  .linkwrapper {
    flex: none;
    justify-content: space-around;
    max-width: 600px;
    margin-top: 25px;
  }

  .footerspacer {
    flex: 1;
    height: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footersection {
    height: auto;
  }

  .textarea {
    max-height: 150px;
  }

  .mapwrapper, .contactloop-mobile {
    display: none;
  }

  .contact-heading-white {
    align-self: center;
    width: 50%;
    font-size: 20px;
  }

  .contactheadingwrapper {
    height: 22vh;
  }

  .formwrapper {
    height: 100%;
    margin-top: 0;
    margin-right: 5vw;
  }

  .contact-wrapper {
    justify-content: flex-start;
  }

  .contactloop {
    display: none;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .container-5.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-footer-top {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .figma-text {
    font-size: 18px;
  }

  .section-footer {
    padding-top: 6rem;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .contact-info {
    width: 50%;
  }

  .form-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .contact-side {
    width: 100%;
  }

  .contact-wrapper-2 {
    flex-direction: column;
  }

  .button-4 {
    padding: 8px 30px;
  }

  .heading-4 {
    font-size: 4rem;
  }

  .text-size-large-2 {
    font-size: 1.3rem;
  }

  .team-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .heading-5-0-txt {
    font-size: 2.5rem;
  }

  .heading-5-0-txt.text-weight-medium.txt1 {
    font-size: 3.8rem;
  }

  .heading-5-0-txt.text-weight-medium.txt {
    font-size: 3rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header {
    max-width: none;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .banner-wrapper {
    padding: 2.5rem;
  }

  .banner-content {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .heading-7 {
    font-size: 2rem;
  }

  .heading-8 {
    font-size: 1.5rem;
  }

  .text-size-medium-3 {
    font-size: 1.2rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .features-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .features-component-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-9 {
    font-size: 1.5rem;
  }

  .text-size-medium-4 {
    font-size: 1.2rem;
  }

  .heading-10 {
    font-size: 2.5rem;
  }

  .parent-grid {
    flex-direction: column-reverse;
  }

  .grid-right {
    width: 100%;
  }

  .grid-left {
    width: 100%;
    padding-top: 4rem;
  }

  .super-text-hero {
    font-size: 5rem;
  }

  .test-slider {
    min-height: 26rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-history-banner {
    padding-bottom: 4rem;
  }

  .history-list-item {
    display: flex;
  }

  .history-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .wrapper-image-ceo {
    background-image: linear-gradient(#0000, #0000), url('../images/Unbenannt-1.avif');
    background-position: 0 0, 0%;
    height: 800px;
  }

  .grid-9 {
    height: auto;
  }

  .faq-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-list {
    grid-template-columns: auto;
  }

  .services-about-intro {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3.5rem;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .heading-xlarge {
    font-size: 2.875rem;
  }

  .heading-medium-3 {
    font-size: 2rem;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .history-info {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .form-number {
    font-size: .75rem;
  }

  .footer-bottom-2 {
    order: 1;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .title-stacked {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .tab-intro {
    margin-bottom: 4rem;
  }

  .footer-email {
    font-size: 2.25rem;
  }

  .footer-email-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    order: -1;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .section-footer-2 {
    position: relative;
  }

  .text-size-large-3 {
    font-size: 1.5rem;
  }

  .about-hero-intro {
    padding-bottom: 2rem;
  }

  .heading-large-2 {
    font-size: 2.5rem;
  }

  .page-padding-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .heading-large-3 {
    font-size: 2.75rem;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .note-5 {
    width: 38px;
  }

  .button-snap {
    width: 140px;
    height: 42px;
  }

  .kid-hidden {
    max-height: 80%;
  }

  .cookie-third, .cookie-first {
    width: 80px;
  }

  .master-snap-section {
    top: 24px;
  }

  .button-circle {
    width: 35px;
    height: 35px;
  }

  .star-first {
    width: 40px;
  }

  .star-third {
    width: 70px;
  }

  .lines-2 {
    width: 120px;
  }

  .note-4 {
    width: 18px;
  }

  .kid-visible {
    max-height: 80%;
  }

  .note-1 {
    width: 24px;
  }

  .lines-1 {
    width: 120px;
  }

  .photo-lines-right {
    width: 60px;
    transform: translate(142px, -79px);
  }

  .star-second {
    width: 60px;
  }

  .note-3 {
    width: 40px;
  }

  .note-6 {
    width: 18px;
  }

  .cookie-second {
    width: 110px;
  }

  .text-snap-large {
    letter-spacing: -6px;
    font-size: 96px;
    line-height: 80px;
  }

  .photo-lines-left {
    width: 60px;
    transform: translate(-111px, -97px);
  }

  .note-2 {
    width: 28px;
  }

  .star-fourth {
    width: 50px;
  }

  .nav_menu-items-inner {
    padding-left: 1rem;
  }

  .section-13.is-bottom-cta {
    padding-top: 5rem;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .heading-style-h1-2 {
    font-size: 7rem;
  }

  .section-14.is-bottom-cta {
    padding-top: 5rem;
  }

  .heading-style-h1-3 {
    font-size: 7rem;
  }

  .home-about_heading {
    -webkit-text-stroke-width: 0px;
  }

  .home-about_img-text {
    -webkit-text-stroke-width: 0px;
    white-space: normal;
  }

  .button-7 {
    padding: .25rem 1rem;
  }

  .heading-style-h1-4 {
    font-size: 6.5vw;
  }

  .heading-style-h1-4.text-allcaps.text-align-center {
    font-size: 3rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .header-image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header-image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header-image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header-content {
    padding-top: 4rem;
  }

  .header-component {
    height: 150vh;
  }

  .header-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-ix-trigger {
    margin-top: 35rem;
  }

  .button-8 {
    padding: .25rem 1rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .about-header-image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .about-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-15 {
    font-size: 36px;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .section-15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-19 {
    font-size: 36px;
  }

  .section-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-cover {
    width: auto;
    margin-top: 0;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .dot-2.large {
    border-width: 1px;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .heading-style-h1-5 {
    font-size: 3rem;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
  }

  .page-intro-title.is-skills {
    margin-left: 0;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .page-intro-title-small {
    font-size: 2.6vw;
  }

  .page-intro-title-small.is-made-in-webflow {
    margin-right: 0;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
  }

  .footer-block-4 {
    flex-wrap: wrap;
  }

  .section-header-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .made-by-link-text {
    letter-spacing: 2px;
  }

  .accordion-tab-button {
    width: 90vw;
  }

  .right-block {
    padding-left: 0;
  }

  .footer-btn-text {
    letter-spacing: 3px;
  }

  .contact-block {
    display: block;
  }

  .about-image-3 {
    height: 610px;
  }

  .intro-text-large {
    font-size: 32px;
    line-height: 38px;
  }

  .block-name {
    top: 319px;
    left: 33px;
  }

  .hero-header-outline {
    font-size: 60px;
    line-height: 66px;
  }

  .accordion-question-header-3 {
    font-size: 1.4em;
  }

  .about-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-link-1 {
    border-bottom: 1px solid #f5ecea26;
    flex: 0 auto;
    align-self: auto;
    width: 50%;
  }

  .name {
    font-size: 70px;
  }

  .made-by-text {
    letter-spacing: 2px;
    font-size: .6em;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h3 {
    font-size: 3rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 16vw;
  }

  .heading-style-h1.is-contact {
    font-size: 3.2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-styleguide_section-header {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h2 {
    font-size: 1.4rem;
  }

  .text-size-medium {
    word-break: normal;
    font-size: 16px;
  }

  .fs-styleguide_section.is-vertical {
    width: 100%;
    display: flex;
  }

  .credits {
    flex-flow: wrap;
    margin-top: 2rem;
  }

  .section_cta {
    padding-top: 0;
  }

  .cta_background {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .location-wrap {
    margin-bottom: 0;
  }

  .cta-video_background {
    border-radius: 1rem;
  }

  .features_image {
    height: 30vh;
  }

  .location_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .icon:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
    color: #000;
  }

  .bold-text-2 {
    font-size: 15px;
  }

  .section-top {
    padding: 2rem 2rem 1.5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-large {
    padding-top: 30px;
  }

  .services-process-item-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding: 2rem;
  }

  .heading-alt-h1 {
    font-size: 1.75rem;
  }

  .heading-alt-small {
    font-size: 2rem;
  }

  .explainer-w {
    justify-content: center;
    align-items: flex-end;
  }

  .explainer-par {
    max-width: 100%;
  }

  .font-c.size-md {
    margin-top: .2rem;
    font-size: 1.5rem;
  }

  .font-c.size-md._w-ch {
    font-size: 1.5rem;
  }

  .comp {
    min-width: 80vw;
  }

  .flip-list-w {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .flip-list-w.list {
    width: 100%;
  }

  .abs-img {
    justify-content: flex-end;
    align-items: center;
  }

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

  .hp-inner-heading {
    font-size: 90px;
  }

  .container {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hp-inner-heading-2 {
    font-size: 12vw;
  }

  .hp-image._1 {
    height: 200px;
  }

  .hp-image._2 {
    height: 350px;
  }

  .home-portfolio {
    grid-row-gap: 75px;
  }

  .paragraph-30px {
    font-size: 18px;
  }

  .container-2, .container-3 {
    max-width: none;
  }

  .main-wrapper-2 {
    padding-top: 62px;
  }

  .form-field-wrapper {
    margin-bottom: 1rem;
  }

  .contact-right {
    padding: 2rem;
  }

  .social-link {
    align-self: center;
    width: 15px;
    height: 18px;
    display: flex;
  }

  .veryimportantwrapper {
    margin-bottom: 25px;
    inset: auto 0% 0%;
  }

  .container-4 {
    max-width: 100%;
  }

  .footer-wrapper {
    height: 285px;
  }

  .language-wrapper {
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .linkwrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
  }

  .footerspacer {
    flex: none;
    width: 30px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .social-wrapper-footer {
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
  }

  .footersection {
    height: auto;
  }

  .textarea {
    min-height: 50vw;
    font-size: 16px;
  }

  .mapwrapper {
    width: 100vw;
    height: 25vh;
    display: none;
    inset: -10% 0% auto;
  }

  .button-black {
    margin-top: 0;
  }

  .contactloop-mobile {
    margin-top: 20px;
    font-size: 200px;
    display: flex;
  }

  .textfield {
    font-size: 16px;
  }

  .contact-heading-white {
    width: 100%;
    font-size: 52px;
  }

  .contactheadingwrapper {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 445px;
  }

  .formwrapper {
    justify-content: flex-start;
    height: 78vh;
    margin-top: 7vh;
    margin-right: 5vw;
  }

  .contact-wrapper {
    height: 100vh;
    margin-bottom: 30px;
  }

  .contactloop {
    font-size: 200px;
    display: flex;
  }

  .footer-flex-bottom {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-right-flex {
    margin-top: 50px;
  }

  .footer-bottom-text, .footer-mention-text {
    font-size: 14px;
  }

  .logo-2 {
    z-index: 999;
    max-width: none;
    min-height: 36px;
    max-height: 36px;
    position: relative;
  }

  .logo-2.invert {
    max-width: none;
  }

  .socials-wrapper {
    top: 64%;
  }

  .footer-link_heading {
    font-size: 4vw;
    font-weight: 600;
  }

  .footer-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .footer-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-5.padding-144px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-5.header {
    padding-bottom: 20px;
  }

  .vertical-line.hide-mobile {
    display: none;
  }

  .footer-link {
    font-size: 1.1rem;
  }

  .container-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .footer-links-wrapper {
    text-align: center;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-6 {
    overflow-wrap: anywhere;
  }

  .contact-side {
    width: 100%;
  }

  .div-block-90 {
    justify-content: flex-start;
  }

  .contact-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .coupon-form-label {
    font-size: 12px;
    line-height: 1;
    top: -5px;
    left: 10px;
  }

  .text-weight-semibold-2 {
    line-height: 1;
  }

  .paragraph-7, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 4vw;
  }

  .button-elipse {
    width: 20rem;
    height: 20rem;
  }

  .button-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .secondary-button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .heading-4 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .max-width-70ch {
    max-width: 95vw;
  }

  .hero-wrapper {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .trusted-by-hero-logos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .primary-button {
    width: 100%;
  }

  .logos {
    height: auto;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 2.5rem;
    display: flex;
  }

  .text-size-large-2 {
    font-size: 1.2rem;
  }

  .heading-5-0-txt {
    font-size: 2.25rem;
  }

  .heading-5-0-txt.text-weight-medium {
    font-size: 2.5rem;
  }

  .heading-5-0-txt.text-weight-medium.txt {
    font-size: 2.6rem;
    line-height: 1;
  }

  .padding-global-2 {
    padding-bottom: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-6 {
    font-size: 2.25rem;
  }

  .banner-wrapper {
    padding: 1.5rem;
  }

  .banner-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .heading-7 {
    font-size: 1.75rem;
  }

  .button-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .banner-button {
    width: 100%;
  }

  .heading-8 {
    font-size: 1.25rem;
  }

  .features-heading {
    width: 100%;
  }

  .features-vantages-content {
    padding-left: 0;
  }

  .text-size-medium-3 {
    font-size: 1.125rem;
  }

  .features-image-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-9 {
    font-size: 1.25rem;
  }

  .text-size-medium-4 {
    font-size: 1.125rem;
  }

  .features-image-wrapper-2 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .heading-10 {
    font-size: 2.25rem;
  }

  .slide-content.size-two {
    width: 18rem;
  }

  .slide-content.size-three {
    width: 100%;
  }

  .spacer-large-2 {
    padding-bottom: 5rem;
  }

  .parent-pad-side {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .grid-right {
    margin-top: 4rem;
  }

  .img-parent.size-one {
    width: 18rem;
    height: 26rem;
  }

  .img-parent.size-three {
    height: 26rem;
  }

  .img-cover.size-two {
    width: 18rem;
    height: 29rem;
  }

  .img-cover.size-three {
    height: 28rem;
  }

  .watch {
    min-width: 17rem;
  }

  .watch-full-mobile {
    height: 34rem;
    display: block;
  }

  .col-cta.top {
    padding: 1rem 1.5rem 2rem 1.4rem;
  }

  .col-cta.no-pad {
    flex: none;
    height: 20rem;
  }

  .spacer-medium-2 {
    padding-bottom: 2rem;
  }

  .parent-pad-side-2 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .watch-full {
    display: none;
  }

  .slider-inner {
    width: 100%;
  }

  .test-slider {
    min-height: 24rem;
  }

  .container-11.flex-split-btm {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .slider {
    width: 100vw;
  }

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

  .container-12 {
    max-width: none;
  }

  .kontakt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .history-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt {
    line-height: .8;
  }

  .wrapper-image-ceo {
    background-image: url('../images/FullSizeRender-2.avif'), linear-gradient(#0000, #0000);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
  }

  .wrapper-text-elements {
    background-color: #0000;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-text-ceo {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-image-about-products {
    background-position: 85%;
    background-size: cover;
  }

  .heading-ceo {
    font-size: 30px;
  }

  .grid-about {
    background-color: #0000;
    grid-template-rows: auto;
  }

  .wrapper-image-elements {
    background-position: 50%;
    background-size: cover;
    height: 600px;
  }

  .section-about-elements {
    background-color: #0000;
  }

  .headins-products {
    font-size: 30px;
  }

  .paragraph-products {
    font-size: 18px;
  }

  .grid-9 {
    grid-template-rows: 34% auto;
  }

  .paragraph-ceo, .paragraph-elements {
    font-size: 18px;
  }

  .headins-elements {
    font-size: 30px;
  }

  .wrapper-tex-about-products {
    background-color: #0000;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-height: 65vh;
  }

  .faq-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3.5rem;
  }

  .services-about-intro {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 3rem;
  }

  .about-hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-list-item {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .about-history {
    padding-bottom: 16rem;
  }

  .footer-legal-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .paragraph-intro {
    font-size: 2rem;
  }

  .footer-bottom-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: .875rem;
  }

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

  .social-link-list {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-email {
    font-size: 1.5rem;
  }

  .footer-email-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-footer-2 {
    position: sticky;
  }

  .about-hero-intro {
    padding-bottom: 0;
  }

  .container-13, .container-14 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button-6 {
    font-size: 16px;
  }

  .note-5._1 {
    width: 30px;
  }

  .kid-hidden {
    max-height: 60%;
  }

  .cookie-third {
    width: 50px;
    bottom: 20%;
    right: 0%;
  }

  .cookie-first {
    width: 50px;
    top: 40%;
    left: 0%;
  }

  .star-first {
    width: 30px;
  }

  .star-third {
    width: 50px;
    top: 30%;
  }

  .lines-2._1 {
    width: 80px;
  }

  .kid-visible {
    max-height: 60%;
  }

  .wrap-kid-notes._1 {
    width: 92%;
  }

  .note-1 {
    top: 35%;
    left: 5%;
  }

  .note-1._1 {
    width: 20px;
  }

  .lines-1._1 {
    width: 80px;
  }

  .photo-lines-right {
    width: 50px;
    right: 10%;
    transform: none;
  }

  .star-second {
    width: 40px;
    bottom: 20%;
    left: 10%;
  }

  .note-3._1 {
    width: 30px;
  }

  .text-mask-snap {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-second {
    width: 80px;
    bottom: 30%;
  }

  .text-snap-large.second-layer, .text-snap-large.first-layer {
    letter-spacing: -2px;
    font-size: 60px;
    line-height: 1;
  }

  .photo-lines-left {
    width: 40px;
    left: 15%;
    transform: none;
  }

  .nav_menu-items {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_button-2 {
    margin-right: -.75rem;
  }

  .nav_brand-2 {
    width: auto;
    max-width: 10rem;
  }

  .nav_link-2 {
    font-size: 12vw;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar {
    z-index: 999;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_logo {
    max-width: 50vw;
  }

  .nav_link-3 {
    font-size: 12vw;
  }

  .section-13, .section-13.is-bottom-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .heading-style-h1-2 {
    font-size: 5rem;
  }

  .section-14, .section-14.is-bottom-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1-3 {
    font-size: 5rem;
  }

  .home-about_img-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .padding-global-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-7 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

  .heading-style-h1-4 {
    font-size: 3rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .header-image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .header-content {
    z-index: 3;
  }

  .button-secondary {
    padding: .25rem .25rem .25rem 1rem;
  }

  .button-arrow-2 {
    width: 1.5rem;
  }

  .section-about-header {
    margin-top: 3rem;
  }

  .button-8 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

  .about-header-image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h3-2 {
    font-size: 1.3rem;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .stat-list {
    grid-template-columns: 1fr;
  }

  .about-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-image-2 {
    aspect-ratio: 1;
  }

  .subtitle {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .heading-15 {
    font-size: 32px;
  }

  .section-15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-19 {
    font-size: 32px;
  }

  .left-intro {
    padding-right: 0;
  }

  .section-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-cover {
    min-height: 350px;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2em;
  }

  .full-hero {
    min-height: 550px;
  }

  .hero-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .scroll-link {
    display: none;
  }

  .dot-2.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .hero-image.full {
    width: 100%;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

  .hero-title-wrap {
    position: static;
  }

  .hero-title-wrap.pad-bottom {
    margin-bottom: 12px;
  }

  .hero-title-wrap.load-animation {
    justify-content: center;
    align-items: center;
  }

  .section-header-2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .underline-button-wrap {
    font-size: 1.3rem;
  }

  .made-by-link-block {
    flex: 1;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-contact-title-2 {
    font-size: .9em;
  }

  .hero-title-wrapper {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-btn-text {
    font-size: .75rem;
  }

  .block-about-image {
    margin-bottom: 32px;
  }

  .about-image-3 {
    height: 460px;
  }

  .made-by-link-button {
    flex: 1;
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-field-2 {
    border-radius: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .made-by-block {
    flex-flow: column wrap;
  }

  .intro-text-large {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .intro-text-small {
    column-count: 1;
  }

  .block-name {
    top: 335px;
    left: -19px;
  }

  .scroll-down-wrap {
    bottom: 13%;
  }

  .accordion-text {
    font-size: .8rem;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .hero-header-outline {
    font-size: 13vw;
    line-height: 13vw;
  }

  .section-17.q-a {
    padding-top: 22%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .half-div.mobile-full {
    margin-bottom: 42px;
  }

  .half-div.phone-full {
    width: 100%;
  }

  .accordion-question-header-3 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .service-section, .service-section.exp {
    flex-direction: column;
  }

  .social-links-section {
    flex-flow: column wrap;
  }

  .social-button {
    align-self: stretch;
    width: auto;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .footer-grid-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 13px;
  }

  .name {
    font-size: 40px;
  }

  .hero-preheader {
    font-size: 6vw;
  }

  .arrow-wrapper {
    margin-right: 13px;
  }

  .main-footer-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-_103003e0-b61a-bfc1-9fe9-6ada6930fbc5-6930fbb5 {
  justify-self: end;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-0270491b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0270491b {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-0270491b, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0270491b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0270491b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0270491b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0270491b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0270491b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0270491b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0270491b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0270491b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0270491b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-0270491b, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-0270491b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-0270491b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-0270491b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0270491b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-0270491b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c265e9-6100-3808-81b3-edd405f6768d-049ecafc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_41c265e9-6100-3808-81b3-edd405f6768e-049ecafc, #w-node-_41c265e9-6100-3808-81b3-edd405f6768f-049ecafc, #w-node-_41c265e9-6100-3808-81b3-edd405f67697-049ecafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c265e9-6100-3808-81b3-edd405f67698-049ecafc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41c265e9-6100-3808-81b3-edd405f676a0-049ecafc, #w-node-_41c265e9-6100-3808-81b3-edd405f676a1-049ecafc, #w-node-_41c265e9-6100-3808-81b3-edd405f676a9-049ecafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c265e9-6100-3808-81b3-edd405f676aa-049ecafc, #w-node-d941bf16-fac0-760e-daf9-5ffbb7f4190c-eb4019a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea31b680-5465-2713-12ee-2e25a83d9e10-eb4019a3 {
  place-self: start;
}

#w-node-d941bf16-fac0-760e-daf9-5ffbb7f4190f-eb4019a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d941bf16-fac0-760e-daf9-5ffbb7f41916-eb4019a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d941bf16-fac0-760e-daf9-5ffbb7f41918-eb4019a3 {
  align-self: center;
}

#w-node-_75d6cbca-9d5e-fba0-2e14-dc8c54296203-eb4019a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75d6cbca-9d5e-fba0-2e14-dc8c54296204-eb4019a3 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_75d6cbca-9d5e-fba0-2e14-dc8c5429620c-eb4019a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_75d6cbca-9d5e-fba0-2e14-dc8c5429620f-eb4019a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75d6cbca-9d5e-fba0-2e14-dc8c54296212-eb4019a3 {
  place-self: end start;
}

@media screen and (max-width: 991px) {
  #w-node-_75d6cbca-9d5e-fba0-2e14-dc8c54296204-eb4019a3 {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-_75d6cbca-9d5e-fba0-2e14-dc8c5429620c-eb4019a3 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d941bf16-fac0-760e-daf9-5ffbb7f4190f-eb4019a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_75d6cbca-9d5e-fba0-2e14-dc8c54296204-eb4019a3 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_75d6cbca-9d5e-fba0-2e14-dc8c54296204-eb4019a3 {
    grid-column-end: 2;
  }

  #w-node-_75d6cbca-9d5e-fba0-2e14-dc8c5429620c-eb4019a3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk Variable';
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak Variable';
  src: url('../fonts/Zodiak-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}