.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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: #000;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  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;
}

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

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.margin-bottom.margin-small {
  width: 11rem;
}

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

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

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

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

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  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 {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  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-family: Avenirltstd Medium, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  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: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Avenirltstd Medium, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h1.text-color-white.inline-block {
  display: inline-block;
}

.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-color-white.text-weight-medium.text-size-large {
  color: #fff;
  text-decoration: none;
}

.text-color-white.text-weight-medium.text-size-medium {
  font-family: Avenirltstd Medium, sans-serif;
  font-weight: 400;
}

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

.text-weight-medium {
  font-family: Avenirltstd Medium, sans-serif;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  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;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: Avenirltstd Book, sans-serif;
  font-size: .75rem;
}

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  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 {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-family: Avenirltstd Book, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-size-regular.text-style-link {
  color: #59bae3;
  text-decoration: underline;
}

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

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

.text-weight-bold {
  font-family: Avenirltstd Black, sans-serif;
  font-weight: 900;
}

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

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
  font-family: Avenirltstd Book, sans-serif;
}

.text-size-small {
  font-family: Avenirltstd Book, sans-serif;
  font-size: .875rem;
}

.heading-style-h4 {
  text-transform: uppercase;
  font-family: Avenirltstd Medium, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}

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

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

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

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

.text-style-nowrap {
  white-space: nowrap;
  font-family: Avenirltstd Book, sans-serif;
}

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

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

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.heading-style-h6 {
  font-family: Avenirltstd Medium, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

.text-style-link {
  color: #fff;
  text-decoration: none;
}

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

.text-size-large {
  font-family: Avenirltstd Book, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-large.text-color-white.text-weight-medium {
  font-family: Avenirltstd Book, sans-serif;
  font-weight: 400;
}

.text-size-large.text-weight-medium.text-color-white {
  font-family: Avenirltstd Medium, sans-serif;
  font-weight: 500;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: Avenirltstd Medium, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  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-family: Avenirltstd Medium, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  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;
  font-family: Avenirltstd Book, sans-serif;
}

.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 {
  margin-bottom: 0;
}

.main-wrapper {
  background-color: #000;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  color: #fff;
  text-align: center;
  background-color: #59bae3;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #59bae3;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.5rem;
  text-decoration: underline;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.button.is-text:hover {
  color: #387c99;
  transform: translate(0, -3px);
}

.button.is-small {
  padding: .5rem 1.25rem;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1);
}

.button.is-small:hover {
  background-color: #387c99;
  transform: translate(0, -3px);
}

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

.button.is-secondary {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.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-link {
  color: #59bae3;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  text-decoration: underline;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1);
}

.button.is-link:hover {
  color: #387c99;
  transform: scale(1.01)translate(0, -3px);
}

.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-family: Avenirltstd Book, sans-serif;
  font-size: 1.125rem;
}

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

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

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

.hide {
  display: none;
}

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

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

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

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

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

.fs-styleguide_color.blue {
  background-color: #59bae3;
}

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

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

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.heading {
  font-family: Avenirltstd Medium, sans-serif;
  font-weight: 500;
}

.paragraph {
  font-family: Avenirltstd Book, sans-serif;
}

.link {
  font-family: Avenirltstd Medium, sans-serif;
}

.block-quote, .list-item, .list-item-2 {
  font-family: Avenirltstd Book, sans-serif;
}

.list-item-3 {
  font-family: Avenirltstd Book, sans-serif;
  font-weight: 400;
}

.text-color-blue {
  color: #59bae3;
}

.text-color-blue.heading-style-h4 {
  font-size: 2.75rem;
}

.text-color-blue.text-weight-medium.text-size-large {
  font-family: Avenirltstd Medium, sans-serif;
  font-weight: 400;
}

.background-color-blue {
  background-color: #59bae3;
}

.body {
  background-color: #000;
}

.logo-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  display: flex;
}

.navlink-content {
  flex: 0 auto;
}

.navlink-wrapper {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navlink {
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1);
}

.navlink:hover {
  color: #59bae3;
  transform: translate(0, -3px);
}

.navlink:focus, .navlink:visited, .navlink.w--current:focus {
  color: #59bae3;
}

.navbar-logo_image {
  max-width: 80%;
}

.navbar {
  max-height: 90px;
  background-color: #000;
}

.home-hero_slider-wrapper {
  height: 90vh;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

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

.home_hero-slider {
  height: 100%;
}

.home_hero-slide_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.brand {
  height: 100%;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero_header {
  z-index: 2;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-header_content {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-header-text-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-header_textbox {
  text-align: center;
}

.home-hero-header_textbox.background-color-black {
  display: inline-block;
}

.home-hero_button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blue-line {
  height: 3px;
  background-color: #59bae3;
}

.blue-line.is-medium {
  width: 100%;
  max-width: 15rem;
}

.blue-line.is-small {
  width: 20%;
}

.text-block-2 {
  text-decoration: none;
}

.button-wrapper {
  display: inline-block;
}

.section-header_component {
  z-index: 3;
  position: relative;
}

.section_header-content {
  max-width: 62.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  width: 75%;
}

.home-bereiche_col-image-wrapper {
  width: 100%;
  height: 45rem;
}

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

.home-bereiche_col-content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-bereiche_icon-wrapper {
  width: 8rem;
}

.leistungen-icon {
  width: 100%;
  height: 100%;
}

.home-bereiche_col-content-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-philosophie_component, .home-philosophie_image-wrapper {
  width: 100%;
}

.home-philosophie_image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: -154px;
}

.collection-item {
  width: 100%;
  height: 100%;
  max-height: 30rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.collection-list {
  width: 100%;
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 105px;
  flex-direction: row;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  padding-bottom: 74px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.kunden_content-wrapper {
  width: 100%;
  height: 20rem;
  display: flex;
}

.kunden-logo {
  width: 100%;
}

.kunden-slider {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-3 {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kunden_logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.stuckmann-footer {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 80px 39px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1182px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.links {
  width: 100%;
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column {
  width: 100%;
  max-width: 290px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.vectors-wrapper {
  width: 28px;
  height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.vectors-wrapper-2 {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-small-normal {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.link-3 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.vectors-wrapper-3 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  width: 100%;
  max-width: 290px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.stuckmann-vplt-logo-footer-1 {
  object-fit: cover;
}

.column-3 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.credits {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.vectors-wrapper-4 {
  width: 189px;
  height: 51px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer1_left-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

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

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer1_component {
  color: #fff;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #59bae3;
}

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

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.text-block-3, .text-block-4 {
  color: #fff;
}

.footer_image {
  max-width: 60%;
}

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

.footer_blueline-wrapper {
  width: 100%;
}

.footer-icon {
  width: 10rem;
}

.footer_right-wrapper {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.footer1_icon-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.projekt-header_col-left {
  height: 70vh;
}

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

.projekt-impressionen_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.projekt-impressions_collection {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  height: 30rem;
}

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

.collection-list-2 {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.collection-item-3 {
  height: 15rem;
  object-fit: cover;
  padding: 0;
}

.section-hero {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_component {
  height: 60vh;
}

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

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

.leistungen_bullet-wrapper {
  width: 100%;
}

.leistungen-list {
  color: #fff;
}

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

.leistungen_content-wrapper, .leistungen-pakete_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.leistungen-pakete-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.leistungen-pakete_header-wrapper {
  text-align: center;
}

.unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat {
  font-family: Avenirltstd Medium, sans-serif;
  font-weight: 400;
}

.pakete-wrapper-inner {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pakete-wrapper-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.akt_stempel-basic-3 {
  object-fit: cover;
}

.unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat-0 {
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 140%;
}

.unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat-1 {
  color: #59bae3;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 140%;
}

.section_about-image {
  z-index: 0;
  position: relative;
  top: -99px;
}

.section-projekts {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2, .collection-item-4 {
  width: 100%;
  height: 100%;
}

.projekts_collection-list-wrapper {
  z-index: 3;
  height: 100%;
  position: static;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 8rem;
  padding-bottom: 0;
  display: flex;
}

.tab-link-tab-1 {
  color: #898989;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #59bae3;
  border-bottom: 3px solid #59bae3;
  margin-right: 0;
  font-family: Avenirltstd Medium, sans-serif;
  font-size: 1.125rem;
}

.tab-link {
  color: #565656;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Avenirltstd Medium, sans-serif;
  display: flex;
}

.text-block-5, .text-block-6 {
  color: #565656;
}

.tab-link-tab-2 {
  color: #898989;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #59bae3;
  border-bottom: 3px solid #59bae3;
}

.tab-link-tab-3 {
  color: #898989;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px #000;
  border-bottom: 3px solid #59bae3;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-4 {
  color: #898989;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
}

.tab-link-tab-4.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px #000;
  border-bottom: 3px solid #59bae3;
  align-items: center;
  padding: 0;
  display: flex;
}

.tab-link-tab-5 {
  color: #898989;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #59bae3;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.tab-link-tab-6 {
  color: #898989;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
}

.tab-link-tab-6.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #59bae3;
}

.tab-link-tab-7 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
}

.tab-link-tab-7.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #59bae3;
}

.colelction-projekt_link {
  height: 100%;
  max-height: 40rem;
  min-height: 30rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  text-decoration: none;
  display: block;
}

.kontakt-icon {
  width: 100%;
  height: 100%;
  color: #59bae3;
}

.kontakt-icon_wrapper {
  width: 6rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-wrapper-2 {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.colelction-item_wrapper {
  width: 100%;
  height: 100%;
  max-height: 35px;
  min-height: 30rem;
  flex: 0 auto;
  text-decoration: none;
  overflow: visible;
}

.project-image_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.projekt-more-button_wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: rgba(0, 0, 0, 0);
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  color: #898989;
}

.text-block-12 {
  color: rgba(0, 0, 0, 0);
}

.body-2 {
  background-color: #000;
}

.link-block {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h1.text-color-white, .heading-style-h1.text-color-blue {
    font-size: 4rem;
  }

  .text-color-white.text-size-medium {
    font-size: 1rem;
  }

  .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-column-gap: 2.25rem;
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .spacer-huge {
    padding: 5rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .text-color-blue.heading-style-h4 {
    font-size: 2rem;
  }

  .navlink-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

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

  .icon {
    color: #fff;
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .collection-list-2 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .leistungen-pakete_header-wrapper, .pakete-wrapper-inner {
    flex-direction: column;
    align-items: center;
  }

  .pakete-wrapper-col {
    padding: 0;
  }

  .unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat-0, .unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat-1 {
    font-size: 2rem;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-button.w--open {
    background-color: #59bae3;
  }

  .nav-menu {
    z-index: 3;
    text-align: left;
    background-color: #000;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .html-embed {
    color: #b96d6d;
    background-color: rgba(0, 0, 0, 0);
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3.text-color-white {
    font-size: 3rem;
  }

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

  .heading-style-h1.text-color-white, .heading-style-h1.text-color-blue {
    font-size: 3rem;
  }

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

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

  .text-color-white.heading-style-h2 {
    font-size: 2.5rem;
  }

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

  .heading-style-h4.text-color-blue {
    font-size: 2.5rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

  .text-size-large.text-color-white {
    font-size: 1.125rem;
  }

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

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

  .heading-style-h5.text-color-white {
    font-size: 2.5rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .spacer-huge {
    padding: 3.5rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .home-hero_slider-wrapper {
    height: 60vh;
  }

  .home-hero_header {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: -37%;
  }

  .home-bereiche_icon-wrapper {
    width: 7rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .collection-item-3 {
    width: 100%;
    height: 20rem;
    padding: 0;
  }

  .unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat {
    font-size: .5rem;
    font-weight: 500;
  }

  .unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat-0, .unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat-1 {
    font-size: 1.75rem;
  }

  .about-features_component {
    padding-left: 80px;
    padding-right: 80px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 29px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .kontakt_component {
    padding-left: 80px;
    padding-right: 80px;
  }
}

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

  .heading-style-h1.text-color-white, .heading-style-h1.text-color-blue {
    font-size: 1.75rem;
  }

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

  .text-color-blue.heading-style-h2 {
    font-size: 2.25rem;
  }

  .home-hero_slider-wrapper {
    height: 60vh;
  }

  .home-hero_header {
    top: -30%;
  }

  .home-hero_button-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .projekt-header_col-left {
    height: 40vh;
  }

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

  .leistungen-pakete_header-wrapper {
    padding: 0;
  }

  .unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat-0, .unsere-leistungspakete-sind-individuell-und-flexibel-anpassbar-und-passen-in-jedes-budget---egal-ob-gesch-ftlich-oder-privat-1 {
    font-size: 1.5rem;
  }

  .tabs-menu {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }
}

#w-node-_0e8946bc-aa7d-a5ca-6396-9410036ce573-15a45385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1b0219c-78dc-2823-bcfe-d5fdcc1f3fc1-15a45385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-decf543d-8a6f-9140-4b04-85489d898d6d-15a45385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b4b763fc-4449-a7c9-047d-af238ec91cde-15a45385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-cad75b9c-5fb6-20bc-1024-f1d4f7e5572a-15a45385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cad75b9c-5fb6-20bc-1024-f1d4f7e5572c-15a45385 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_1103c5f6-0c03-2b93-8a9e-74d39f9f9911-15a45385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1103c5f6-0c03-2b93-8a9e-74d39f9f9913-15a45385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-fa8329d3-46d8-fc3c-9027-6fc25df1d366-15a45385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffa39267-05c3-06a7-a169-f6c96c667a60-15a45385 {
  align-self: auto;
}

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-15a45388, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-15a45388, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-15a45388, #w-node-e8a232e0-8d52-e652-8201-6bfac21c8e5c-15a45388, #w-node-e8a232e0-8d52-e652-8201-6bfac21c8e5d-15a45388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-15a45388, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-15a45388, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-15a45388, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-15a45388, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-15a45388 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-15a45388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-15a45388 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-15a45388, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-15a45388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_18e5e66a-ef57-bf19-959b-37f5c493c02f-13ad8646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdac88fd-d0c2-1261-1ab4-500beb52946e-13ad8646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbe0664a-a05e-1de7-4a91-871bc367472a-13ad8646, #w-node-f8db69c4-ef39-2ad3-db64-68c0bf41bfff-13ad8646, #w-node-_5c6f1120-24ac-a5e4-4742-c07adfc3d361-13ad8646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c24d54b8-e288-6d24-49f8-d6121a74fc44-13ad8646 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f6412f75-6d9c-80ba-6e7f-c4bf07189c45-68f071ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f6412f75-6d9c-80ba-6e7f-c4bf07189c47-68f071ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98ad6015-3934-e839-efbb-68206da51305-68f071ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_98ad6015-3934-e839-efbb-68206da51307-68f071ef {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e15d22aa-aa12-14b5-a980-c2d1b6a6ff44-68f071ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_66a1895b-f1e3-ca60-d6c3-727a2d792ca8-68f071ef, #w-node-_586cd8a3-01e3-ef37-aeb4-8cfd1553d50f-235976fd, #w-node-_556edb04-5dcf-538b-e337-626a39c75f81-235976fd, #w-node-_2596f0ef-d7cb-e5d2-2ec1-e7d95f7cf6c8-235976fd, #w-node-fab35df9-c38f-5445-9f7a-889333640633-235976fd, #w-node-_4a53f343-7bc2-42e5-bafe-eb6222e816bc-235976fd, #w-node-_989171cc-4f7c-00ea-0b4b-fe7a29d2365e-235976fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e21160-9003-e006-267f-0e7b01991206-df40b788 {
  align-self: auto;
}

#w-node-_690100bf-d5e8-d49b-4f9c-59487579481c-df40b788, #w-node-_483d464f-10f2-1f54-1ec5-45454e4d0f2c-df40b788, #w-node-_050cec07-e593-4fff-fc5a-ac5e249eb8bf-df40b788, #w-node-_7001d0cc-6d11-415a-1884-139edbd1c61a-df40b788, #w-node-f9934ca5-f7d9-a21e-c62f-933333224ae4-df40b788 {
  align-self: stretch;
}

#w-node-_586cd8a3-01e3-ef37-aeb4-8cfd1553d50f-71e4b4fa, #w-node-e6109111-de4c-0ff5-bd21-e371866137e4-71e4b4fa, #w-node-d144cb79-93a7-fd23-e0a5-41bd99b12259-71e4b4fa, #w-node-_74a2bfd4-8a4a-d5e5-4dca-7eeaac19d5e7-71e4b4fa, #w-node-d6d0a63e-d192-724c-1303-c7da8d5e9e5e-71e4b4fa, #w-node-_42838e9b-1961-9c56-d201-273655461f00-71e4b4fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Avenirltstd Black';
  src: url('../fonts/avenirltstd-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Book';
  src: url('../fonts/avenirltstd-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Medium';
  src: url('../fonts/avenirltstd-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}