:root {
  --body-copy: #6b7280;
  --heading-black: #0b0b0b;
  --primary: #7a14ff;
  --white: white;
  --lightes-grey: #f8f9fa;
  --yellow: #dbf87c;
  --light-grey: #eff0f2;
  --shadow: #0000003b;
  --grey: #d9d9d9;
  --dark-blue: #00209e;
  --green: #00d17f;
  --red: #fc3838;
  --hover-primary: #0336ffd9;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--body-copy);
  font-family: Montserrat Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variable, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variable, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variable, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variable, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.4;
}

h5 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variable, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.5;
}

h6 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Variable, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary);
}

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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  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-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.margin-top, .margin-top.margin-medium, .margin-top.margin-xlarge {
  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 {
  border: .125rem solid var(--body-copy);
  color: var(--body-copy);
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  display: flex;
}

.form_checkbox.is-active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.form_checkbox-icon {
  border-width: .125rem;
  border-color: var(--body-copy);
  border-radius: 0;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  border-color: var(--white);
  background-color: var(--primary);
  background-size: 90%;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus-visible {
  outline-color: var(--body-copy);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.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, #0073e61a, #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;
}

.form_checkbox-label {
  font-weight: 500;
}

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

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: var(--white);
  background-color: #000;
}

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

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

.text-color-grey {
  color: gray;
}

.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(--lightes-grey);
  padding: 2rem;
}

.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-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

.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 ol, .text-rich-text p {
  margin-bottom: .75rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.563rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.953rem;
}

.text-rich-text a {
  color: #0336ff;
  text-decoration: underline;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  font-size: .889rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  font-size: .79rem;
}

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

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

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

.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: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  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 {
  font-size: 1rem;
}

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

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

.text-weight-bold {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}

.form_radio-label {
  font-weight: 500;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.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;
  display: grid;
}

.form_field-wrapper {
  margin-bottom: 2rem;
  position: relative;
}

.background-color-white {
  background-color: #fff;
}

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

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}

.form_label {
  color: var(--heading-black);
  position: static;
}

.form_label.is-animated {
  margin-top: 1.35rem;
  margin-bottom: 0;
  padding-left: 1rem;
  line-height: 1;
  transition: font-size .5s cubic-bezier(.165, .84, .44, 1), margin .5s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
}

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

.form_radio-icon {
  border-width: .125rem;
  border-color: var(--body-copy);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  border-color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  width: 1.25rem;
  height: 1.25rem;
}

