@font-face {
  font-family: "Outfit V 11 Latin 900";
  src: url('../fonts/outfit-v11-latin-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit V 11 Latin 800";
  src: url('../fonts/outfit-v11-latin-800.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit V 11 Latin 500";
  src: url('../fonts/outfit-v11-latin-500.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit V 11 Latin 600";
  src: url('../fonts/outfit-v11-latin-600.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit V 11 Latin 300";
  src: url('../fonts/outfit-v11-latin-300.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit V 11 Latin 200";
  src: url('../fonts/outfit-v11-latin-200.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit V 11 Latin";
  src: url('../fonts/outfit-v11-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit V 11 Latin 700";
  src: url('../fonts/outfit-v11-latin-700.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-font: "Outfit V 11 Latin", Arial, sans-serif;
  --colors--black: #121316;
  --text--text-size: 1rem;
  --colors--blue: #232f81;
  --heading-1--h1-size-desktop: 5.65rem;
  --heading-1--h1-size-tablet: 4.52rem;
  --heading-1--h1-size-mobile: 2.89rem;
  --heading-2--h2-size-desktop: 2.83rem;
  --heading-2--h2-size-tablet: 2.26rem;
  --heading-2--h2-size-mobile: 1.45rem;
  --heading-3--h3-size-desktop: 2rem;
  --heading-3--h3-size-tablet: 1.6rem;
  --heading-3--h3-size-mobile: 1.02rem;
  --text-lg--text-lg-size: 1.13rem;
  --heading-4--h4-size-mobile: 1.03rem;
  --section--section-gap-size-desktop: 8rem;
  --colors--yellow: #f9b000;
  --section--section-gap-size-tablet: 7rem;
  --section--section-gap-size-mobile: 5rem;
  --colors--white: white;
  --colors--light-grey: #7d80941a;
  --corner-radius-big: 50px;
  --colors--red: #e4002c;
  --corner-radius-base: 18px;
  --heading-4--h4-size-desktop: 1.41rem;
  --heading-4--h4-size-tablet: 1.27rem;
  --corner-radius-medium: 30px;
  --text-lg--text-lg-size-mobile: 1.1rem;
}

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

body {
  font-family: var(--primary-font);
  color: var(--colors--black);
  font-size: var(--text--text-size);
  line-height: 20px;
}

h1 {
  color: var(--colors--blue);
  font-family: "Outfit V 11 Latin 700", Arial, sans-serif;
  font-size: var(--heading-1--h1-size-desktop);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--colors--blue);
  font-size: var(--heading-2--h2-size-desktop);
  text-wrap: balance;
  max-width: 970px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  font-size: var(--heading-3--h3-size-desktop);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 110%;
}

h4 {
  color: var(--colors--blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Outfit V 11 Latin 600", Arial, sans-serif;
  line-height: 24px;
}

h5 {
  font-family: "Outfit V 11 Latin 600", Arial, sans-serif;
  font-size: var(--text--text-size);
  margin-top: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 120%;
}

p {
  font-size: var(--text-lg--text-lg-size);
  text-wrap: balance;
  max-width: 900px;
  margin-bottom: 24px;
  line-height: 130%;
}

a {
  color: var(--colors--blue);
  margin-bottom: 0;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

label {
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.c-site-wrapper {
  width: 100%;
  overflow: clip;
}

.c-hero {
  padding-top: var(--section--section-gap-size-desktop);
  padding-bottom: var(--section--section-gap-size-desktop);
  background-color: var(--colors--yellow);
  scroll-margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.c-hero.cc-blue {
  background-color: var(--colors--blue);
  color: var(--colors--white);
}

.c-section {
  padding-top: var(--section--section-gap-size-desktop);
  padding-bottom: var(--section--section-gap-size-desktop);
  scroll-margin-top: 100px;
}

.c-section.cc-background-02 {
  background-color: var(--colors--light-grey);
  cursor: pointer;
}

.c-section.cc-background-01 {
  background-color: var(--colors--yellow);
}

.c-footer {
  padding-top: var(--section--section-gap-size-desktop);
  padding-bottom: var(--section--section-gap-size-desktop);
  box-shadow: 290px -100px 230px -17px #232f811a;
}

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

.c-container.cc-fadein {
  z-index: 1;
  position: relative;
}

.c-button {
  border-radius: var(--corner-radius-big);
  background-color: var(--colors--red);
  color: var(--colors--white);
  font-size: var(--text-lg--text-lg-size);
  margin-bottom: 0;
  padding: 16px 24px;
  line-height: 100%;
  transition: all .3s ease-in-out;
}

.c-button:hover {
  background-color: var(--colors--blue);
  text-decoration: none;
}

.c-button.cc-arrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2px;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.c-button.cc-arrow:hover {
  background-color: var(--colors--blue);
  padding-right: 24px;
  text-decoration: none;
}

.c-button.cc-arrow:hover:where(.w-variant-3a80328c-2eec-8163-9cfb-4baf0619ba1c) {
  background-color: var(--colors--white);
  color: var(--colors--blue);
}

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

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

.c-navbar--menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.c-navbar {
  z-index: 150;
  background-color: var(--colors--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.c-navbar-menu-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-block {
  margin-bottom: 0;
}

.nav-link-block.w--current {
  color: var(--colors--red);
  font-weight: 700;
}

.nav-link-block.c-button {
  background-color: var(--colors--blue);
  transition: all .3s ease-in-out;
}

.nav-link-block.c-button:hover {
  background-color: var(--colors--blue);
  text-decoration: none;
}

.nav-link-block.c-button.w--current {
  background-color: var(--colors--red);
  color: var(--colors--white);
}

.c-logo-header {
  z-index: 120;
  max-width: 340px;
}

.c-navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.c-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--colors--blue);
  font-size: var(--text-lg--text-lg-size);
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  line-height: 100%;
  display: flex;
}

.c-list.cc-no-margins {
  margin-top: 0;
}

.c-list.cc-no-margins.cc-black-color {
  color: var(--colors--black);
}

.c-link-arrow {
  opacity: 0;
  display: inline-block;
}

.c-formular {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c-field {
  border-radius: var(--corner-radius-base);
  background-color: var(--colors--white);
  border: 1.5px solid #232f814d;
  height: 40px;
  padding: 10px 20px;
  line-height: 100%;
  transition: all .2s ease-in-out;
  box-shadow: 0 12px 12px -11px #0003;
}

.c-field:hover {
  border-color: #232f81;
  box-shadow: 0 16px 12px -9px #0003;
}

.c-field:focus {
  border-color: var(--colors--blue);
}

.c-field.cc-select {
  background-image: url('../images/dropdown.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.c-field.cc-date {
  padding-left: 48px;
}

.c-formblock {
  margin-bottom: 20px;
}

.c-footer-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.c-footer-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.c-form-2spaltig {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -8px;
  display: grid;
}

.c-field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.date-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.c-field-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10px auto auto 16px;
}

.c-list-item {
  background-image: url('../images/arrow-blue.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 1px;
  padding-left: 32px;
}

.c-list-item.cc-invert {
  background-image: url('../images/arrow-white.svg');
}

.c-list-item.cc-second {
  font-size: var(--text-lg--text-lg-size);
  background-image: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  list-style-type: disc;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 0 0;
}

.cc-bold {
  font-family: "Outfit V 11 Latin 700", Arial, sans-serif;
  font-weight: 400;
}

.c-text-small {
  font-size: .9rem;
}

.c-checkbox-field {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  padding-left: 6px;
  display: flex;
}

.c-checkbox {
  border: 1px solid #dcdcdd;
  border-radius: 0;
  width: 40px;
  height: 20px;
  margin-top: 0;
}

.c-checkbox-label {
  line-height: 130%;
}

.c-form-hinweise {
  margin-bottom: 20px;
}

.cc-big {
  font-size: var(--heading-3--h3-size-tablet);
  line-height: 140%;
}

.cc-highlight-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  display: flex;
}

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

.c-headline-2 {
  font-size: var(--heading-2--h2-size-desktop);
}

.c-jobs {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-job-item {
  cursor: auto;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: all .3s ease-in-out;
  display: flex;
}

.c-job-item:hover {
  background-color: var(--colors--blue);
  color: var(--colors--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.cc-no-margins {
  margin-bottom: 0;
}

.cc-invert {
  color: var(--colors--white);
}

.cc-invert.cc-h2 {
  font-family: "Outfit V 11 Latin 500", Arial, sans-serif;
  font-size: var(--heading-2--h2-size-desktop);
  max-width: 980px;
  line-height: 120%;
}

.cc-medium {
  z-index: 2;
  font-family: "Outfit V 11 Latin 300", Arial, sans-serif;
  font-size: var(--heading-4--h4-size-desktop);
  position: relative;
}

.cc-medium.cc-pretty {
  text-wrap: pretty;
}

.c-content-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.c-accordion {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.c-accordion.js-accordion.cc-900 {
  max-width: 900px;
}

.accordion_item-image {
  width: 40px;
}

.c-accordion-body {
  padding-left: 64px;
  padding-right: 8px;
  line-height: 120%;
  display: block;
}

.c-accordion-body.js-accordion-body {
  padding-bottom: 20px;
}

.c-accordion-body.js-accordion-body.cc-no-icon {
  padding-left: 8px;
}

.c-accordeon-h5 {
  color: var(--colors--blue);
  font-size: var(--heading-4--h4-size-desktop);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-weight: 400;
  line-height: 24px;
}

.c-accordeon-h5.cc-no-icon {
  margin-left: 8px;
  font-weight: 400;
}

.c-accordion-body--contents {
  opacity: 1;
  font-size: var(--text-lg--text-lg-size);
  text-wrap: pretty;
  margin-top: 8px;
  line-height: 140%;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.c-accordion-header {
  align-items: center;
  display: flex;
}

.c-accordion-header.js-accordion-header {
  cursor: pointer;
}

.faq-video {
  margin-top: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  border: 1px solid #232f8133;
  padding-bottom: 20px;
  box-shadow: 0 12px 12px -11px #2e323c17;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.c-form-divider {
  border-top: 1px solid var(--colors--blue);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.c-form {
  margin-top: 20px;
}

.c-hero-image {
  z-index: 1;
  opacity: .3;
  mix-blend-mode: soft-light;
  height: 150%;
  position: absolute;
  inset: 10% 4% auto auto;
}

.c-richtext {
  text-wrap: pretty;
}

.c-copyright {
  opacity: .8;
  text-align: left;
  margin-top: 20px;
  font-size: .8rem;
}

.c-job-item--pdf {
  text-underline-offset: 2px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--colors--red);
  text-decoration-color: var(--colors--red);
  text-underline-position: auto;
  color: inherit;
  background-image: url('../images/icon_pdf.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  text-decoration-thickness: 2px;
  display: inline-flex;
  overflow: visible;
}

.c-job-item--pdf:hover {
  background-image: url('../images/icon_pdf_white.svg');
}

.c-job-item--infos {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-second-list {
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--heading-1--h1-size-tablet);
  }

  h2 {
    font-size: var(--heading-2--h2-size-tablet);
  }

  h3 {
    font-size: var(--heading-3--h3-size-tablet);
  }

  .c-hero, .c-section, .c-footer {
    padding-top: var(--section--section-gap-size-tablet);
    padding-bottom: var(--section--section-gap-size-tablet);
  }

  .c-container {
    width: 90%;
  }

  .c-button.cc-arrow {
    padding-right: 24px;
  }

  .c-navbar--menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    box-shadow: 0 100px 100px 20px #0000004d;
  }

  .c-burger-lottie {
    width: 60px;
  }

  .c-burger-btn {
    padding: 8px;
  }

  .c-burger-btn.w--open {
    background-color: #fff;
  }

  .nav-link-block {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 22px;
    display: block;
  }

  .c-link-arrow {
    opacity: 1;
    margin-top: 3px;
    margin-left: 0;
  }

  .c-field.cc-select {
    background-position: 98%;
  }

  .c-2-1-grid {
    flex-flow: column;
    display: flex;
  }

  .c-headline-2 {
    font-size: var(--heading-2--h2-size-tablet);
  }

  .cc-invert.cc-h2 {
    font-size: var(--heading-2--h2-size-tablet);
    max-width: 80%;
  }

  .c-accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .c-accordeon-h5 {
    font-size: var(--heading-4--h4-size-tablet);
  }

  .c-hero-image {
    height: 100%;
    top: 27%;
    right: -31%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--heading-1--h1-size-mobile);
  }

  h2 {
    font-size: var(--heading-2--h2-size-mobile);
  }

  h3 {
    font-size: var(--heading-3--h3-size-mobile);
  }

  p {
    font-size: var(--heading-4--h4-size-mobile);
  }

  .c-hero, .c-section, .c-footer {
    padding-top: var(--section--section-gap-size-mobile);
    padding-bottom: var(--section--section-gap-size-mobile);
  }

  .c-navbar {
    border-radius: 0;
    margin-top: 0;
    top: 0;
  }

  .nav-link-block {
    display: block;
  }

  .c-headline-2 {
    font-size: var(--heading-2--h2-size-mobile);
  }

  .c-jobs {
    margin-top: 20px;
  }

  .cc-invert.cc-h2 {
    font-size: var(--heading-2--h2-size-mobile);
    max-width: 100%;
  }

  .cc-medium {
    font-size: var(--heading-4--h4-size-mobile);
  }

  .c-accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .c-accordion.js-accordion.cc-900 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .c-accordeon-h5 {
    font-size: var(--heading-4--h4-size-mobile);
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-hero-image {
    opacity: .2;
    height: 80%;
    top: 30%;
    right: -30%;
  }
}

@media screen and (max-width: 479px) {
  .c-navbar {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .c-burger-lottie {
    width: 50px;
  }

  .c-navbar-menu-wrapper {
    order: -1;
    align-items: center;
    display: flex;
  }

  .c-burger-btn.w--open {
    background-color: #c8c8c800;
  }

  .nav-link-block {
    display: block;
  }

  .c-logo-header {
    order: -1;
    height: 40px;
  }

  .c-footer-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .c-footer-menu {
    flex-flow: column;
  }

  .c-form-2spaltig {
    margin-bottom: 0;
    display: block;
  }

  .c-checkbox-label {
    font-size: 12px;
    line-height: 130%;
  }

  .c-job-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .c-job-item:hover {
    padding-left: 20px;
  }

  .c-accordion.js-accordion {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .c-accordion-body {
    padding-left: 56px;
  }

  .c-accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-accordeon-h5 {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion__item.js-accordion-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#w-node-_55dc4996-d500-6f5d-b52c-ec8cc9d097cb-bd67c7a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Outfit V 11 Latin 900';
  src: url('../fonts/outfit-v11-latin-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit V 11 Latin 800';
  src: url('../fonts/outfit-v11-latin-800.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit V 11 Latin 500';
  src: url('../fonts/outfit-v11-latin-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit V 11 Latin 600';
  src: url('../fonts/outfit-v11-latin-600.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit V 11 Latin 300';
  src: url('../fonts/outfit-v11-latin-300.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit V 11 Latin 200';
  src: url('../fonts/outfit-v11-latin-200.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit V 11 Latin';
  src: url('../fonts/outfit-v11-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit V 11 Latin 700';
  src: url('../fonts/outfit-v11-latin-700.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}