:root {
  --main-color: #1c1b37;
  --burntsienna: #e7805b;
  --blue: #3831ff;
  --accessible-components-dark-grey: #9b9b9b;
  --light-grey: #53535a8a;
  --light-steel-blue: #a0bce0;
  --plum: #b5a3d6;
}

.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-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-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 {
  text-align: left;
  background-color: #1c1b3705;
  flex-direction: column;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  color: var(--main-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  padding: 0;
}

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: 100%;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 54rem;
  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-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-large {
  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-large, .margin-top.margin-medium, .margin-top.margin-xsmall, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #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 {
  text-align: left;
  padding-left: 0;
}

.icon-1x1-small {
  color: #fff;
  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;
  font-size: 1rem;
}

.icon-1x1-large.is-checkmark {
  color: #e7805b;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .3rem;
}

.icon-1x1-large.is-orange {
  color: var(--burntsienna);
}

.icon-1x1-large.is-bento {
  font-size: 1rem;
  line-height: 1;
}

.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: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

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

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

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  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;
}

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

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

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

.icon-1x1-medium.is-navbar {
  width: 1.25rem;
  height: 1.24rem;
  margin-right: .4rem;
}

.icon-1x1-medium.is-icon {
  margin-right: 1rem;
}

.heading-style-h1 {
  color: var(--main-color);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  overflow: visible;
}

.padding-global.is-navbar {
  background-color: #0000;
}

.padding-global.is-testimonials {
  z-index: 2;
}

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

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

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

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

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

.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-weight: 700;
}

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

.max-width-large.align-right {
  margin-left: auto;
}

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

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

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

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

.text-size-small.is-testimonial {
  color: #a3a3a3;
}

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