.form_radio-icon.w--redirected-focus-visible {
  outline-color: var(--body-copy);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

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

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

.background-color-lightes-grey {
  background-color: var(--lightes-grey);
}

.form_input {
  border: .125rem solid var(--body-copy);
  background-color: #0000;
  width: 100%;
  height: 2.375rem;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding: 1.8rem 1rem;
  font-size: 1rem;
  display: block;
}

.form_input:focus {
  border: .125rem solid var(--primary);
}

.form_input.is-select-input {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2rem;
}

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

.form_input.is-text-area.is-animated {
  padding-top: 1.75rem;
}

.form_input.is-animated {
  padding-top: 2.35rem;
  padding-bottom: 1.25rem;
}

.form_input.is-option {
  display: none;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 900;
  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: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.page-wrapper {
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.fs-styleguide_label {
  background-color: var(--primary);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: 2rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.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 {
  border: .125rem solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.button.is-text {
  color: var(--primary);
  background-color: #0000;
  border-color: #0000;
  padding: 0;
}

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

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

.button.is-secondary {
  border: .125rem solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.button.is-secondary.is-inverted {
  border-color: var(--yellow);
  background-color: var(--primary);
  color: var(--yellow);
}

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

.button.is-inverted {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--primary);
}

.button.is-text-white {
  color: var(--white);
  background-color: #0000;
  border-color: #0000;
  padding: 0;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.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 {
  font-size: 1.25rem;
}

.text-size-medium.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.button-group.is-centered, .button-group.is-center {
  justify-content: center;
}

.hide {
  display: none;
}

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

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

.form_radio {
  border: .125rem solid var(--body-copy);
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  display: flex;
}

.form_radio.is-active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

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

.footer_main-wrapper {
  background-color: var(--light-grey);
}

.footer_link {
  color: var(--body-copy);
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.footer_link:hover {
  color: #0d1317;
}

.footer_component {
  margin-top: auto;
}

.footer_socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
}

.footer_title {
  font-size: 1rem;
}

.footer_logo {
  height: 2.5rem;
}

.social-icon_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_content {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  margin-top: 4rem;
}

.social-icon_link {
  color: var(--body-copy);
  justify-content: center;
  align-items: center;
  transition: color .25s;
}

.social-icon_link:hover {
  color: #0d1317;
}

.footer-cta_shape-top {
  background-color: #5e5e5e;
  border-bottom-left-radius: .375rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% auto auto -3.5rem;
}

.footer_bottom {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav_link-wrapper {
  align-items: center;
  display: flex;
}

.nav_menu-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_menu-button {
  background-color: #0000;
}

.nav_link {
  color: var(--body-copy);
  padding: 1rem;
  transition: color .25s;
}

.nav_link:hover {
  color: var(--heading-black);
}

.nav_link.w--current {
  color: #555;
}

.nav_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  height: 3rem;
}

.nav_button {
  border: .0625rem solid var(--primary);
  background-color: var(--primary);
  flex: none;
  padding: .875rem 1.5rem;
}

.nav_button:hover {
  border-color: #555;
}

.nav_logo-link {
  margin-right: 2rem;
  line-height: 0;
}

.nav_component {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav_dropdown {
  color: var(--body-copy);
  padding: 1rem 3rem 1rem 1rem;
  transition: color .25s;
}

.nav_dropdown:hover {
  color: var(--heading-black);
}

.nav_dropdown.w--current {
  color: #555;
}

.nav_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--body-copy);
  align-items: flex-start;
  padding: 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav_dropdown-link:hover {
  background-color: var(--lightes-grey);
}

.nav_dropdown-link.w--current {
  color: #555;
}

.nav_dropdown-icon-wrapper {
  background-color: var(--primary);
  color: var(--white);
  padding: .5rem;
}

.nav_dropdown-list {
  background-color: var(--white);
  width: 100vw;
  max-width: 22rem;
  padding: 1rem;
  box-shadow: 0 0 0 1px #0000000d;
}

.home-services_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.home-services_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--lightes-grey);
  color: var(--body-copy);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: flex-start start;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.service-card_component:hover {
  box-shadow: 1px 1px 13px 0 var(--shadow);
}

.service-card_icon-wrapper {
  background-color: var(--primary);
  color: var(--white);
  padding: .5rem;
}

.portfolio_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio_wrapper.is-compact {
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio_wrapper-right, .portfolio_wrapper-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.portfolio_item {
  color: var(--white);
  flex-direction: column;
  height: 50vh;
  min-height: 32rem;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio_item:hover {
  box-shadow: 1px 1px 13px 0 var(--shadow);
}

.portfolio_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  padding: 2rem;
  display: flex;
  position: relative;
}

.portfolio_img-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  perspective: 1600px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 125%;
  height: 125%;
  display: grid;
  position: absolute;
  inset: -12% 0% 0% -12%;
  transform: rotate(30deg);
}

.portfolio_img-wrapper.is-second-row {
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
  transform: scale(1.25)rotate(30deg);
}

.image {
  border: .0625rem solid var(--grey);
  box-shadow: none;
  outline-color: var(--grey);
  outline-offset: .125rem;
  border-radius: .5rem;
  outline-width: .0625rem;
  outline-style: solid;
  width: 100%;
  max-width: none;
  height: 100%;
}

.portfolio_overlay {
  background-color: var(--primary);
  opacity: .85;
  position: absolute;
  inset: 0%;
}

.testimonial_cards-wrapper {
  column-count: 3;
}

.testimonial_card {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--heading-black);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.testimonial_card-inner {
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.testimonial_card-stars {
  grid-column-gap: .25rem;
  color: #ffe559;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.testimonial_card-person {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  display: flex;
}

.testimonial_card-avatar {
  border-radius: 50%;
  height: 3rem;
}

.background-color-blue {
  background-color: var(--primary);
  color: var(--white);
}

.portfolio_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.cta-center_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-center_component {
  padding: 2rem;
}

.section_ratgeber {
  overflow: hidden;
}

.ratgeber_component {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
}

.ratgeber_slider-mask {
  text-align: left;
  width: 23vw;
  max-width: 23.125rem;
  padding-bottom: 3rem;
  overflow: visible;
}

.ratgeber_arrow {
  color: var(--primary);
  width: 3rem;
  height: 3rem;
  margin-bottom: 4.5rem;
  inset: 0 auto auto 0;
  overflow: hidden;
}

.ratgeber_arrow.is-right {
  left: 4rem;
}

.ratgeber_arrow-inner {
  background-color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .75rem;
  display: flex;
}

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

.slide-nav {
  text-align: left;
  height: 1rem;
  padding-top: 0;
  font-size: 1rem;
}

.ratgeber_slider-card-wrapper {
  background-color: var(--dark-blue);
  width: 23vw;
  max-width: 23.125rem;
  margin-right: 2rem;
  transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1);
}

.ratgeber_slider-card-wrapper:hover {
  box-shadow: 1px 0 13px 0 var(--shadow);
}

.ratgeber_slider-card-inner {
  width: 23vw;
  max-width: 23.125rem;
  padding-top: 100%;
  display: block;
  position: relative;
}

.ratgeber_slider-card-content {
  background-color: var(--primary);
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ratgeber_slider-card-desc {
  color: var(--white);
  overflow: hidden;
}

.blog_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_card {
  background-color: var(--lightes-grey);
  color: var(--body-copy);
  flex-direction: column;
  height: 33rem;
  text-decoration: none;
  transition: box-shadow .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_card:hover {
  box-shadow: 1px 1px 13px 0 var(--shadow);
}

.blog_card-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

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

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

.blog_card-img-wrapper {
  height: 35%;
}

.text-block {
  background-color: var(--yellow);
  color: var(--heading-black);
  padding: .25rem .75rem;
  font-size: .75rem;
}

.portfolio_img-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio_img-col.is-2nd, .portfolio_img-col.is-4th {
  transform: translate(0, -2rem);
}

.ratgeber_slider-card-img-wrapper {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ratgeber_slider-card-img {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.footer-services_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-services_wrapper.is-wip {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-services_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--lightes-grey);
  color: var(--body-copy);
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer-services_card:hover {
  background-color: var(--light-grey);
}

.footer-service_icon-wrapper {
  background-color: var(--primary);
  color: var(--white);
  padding: .5rem;
}

.footer_heading {
  max-width: 50rem;
  font-size: 5rem;
}

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

.footer_links-inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.footer_links-inner-wrapper.is-two-col {
  grid-template-columns: 1fr 1fr;
}

.footer_liine {
  background-color: var(--grey);
  width: 100%;
  height: .0625rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.footer_copyright-wrapper {
  grid-column-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.footer_bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-header_lottie {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  height: 100%;
  transform: none;
}

.home-header_content {
  background-color: var(--primary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

.home-header_wrapper {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-header_wrapper.is-lottie {
  z-index: 1;
  width: 100%;
  inset: 0%;
}

.home-header_component {
  width: 100%;
  min-height: 150vh;
  position: relative;
}

.home-header_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  width: 42vw;
  min-width: 40rem;
  max-width: 54rem;
  height: 100vh;
  padding-bottom: 8rem;
  padding-left: 8rem;
  display: flex;
}

.home-header_animation {
  perspective: 1600px;
  perspective-origin: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

.two-col_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-col_side {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-location_details {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-location_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_contact-more.background-color-lightes-grey {
  margin-top: -10rem;
}

.contact-location_img-wrapper {
  min-width: 34rem;
  overflow: hidden;
}

.contact-more_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12rem;
  display: grid;
}

.contact-more-card_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--body-copy);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: flex-start start;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.contact-more-card_component:hover {
  box-shadow: 1px 1px 13px 0 var(--shadow);
}

.faq_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.faq_direct-card {
  background-color: var(--lightes-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.faq_direct-card-avatar {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.faq_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.faq_card {
  background-color: var(--lightes-grey);
  cursor: pointer;
  flex-direction: column;
  transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.faq_card:hover {
  box-shadow: 1px 1px 13px 0 var(--shadow);
}

.faq_card-title {
  background-color: var(--light-grey);
  color: var(--heading-black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.faq_card-body {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.form_message-title {
  color: var(--heading-black);
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.form_message-icon {
  color: var(--green);
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.form_message-icon.is-red {
  color: var(--red);
}

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

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

.contact-form_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.contact-form_direct-card {
  background-color: var(--lightes-grey);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.max-width-xmedium {
  width: 100%;
  max-width: 39rem;
}

.form_field-cols {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_default-checkbox {
  color: var(--body-copy);
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_default-checkbox-icon {
  border-width: .125rem;
  border-color: var(--body-copy);
  cursor: pointer;
  border-radius: 0;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_default-checkbox-icon.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 90%;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_default-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_default-checkbox-icon.w--redirected-focus-visible {
  outline-color: var(--body-copy);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.form_field-long-short-cols {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.tocitem {
  color: #4a6a86;
  border-left: 1px solid #dbe2eb;
  border-radius: 0 5px 5px 0;
  justify-content: space-between;
  padding: 10px 10px 10px 8px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s, background-color .2s, color .2s;
  display: flex;
}

.tocitem:hover {
  color: #070e27;
  background-color: #2962ff1a;
  border-left-width: 2px;
  border-left-color: #070e27;
  padding-left: 7px;
}

.tocitem.toc-h5 {
  margin-left: 1.5rem;
}

.tocitem.toc-h5.active {
  color: #070e27;
  background-color: #2962ff1a;
}

.tocitem.toc-h6 {
  margin-left: 2rem;
}

.tocitem.toc-h6.active {
  color: #070e27;
  background-color: #2962ff1a;
}

.tocitem.active {
  color: #070e27;
  background-color: #2962ff1a;
  border-left-width: 2px;
  border-left-color: #2962ff;
  padding-left: 7px;
}

.tocitem.toc-h3 {
  margin-left: .5rem;
}

.tocitem.toc-h3.active, .tocitem.toc-h2.active {
  color: #070e27;
  background-color: #2962ff1a;
}

.tocitem.toc-h4 {
  margin-left: 1rem;
}

.tocitem.toc-h4.active {
  color: #070e27;
  background-color: #2962ff1a;
}

.toc {
  position: sticky;
  top: 8rem;
}

.fs-toc_h-trigger {
  display: none;
}

.services_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services_content-wrapper {
  background-color: var(--lightes-grey);
  padding: 2rem;
}

.services_cta-wrapper {
  background-color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.text-block-2 {
  font-weight: 600;
}

.services_divider-wrapper {
  align-items: center;
  display: flex;
}

.services_divider-line {
  background-color: var(--grey);
  flex: 1;
  height: .125rem;
  margin-left: 1rem;
}

.services_services-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services_service-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.services_item-icon-wrapper {
  color: var(--green);
  display: inline-block;
}

.service-card_icon-wrapper-copy {
  background-color: var(--primary);
  color: var(--white);
  align-self: center;
  padding: .5rem;
}

.services_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits_item {
  background-color: var(--white);
  padding: 2rem;
}

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

.target-audience_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--lightes-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.target-audience_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.target-audience_icon-wrapper {
  background-color: var(--grey);
  color: var(--heading-black);
  padding: .5rem;
}

.div-block-12-copy-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--body-copy);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.div-block-13-copy-copy:hover {
  box-shadow: 1px 1px 13px 0 var(--shadow);
}

.services_icon-wrapper {
  background-color: var(--primary);
  color: var(--white);
  padding: .5rem;
}

.div-block-12-copy-copy-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

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

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

.accordion {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion.js-accordion {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.accordion__item {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  overflow: hidden;
}

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

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

.accordion-body__contents {
  opacity: 1;
  margin-top: 1rem;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-16 {
  width: 80%;
}

.image-6 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-11-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--body-copy);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.div-block-4-copy {
  background-color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.div-block-3-copy {
  background-color: var(--lightes-grey);
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.div-block-17 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.div-block-18 {
  background-color: var(--grey);
  width: .125rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.section-about-us_header {
  position: relative;
}

.image-7 {
  max-width: none;
  height: 100%;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.about-us-header_component {
  width: 100%;
  max-width: 48rem;
}

.div-block-20 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-color-light-grey {
  background-color: var(--light-grey);
}

.div-block-21 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-22 {
  background-color: var(--white);
  color: var(--body-copy);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  padding: 2rem;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-top: auto;
}

.layout352_centre {
  display: flex;
  position: relative;
}

.layout352_progress {
  z-index: -2;
  background-color: #b3b3b3;
  width: 3px;
  height: 100%;
  position: absolute;
  left: .375rem;
}

.layout352_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, var(--white), transparent);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.layout352_item {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 4rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.layout352_progress-bar {
  z-index: -1;
  background-color: var(--primary);
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout352_circle {
  background-color: #0000;
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0000;
}

.layout352_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout352_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--white), transparent);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-20-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-color: var(--lightes-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
  position: sticky;
  top: 8rem;
}

.div-block-26 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--lightes-grey);
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.footer-service_icon-wrapper-xxx {
  background-color: var(--primary);
  color: var(--white);
  padding: .5rem;
}

.div-block-27 {
  margin-left: auto;
}

.div-block-28 {
  height: 100%;
  position: relative;
}

.div-block-29 {
  background-color: var(--grey);
  height: .125rem;
}

.absdadjklas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 8rem;
}

.course_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

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

.services-benefits-col_wrapper {
  width: 100%;
  position: relative;
}

.services-benefits_image-bg {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 1.5rem;
}

.services-benefits_image {
  width: 38%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-benefits_image._2 {
  inset: auto 0% 0% auto;
}

.services-benefits_image._3 {
  width: 20%;
  inset: auto 40% 31% auto;
}

.services-benefits_icon {
  width: 10%;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-benefits_icon._1 {
  width: 37%;
  top: 17%;
  left: 21%;
}

.services-benefits_icon._2 {
  top: 16%;
  left: 9%;
}

.services-benefits_icon._3 {
  width: 14%;
  top: 66%;
  left: 78%;
}

.services-benefits_icon._4 {
  width: 7%;
  top: 11%;
  left: 59%;
}

.services-benefits_icon._5 {
  width: 10%;
  top: 18%;
  left: 84%;
}

.services-benefits_icon._6 {
  width: 18%;
  top: 30%;
  left: 63%;
}

.services-benefits_icon._7 {
  width: 9%;
  top: 78%;
  left: 58%;
}

.services-benefits_icon._8 {
  width: 8%;
  top: 78%;
  left: 12%;
}

.services-benefits_icon._9 {
  width: 14%;
  top: 43%;
  left: 3%;
}

.services-benefits_ui-image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.services-benefits_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-benefits-col_side {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.services-development_image {
  width: 48%;
  display: block;
}

.services-development_image._2 {
  width: 20%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.services-development_image._3 {
  position: absolute;
  inset: 16% auto auto 38%;
}

.services-development_image._4 {
  width: 10%;
  position: absolute;
  inset: 52% 11% auto auto;
}

.social-nav_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-nav_logo-link {
  margin-right: 2rem;
  line-height: 0;
}

.social-nav_logo {
  height: 3rem;
}

.social-nav_menu-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-nav_button {
  border: .0625rem solid var(--primary);
  background-color: var(--primary);
  flex: none;
  padding: .875rem 1.5rem;
}

.social-nav_button:hover {
  border-color: #555;
}

.social-nav_component {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  position: sticky;
  top: 0;
}

.social-header_avatar {
  border-radius: 50%;
  overflow: hidden;
}

.social-header_logo {
  height: 3rem;
}

.div-block-30 {
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.social-header_verified {
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: auto .5rem .5rem auto;
}

.social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social_divider-line {
  background-color: var(--grey);
  flex: 1;
  height: .125rem;
}

.pricing_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_item {
  background-color: var(--lightes-grey);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pricing_head {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light-grey);
  flex-direction: column;
  padding: 2rem;
  display: flex;
  position: relative;
}

.pricing_body {
  padding: 2rem;
}

.pricing_footer {
  flex-direction: column;
  margin-top: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.div-block-31 {
  display: none;
}

.list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.pricing_price {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-32 {
  width: 7rem;
  height: 7rem;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.div-block-33 {
  background-color: var(--yellow);
  color: var(--heading-black);
  text-align: center;
  width: 12rem;
  min-width: 12rem;
  margin-bottom: 3.25rem;
  margin-left: -1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(45deg);
}

.div-block-34 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-35 {
  padding-top: 4.5rem;
  position: relative;
}

.image-10 {
  height: 6rem;
  position: absolute;
  inset: auto auto 1.25rem 15rem;
}

.image-11 {
  border: .25rem solid var(--white);
  border-radius: 999rem;
  width: 3.25rem;
  height: 3.25rem;
}

.image-11.is-moved {
  margin-left: -1rem;
}

.div-block-36 {
  display: flex;
}

.div-block-37 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section_699lp-header {
  background-image: radial-gradient(circle at 50% 100%, #0336ff1a, #fff0 50%);
}

.div-block-38 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-39 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-40 {
  color: var(--primary);
}

.text-block-3 {
  color: var(--heading-black);
  font-family: futura-pt-bold, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-3.is-old-price {
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-3-copy {
  margin-right: .5rem;
  font-size: 2em;
}

.text-block-3-copy.is-old-price {
  text-decoration: line-through;
}

.services_services-wrapper-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.services_services-wrapper-copy2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: min-content min-content min-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-43 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 40vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.label {
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-wrap {
  width: 40%;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-animate {
  background-color: var(--primary);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.step-content-block {
  text-align: left;
  align-self: center;
  width: 100%;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

._699lp-responsive_image {
  width: 48%;
  display: block;
}

._699lp-responsive_image._1 {
  width: 14%;
  position: absolute;
  inset: 19% auto auto 0%;
}

._699lp-responsive_image._2 {
  width: 27%;
  position: absolute;
  inset: auto 0% 16% auto;
}

._699lp-responsive_image._3 {
  width: 75%;
  max-width: none;
  margin-left: 6%;
}

._699lp-responsive-col_wrapper, ._699lp-dsgvo-col_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

._699lp-dsgvo_image {
  width: 48%;
  display: block;
}

._699lp-dsgvo_image._1 {
  width: 33%;
  position: absolute;
  inset: 0% auto auto 20%;
}

._699lp-dsgvo_image._2 {
  width: 27%;
  position: absolute;
  inset: 10% 10% auto auto;
}

._699lp-dsgvo_image._3 {
  width: 50%;
  max-width: none;
  margin-top: 4rem;
  margin-left: 20%;
}

._699lp-dsgvo_image._4 {
  width: 25%;
  position: absolute;
  inset: 34% auto auto 0%;
}

.lottie-animation {
  cursor: pointer;
}

.countdown_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.countdown_time {
  color: var(--heading-black);
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.countdown_label {
  text-align: center;
  font-size: 2rem;
}

.div-block-46 {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-47 {
  z-index: 2;
  background-color: var(--white);
  box-shadow: 7px 7px 20px 0 var(--shadow);
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-47.is-secondary {
  z-index: 1;
  background-color: var(--dark-blue);
  color: var(--white);
}

.div-block-48 {
  padding: 4rem;
}

.div-block-49 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-50 {
  text-align: center;
  border: .125rem solid #fff3;
  padding: 1rem;
}

._699lp-c-header_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.image-12 {
  max-width: none;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-51 {
  background-image: none;
  position: relative;
}

.div-block-52 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: 10rem;
  display: flex;
}

.text-block-4 {
  font-size: 1.25rem;
}

.div-block-53 {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-13 {
  height: 3rem;
}

.div-block-54 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--heading-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-55 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 99rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.html-embed {
  height: 100%;
}

.div-block-57 {
  height: 43.75rem;
}

.div-block-58 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.header80_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header80_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header80_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-1 {
  width: 22vw;
}

.header80_image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header80_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header80_image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header80_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header80_content {
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.header80_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.pricing21_component {
  width: 100%;
}

.pricing21_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.pricing21_top-row-content {
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.pricing21_top-row-price {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing21_heading-row {
  border-bottom: 1px solid #000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing21_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing21_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.pricing21_row-content {
  text-align: center;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 400;
  display: flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.blog43_component {
  flex-direction: column;
  align-items: center;
}

.blog43_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog43_heading {
  flex: 1;
}

.blog43_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog43_button-row.show-mobile-landscape {
  display: none;
}

.blog43_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog43_item {
  background-color: var(--lightes-grey);
  border-radius: .5rem;
  box-shadow: 1px 1px 5px #0000001a;
}

.blog43_item-link {
  color: var(--body-copy);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog43_image-wrapper {
  width: 100%;
  height: 18rem;
  position: relative;
  overflow: hidden;
}

.blog43_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog43_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog43_title-wrapper {
  margin-bottom: .5rem;
}

.form-price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: flex;
}

.form-price-label {
  align-self: flex-end;
  width: 100%;
  margin-bottom: 0;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-price-select-input {
  width: auto;
  margin-bottom: 0;
}

.div-block-59 {
  z-index: 999;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-block-5 {
  font-weight: 600;
}

.div-block-60 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-61 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-block-7 {
  max-width: 30rem;
}

.image-14 {
  height: 6rem;
}

.cta21_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cta21_image {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.blog40_component {
  flex-direction: column;
  align-items: center;
}

.blog40_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog40_item {
  background-color: var(--lightes-grey);
}

.blog40_item-link {
  color: var(--heading-black);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog40_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog40_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog40_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog40_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog40_category {
  background-color: var(--shadow);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog40_title-wrapper {
  margin-bottom: .5rem;
}

.blog40_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog40_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.text-block-8 {
  color: var(--red);
  text-align: center;
  margin-bottom: 1rem;
  font-style: italic;
  display: none;
}

.div-block-62 {
  width: 50%;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-64 {
  width: 50%;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

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

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

@media screen and (max-width: 991px) {
  img {
    max-width: 100%;
  }

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

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .footer-cta_shape-top {
    left: -2.6rem;
  }

  .nav_link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .nav_menu-button-icon {
    justify-content: center;
    align-items: center;
    height: 1.25rem;
    display: flex;
  }

  .nav_menu-wrapper {
    background-color: #fff;
    background-image: linear-gradient(#e6e6e61a, #eee);
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .nav_menu-button {
    color: #000;
    border-radius: .5rem;
    padding: 1rem;
  }

  .nav_menu-button.w--open {
    color: #0d1317;
    background-color: #eee;
  }

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

  .nav_container {
    justify-content: space-between;
  }

  .nav_logo {
    width: 10rem;
  }

  .nav_dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav_dropdown-link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav_dropdown-list.w--open {
    width: 100%;
    max-width: none;
    position: static;
  }

  .home-services_wrapper, .portfolio_wrapper {
    grid-template-columns: 1fr;
  }

  .portfolio_wrapper.is-compact {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio_img-wrapper, .portfolio_img-wrapper.is-second-row {
    width: 130%;
    height: 130%;
    top: -15%;
    left: -15%;
    transform: scale(1.1)rotate(30deg);
  }

  .testimonial_cards-wrapper {
    column-count: 2;
  }

  .ratgeber_slider-mask, .ratgeber_slider-card-wrapper, .ratgeber_slider-card-inner {
    width: 50vw;
  }

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

  .blog_card {
    height: 40rem;
  }

  .footer-services_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-header_lottie {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-header_content {
    z-index: 2;
    box-shadow: 0 0 1rem 0 var(--shadow);
    height: 100%;
    position: relative;
  }

  .home-header_wrapper {
    width: 100%;
    position: static;
  }

  .home-header_wrapper.is-lottie {
    height: auto;
    min-height: auto;
  }

  .home-header_component {
    min-height: 0;
  }

  .home-header_content-wrapper {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 80vh;
    padding: 8.5rem 2.5rem 2.5rem;
  }

  .home-header_animation {
    height: auto;
    position: static;
  }

  .nav_dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-location_component {
    grid-template-columns: 1fr;
  }

  .contact-location_img-wrapper {
    min-width: 0;
  }

  .contact-more_wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 10rem;
  }

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

  .faq_direct-card {
    position: static;
  }

  .contact-form_component {
    grid-template-columns: 1fr;
  }

  .contact-form_direct-card {
    position: static;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .toc {
    position: static;
  }

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

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

  .target-audience_component {
    grid-template-columns: 1fr;
  }

  .div-block-12-copy-copy, .div-block-12-copy-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-14, .div-block-2-copy {
    grid-template-columns: 1fr;
  }

  .image-7 {
    height: 100%;
    margin-right: -4rem;
    display: block;
  }

  .about-us-header_component {
    max-width: 70vw;
  }

  .div-block-21 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-20-copy, .course_component {
    grid-template-columns: 1fr;
  }

  .services-benefits_image {
    width: 33%;
  }

  .services-benefits_component {
    grid-template-columns: 1fr;
  }

  .social-nav_container {
    justify-content: space-between;
  }

  .social-nav_logo {
    width: 10rem;
  }

  .social-nav_button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .pricing_component, .div-block-34, .div-block-42 {
    grid-template-columns: 1fr;
  }

  .div-block-48 {
    padding: 2rem;
  }

  .div-block-49 {
    grid-template-columns: 1fr;
  }

  ._699lp-c-header_component {
    grid-template-columns: 1fr 1.5fr;
  }

  .div-block-57 {
    height: 21.875rem;
  }

  .header80_image-wrapper.is-image-1, .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .header80_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pricing21_top-row-content {
    padding: 1.5rem 1rem;
  }

  .pricing21_top-row-price {
    font-size: 3.25rem;
  }

  .pricing21_row-content.is-first {
    border-left-style: none;
  }

  .blog43_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog43_heading {
    margin-right: 3rem;
  }

  .blog43_button-row {
    flex: none;
  }

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

  .div-block-59 {
    grid-template-columns: 1fr;
  }

  .image-14 {
    height: 4rem;
  }

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

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

  .text-block-8 {
    display: block;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .social-icon_link {
    justify-content: center;
    align-items: center;
  }

  .footer-cta_shape-top {
    display: none;
  }

  .nav_menu-button-icon {
    height: 1rem;
  }

  .nav_container {
    height: 5rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_component {
    height: 5rem;
  }

  .home-services_content-wrapper, .portfolio_wrapper.is-compact {
    grid-template-columns: 1fr;
  }

  .testimonial_cards-wrapper {
    column-count: 1;
  }

  .testimonial_card {
    display: block;
  }

  .ratgeber_slider-mask {
    width: 80vw;
    padding-bottom: 6rem;
  }

  .slide-nav {
    height: 3rem;
    font-size: 3rem;
  }

  .ratgeber_slider-card-wrapper, .ratgeber_slider-card-inner {
    width: 80vw;
  }

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

  .blog_card {
    height: 29rem;
  }

  .footer-services_wrapper, .footer-services_wrapper.is-wip {
    grid-template-columns: 1fr;
  }

  .footer_heading {
    font-size: 3rem;
  }

  .two-col_component, .contact-more_wrapper, .form_field-cols, .form_field-long-short-cols {
    grid-template-columns: 1fr;
  }

  .services_services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .benefits_component, .div-block-12-copy-copy, .div-block-12-copy-copy-copy {
    grid-template-columns: 1fr;
  }

  .question-text {
    margin-top: 8px;
  }

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

  .div-block-20 {
    grid-template-columns: 1fr;
  }

  .layout352_centre {
    justify-content: flex-start;
  }

  .layout352_progress {
    left: .375rem;
  }

  .layout352_item {
    grid-template-columns: 4rem 1fr;
  }

  .div-block-20-copy {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    position: static;
  }

  .div-block-28 {
    width: 100%;
  }

  .services-benefits_image {
    width: 48%;
  }

  .social-nav_container {
    height: 5rem;
  }

  .social-nav_logo-link {
    padding-left: 0;
  }

  .social-media {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-38 {
    grid-template-columns: 1fr;
  }

  .services_services-wrapper-copy {
    grid-template-columns: 1fr 1fr;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 100%;
    min-height: 30vh;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    min-height: 50vh;
    padding-bottom: 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .countdown_time {
    font-size: 3rem;
  }

  .countdown_label {
    font-size: 1rem;
  }

  .div-block-46, ._699lp-c-header_component {
    grid-template-columns: 1fr;
  }

  .image-12 {
    z-index: 2;
    height: 18rem;
    inset: auto auto 0% 0%;
  }

  .div-block-52 {
    height: 13.3rem;
    margin-top: 94px;
    padding: 1rem 1rem 1rem 50%;
  }

  .div-block-52.is-empty {
    display: none;
  }

  .div-block-57 {
    height: 18rem;
  }

  .header80_component {
    height: 150vh;
  }

  .header80_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header80_content {
    padding-top: 4rem;
  }

  .header80_ix-trigger {
    margin-top: 35rem;
  }

  .pricing21_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing21_empty-space {
    display: none;
  }

  .pricing21_top-row-content.is-first {
    border-left-style: none;
  }

  .pricing21_top-row-price {
    font-size: 2.5rem;
  }

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

  .pricing21_feature {
    border-bottom: 1px solid #000;
    padding-right: 1rem;
  }

  .pricing21_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog43_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog43_heading {
    margin-right: 0;
  }

  .blog43_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog43_button-row.hide-mobile-landscape {
    display: none;
  }

  .blog43_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog43_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-60 {
    grid-template-columns: 1fr;
  }

  .image-14 {
    height: 3rem;
  }

  .cta21_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .blog40_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

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

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .blog_card {
    height: 39rem;
  }

  .ratgeber_slider-card-title {
    font-size: 1rem;
  }

  .footer_heading {
    font-size: 2.5rem;
  }

  .footer_links-inner-wrapper.is-two-col, .services_services-wrapper {
    grid-template-columns: 1fr;
  }

  .target-audience_item, .div-block-13-copy-copy {
    flex-direction: column;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

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

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

  .image-7 {
    height: 50%;
    margin-right: 0;
  }

  .about-us-header_component {
    max-width: none;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
  }

  .layout352_item {
    grid-template-columns: 3rem 1fr;
  }

  .services-benefits_image-bg {
    padding: .5rem;
  }

  .social-media {
    grid-template-columns: 1fr;
  }

  .section_699lp-header {
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 2rem;
  }

  .services_services-wrapper-copy {
    grid-template-columns: 1fr;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  ._699lp-dsgvo_image._2 {
    inset: 0% 0% auto auto;
  }

  ._699lp-dsgvo_image._3 {
    width: 62%;
    margin-top: 3rem;
  }

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

  .countdown_label {
    font-size: .75rem;
  }

  .image-12, .div-block-52 {
    display: none;
  }

  .div-block-57 {
    height: 10rem;
  }

  .header80_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .pricing21_top-row-content {
    padding: 1rem .5rem;
  }

  .pricing21_top-row-price {
    font-size: 1.5rem;
  }

  .blog43_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .blog40_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

#w-node-a6f7dfe0-8336-365b-a97b-193af514984f-0a23c54d, #w-node-a1f7a0c4-e2af-21a0-a604-82ed6c88b0fa-0a23c54d, #w-node-f3782fc2-d989-4ad8-0f30-4087e285f45b-0a23c54d, #w-node-_8336c3cd-d8b1-5593-47c6-50efdc90a87b-0a23c54d, #w-node-_2d2b362a-7ce8-a258-a508-a7f87b27df38-0a23c54d, #w-node-d97d2ea9-8ae9-22ed-5add-9b61126adb28-0a23c54d, #w-node-_6c156a02-b678-d4fb-e563-fe393d425710-0a23c54d, #w-node-_6c156a02-b678-d4fb-e563-fe393d425715-0a23c54d, #w-node-_6c156a02-b678-d4fb-e563-fe393d425717-0a23c54d, #w-node-_524d9958-a0db-8488-bbc6-d14cc2c937bd-0a23c54d, #w-node-_524d9958-a0db-8488-bbc6-d14cc2c937c2-0a23c54d, #w-node-_524d9958-a0db-8488-bbc6-d14cc2c937c4-0a23c54d, #w-node-_59b9f5ff-2cc9-088d-1dab-ae87382e490b-0a23c54d, #w-node-_59b9f5ff-2cc9-088d-1dab-ae87382e493b-0a23c54d, #w-node-_4297e40b-387e-ffcb-e19f-22bf57c82c7b-7fcb7aed, #w-node-_4297e40b-387e-ffcb-e19f-22bf57c82c82-7fcb7aed, #w-node-e44b7d33-acc6-44b1-18fa-e14c2b9a36a6-2b9a36a6, #w-node-a6f7dfe0-8336-365b-a97b-193af514984f-0a23c577, #w-node-a1f7a0c4-e2af-21a0-a604-82ed6c88b0fa-0a23c577, #w-node-f3782fc2-d989-4ad8-0f30-4087e285f45b-0a23c577, #w-node-_8336c3cd-d8b1-5593-47c6-50efdc90a87b-0a23c577, #w-node-_2d2b362a-7ce8-a258-a508-a7f87b27df38-0a23c577, #w-node-d97d2ea9-8ae9-22ed-5add-9b61126adb28-0a23c577, #w-node-_6c156a02-b678-d4fb-e563-fe393d425710-0a23c577, #w-node-_6c156a02-b678-d4fb-e563-fe393d425715-0a23c577, #w-node-_6c156a02-b678-d4fb-e563-fe393d425717-0a23c577, #w-node-_524d9958-a0db-8488-bbc6-d14cc2c937bd-0a23c577, #w-node-_524d9958-a0db-8488-bbc6-d14cc2c937c2-0a23c577, #w-node-_524d9958-a0db-8488-bbc6-d14cc2c937c4-0a23c577, #w-node-_760ce22f-268a-58cb-8b61-f840b2bfe960-0a23c577, #w-node-_760ce22f-268a-58cb-8b61-f840b2bfe965-0a23c577, #w-node-_760ce22f-268a-58cb-8b61-f840b2bfe967-0a23c577, #w-node-_879699bf-5f51-82b7-569c-b0772d433e8d-0a23c577, #w-node-ae462e72-a078-8ba1-1335-68dec3440c28-0a23c577, #w-node-_461351f2-7cc3-9953-852d-8f67e553b335-0a23c577, #w-node-_87646901-f159-2054-6667-f5d8ff5d5f95-0a23c577, #w-node-_7e4b1dce-b61e-8ba4-63f6-aa65ce5254d7-0a23c577, #w-node-_7e4b1dce-b61e-8ba4-63f6-aa65ce5254dc-0a23c577, #w-node-_7e4b1dce-b61e-8ba4-63f6-aa65ce5254e1-0a23c577, #w-node-_7e4b1dce-b61e-8ba4-63f6-aa65ce5254e6-0a23c577, #w-node-_69b5308d-d0fa-6817-7be1-61bd21d0d638-0a23c577, #w-node-_69b5308d-d0fa-6817-7be1-61bd21d0d63d-0a23c577, #w-node-_69b5308d-d0fa-6817-7be1-61bd21d0d642-0a23c577, #w-node-_69b5308d-d0fa-6817-7be1-61bd21d0d647-0a23c577, #w-node-fc4cf98c-1231-ad83-d5f0-bb2fad4fe50a-0a23c577, #w-node-fc4cf98c-1231-ad83-d5f0-bb2fad4fe50f-0a23c577, #w-node-fc4cf98c-1231-ad83-d5f0-bb2fad4fe514-0a23c577, #w-node-fc4cf98c-1231-ad83-d5f0-bb2fad4fe519-0a23c577, #w-node-_2864c88f-d26b-e7ae-6620-333f53b6814b-0a23c577, #w-node-_2864c88f-d26b-e7ae-6620-333f53b68150-0a23c577, #w-node-_2864c88f-d26b-e7ae-6620-333f53b68155-0a23c577, #w-node-_2864c88f-d26b-e7ae-6620-333f53b6815a-0a23c577, #w-node-af1f5ae0-d054-cef0-4577-75a00b25739d-0a23c577, #w-node-af1f5ae0-d054-cef0-4577-75a00b2573a2-0a23c577, #w-node-af1f5ae0-d054-cef0-4577-75a00b2573a7-0a23c577, #w-node-af1f5ae0-d054-cef0-4577-75a00b2573ac-0a23c577, #w-node-_07dc5833-8d44-5cb9-9164-830c1c48524b-d5feccf3, #w-node-_85690563-d84a-0454-9897-06d6849a478e-d5feccf3, #w-node-bcdd82c7-e04d-c526-ac9a-edb9aebc79aa-d5feccf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a02d40a0-f2fd-634a-d34f-41bcd5fecd11-d5feccf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0a23c5e7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0a23c5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0a23c5e7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0a23c5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0a23c5e7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0a23c5e7, #w-node-_40da77e8-dae6-df08-5975-c3716029066e-0a23c5e7, #w-node-_136cae0d-fa12-a834-0dc0-48292f51a4eb-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0a23c5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0a23c5e7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0a23c5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0a23c5e7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-0a23c5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0a23c5e7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0a23c5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0a23c5e7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0a23c5e7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0a23c5e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-0a23c5e7 {
  justify-self: start;
}

#w-node-_45b58c01-f39a-5f43-3d62-46ca6ef1265d-0a23c5e8, #w-node-_45b58c01-f39a-5f43-3d62-46ca6ef12662-0a23c5e8, #w-node-_45b58c01-f39a-5f43-3d62-46ca6ef12664-0a23c5e8, #w-node-_292b9098-26dd-dfa7-6412-095f62b35751-0a23c5e8, #w-node-_292b9098-26dd-dfa7-6412-095f62b35756-0a23c5e8, #w-node-_292b9098-26dd-dfa7-6412-095f62b35758-0a23c5e8, #w-node-_34fe9f7e-bf7c-b9f4-8c5d-55b48694c40e-0a23c5e8, #w-node-_098f5d12-6269-ada1-9324-2c4380d0f27e-0a23c5e8, #w-node-dd737235-f95d-4aa8-0512-76083292fc52-0a23c5e8, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c5e8, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5e8, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c5e9, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5e9, #w-node-_9410983a-a989-8ffd-d547-e31affac1cf2-0a23c5ea, #w-node-ff55214c-c7a8-051a-7836-341b42cc04bc-0a23c5ee, #w-node-_607fc9df-de8b-2c41-22e7-45a97df34fd1-0a23c5ee, #w-node-_24952530-b073-3746-599c-ede7b71a3f7c-0a23c5ee, #w-node-_4caff467-6787-0e76-cc7b-1c3944310359-0a23c5ee, #w-node-_34765007-ad2c-a714-4335-1d848a81795c-0a23c5ee, #w-node-_62cd280b-6be4-0339-3c9c-15f27b26aae9-0a23c5ee, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19ac-0a23c5ee, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19b1-0a23c5ee, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19b6-0a23c5ee, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19bb-0a23c5ee, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19c0-0a23c5ee, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19c5-0a23c5ee, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c0e-0a23c5ee, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c13-0a23c5ee, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c18-0a23c5ee, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c1d-0a23c5ee, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c22-0a23c5ee, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c27-0a23c5ee, #w-node-_22f3d009-3088-c3c8-42a6-47cc7aad2d27-0a23c5ee, #w-node-f3468651-31b2-9c9c-c83b-b8d527d9231e-0a23c5ee, #w-node-b2fde7a0-bd4c-ab65-a50f-9f09420fafa8-0a23c5ee, #w-node-_7cd264ba-b0d2-2706-fa4d-d3cedec90c58-0a23c5ee, #w-node-_2d8b4959-e464-9c2a-19b5-3cb0d738db73-0a23c5ee, #w-node-_82102c36-8e6d-04a5-6c32-273a8b74afd9-0a23c5ee, #w-node-d18c0eda-a444-78c0-2eca-7723d2d3d451-0a23c5ee, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c5ee, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5ee, #w-node-_22f3d009-3088-c3c8-42a6-47cc7aad2d27-0a23c5f0, #w-node-f3468651-31b2-9c9c-c83b-b8d527d9231e-0a23c5f0, #w-node-_5cf0a1f9-3481-83ae-17f9-670f69744d70-0a23c5f0, #w-node-_5b40fd33-5650-2c2e-e364-c9ef73985388-0a23c5f0, #w-node-_7cf4635d-dad8-91a7-f2bc-5fa7706d8378-0a23c5f0, #w-node-_0752fdc5-8d53-d3a4-0b68-36036ba6a4e9-0a23c5f0, #w-node-_0dcfec9a-4ae8-4855-9583-a9d6cbcbd59b-0a23c5f0, #w-node-a85cbd9d-fca0-c5ac-8b6f-0506fc41e19a-0a23c5f0, #w-node-_27231f66-68a0-7352-23a8-ec55f56b591c-0a23c5f0, #w-node-bba7394c-7843-0c2f-68b6-4c39962ee194-0a23c5f0, #w-node-_71fe131d-9ebd-0eb6-6959-cc0e3b1150ca-0a23c5f0, #w-node-ec465484-eae7-f492-b761-0bba0689b3d5-0a23c5f0, #w-node-_74d3b482-f8d8-2c99-7a24-af40ca5d6afd-0a23c5f0, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349aee-0a23c5f0, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349af4-0a23c5f0, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349afa-0a23c5f0, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349b00-0a23c5f0, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349b06-0a23c5f0, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349b0c-0a23c5f0, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349b12-0a23c5f0, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c5f0, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5f0, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c5f1, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07a6815f-6450-4608-e49c-bd21516f82e9-0a23c5f2 {
  align-self: stretch;
}

#w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c5f2, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5f2, #w-node-_945f5f71-9f24-982c-ed54-58d2ff89a42e-0a23c606, #w-node-c5504608-dde1-4a81-cb48-fc707debe363-0a23c606, #w-node-_87ccbd26-744b-103a-4fe8-04b2b9912a3d-0a23c606, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c606, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c606, #w-node-_9e597f6e-2342-c375-54a5-4e1c3904f051-0a23c607, #w-node-_9e597f6e-2342-c375-54a5-4e1c3904f056-0a23c607, #w-node-_9e597f6e-2342-c375-54a5-4e1c3904f05b-0a23c607, #w-node-_9e597f6e-2342-c375-54a5-4e1c3904f060-0a23c607, #w-node-_4c5253dc-f0d3-d235-801b-5e709ade2b4c-0a23c607, #w-node-_4c5253dc-f0d3-d235-801b-5e709ade2b51-0a23c607, #w-node-_4c5253dc-f0d3-d235-801b-5e709ade2b56-0a23c607, #w-node-_4c5253dc-f0d3-d235-801b-5e709ade2b5b-0a23c607, #w-node-e75e305f-e8c9-df1f-c53b-6476f31efc09-0a23c607, #w-node-e75e305f-e8c9-df1f-c53b-6476f31efc0e-0a23c607, #w-node-e75e305f-e8c9-df1f-c53b-6476f31efc13-0a23c607, #w-node-e75e305f-e8c9-df1f-c53b-6476f31efc18-0a23c607, #w-node-cd44c047-c9d8-7827-7099-d569bf43c12d-0a23c607, #w-node-cd44c047-c9d8-7827-7099-d569bf43c132-0a23c607, #w-node-cd44c047-c9d8-7827-7099-d569bf43c137-0a23c607, #w-node-cd44c047-c9d8-7827-7099-d569bf43c13c-0a23c607, #w-node-_160cd0f2-954e-4fa5-72a2-3b95dde89c45-0a23c607, #w-node-_160cd0f2-954e-4fa5-72a2-3b95dde89c4a-0a23c607, #w-node-_160cd0f2-954e-4fa5-72a2-3b95dde89c4f-0a23c607, #w-node-_160cd0f2-954e-4fa5-72a2-3b95dde89c54-0a23c607, #w-node-c4c1dd42-e43f-7597-782f-dfc88035043d-0a23c607, #w-node-c4c1dd42-e43f-7597-782f-dfc880350442-0a23c607, #w-node-c4c1dd42-e43f-7597-782f-dfc880350447-0a23c607, #w-node-c4c1dd42-e43f-7597-782f-dfc88035044c-0a23c607, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c607, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c607, #w-node-d72f3c2c-f02c-3e64-02cb-46fb863c3925-0a23c608, #w-node-_1dc66ff7-b537-9726-002a-daaaa0e82f95-0a23c608, #w-node-_82e594e0-7b5d-23ac-7b8d-02eec1fd0aa6-0a23c608, #w-node-_82e594e0-7b5d-23ac-7b8d-02eec1fd0aab-0a23c608, #w-node-cf3b1d25-112b-55f3-d2a2-efbb6e8d38c2-0a23c608, #w-node-cf3b1d25-112b-55f3-d2a2-efbb6e8d38c7-0a23c608, #w-node-_8489ebfe-296f-4890-9930-4e62b1cea361-0a23c608, #w-node-_8489ebfe-296f-4890-9930-4e62b1cea366-0a23c608, #w-node-f78759bf-00a4-f71c-09e9-d4b89d79fab9-0a23c608, #w-node-_9b7fd06b-d509-7b22-c66a-4a8e624f8b2c-0a23c608, #w-node-_89b74041-b3ed-db2a-a3f0-58adda0889cf-0a23c608, #w-node-b3fbca31-b76b-4ad2-ad79-c2a5553da644-0a23c608, #w-node-_342259d7-db34-f769-2803-b6386636ab99-0a23c608, #w-node-_9a6261b7-143b-c359-65cb-65aa3db99e17-0a23c608, #w-node-_9a6261b7-143b-c359-65cb-65aa3db99e1c-0a23c608, #w-node-_193f9124-b5cd-f2ec-1ae6-d04bb097fdef-0a23c608, #w-node-_193f9124-b5cd-f2ec-1ae6-d04bb097fdf4-0a23c608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b055-0a23c608, #w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b061-0a23c608 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b065-0a23c608 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b067-0a23c608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b06c-0a23c608 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b071-0a23c608 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b073-0a23c608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78afe670-44ee-2cd1-6cd0-2a72619b8407-0a23c608 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_78afe670-44ee-2cd1-6cd0-2a72619b840b-0a23c608 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_78afe670-44ee-2cd1-6cd0-2a72619b840d-0a23c608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7b60a34-ed1d-8f2a-a204-fc88f997b3ca-0a23c608 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7b60a34-ed1d-8f2a-a204-fc88f997b3ce-0a23c608 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c7b60a34-ed1d-8f2a-a204-fc88f997b3d0-0a23c608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52000e37-b3cf-35e0-0ea6-58265a6d1c18-0a23c608 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52000e37-b3cf-35e0-0ea6-58265a6d1c1c-0a23c608 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_52000e37-b3cf-35e0-0ea6-58265a6d1c1e-0a23c608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f20259-3185-f8ba-2079-604bb7d31be2-0a23c608 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69f20259-3185-f8ba-2079-604bb7d31be6-0a23c608 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_69f20259-3185-f8ba-2079-604bb7d31be8-0a23c608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6824049f-2203-0c97-3044-61d9814e2e5c-0a23c61d, #w-node-_6824049f-2203-0c97-3044-61d9814e2e5e-0a23c61d, #w-node-d0508901-b292-010e-5234-b72963807a58-0a23c61d, #w-node-ec9c2f9c-b04e-3bc7-5545-eb863bcc3019-0a23c61d, #w-node-_5c9d5e5e-1b3e-b283-0f9b-3512ebdb09ec-0a23c61d, #w-node-_464edebe-58ab-4be9-ba3d-99936c0496e4-0a23c61d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_945f5f71-9f24-982c-ed54-58d2ff89a42e-0a23c61d, #w-node-c5504608-dde1-4a81-cb48-fc707debe363-0a23c61d, #w-node-_87ccbd26-744b-103a-4fe8-04b2b9912a3d-0a23c61d, #w-node-d92bb901-b3a1-a649-c535-b462c2a0556b-0a23c61e, #w-node-_34fe9f7e-bf7c-b9f4-8c5d-55b48694c40e-0a23c621, #w-node-_098f5d12-6269-ada1-9324-2c4380d0f27e-0a23c621, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c621, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c621, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c622, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c622, #w-node-_9410983a-a989-8ffd-d547-e31affac1cf2-0a23c623, #w-node-ff55214c-c7a8-051a-7836-341b42cc04bc-0a23c627, #w-node-_607fc9df-de8b-2c41-22e7-45a97df34fd1-0a23c627, #w-node-_24952530-b073-3746-599c-ede7b71a3f7c-0a23c627, #w-node-_4caff467-6787-0e76-cc7b-1c3944310359-0a23c627, #w-node-_34765007-ad2c-a714-4335-1d848a81795c-0a23c627, #w-node-_62cd280b-6be4-0339-3c9c-15f27b26aae9-0a23c627, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19ac-0a23c627, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19b1-0a23c627, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19b6-0a23c627, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19bb-0a23c627, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19c0-0a23c627, #w-node-_0775f3ed-dbf3-f0d3-75fd-9449b70d19c5-0a23c627, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c0e-0a23c627, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c13-0a23c627, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c18-0a23c627, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c1d-0a23c627, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c22-0a23c627, #w-node-f397aed7-2fdc-613b-e184-f8b382eb5c27-0a23c627, #w-node-_1f49ea0f-b9f9-a09b-311f-d267b31ec2b3-0a23c627, #w-node-_1f49ea0f-b9f9-a09b-311f-d267b31ec2b8-0a23c627, #w-node-_1f49ea0f-b9f9-a09b-311f-d267b31ec2bd-0a23c627, #w-node-_1f49ea0f-b9f9-a09b-311f-d267b31ec2c2-0a23c627, #w-node-_1f49ea0f-b9f9-a09b-311f-d267b31ec2c7-0a23c627, #w-node-_1f49ea0f-b9f9-a09b-311f-d267b31ec2cc-0a23c627, #w-node-_22f3d009-3088-c3c8-42a6-47cc7aad2d27-0a23c627, #w-node-f3468651-31b2-9c9c-c83b-b8d527d9231e-0a23c627, #w-node-b2fde7a0-bd4c-ab65-a50f-9f09420fafa8-0a23c627, #w-node-_7cd264ba-b0d2-2706-fa4d-d3cedec90c58-0a23c627, #w-node-_2d8b4959-e464-9c2a-19b5-3cb0d738db73-0a23c627, #w-node-_82102c36-8e6d-04a5-6c32-273a8b74afd9-0a23c627, #w-node-d18c0eda-a444-78c0-2eca-7723d2d3d451-0a23c627, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c627, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c627, #w-node-_22f3d009-3088-c3c8-42a6-47cc7aad2d27-0a23c628, #w-node-f3468651-31b2-9c9c-c83b-b8d527d9231e-0a23c628, #w-node-_5cf0a1f9-3481-83ae-17f9-670f69744d70-0a23c628, #w-node-_5b40fd33-5650-2c2e-e364-c9ef73985388-0a23c628, #w-node-_7cf4635d-dad8-91a7-f2bc-5fa7706d8378-0a23c628, #w-node-_0752fdc5-8d53-d3a4-0b68-36036ba6a4e9-0a23c628, #w-node-_0dcfec9a-4ae8-4855-9583-a9d6cbcbd59b-0a23c628, #w-node-a85cbd9d-fca0-c5ac-8b6f-0506fc41e19a-0a23c628, #w-node-_27231f66-68a0-7352-23a8-ec55f56b591c-0a23c628, #w-node-bba7394c-7843-0c2f-68b6-4c39962ee194-0a23c628, #w-node-_71fe131d-9ebd-0eb6-6959-cc0e3b1150ca-0a23c628, #w-node-ec465484-eae7-f492-b761-0bba0689b3d5-0a23c628, #w-node-_74d3b482-f8d8-2c99-7a24-af40ca5d6afd-0a23c628, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349aee-0a23c628, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349af4-0a23c628, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349afa-0a23c628, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349b00-0a23c628, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349b06-0a23c628, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349b0c-0a23c628, #w-node-d3b88d95-6036-cd75-e71e-a80f7f349b12-0a23c628, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c628, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c628, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c63c, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c63c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07a6815f-6450-4608-e49c-bd21516f82e9-0a23c643 {
  align-self: stretch;
}

#w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c643, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c643, #w-node-_16e91add-606f-99c2-c175-589f99509299-0a23c645, #w-node-_376b84c4-6ed7-e6be-a475-fb11d0b07879-0a23c645, #w-node-_610ec31a-d9db-af35-2306-4e4195371026-0a23c645, #w-node-_8d8c8ca6-3c92-9c2c-ab6e-bf539f0d771b-0a23c645, #w-node-_8d8c8ca6-3c92-9c2c-ab6e-bf539f0d7793-0a23c645, #w-node-_752696fd-d0cd-61c3-2963-4f5d29d7e2da-0a23c646, #w-node-a56689d6-cd76-293a-e940-ec257843ea7c-0a23c646, #w-node-_460de8ca-5bee-b138-34bd-b914421c48b5-0a23c646, #w-node-_4bd35531-a451-75ff-44f2-9ac703dd8fbe-0a23c646, #w-node-_2b23aef7-06b4-0197-a1ff-9ce87ca23327-0a23c646, #w-node-_2b23aef7-06b4-0197-a1ff-9ce87ca2332c-0a23c646, #w-node-_2b23aef7-06b4-0197-a1ff-9ce87ca23331-0a23c646, #w-node-_360bf9df-08ca-1643-2fa8-5f195f4366b8-0a23c646, #w-node-_360bf9df-08ca-1643-2fa8-5f195f4366bd-0a23c646, #w-node-_360bf9df-08ca-1643-2fa8-5f195f4366c2-0a23c646, #w-node-_478abfd9-8f38-7e87-07cf-d796441921f5-0a23c646, #w-node-_1fe9a84a-6835-9d0c-5e6c-2a590af68c41-0a23c646, #w-node-ce284273-dc3d-f9f2-de3b-9329ab234570-0a23c646, #w-node-_3989d141-4be2-3e7a-1c85-dd0a1c4b6eef-0a23c646, #w-node-_3989d141-4be2-3e7a-1c85-dd0a1c4b6ef4-0a23c646, #w-node-_3989d141-4be2-3e7a-1c85-dd0a1c4b6ef9-0a23c646, #w-node-f2988bee-4335-68cd-642e-05182c7c2a2b-0a23c646, #w-node-f2988bee-4335-68cd-642e-05182c7c2a30-0a23c646, #w-node-f2988bee-4335-68cd-642e-05182c7c2a35-0a23c646, #w-node-c32225d0-2869-1316-180c-d919c3ed1c2d-0a23c646, #w-node-_8ca1ad4b-4c4f-7799-c494-88c8d6b343ed-0a23c646, #w-node-c1b73c3c-32cf-7048-0897-97a5b3420a0a-0a23c646, #w-node-eb23d690-2755-b1df-ea0b-6f719fb278b3-0a23c646, #w-node-_533cae34-43a6-b479-94ec-a0689ecdbeac-0a23c646, #w-node-_1e62d383-ccd8-b005-8316-1a260ba3c188-0a23c646, #w-node-_1e62d383-ccd8-b005-8316-1a260ba3c18d-0a23c646, #w-node-_1e62d383-ccd8-b005-8316-1a260ba3c192-0a23c646, #w-node-_1e62d383-ccd8-b005-8316-1a260ba3c197-0a23c646, #w-node-_1e62d383-ccd8-b005-8316-1a260ba3c19c-0a23c646, #w-node-_1e62d383-ccd8-b005-8316-1a260ba3c1a1-0a23c646, #w-node-_4f16ef52-611d-4b1f-c140-0993e0483171-0a23c646, #w-node-e50abe8b-530c-1052-3e50-62d2e2427181-0a23c646, #w-node-e1da7d93-f5b1-75f1-ae82-ceb8e9c45a92-0a23c646, #w-node-ec32c441-1fad-0aba-929a-5f2636140c7c-0a23c646, #w-node-_6b9bc7e6-cd8d-19e5-1500-506a269c5bfd-0a23c646, #w-node-_8166aa6f-063e-8e00-378c-5a428678f5c7-0a23c646, #w-node-cb8391e5-6556-b2a5-bc50-94359e3613f8-0a23c646, #w-node-_6f79a5f7-37fd-fee2-183d-8a94ea7ec76e-0a23c646, #w-node-_6f79a5f7-37fd-fee2-183d-8a94ea7ec7a6-0a23c646, #w-node-_125450cd-0fed-efd2-53c5-96d4ae0a257b-0a23c647, #w-node-_15074cca-51d5-bed0-c5a0-6f77276fd348-0a23c647, #w-node-f4b6efa9-c536-f894-e185-012f22f82104-0a23c647, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c647, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2add-0a23c651, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2adf-0a23c651, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2ae1-0a23c651, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2ae3-0a23c651, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2ae7-0a23c651, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2ae9-0a23c651 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38252bdf-21e5-5e75-e385-d26574fdb39a-0a23c651, #w-node-_3051e441-00e4-bc1d-fddd-4939e2a338cf-0a23c651, #w-node-d97a331b-6783-f1e2-050d-6b1c76f5d83a-0a23c651 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2add-0a23c654, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2adf-0a23c654, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2ae1-0a23c654, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2ae3-0a23c654, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2ae7-0a23c654, #w-node-_516e9fc8-5203-38c0-b9a2-ca9b7edf2ae9-0a23c654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38252bdf-21e5-5e75-e385-d26574fdb39a-0a23c654, #w-node-_3051e441-00e4-bc1d-fddd-4939e2a338cf-0a23c654, #w-node-d97a331b-6783-f1e2-050d-6b1c76f5d83a-0a23c654 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3d3089c5-7379-0539-35cf-ea4681f5d9ed-8fc6490b, #w-node-_3d3089c5-7379-0539-35cf-ea4681f5da1d-8fc6490b, #w-node-_3d3089c5-7379-0539-35cf-ea4681f5d9ed-ddb03bc5, #w-node-_3d3089c5-7379-0539-35cf-ea4681f5da1d-ddb03bc5, #w-node-_63ef17c3-b560-4145-a3ee-570eb843bc60-bcb9879d, #w-node-_63ef17c3-b560-4145-a3ee-570eb843bc60-e5ba014e, #w-node-_9410983a-a989-8ffd-d547-e31affac1cf2-138840ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_59b9f5ff-2cc9-088d-1dab-ae87382e493b-0a23c54d, #w-node-_4e5728c6-9bd4-4d88-e857-f44cb0d0c18f-0a23c5e8 {
    order: 9999;
  }

  #w-node-_01054d79-9e75-355f-e7fc-00db287228e2-0a23c5e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34fe9f7e-bf7c-b9f4-8c5d-55b48694c40e-0a23c5e8, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5e8, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5e9, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5ee, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5f0, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5f1, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c5f2, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c606, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c607 {
    order: 9999;
  }

  #w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b055-0a23c608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e5728c6-9bd4-4d88-e857-f44cb0d0c18f-0a23c621, #w-node-_34fe9f7e-bf7c-b9f4-8c5d-55b48694c40e-0a23c621, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c621, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c622, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c627, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c628, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c63c, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c643, #w-node-_8d8c8ca6-3c92-9c2c-ab6e-bf539f0d7793-0a23c645 {
    order: 9999;
  }

  #w-node-b85eb647-6e09-8a0e-75d5-ce5dd7d33d0f-0a23c646, #w-node-_3989d141-4be2-3e7a-1c85-dd0a1c4b6f02-0a23c646 {
    order: -9999;
  }

  #w-node-_6f79a5f7-37fd-fee2-183d-8a94ea7ec7a6-0a23c646, #w-node-_98eed8e7-d92b-e92f-3346-02242ae51f4f-0a23c647, #w-node-_3d3089c5-7379-0539-35cf-ea4681f5da1d-8fc6490b, #w-node-_3d3089c5-7379-0539-35cf-ea4681f5da1d-ddb03bc5 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a02d40a0-f2fd-634a-d34f-41bcd5fecd11-d5feccf3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01054d79-9e75-355f-e7fc-00db287228e2-0a23c5e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b061-0a23c608 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b065-0a23c608 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b06c-0a23c608 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_864287ff-3b6e-7f8c-3a37-99a954a4b071-0a23c608 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_78afe670-44ee-2cd1-6cd0-2a72619b8407-0a23c608 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_78afe670-44ee-2cd1-6cd0-2a72619b840b-0a23c608 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c7b60a34-ed1d-8f2a-a204-fc88f997b3ca-0a23c608 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c7b60a34-ed1d-8f2a-a204-fc88f997b3ce-0a23c608 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_52000e37-b3cf-35e0-0ea6-58265a6d1c18-0a23c608 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_52000e37-b3cf-35e0-0ea6-58265a6d1c1c-0a23c608 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_69f20259-3185-f8ba-2079-604bb7d31be2-0a23c608 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_69f20259-3185-f8ba-2079-604bb7d31be6-0a23c608 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_125450cd-0fed-efd2-53c5-96d4ae0a257b-0a23c647 {
    order: 9999;
  }

  #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bf9f-0a23c651, #w-node-_1967be3d-2650-6e98-0a7f-9572866868ac-0a23c651, #w-node-c08d7be7-e82b-b734-435c-b3fd7a422117-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfc9-0a23c651, #w-node-_543f2438-5f72-0cd6-e17d-6e8b5a4d8f9d-0a23c651, #w-node-cd92fa5e-a8ac-021c-7946-5f053cab8f1f-0a23c651, #w-node-_73f7c4b3-cf4f-12ec-fe96-fb77b0cbdb82-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfb6-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfc0-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfe1-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfeb-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bff5-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bffe-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261c016-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261c020-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261c02a-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261c033-0a23c651, #w-node-_56677387-b916-c520-13cd-e45cdc391a57-0a23c651, #w-node-f7e6340b-dfb4-14a1-d720-baa3d31f04fb-0a23c651, #w-node-fac01828-2d17-bc25-6c62-f9facae4750c-0a23c651, #w-node-_38252bdf-21e5-5e75-e385-d26574fdb393-0a23c651, #w-node-_3051e441-00e4-bc1d-fddd-4939e2a338ca-0a23c651, #w-node-d97a331b-6783-f1e2-050d-6b1c76f5d833-0a23c651, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bf9f-0a23c654, #w-node-_1967be3d-2650-6e98-0a7f-9572866868ac-0a23c654, #w-node-c08d7be7-e82b-b734-435c-b3fd7a422117-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfc9-0a23c654, #w-node-_543f2438-5f72-0cd6-e17d-6e8b5a4d8f9d-0a23c654, #w-node-cd92fa5e-a8ac-021c-7946-5f053cab8f1f-0a23c654, #w-node-_73f7c4b3-cf4f-12ec-fe96-fb77b0cbdb82-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfb6-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfc0-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfe1-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bfeb-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bff5-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261bffe-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261c016-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261c020-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261c02a-0a23c654, #w-node-_5d892dac-fd84-9ff5-b6c0-adac9261c033-0a23c654, #w-node-_56677387-b916-c520-13cd-e45cdc391a57-0a23c654, #w-node-f7e6340b-dfb4-14a1-d720-baa3d31f04fb-0a23c654, #w-node-fac01828-2d17-bc25-6c62-f9facae4750c-0a23c654, #w-node-_38252bdf-21e5-5e75-e385-d26574fdb393-0a23c654, #w-node-_3051e441-00e4-bc1d-fddd-4939e2a338ca-0a23c654, #w-node-d97a331b-6783-f1e2-050d-6b1c76f5d833-0a23c654 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a02d40a0-f2fd-634a-d34f-41bcd5fecd11-d5feccf3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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