:root {
  --color-palette--red-1: #fffcfc;
  --fonts--body: "PT Sans", sans-serif;
  --color-palette--black: #1c1c1c;
  --fonts--paragraph-regular: 18px;
  --lynx--white: white;
  --lynx--black: #1f2022;
  --color-palette--red-11: #ce2e2f;
  --color-palette--gray-12: #221f1f;
  --lynx--medium-purple\<deleted\|variable-ae7e36d2\>: #8979ec;
  --lynx--grey: #797c83;
  --fonts--subtitles: Varela, sans-serif;
  --color-palette--gray-9: #978a8a;
  --fonts--subtitle-height: 140%;
  --color-palette--white: white;
  --fonts--subtitle: 12px;
  --color-palette--red-10: #c31f25;
  --fonts--buttons: Varela, sans-serif;
  --fonts--button: 14px;
  --color-palette--red-12: #631c1a;
  --color-palette--red-2: #fff8f7;
  --color-palette--gray-10: #907e7e;
  --fonts--h6: 18px;
  --fonts--paragraph-small: 16px;
  --fonts--headings: Merriweather, serif;
  --fonts--h2: 48px;
  --fonts--h2-height: 120%;
  --color-palette--red-a12: #510200e6;
  --color-palette--red-4: #ffdcd7;
  --color-palette--red-9: #d33333;
  --fonts--h3: 32px;
  --fonts--h3-height: 120%;
  --color-palette--gray-8: #cab5b5;
  --color-palette--red-a3: #f4180017;
  --fonts--hero-height: 112%;
  --color-palette--red-3: #feebe9;
  --fonts--h5: 20px;
  --fonts--h4: 24px;
  --fonts--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --fonts--body-height: 160%;
  --fonts--h1-height: 100%;
  --fonts--h1: 120px;
  --fonts--paragraph-big: 22px;
  --color-palette--red-5: #ffcec7;
  --color-palette--red-6: #fdbeb6;
  --color-palette--red-7: #f4aaa2;
  --color-palette--red-8: #eb8f86;
  --color-palette--red-a1: #ff000003;
  --color-palette--red-a2: #ff200008;
  --color-palette--red-a4: #ff200029;
  --color-palette--red-a5: #ff200038;
  --color-palette--red-a6: #f91c004a;
  --color-palette--red-a7: #e116005c;
  --color-palette--red-a8: #d5130078;
  --color-palette--red-a9: #c80000cc;
  --color-palette--red-a10: #bb0007e0;
  --color-palette--red-a11: #c30001d1;
  --color-palette--red-surface: #fff6f5cc;
  --color-palette--red-indicator: #d33333;
  --color-palette--red-track: #d33333;
  --color-palette--gray-1: #fff6f6;
  --color-palette--gray-2: #fff3f3;
  --color-palette--gray-3: #ffeaea;
  --color-palette--gray-4: #f7e2e2;
  --color-palette--gray-5: #f0dbdb;
  --color-palette--gray-6: #ddd7d7;
  --color-palette--gray-7: #d8caca;
  --color-palette--gray-11: #6b6161;
}

.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;
}

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

body {
  background-color: var(--color-palette--red-1);
  font-family: var(--fonts--body);
  color: var(--color-palette--black);
  font-size: var(--fonts--paragraph-regular);
  line-height: 165%;
}