.form_label {
  z-index: 1;
  background-color: #ebebeb;
  margin-bottom: -.8rem;
  margin-left: 1rem;
  position: relative;
}

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

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

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

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  color: var(--main-color);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input:focus {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

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

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

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

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

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.text-size-large.text-align-center.card-text {
  position: sticky;
  top: 255px;
}

.text-size-large.text-color-white {
  font-weight: 400;
}

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

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

.page-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  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_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

.container-large {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container-large.is-announcment {
  flex-direction: row;
  display: flex;
}

.container-large.is-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48rem;
  margin: 1rem auto 0;
  display: flex;
}

.main-wrapper {
  flex: 1;
}

.main-wrapper.is-success {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-wrapper.is-form {
  background-color: #f5f5f5;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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 {
  background-color: var(--blue);
  text-align: center;
  background-image: url('../images/new-moon.svg');
  background-position: 240% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: none;
}

.button:hover {
  color: #fff;
  background-position: 50% 10%;
}

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

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

.button.is-form-submit {
  background-image: none;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  transition: all .5s;
}

.button.is-form-submit:hover {
  background-color: var(--main-color);
}

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

.button.is-secondary {
  color: var(--blue);
  background-color: #fff;
  border-radius: 2rem;
}

.button.is-secondary:hover {
  color: #fff;
}

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

.button.is-bento {
  border: 2px solid var(--accessible-components-dark-grey);
  color: var(--light-grey);
  background-color: #ebebeb1a;
  background-image: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  transition: all .5s;
  display: flex;
  transform: rotate(-30deg);
}

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

.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 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.section_navbar {
  z-index: 999;
  background-color: var(--main-color);
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.section_testimonials {
  z-index: 10;
  background-color: var(--main-color);
  color: #fff;
  position: relative;
}

.section_footer {
  z-index: 10;
  background-color: var(--main-color);
  color: #fff;
  margin-top: auto;
  position: relative;
}

.footer-text-wrapper {
  border-bottom: 1px solid #ffffff0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link {
  color: #fffc;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 3px solid #0000;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 2rem;
  padding: .5rem 0;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s ease-in-out;
  display: flex;
}

.nav-link:hover {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.nav-link:active {
  border-bottom-color: #fff;
}

.nav-link:focus {
  border: 2px #000;
  border-bottom-style: solid;
}

.nav-link.w--current {
  border-bottom-color: #0000;
}

.nav-link.w--current:hover, .nav-link.w--current:active {
  border-bottom-color: #fff;
}

.nav-link.is-login {
  color: #fff;
  cursor: pointer;
  background-color: #ffffff29;
  border-bottom-style: none;
  height: auto;
  max-height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-link.is-login:hover {
  border-bottom-style: none;
  border-bottom-color: var(--main-color);
  color: #fff;
  background-color: #ffffff4a;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  transform: translate(0, 2px);
  box-shadow: inset 0 -4px 9px #ffffff36;
}

.nav-link.is-language-selector {
  color: #fffc;
  border-bottom-style: none;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.nav-link.is-language-selector:hover {
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #fff;
}

.nav-link.is-language-selector.w--open:hover {
  border-bottom-color: #fff;
}

.brand {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-block {
  margin-right: 1.4rem;
}

.text-block.black {
  font-weight: 400;
}

.dropdown-list {
  background-color: #f7f7f7;
}

.dropdown-list.w--open {
  z-index: 2147483647;
  border-radius: .25rem;
  width: 100%;
  min-width: 200px;
  margin-left: -81px;
  padding: .5rem;
  top: 80px;
  left: 40px;
  box-shadow: 0 0 9px -1px #00000014;
}

.dropdown-link {
  background-image: url('../images/united-kingdom_1united-kingdom.webp');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: .3rem;
  width: 100%;
  margin-bottom: .25px;
  padding: .5rem .5rem .5rem 2.1rem;
}

.dropdown-link:hover {
  background-color: #ecf1ff;
}

.dropdown-link:active {
  background-color: #dae2f6;
}

.dropdown-link.w--current {
  color: var(--blue);
  background-color: #c5d0f0;
  background-image: url('../images/check_1check.webp'), url('../images/united-kingdom_1united-kingdom.webp');
  background-position: 93%, 6%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 20px;
  margin-bottom: .25rem;
}

.dropdown-link.german {
  background-image: url('../images/germany_1germany.webp');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dropdown-link.german.w--current {
  background-image: url('../images/check_1check.webp'), url('../images/germany_1germany.webp');
  background-position: 93%, 4%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 20px;
}

.icon {
  margin-right: 0;
}

.dropdown {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: flex-start;
  place-items: stretch stretch;
  display: grid;
}

.logo {
  z-index: 2;
  width: 5rem;
  padding: 0;
}

.announcement-bar {
  justify-content: flex-end;
  display: none;
}

.footer-text {
  margin-bottom: 0;
  text-decoration: none;
}

.footer-text.is-legal {
  font-size: .8rem;
}

.footer-link {
  border-bottom: 2px solid var(--main-color);
  color: #fffc;
  padding: 0;
  text-decoration: none;
  transition: all .15s;
}

.footer-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.terms-and-services-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.section_welcome.background-color-grey {
  z-index: 10;
  position: relative;
}

.testimonial-wrapper {
  background-color: #2b2a42;
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.testimonial-image-wrapper {
  background-color: var(--light-grey);
  border-radius: .3rem;
  width: 3rem;
  height: 3rem;
  padding: 5px;
}

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

.testimonial-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: visible;
}

.testimonial-credentials-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.testimonial-heading {
  color: #cacaca;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.section_cta {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(135deg, #2a294b, #41279d 47%, #6459b8 80%, #6176be);
  position: relative;
}

.section_imprint.background-color-grey {
  padding-top: 5rem;
}

.section_process {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: visible;
}

.emoji-404 {
  font-size: 5rem;
  line-height: 1;
}

.section_logo-creation {
  background-color: var(--main-color);
  position: relative;
}

._2col-wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: flex-start;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.sticky-under-nav {
  flex: none;
  height: 100%;
  position: sticky;
  top: 100px;
}

.audience-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.audiance-item-wrapper {
  flex-direction: column;
}

.section-navbar-wrapper {
  height: 5.5rem;
  position: absolute;
  inset: 0%;
}

.text-hide {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-hide.margin-left {
  justify-content: flex-start;
}

.text-hide.text-align-left {
  justify-content: flex-start;
  align-items: center;
}

.text-hide.is-centered {
  justify-content: center;
  align-items: center;
}

.shape-6 {
  background-color: #a0ace0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.background-noise {
  z-index: -1;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-noise.is-testimonials {
  z-index: -1;
}

.shape-4 {
  background-color: #305891;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ultra-gradient-wrapper {
  z-index: -1;
  background-color: var(--main-color);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: var(--light-steel-blue);
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-8 {
  background-color: var(--main-color);
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #080375;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.title1 {
  color: #fff;
  margin-bottom: .3rem;
  font-family: Open Sans, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.title1.is-hero {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.shape-7 {
  background-color: #2d27aa;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #333257;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-3 {
  background-color: var(--plum);
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.section-ultra-gradients {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  inset: 0% auto auto;
  overflow: hidden;
}

.hero-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-4 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.btn-4.is-secondary {
  color: #fff;
  background-color: #e7805b;
  border-style: none;
  border-color: #0000;
  transition-property: none;
  transform: none;
}

.btn-4.is-cta {
  color: var(--blue);
  background-color: #fff;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  transform: none;
}

.btn-4.is-cta:hover {
  border-style: none;
}

.btn-4.is-404 {
  background-color: var(--blue);
  cursor: pointer;
  border-style: none;
}

.btn-4-text {
  z-index: 1;
  letter-spacing: .8px;
  text-transform: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.btn-4-background {
  background-color: #0000001a;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -100%;
}

.text-hide-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.section-hero {
  width: 100%;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: auto;
  display: flex;
}

.button-wrapper.is-center {
  justify-content: center;
  overflow: hidden;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible, .fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.c-card-title {
  margin-bottom: 10px;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.card-subtitle.is-mobile {
  display: none;
}

.c-cards-list {
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.card-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._4 {
  max-width: 35rem;
  position: sticky;
  top: 360px;
}

.c-card._1 {
  max-width: 35rem;
  margin-top: 50%;
  position: sticky;
  top: 300px;
}

.c-card._3 {
  max-width: 35rem;
  position: sticky;
  top: 340px;
}

.c-card._2 {
  max-width: 35rem;
  position: sticky;
  top: 320px;
}

.c-card._5 {
  max-width: 35rem;
  position: sticky;
  top: 380px;
}

.c-card._6 {
  max-width: 35rem;
  position: sticky;
  top: 550px;
}

.c-card-details {
  margin-bottom: 20px;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 350px;
  padding: 1.7rem;
  position: relative;
  box-shadow: 1px 1px 15px #1313130f;
}

._w-cards-list-3 {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 1px;
}

.card-heading {
  text-align: center;
  position: sticky;
  top: 120px;
}

.section_contact {
  z-index: 10;
  background-color: #ebebeb;
  position: relative;
}

.section_contact.background-color-grey {
  text-align: center;
}

.privacy-wrapper {
  margin-bottom: 4rem;
}

.navbar-bg-layer {
  z-index: 10;
  background-color: var(--main-color);
  width: 100%;
  height: 5.6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.section-scroll-grid {
  z-index: 1;
  background-color: #fff;
  height: 360vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
}

.scroll-grid-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.scroll-grid-inner {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.scroll-grid-sticky {
  justify-content: center;
  align-items: center;
  height: 75vh;
  position: sticky;
  top: 12.5vh;
  overflow: hidden;
}

.scroll-grid-item {
  flex: none;
  width: 17em;
  height: 100%;
  max-height: 30em;
  padding-top: 2em;
  padding-bottom: .5em;
  overflow: hidden;
}

.scroll-grid-item.is-large {
  width: 36em;
}

.scroll-grid-item.is-large.is-special {
  flex: 1;
  min-width: 17em;
}

.scroll-grid-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.scroll-grid-row {
  grid-column-gap: 1em;
  width: 100%;
  max-width: 120em;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.scroll-grid-row.is-top {
  align-items: flex-end;
  max-width: 120rem;
  inset: 0% 0% auto;
}

.scroll-grid-row.is-bottom {
  align-items: flex-start;
}

.mobile_navbar {
  display: none;
}

.section_header76 {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  overflow: hidden;
}

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

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

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

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.header76_content-left {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

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

.header76_image.contain {
  object-fit: contain;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.layout207_content.margin-left {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.layout207_image-wrapper {
  height: 40rem;
}

.layout207_image-wrapper.is-fullsized {
  height: 100%;
}

.layout351_column-vertical-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(180deg);
}

.layout351_component {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_accordion {
  border: 1px solid var(--main-color);
  flex-direction: row;
  justify-content: flex-start;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_accordion.active {
  width: 100%;
}

.layout351_column-text {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout351_column-content {
  min-width: 200vw;
  height: 100%;
  overflow: auto;
}

.layout351_content-wrapper {
  flex-direction: column;
  flex: none;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
}

.layout351_column {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.layout351_image {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_column-horiztonal-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

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

.header126_image-wrapper2 {
  width: 50%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.header126_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.header126_image-group {
  width: 100%;
  display: flex;
  position: relative;
}

.header126_image-wrapper1 {
  margin-right: 30%;
}

.lottieanimation {
  z-index: -1;
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.faq10_answer {
  overflow: hidden;
}

.faq10_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq10_list {
  border-bottom: 1px solid #70707080;
}

.icon-embed-small {
  color: var(--accessible-components-dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-small.is-orange {
  color: var(--burntsienna);
}

.faq10_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq10_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #70707080;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.locmodalwrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.locmodalbg {
  z-index: 99999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.locmodalcard {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  display: flex;
  position: relative;
  inset: 0;
}

.locmodalcontent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.locmodalclosebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-block-3 {
  color: #000;
  text-align: center;
  font-weight: 600;
}

.locmodallocation {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}

.locmodallocationcontainer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.section_layout3 {
  background-color: var(--main-color);
  color: #fff;
}

.layout3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout3_image.is-contain {
  object-fit: contain;
}

.section_zusammenarbeit {
  position: relative;
}

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

.loesung_wrap.is-inline {
  margin-bottom: 1rem;
  margin-left: 1rem;
  font-size: .8rem;
}

.icon_color {
  color: var(--burntsienna);
}

.ultra-gradient-wrapper-2 {
  z-index: -1;
  background-color: #1c1b37;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-8-2 {
  background-color: #1c1b37;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-3-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-1-2 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.padding_custom {
  padding-top: 7rem;
}

.case-study_h1 {
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.2;
}

.cta_heading {
  color: #fff;
}

.external_website-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--burntsienna);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding: 0;
  display: flex;
}

.section_austria {
  text-align: center;
}

.austria-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--accessible-components-dark-grey);
  background-color: #f2f2f2;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .75rem;
  display: flex;
}

.text-style-tagline {
  border: 2px solid var(--burntsienna);
  color: var(--burntsienna);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .5rem .75rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout408_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout408_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-width: 2px;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.section_layout408 {
  z-index: 4;
  background-color: #f7f7f7;
  position: relative;
}

.layout408_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.layout408_image {
  background-color: var(--burntsienna);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.timeline7_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

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

.timeline7_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-color-scheme-1-background\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline7_circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 2rem;
  height: 100%;
  margin-left: -2rem;
  display: flex;
  position: absolute;
}

.section_timeline7 {
  background-color: #f7f7f7;
}

.section_timeline7.z-index-2 {
  z-index: 2;
  overflow: visible;
}

.timeline7_circle {
  z-index: 2;
  box-shadow: 0 0 0 8px var(--main-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline7_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.timeline7_progress-line-cover {
  z-index: 0;
  background-color: #f7f7f7;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
  overflow: visible;
}

.timeline7_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.timeline7_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-color-scheme-1-background\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline7_progress-line {
  z-index: 0;
  background-color: var(--main-color);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline7_image-wrapper {
  background-color: #e7805b1a;
  border-radius: 50%;
  order: -9999;
  padding: 1rem;
  overflow: hidden;
}

.timeline7_item {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #f7f7f7;
  border: 1px solid #9b9b9b33;
  border-radius: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 3rem;
  padding: 2rem;
  display: flex;
}

.timeline7_line {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  opacity: .15;
  width: 3px;
  height: 100%;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.referenzen_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.referenzen_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: 1;
  color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.referenzen_card.is-full-height {
  aspect-ratio: auto;
  height: 100%;
}

.referenzen_image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.referenzen_image.is-large {
  object-position: 50% 0%;
}

.block_qoute {
  border-left-color: var(--burntsienna);
  background-color: #f4f4f4;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.sublist {
  margin-left: .5rem;
}

.hero_text {
  color: #fff;
  font-size: 1.3rem;
}

.background_image {
  z-index: -1;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 38% 100%;
  flex: 40rem;
  width: 100%;
  max-height: 90dvh;
  margin-top: 0;
  margin-bottom: -40px;
  position: absolute;
}

.section {
  text-align: center;
}

.hero_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.hero_text_wrap {
  color: #fff;
  flex: 45rem;
  max-width: 48rem;
}

.hero_background_wrap {
  flex: 40rem;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero_tagline {
  color: #fff;
}

.g-rev {
  margin-right: 1rem;
}

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

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

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

  .text-size-large.text-align-center.text-color-white {
    text-align: center;
  }

  .text-size-large.text-align-center.is-left-mobile {
    text-align: left;
  }

  .text-size-large.text-color-white.mobile-text-center {
    text-align: center;
  }

  .heading-style-h2 {
    text-align: left;
  }

  .container-large.is-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .text-align-center.is-left-mobile {
    text-align: left;
  }

  .button.is-form-submit {
    margin-left: 0;
  }

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

  .button-group.is-centered {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-menu {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1c1b3799;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    margin-top: -80px;
    padding-top: 10rem;
  }

  .nav-link {
    background-color: #fff0;
    border-bottom-style: solid;
    border-bottom-color: #0000;
    justify-content: flex-start;
    height: auto;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    font-size: 1rem;
  }

  .nav-link:hover {
    background-color: #ffffff1a;
    border-bottom-color: #0000;
  }

  .nav-link.w--current {
    text-align: left;
    border-bottom-style: none;
    justify-content: flex-start;
    height: auto;
  }

  .nav-link.w--current:hover {
    background-color: #ffffff1c;
  }

  .nav-link.is-login {
    height: 20%;
    margin-left: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-link.is-login:hover {
    height: 20%;
  }

  .nav-link.is-language-selector {
    color: #fff;
    background-color: #0000;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav-link.is-language-selector:hover {
    border-bottom-color: var(--main-color);
  }

  .brand {
    margin-right: auto;
  }

  .brand.w--current {
    z-index: 2;
    position: relative;
  }

  .dropdown-list.w--open {
    width: auto;
    min-width: auto;
    margin-left: auto;
    inset: 74px auto auto;
  }

  .dropdown-link {
    background-size: 30px;
    padding: 1rem 4.8rem;
  }

  .dropdown-link.german.w--current {
    background-size: 20px, 30px;
  }

  .dropdown {
    color: #fff;
    flex: 0 auto;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #c8c8c800;
  }

  .lottie-animation {
    filter: invert();
    width: 2rem;
    height: 3rem;
    padding-left: 0;
  }

  .navbar-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .logo {
    width: 4rem;
    padding: 0;
  }

  .testimonial-wrapper {
    padding: 1rem;
  }

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

  .testimonial-heading {
    font-size: 1.5rem;
  }

  .section_cta {
    color: #fff;
  }

  .section_imprint.background-color-grey {
    padding-top: 5rem;
  }

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

  .sticky-under-nav {
    order: -1;
    position: static;
  }

  .section-navbar-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-hide {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .text-hide.is-centered {
    justify-content: flex-start;
    align-items: center;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .title1 {
    font-size: 4rem;
  }

  .title1.is-hero {
    line-height: 1.2;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .btn-4 {
    width: auto;
  }

  .btn-4.is-secondary {
    line-height: 1.5;
  }

  .btn-4.is-cta {
    margin: 0;
  }

  .btn-4-text {
    line-height: 1.5;
  }

  .button-wrapper {
    z-index: 2;
    position: static;
  }

  .button-wrapper.is-center.mobile {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .card-subtitle.is-mobile {
    display: block;
  }

  .c-card-subtitle {
    display: none;
  }

  .section_contact.background-color-grey {
    text-align: left;
  }

  .scroll-grid-sticky {
    height: 85vh;
    top: 7.5vh;
  }

  .scroll-grid-item {
    width: 48%;
    height: 50%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .scroll-grid-item.is-large {
    width: 48%;
  }

  .scroll-grid-item.is-large.is-special {
    flex: 0 auto;
    order: 1;
    min-width: auto;
  }

  .scroll-grid-row.is-top {
    grid-column-gap: 2%;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
  }

  .scroll-grid-row.is-bottom {
    grid-column-gap: 2%;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .nav-text {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile_navbar {
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 5rem;
  }

  .mobile_hamburger {
    z-index: 99;
    background-color: #e7805b;
    border-radius: 40px;
    flex-flow: row;
    padding: .75rem 1.5rem;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .mobile_hamburger_text {
    color: #fff;
    letter-spacing: 2px;
    margin-right: .5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .9rem;
  }

  .mobile_hamburger_wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile_hamburger_wrap-line {
    background-color: #fff;
    width: 15px;
    height: 1px;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile_list {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    background-color: var(--main-color);
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 200%;
    height: 120%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: auto auto -10%;
  }

  .mobile_close {
    z-index: 1;
    background-color: #dcdee0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: none;
    position: absolute;
    inset: auto auto 20px;
  }

  .mobile_close_wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .mobile_close_line {
    background-color: var(--main-color);
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    transform: rotate(45deg);
  }

  .mobile_close_line.is-2nd {
    position: absolute;
    transform: rotate(-45deg);
  }

  .mobile_list_link-item {
    color: #fff;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    text-decoration: none;
  }

  .mobile_list_link-item.w--current {
    color: #fff;
  }

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

  .mobile_list_inner {
    display: none;
  }

  .section_header76 {
    background-image: linear-gradient(180deg, #0000003b, var(--main-color) 76%);
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header76_content-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .header76_component {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

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

  .layout207_content.margin-left {
    width: 100%;
  }

  .layout207_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_component {
    border: 1px solid #000;
    flex-flow: column;
    height: auto;
  }

  .layout351_accordion {
    border-right-style: none;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
    height: auto;
    overflow: hidden;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .layout351_column {
    border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 5rem;
  }

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

  .layout351_column-horiztonal-text {
    display: none;
  }

  .header126_component {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

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

  .ultra-gradient-wrapper-2 {
    font-size: 1.3vh;
  }

  .shape-3-2 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .padding_custom {
    padding-bottom: 7rem;
  }

  .case-study_h1 {
    font-size: 1.75rem;
  }

  .cta_heading, .section_austria {
    text-align: left;
  }

  .austria-wrap {
    margin-left: 0;
  }

  .layout408_card-content {
    padding: 2rem;
  }

  .section_layout408 {
    text-align: left;
  }

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

  .hero_text {
    text-align: left;
  }

  .background_image {
    z-index: -1;
    max-width: 100%;
    height: 90%;
    position: static;
  }

  .section {
    text-align: left;
  }

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

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

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

  h2 {
    text-align: left;
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.5rem;
    padding-right: 1.5rem;
  }

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

  .text-size-large.text-align-center.card-text {
    top: 135px;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

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

  .dropdown {
    justify-content: center;
    align-items: center;
  }

  .testimonial-wrapper {
    padding: 1rem;
  }

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

  ._2col-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .sticky-under-nav {
    order: -1;
    position: static;
  }

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

  .text-hide.is-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .gradient-intro-wrapper {
    width: 100%;
  }

  .title1 {
    font-size: 3em;
  }

  .title1.is-hero {
    font-size: 2.5em;
    line-height: 1.4;
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .btn-4 {
    padding: 1rem;
  }

  .btn-4-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }

  .text-hide-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .button-wrapper.is-center.mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mobile_hamburger {
    box-shadow: none;
  }

  .header76_content-right {
    height: 30rem;
  }

  .header76_component {
    padding-top: 6rem;
  }

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

  .layout207_image-wrapper {
    height: auto;
  }

  .layout351_column-vertical-text {
    font-size: 1.25rem;
  }

  .layout351_column-text {
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .layout351_column {
    height: 4rem;
  }

  .layout351_image {
    height: 20rem;
  }

  .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

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

  .faq10_list.first-col {
    border-bottom-style: none;
  }

  .faq10_icon-wrapper {
    width: 1.75rem;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .shape-3-2 {
    width: 30em;
    height: 100em;
  }

  .austria-wrap {
    margin-left: 0;
  }

  .layout408_card-content {
    padding: 1.5rem;
  }

  .layout408_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_image-wrapper {
    height: auto;
  }

  .timeline7_progress {
    left: 0;
  }

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

  .timeline7_circle-wrapper {
    left: 0;
  }

  .timeline7_circle {
    margin-top: .75rem;
  }

  .timeline7_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 1rem;
  }

  .referenzen_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .referenzen_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .referenzen_card.is-full-height {
    aspect-ratio: 1;
  }

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

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

  h2 {
    white-space: pre-wrap;
    font-size: 2rem;
  }

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

  .utility-page_wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .icon-1x1-medium.is-navbar {
    margin-right: 1.5rem;
  }

  .padding-global, .text-color-white.text-align-center {
    width: 100%;
  }

  .text-color-white.text-align-center.is-left-mobile {
    font-size: 1.75rem;
  }

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

  .text-align-left {
    font-size: 1.75rem;
  }

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

  .text-size-large.text-align-center {
    font-size: 1.25rem;
  }

  .text-size-large.text-align-center.card-text {
    position: sticky;
    top: 150px;
  }

  .text-size-large.text-align-left {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .container-large.is-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section_testimonials {
    color: #fff;
  }

  .section_footer {
    padding-bottom: 5rem;
  }

  .footer-text-wrapper {
    border-bottom-style: none;
    align-items: flex-start;
  }

  .nav-link.is-login {
    flex: 0 auto;
    order: 1;
    height: auto;
    margin-left: 0;
    margin-right: 1rem;
  }

  .nav-link.is-login:hover {
    height: auto;
  }

  .nav-link.is-language-selector {
    order: 1;
    height: 100%;
    padding-left: 0;
  }

  .text-block.black {
    display: none;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #f7f7f7;
    border-radius: .7rem;
    width: auto;
    top: 80px;
  }

  .dropdown {
    justify-content: space-around;
    margin-right: 1rem;
  }

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

  .terms-and-services-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

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

  .testimonial-grid {
    flex-direction: column;
    display: flex;
  }

  .section_imprint {
    padding-top: 5rem;
  }

  .shape-4 {
    top: 30.7em;
  }

  .gradient-intro-wrapper {
    width: 100%;
  }

  .ultra-gradient-wrapper {
    height: 100%;
  }

  .title1 {
    font-size: 3em;
  }

  .title1.is-hero {
    font-size: 1.75em;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

  .btn-4 {
    padding: .75rem 1rem;
    transform: none;
  }

  .btn-4.is-secondary {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 1.3rem;
  }

  .btn-4.is-cta {
    text-align: center;
    margin-left: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    position: static;
  }

  .btn-4-text {
    text-align: left;
    font-size: .8rem;
  }

  .text-hide-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .button-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    display: flex;
  }

  .button-wrapper.is-center.mobile {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .card-subtitle {
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    line-height: 1em;
  }

  .c-card-subtitle {
    display: none;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._4 {
    top: 250px;
  }

  .c-card._1 {
    margin-top: 0%;
    top: 220px;
  }

  .c-card._3 {
    top: 240px;
  }

  .c-card._2 {
    top: 230px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._6 {
    top: 270px;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-heading {
    font-size: 1.8rem;
    position: sticky;
    top: 80px;
  }

  .section_contact.background-color-grey {
    text-align: left;
  }

  .mobile_navbar {
    bottom: 30px;
  }

  .mobile_list_link-item.w--current {
    color: #fff;
  }

  .section_header76 {
    padding-top: 2rem;
  }

  .header76_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

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

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

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

  .ultra-gradient-wrapper-2 {
    height: 100%;
  }

  .cta_heading {
    color: #fff;
    font-size: 1.5rem;
  }

  .section_austria {
    text-align: left;
  }

  .austria-wrap {
    margin-left: 0;
  }

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

  .timeline7_image-wrapper {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    display: flex;
  }

  .timeline7_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
  }

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

  .referenzen_card {
    flex-direction: column;
    display: flex;
  }

  .referenzen_card.is-full-height {
    min-height: 20rem;
  }

  .hero_text {
    font-size: 1.25rem;
  }

  .background_image {
    z-index: -1;
  }

  .hero_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero_background_wrap {
    justify-content: center;
    align-items: center;
  }

  .hero_tagline {
    font-size: .85rem;
  }
}

#w-node-_9e598ee3-9522-cedc-2ef5-51b1dc3d88d7-75f13c72 {
  justify-self: start;
}

#w-node-a3ee9241-1a61-4d34-904b-8593198742e8-75f13c72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ee9241-1a61-4d34-904b-8593198742e9-75f13c72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79f01cce-5b23-e01b-0f17-9e32a1be7a5a-75f13c72 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_81a1746d-ced6-4bfc-97ac-21e9c5117f1b-75f13c72, #w-node-_9cec1351-2289-e655-e5ad-018ad31ec8b9-75f13c72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88ecf7f2-5c5b-2a0f-e53b-f6c4a50581b8-75f13c72 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_88ecf7f2-5c5b-2a0f-e53b-f6c4a50581e2-75f13c72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88ecf7f2-5c5b-2a0f-e53b-f6c4a505820c-75f13c72 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_88ecf7f2-5c5b-2a0f-e53b-f6c4a5058236-75f13c72, #w-node-_88ecf7f2-5c5b-2a0f-e53b-f6c4a5058260-75f13c72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d50f863-9390-9c1b-d14a-ede269a018d7-69a018c6, #w-node-_1d50f863-9390-9c1b-d14a-ede269a018d9-69a018c6 {
  align-self: start;
}

#w-node-ac747d2b-54b0-02c1-7079-57dbc5c29f02-c5c29efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac747d2b-54b0-02c1-7079-57dbc5c29f0d-c5c29efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2384da59-2ab0-b4c4-87db-e0814a8cfda3-4a8cfd9f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_2384da59-2ab0-b4c4-87db-e0814a8cfdb0-4a8cfd9f, #w-node-_2384da59-2ab0-b4c4-87db-e0814a8cfdb2-4a8cfd9f {
  align-self: start;
}

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

#w-node-_1a6a04fa-c98c-d241-19cd-1152df05fb1d-75f13c77, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-75f13c77, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-75f13c77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-75f13c77, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-75f13c77, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-75f13c77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-b660ce41-14ee-4f64-0fb2-cb692b04f46a-75f13c72 {
    order: 9999;
  }

  #w-node-ced78932-644c-8d14-d565-97a8cb68baa1-75f13c72 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a3ee9241-1a61-4d34-904b-8593198742e9-75f13c72, #w-node-_79f01cce-5b23-e01b-0f17-9e32a1be7a5a-75f13c72, #w-node-_81a1746d-ced6-4bfc-97ac-21e9c5117f1b-75f13c72, #w-node-_9cec1351-2289-e655-e5ad-018ad31ec8b9-75f13c72 {
    grid-column: span 2 / span 2;
  }

  #w-node-_88ecf7f2-5c5b-2a0f-e53b-f6c4a50581e2-75f13c72 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3ee9241-1a61-4d34-904b-8593198742e9-75f13c72, #w-node-_79f01cce-5b23-e01b-0f17-9e32a1be7a5a-75f13c72, #w-node-_81a1746d-ced6-4bfc-97ac-21e9c5117f1b-75f13c72, #w-node-_9cec1351-2289-e655-e5ad-018ad31ec8b9-75f13c72 {
    grid-column: span 1 / span 1;
  }
}