.navbar-button-red {
  background-color: var(--color-palette--red-11);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  min-width: 150px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.navbar-button-red:hover {
  background-color: var(--lynx--black);
}

.navbar-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

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

.navbar-link {
  color: var(--color-palette--gray-12);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.navbar-link:hover {
  color: var(--lynx--medium-purple\<deleted\|variable-ae7e36d2\>);
}

.navbar-logo {
  width: 86px;
  height: 75px;
}

.navbar-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.navbar-wrapper {
  background-color: #0000;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.topbar-text {
  color: var(--lynx--grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.navbar-topbar {
  background-color: #dfdad266;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.navbar-group {
  z-index: 1000;
  background-color: var(--color-palette--red-1);
  position: sticky;
  top: 0;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  flex: 0 auto;
  align-self: center;
  max-height: 220px;
  margin-bottom: 16px;
}

.footer-link--small-gray {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--gray-9);
  font-size: 11px;
  line-height: var(--fonts--subtitle-height);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s;
}

.footer-link--small-gray:hover {
  color: var(--lynx--white);
}

.footer-text {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--gray-9);
  font-size: 11px;
  line-height: var(--fonts--subtitle-height);
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.footer-rights {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.footer-link--large-white {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--white);
  font-size: 13px;
  line-height: var(--fonts--subtitle-height);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link--large-white:hover {
  color: var(--lynx--medium-purple\<deleted\|variable-ae7e36d2\>);
}

.footer-link--large-white.w--current {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--white);
}

.footer-heading {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--gray-9);
  font-size: var(--fonts--subtitle);
  line-height: var(--fonts--subtitle-height);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.footer-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer {
  background-color: var(--lynx--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.text-paragraph-impressum {
  color: var(--color-palette--gray-12);
  text-align: left;
  align-self: auto;
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 165%;
}

.link {
  color: var(--color-palette--gray-12);
  font-weight: 700;
}

.container-impressum {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-openhours {
  color: var(--color-palette--gray-12);
  text-align: left;
  margin-bottom: 0;
}

.button-contact {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--color-palette--red-10);
  font-family: var(--fonts--buttons);
  color: var(--color-palette--white);
  font-size: var(--fonts--button);
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  min-height: 48px;
  margin-bottom: 20px;
  padding: 16px 32px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-contact:hover {
  background-color: var(--color-palette--red-12);
}

.icon-font {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.icon-star {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.content-review-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.section-regular--red-2 {
  background-color: var(--color-palette--red-2);
  padding: 72px 5%;
  position: relative;
}

.text-review-client-info {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--gray-10);
  font-size: var(--fonts--subtitle);
  line-height: var(--fonts--subtitle-height);
}

.heading-review-client {
  color: var(--lynx--black);
  font-family: PT Serif, serif;
  font-size: var(--fonts--h6);
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 400;
  line-height: 132%;
}

.content-review-client-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.image-review-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.content-review-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-review-paragraph {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: var(--fonts--paragraph-small);
  max-width: 294px;
  margin-bottom: 30px;
}

.content-box-review {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.content-grid-review {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 14px;
}

.heading-2--black {
  font-family: var(--fonts--headings);
  font-size: var(--fonts--h2);
  line-height: var(--fonts--h2-height);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-weight: 400;
}

.subtitle--black {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--gray-12);
  font-size: var(--fonts--subtitle);
  line-height: var(--fonts--subtitle-height);
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.content-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-accordion-header-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-2:hover {
  padding-left: 35px;
}

.text-accordion-paragraph {
  color: var(--color-palette--gray-10);
  font-size: var(--fonts--paragraph-small);
  margin-bottom: 30px;
}

.content-accordion-text-box {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.icon-accordion-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.content-accordion-header-box {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.content-accordion-header-box:hover {
  padding-left: 35px;
}

.content-accordion-item {
  background-color: var(--lynx--white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.content-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-box {
  background-color: var(--color-palette--red-a12);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 40px 45px;
  display: flex;
  position: absolute;
  inset: auto auto -15%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.section-top {
  padding: 0 5% 92px;
  position: relative;
}

.image-customer {
  max-height: 45px;
}

.content-box-customer {
  background-color: var(--lynx--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 20px 45px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.content-grid-partners--4-items {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.text-feature-paragraph {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 165%;
}

.icon-feature {
  width: 32px;
  height: 32px;
  display: block;
}

.content-feature-block {
  background-color: var(--lynx--white);
  border-radius: 30px;
  margin-bottom: 26px;
  padding: 28px;
  box-shadow: 0 40px 40px -10px #1f202214;
}

.content-feature-box {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  max-height: 600px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.image-absolute-left {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.content-block-image-right {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-height: 650px;
  display: flex;
  position: relative;
}

.button-cta--black {
  background-color: var(--lynx--black);
  color: var(--color-palette--white);
  font-family: Varela, sans-serif;
  font-size: var(--fonts--button);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 22px 36px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button-cta--black:hover {
  background-color: var(--color-palette--red-11);
}

.content-block-left {
  padding-right: 15%;
}

.image-features {
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.content-block-features-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 500px;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.content-block-features-image-wrapper:hover {
  filter: brightness(112%);
}

.heading-features--large {
  font-family: var(--fonts--headings);
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.subtitle-feature--blue {
  font-family: var(--fonts--subtitles);
  color: #8979ec;
  font-size: var(--fonts--subtitle);
  line-height: var(--fonts--subtitle-height);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  display: inline-block;
}

.content-feature-text-block {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 55px 45px 35px;
  display: flex;
}

.content-box-feature--large {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.subtitle-feature--red {
  background-color: var(--color-palette--red-4);
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--red-9);
  font-size: var(--fonts--subtitle);
  line-height: var(--fonts--subtitle-height);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  display: inline-block;
}

.content-grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-top: 14px;
  display: grid;
}

.hero-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-checkmark {
  color: var(--color-palette--gray-10);
}

.icon-checkmark {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.content-checkmark-1 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.heading-3--black {
  font-family: var(--fonts--headings);
  color: var(--color-palette--black);
  font-size: var(--fonts--h3);
  line-height: var(--fonts--h3-height);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.content-block-right {
  padding-left: 10%;
}

.image-2 {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  max-height: 650px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.image-2.querformat {
  min-height: 400px;
}

.image-2.gzim {
  max-height: 650px;
}

.image-2.sackkarre {
  max-height: 600px;
}

.text-paragraph-description {
  font-family: var(--fonts--subtitles);
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 165%;
}

.content-block-image-description-box {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.content-block-image-description-box.right {
  left: auto;
  right: -4%;
}

.content-block-image-left {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.content-grid--image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.content-grid--image-left.event-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
}

.content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.image-absolute.gzim {
  max-height: 350px;
  left: auto;
  right: 10%;
}

.text-paragraph-1 {
  color: var(--color-palette--gray-10);
  max-width: 820px;
  margin-bottom: 36px;
}

.content-block {
  padding-right: 15%;
}

.content-grid--image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.text-productivity {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--gray-10);
  font-size: 16px;
  line-height: 160%;
}

.content-block-productivity {
  text-align: center;
  border-right: 1px solid #dfdad2;
  padding: 10px 40px;
}

.text-productivity-number {
  color: var(--color-palette--red-9);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.content-grid-productivity {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.content-cta-text-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.content-cta-wrapper {
  background-color: var(--color-palette--red-10);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
}

.content-cta-image {
  background-image: url('../images/IMG_4214_cropped.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.content-block-plan-checkmarks {
  text-align: left;
  margin-bottom: 22px;
}

.text-paragraph-plans {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--gray-8);
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 165%;
}

.content-block-plan-subtitle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.content-plans-right {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 0 30px 30px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.text-plan-subtitle--white {
  font-family: var(--fonts--subtitles);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 140%;
}

.content-plans-center--red {
  background-color: var(--color-palette--red-10);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.heading-2-plans--black {
  font-family: var(--fonts--headings);
  color: var(--color-palette--gray-12);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.text-plan-subtitle--red {
  background-color: var(--color-palette--red-a3);
  color: var(--color-palette--gray-12);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.content-plans-left {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.content-grid-plans {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 14px;
}

.link-2 {
  color: var(--color-palette--red-9);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-cta--white {
  background-color: var(--lynx--white);
  font-family: var(--fonts--buttons);
  color: var(--color-palette--black);
  font-size: var(--fonts--button);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-cta--white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.heading-2--white {
  font-family: var(--fonts--headings);
  color: var(--color-palette--white);
  font-size: var(--fonts--h2);
  line-height: var(--fonts--hero-height);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-weight: 400;
}

.subtitle--white {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--white);
  font-size: var(--fonts--subtitle);
  line-height: var(--fonts--subtitle-height);
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.hero {
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.hero.hero-home {
  background-image: url('../images/1734037048356_cropped.webp');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
}

.hero.hero-dienstleistungen {
  background-image: url('../images/IMG_4196.webp');
  background-position: 50% 80%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
}

.hero.hero-getraenkemarkt {
  background-image: url('../images/IMG_4204.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
}

.hero.hero-ueberuns {
  background-image: url('../images/IMG_4217_cropped.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
}

.section-regular--red-3 {
  background-color: var(--color-palette--red-3);
  padding: 72px 5%;
  position: relative;
}

.section-regular--red-1 {
  background-color: var(--color-palette--red-1);
  padding: 72px 5%;
  position: relative;
}

.heading-2-cta--white {
  font-family: var(--fonts--headings);
  color: var(--color-palette--white);
  font-size: 34px;
  line-height: var(--fonts--hero-height);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 400;
}

.heading-5--black {
  font-family: var(--fonts--headings);
  font-size: var(--fonts--h5);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
  line-height: 132%;
}

.heading-2-plans--white {
  font-family: var(--fonts--headings);
  color: var(--color-palette--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.text-checkmark-plans--gray {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--gray-10);
  line-height: 140%;
}

.text-checkmark-plans--white {
  font-family: var(--fonts--subtitles);
  color: var(--color-palette--white);
  line-height: 140%;
}

.heading-4--black {
  font-family: var(--fonts--headings);
  font-size: var(--fonts--h4);
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  font-weight: 400;
  line-height: 128%;
}

.content-block-headings-wrapper {
  justify-content: center;
  align-items: center;
}

.hero-box-right {
  background-color: var(--color-palette--red-a12);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  margin-top: 110px;
  padding: 40px;
  display: flex;
}

.heading-2-hero {
  font-family: var(--fonts--headings);
  color: var(--color-palette--white);
  font-size: var(--fonts--h3);
  line-height: var(--fonts--hero-height);
  max-width: 740px;
  margin-top: 4px;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-paragraph-2 {
  color: var(--color-palette--gray-12);
  max-width: 820px;
  margin-bottom: 10px;
}

.content-grid-openhours {
  grid-column-gap: 30px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-openhours--bold {
  color: var(--color-palette--gray-12);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.content-grid-2-columns-openhours {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  align-items: stretch;
  margin-top: 14px;
}

.content-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-grid-impressum {
  grid-column-gap: 30px;
  grid-row-gap: 8px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-bottom: 36px;
  display: grid;
}

.content-grid-impressum.impressum-verantwortlich {
  grid-template-columns: 1fr;
}

.bold-text {
  color: var(--color-palette--gray-12);
  text-decoration: underline;
}

.heading-3-impressum {
  font-family: var(--fonts--headings);
  color: var(--color-palette--black);
  font-size: var(--fonts--h3);
  line-height: var(--fonts--h3-height);
  text-align: left;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-paragraph-impressum--no-margin {
  color: var(--color-palette--gray-12);
  text-align: left;
  align-self: auto;
  max-width: 820px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 165%;
}

.section-impressum {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.button-cta-mobile--white {
  background-color: var(--lynx--white);
  font-family: var(--fonts--buttons);
  color: var(--color-palette--black);
  font-size: var(--fonts--button);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: none;
}

.button-cta-mobile--white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.button-cta-mobile--black {
  background-color: var(--lynx--black);
  color: var(--color-palette--white);
  font-family: Varela, sans-serif;
  font-size: var(--fonts--button);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 22px 36px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
  display: none;
}

.button-cta-mobile--black:hover {
  background-color: var(--color-palette--red-11);
}

.navbar-brand-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block, .link-block-2, .link-block-3 {
  color: var(--color-palette--black);
}

.section-top--with-margin {
  background-color: var(--color-palette--red-2);
  padding: 0 5% 92px;
  position: relative;
}

.content-feature-text-block-kontakt {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 55px 45px 35px;
  display: flex;
}

.text-paragraph-impressum--little-margin {
  color: var(--color-palette--gray-12);
  text-align: left;
  align-self: auto;
  max-width: 820px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 165%;
}

.link-3 {
  color: var(--color-palette--gray-12);
}

.heading-4-impressum--black {
  font-family: var(--fonts--headings);
  font-size: var(--fonts--h4);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  font-weight: 400;
  line-height: 128%;
}

.link-6, .link-7, .link-8, .link-9 {
  color: var(--color-palette--gray-12);
}

@media screen and (max-width: 991px) {
  .navbar-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 20px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .navbar-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .navbar-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .content-grid-review {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-2--black {
    font-size: 28px;
  }

  .heading {
    font-size: 38px;
  }

  .content-box-customer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-grid-partners--4-items {
    margin-top: 10px;
  }

  .content-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-cta--black {
    display: none;
  }

  .heading-features--large {
    font-size: 32px;
  }

  .content-feature-text-block {
    padding: 45px 30px 25px;
  }

  .content-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-3--black {
    font-size: 38px;
  }

  .content-grid--image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-grid--image-left.event-grid {
    grid-template-rows: auto auto auto auto;
  }

  .content-grid--image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-block-productivity {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-productivity-number {
    font-size: 55px;
  }

  .content-cta-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-plans-right, .content-plans-center--red {
    padding: 25px;
  }

  .content-plans-left {
    padding: 24px;
  }

  .heading-2--white {
    font-size: 38px;
  }

  .hero {
    min-height: 590px;
  }

  .hero.hero-home {
    background-position: 50%;
    background-size: cover;
  }

  .hero.hero-dienstleistungen {
    background-image: url('../images/IMG_4196.webp');
    background-position: 25%;
  }

  .hero.hero-getraenkemarkt {
    background-position: 50%;
  }

  .heading-2-cta--white {
    font-size: 28px;
  }

  .heading-5--black {
    font-size: 19px;
  }

  .text-checkmark-plans--gray, .text-checkmark-plans--white {
    font-size: var(--fonts--paragraph-small);
  }

  .heading-4--black {
    font-size: 19px;
  }

  .hero-box-right {
    width: 56%;
    padding: 45px;
  }

  .heading-2-hero {
    font-size: 28px;
  }

  .content-grid-2-columns-openhours {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-cta-mobile--black {
    display: inline-block;
  }

  .content-feature-text-block-kontakt {
    padding: 45px 30px 25px;
  }

  .heading-4-impressum--black {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-topbar {
    display: none;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-paragraph-impressum {
    font-size: 16px;
  }

  .section-regular--red-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-review-paragraph {
    max-width: none;
  }

  .content-grid-review {
    grid-template-columns: 1fr;
  }

  .heading-2--black {
    max-width: 540px;
    font-size: 34px;
  }

  .text-accordion-paragraph {
    font-size: var(--fonts--paragraph-small);
  }

  .heading {
    max-width: 540px;
    font-size: 34px;
  }

  .section-top {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .content-grid-partners--4-items {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-absolute-left {
    left: -2%;
  }

  .content-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-features--large {
    font-size: 26px;
  }

  .content-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .text-checkmark {
    font-size: var(--fonts--paragraph-small);
  }

  .heading-3--black {
    max-width: 540px;
    font-size: 30px;
  }

  .content-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-block-image-description-box {
    bottom: -2%;
    left: -2%;
  }

  .content-grid--image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .image-absolute {
    left: -2%;
  }

  .text-paragraph-1 {
    font-size: var(--fonts--paragraph-small);
  }

  .content-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-grid--image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .content-block-productivity {
    border-right-style: none;
  }

  .content-grid-productivity {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .content-cta-text-wrapper {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .content-cta-wrapper {
    flex-direction: column;
    padding: 45px 25px;
  }

  .content-plans-right {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-2-plans--black {
    font-size: 34px;
  }

  .content-plans-left {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-grid-plans {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .heading-2--white {
    font-size: 34px;
  }

  .hero.hero-home {
    background-position: 50%;
  }

  .section-regular--red-3, .section-regular--red-1 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-2-cta--white, .heading-2-plans--white {
    font-size: 34px;
  }

  .hero-box-right {
    border-radius: 30px;
    width: 100%;
  }

  .heading-2-hero {
    font-size: 34px;
  }

  .content-grid-2-columns-openhours {
    grid-template-columns: 1fr;
  }

  .heading-3-impressum {
    max-width: 540px;
    font-size: 26px;
  }

  .text-paragraph-impressum--no-margin {
    font-size: 16px;
  }

  .section-top--with-margin {
    padding-top: 20px;
    padding-bottom: 72px;
  }

  .text-paragraph-impressum--little-margin {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-menu-button {
    margin-left: 0;
  }

  .navbar-button-red {
    min-width: 0;
  }

  .navbar-button-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-content {
    flex: 1;
    justify-content: space-around;
  }

  .navbar-brand {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-brand.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-rights {
    flex-flow: column;
  }

  .footer-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-review-client {
    font-size: 16px;
  }

  .heading-2--black, .heading {
    font-size: 29px;
  }

  .content-grid-partners--4-items {
    grid-template-columns: 1fr;
  }

  .image-features {
    min-height: 200px;
  }

  .heading-features--large {
    font-size: 24px;
  }

  .heading-3--black {
    font-size: 29px;
  }

  .text-productivity-number {
    font-size: 45px;
  }

  .content-cta-wrapper {
    padding: 30px 15px;
  }

  .content-cta-image {
    padding: 190px 8px 8px;
  }

  .button-cta--white {
    display: none;
  }

  .heading-2--white {
    font-size: 29px;
  }

  .hero.hero-home {
    background-image: url('../images/IMG_4203.webp');
    background-position: 50%;
    background-size: cover;
  }

  .hero.hero-dienstleistungen {
    background-image: url('../images/IMG_4197.webp');
    background-position: 50%;
  }

  .hero.hero-getraenkemarkt {
    background-image: url('../images/IMG_4205_cropped.jpg');
    background-position: 30%;
  }

  .hero.hero-ueberuns {
    background-position: 25%;
  }

  .heading-2-cta--white {
    font-size: 29px;
  }

  .heading-5--black, .heading-4--black {
    font-size: 18px;
  }

  .heading-2-hero {
    font-size: 29px;
  }

  .content-grid-impressum {
    grid-template-columns: 1fr;
  }

  .heading-3-impressum {
    font-size: 29px;
  }

  .button-cta-mobile--white {
    display: block;
  }

  .navbar-brand-wrapper {
    flex: 0 auto;
    justify-content: center;
    display: block;
  }

  .heading-4-impressum--black {
    font-size: 18px;
  }

  .bold-text-3 {
    word-break: break-all;
  }
}

#w-node-b6c9f59b-0996-fbe4-319f-6de433c83b20-1ccda786, #w-node-b6c9f59b-0996-fbe4-319f-6de433c83b05-1ccda786, #w-node-c7fe062c-4c9b-12c4-764d-ba15f317c478-1ccda786, #w-node-c7fe062c-4c9b-12c4-764d-ba15f317c481-1ccda786, #w-node-_0a302af4-d123-3315-eb88-c95b94cc8bb7-1ccda786, #w-node-_0a302af4-d123-3315-eb88-c95b94cc8bd9-1ccda786, #w-node-_28956a17-39ff-598d-e991-4e8fda651542-1ccda786, #w-node-_28956a17-39ff-598d-e991-4e8fda651544-1ccda786, #w-node-_28956a17-39ff-598d-e991-4e8fda651546-1ccda786, #w-node-_28956a17-39ff-598d-e991-4e8fda651548-1ccda786, #w-node-c384b6f8-fba4-052f-25a8-6e8185f9bfd9-1ccda786, #w-node-c384b6f8-fba4-052f-25a8-6e8185f9bfde-1ccda786, #w-node-c384b6f8-fba4-052f-25a8-6e8185f9bfe3-1ccda786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cd81b86-a41e-7e99-1c34-02883dc52c7d-3dc52c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5cd81b86-a41e-7e99-1c34-02883dc52c7f-3dc52c7b, #w-node-_5cd81b86-a41e-7e99-1c34-02883dc52c8e-3dc52c7b, #w-node-_5cd81b86-a41e-7e99-1c34-02883dc52c97-3dc52c7b, #w-node-f99ecfa6-f68c-7dc9-f0d4-4aff1a73c4bc-b63f1012, #w-node-f99ecfa6-f68c-7dc9-f0d4-4aff1a73c4b2-b63f1012, #w-node-_9debacdf-d4cb-0a26-4f2e-ce159175e125-b63f1012, #w-node-_9debacdf-d4cb-0a26-4f2e-ce159175e12c-b63f1012, #w-node-_9debacdf-d4cb-0a26-4f2e-ce159175e133-b63f1012, #w-node-_16f43b98-f86e-0cb9-41d9-003e8acd322a-b63f1012, #w-node-_16f43b98-f86e-0cb9-41d9-003e8acd3233-b63f1012, #w-node-_8f8a164b-9846-2491-cd0f-05add5cc38fd-b63f1012, #w-node-_8f8a164b-9846-2491-cd0f-05add5cc3906-b63f1012, #w-node-_841cdc45-1e9c-2c3c-1bb0-7cf6bfa50197-b63f1012, #w-node-_841cdc45-1e9c-2c3c-1bb0-7cf6bfa501a2-b63f1012, #w-node-e1cd19cf-2d26-390a-55a7-548b79a45416-74727786, #w-node-e1cd19cf-2d26-390a-55a7-548b79a4541f-74727786, #w-node-d04cf566-57b7-5af4-edf9-72572091e7cf-74727786, #w-node-d04cf566-57b7-5af4-edf9-72572091e7f1-74727786, #w-node-e1308bea-1e59-0cbf-beed-729b0a06cde6-f04b0789, #w-node-e1308bea-1e59-0cbf-beed-729b0a06cdef-f04b0789, #w-node-_7d214cc6-ce44-36eb-ed03-da3a02a58762-f04b0789, #w-node-_7d214cc6-ce44-36eb-ed03-da3a02a5876b-f04b0789, #w-node-b9cb3aad-2b1c-1ddb-3e0f-a4ddfe3ae85a-f04b0789, #w-node-b9cb3aad-2b1c-1ddb-3e0f-a4ddfe3ae884-f04b0789, #w-node-_8b9c2716-d016-9854-081c-1c5d97dfe54c-4064ee17, #w-node-_8b9c2716-d016-9854-081c-1c5d97dfe55d-4064ee17, #w-node-_8b9c2716-d016-9854-081c-1c5d97dfe576-4064ee17, #w-node-e1308bea-1e59-0cbf-beed-729b0a06cde6-4064ee17, #w-node-e1308bea-1e59-0cbf-beed-729b0a06cdef-4064ee17, #w-node-dad70931-f463-9994-403e-ca937e25fc48-4064ee17, #w-node-_1fb599d1-9edb-4223-be7b-a40491d39dad-4064ee17, #w-node-_89d0d667-152d-4300-3f74-7eba40416c32-4064ee17, #w-node-_95516029-f4c8-b346-8e39-c07f1e4f0fdb-4064ee17, #w-node-_33ed2871-5322-18eb-35ba-38014de22803-4064ee17, #w-node-d2685e8c-a884-caec-5480-3fcda8ce5536-4064ee17, #w-node-cd828053-9083-f360-bc1c-f0b746c65c4e-4064ee17, #w-node-_0f9c182f-1da1-9a77-4730-782df610da79-4064ee17, #w-node-f6c84adc-8b7c-23bd-8458-6931092d3cba-4064ee17, #w-node-_189fd9b2-4f17-ec86-fb7d-c8021179048c-4064ee17, #w-node-_7d214cc6-ce44-36eb-ed03-da3a02a58762-4064ee17, #w-node-_7d214cc6-ce44-36eb-ed03-da3a02a5876b-4064ee17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}