@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Variable.woff2') format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bradley;
  src: url('../fonts/BRADHITC.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WaitingForTheSunrise;
  src: url('../fonts/WaitingfortheSunrise-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-color-neutral--neutral-darker: #222;
  --link-color--link-primary: var(--base-color-neutral--black);
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-neutral--neutral-light: #aaa;
  --base-color-brand--brand-main: #eb0055;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --transparent: white;
  --base-color-neutral--white: #fff;
  --base-color-neutral--black: black;
  --base-color-neutral--neutral-dark: #444;
  --base-color-brand--black: black;
  --base-color-neutral--neutral-lighter: #ccc;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --base-color-brand--brand-bg-1: #e6e9ed;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--neutral: #666;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --c1-lightest-grey: #f5f6f8;
  --base-color-brand--brand-bg-2: #d9d5c852;
  --c1-darker-grey: #e8eef7;
  --c1-lighter-grey: #f6fafd;
  --base-color-brand--brand-bg-main: #f7f7f7;
  --base-color-brand--brand-bg-3: #ebebeb;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.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 {
  color: var(--base-color-neutral--neutral-darker);
  background-color: #fff0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

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

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

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

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  border-bottom: 1px #000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.125rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  color: var(--base-color-neutral--neutral-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 400;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

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

.icon-embed-medium.text-color-brand {
  color: var(--base-color-brand--brand-main);
}

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

.form_radio.is-alternate {
  color: var(--text-color--text-alternate);
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--base-color-neutral--neutral-light);
  background-color: var(--transparent);
  cursor: pointer;
  border-radius: 4px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate);
}

.button {
  border: 1px solid var(--base-color-brand--brand-main);
  background-color: var(--base-color-brand--brand-main);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 6px;
  padding: .5rem 1.5rem;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.button.is-secondary {
  border-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--black);
  background-color: #0000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.handwritten-small {
  color: #eb0055;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .5px;
  border-color: #eb0055;
  font-family: Bradley, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar2-button {
  border-color: var(--base-color-neutral--neutral-dark);
  background-color: var(--transparent);
  color: var(--base-color-brand--black);
  padding: .35rem .7rem;
}

.button.width-fixed {
  width: 140px;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

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

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

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

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: #0000;
  border-radius: 6px;
  min-width: 250px;
  height: auto;
  min-height: 2.6rem;
  margin-bottom: 10px;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

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

.text-color-white {
  color: var(--base-color-neutral--white);
}

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--base-color-brand--brand-bg-1);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text {
  margin-top: 114px;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--text-color--text-alternate);
}

.form_checkbox.dsgvo {
  color: var(--base-color-neutral--neutral);
  padding-top: 1rem;
  padding-left: 1.3rem;
  font-size: .9rem;
  font-weight: 300;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

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

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

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

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

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

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

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

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

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

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

.spacer-xlarge.tarif-wrapper {
  background-color: #f8f8f8cc;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 6rem;
}

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  background-color: var(--transparent);
  border-radius: 8px;
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 2.5rem 2.5rem 1rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  border-radius: 8px;
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.tag.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.navbar2_menu-button {
  padding: 0;
}

.navbar_main {
  z-index: 9999;
  border-bottom: 1px solid var(--c1-lightest-grey);
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar2_logo {
  min-width: 170px;
}

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

.navbar2_logo-link.w--current {
  display: flex;
}

.navbar2_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(165px, 165px) 1fr minmax(100px, 100px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_link {
  text-align: center;
  padding: .5rem 1rem;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.navbar2_link.w--current {
  color: #000;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  width: auto;
  font-size: .95rem;
  font-weight: 400;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

.home_hero_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

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

.text-link.text-color-white.text-size-medium-2 {
  font-size: 1.125rem;
}

.section_home_hero {
  color: #000;
}

.home_hero_image-wrapper {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home_hero_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-style-tagline {
  color: var(--base-color-brand--brand-main);
  justify-content: center;
  align-items: center;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-color-brand {
  color: var(--base-color-brand--brand-main);
  font-weight: 500;
}

.home_hero_item-list {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.home_sip-trunk_content {
  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;
}

.home_sip-trunk_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.home_sip-trunk_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.home_-hero_item {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.section_home_sip-trunk, .section_telefonanlage-vor-ort {
  background-color: var(--base-color-brand--brand-bg-2);
  color: #000;
}

.home_layout-2_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.home_layout-2_content {
  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;
}

.home_layout-3_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

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

.home_pricing-1_answer {
  overflow: hidden;
}

.section-faq {
  color: #000;
  background-color: #0000;
}

.home_pricing-1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.home_pricing-1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--base-color-neutral--neutral-lighter);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home_pricing-1_list {
  border-bottom: 1px solid var(--base-color-neutral--neutral-lighter);
}

.home_pricing-1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.footer3_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: flex;
}

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

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

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

.footer3_component {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: #000;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  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;
  place-items: start;
  display: flex;
}

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

.divider-horizontal {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.sip-trunk_feature-1_logo {
  max-height: 3rem;
}

.sip-trunk_feature-1_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section_sip-trunk_pricing {
  color: #000;
  background-color: #fff;
}

.section_timeline-vertical {
  background-color: #fff;
}

.sip-trunk_featured-blog-list-header_progress-line {
  z-index: 0;
  background-color: var(--base-color-brand--brand-main);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.sip-trunk_featured-blog-list-header_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-left: 3rem;
}

.sip-trunk_featured-blog-list-header_circle {
  z-index: 2;
  background-color: var(--base-color-brand--brand-main);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
  box-shadow: 0 0 0 8px #fff;
}

.sip-trunk_featured-blog-list-header_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sip-trunk_featured-blog-list-header_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.sip-trunk_featured-blog-list-header_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  position: relative;
}

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

.sip-trunk_featured-blog-list-header_progress-line-cover {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

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

.sip-trunk_featured-blog-list-header_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;
}

.sip-trunk_featured-blog-list-header_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.sip-trunk_featured-blog-list-header_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

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

.cta3_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_cta3 {
  position: relative;
}

.section_cta3.text-color-alternate {
  width: 100%;
  max-width: 80rem;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0000000d;
  position: absolute;
  inset: 0%;
}

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

.cloud-telefonie_hero-header_card {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cloud-telefonie_hero-header_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.section_cloud-telefonie_hero-header {
  color: #000;
  background-color: #fff;
  position: relative;
}

.cloud-telefonie_hero-header_card-content {
  z-index: 1;
  position: relative;
}

.cloud-telefonie_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cloud-telefonie_hero-header_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cloud-telefonie_hero-header_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

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

.cloud-telefonie_feature-1_content {
  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;
}

.section_cloud-telefonie_feature-1 {
  color: #000;
  background-color: #fff;
}

.cloud-telefonie_feature-1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.cloud-telefonie_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}

.cloud-telefonie_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cloud-telefonie_feature-2_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.cloud-telefonie_feature-2_content {
  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;
}

.cloud-telefonie_feature-2_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.cloud-telefonie_feature-2_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.cloud-telefonie_feature-2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section_cloud-telefonie_feature-2 {
  color: #000;
  background-color: #fff;
}

.cloud-telefonie_feature-3_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cloud-telefonie_feature-3_content {
  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;
}

.cloud-telefonie_feature-3_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.cloud-telefonie_feature-3_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.cloud-telefonie_feature-3_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.cloud-telefonie_feature-3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_cloud-telefonie_feature-3 {
  color: #000;
  background-color: #fff;
}

.cloud-telefonie_features-list_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cloud-telefonie_features-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cloud-telefonie_features-list_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_cloud-telefonie_features-list {
  color: #000;
  background-color: #fff;
}

.cloud-telefonie_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.section_telefonanlage-vor-ort_hero-header {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  position: relative;
}

.telefonanlage-vor-ort_hero-header_card {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.telefonanlage-vor-ort_hero-header_card-content {
  z-index: 1;
  position: relative;
}

.telefonanlage-vor-ort_hero-header_form_component {
  max-width: 30rem;
  margin-bottom: 0;
}

.telefonanlage-vor-ort_hero-header_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.telefonanlage-vor-ort_hero-header_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.telefonanlage-vor-ort_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_isdn-abschaltung_hero-header {
  position: relative;
}

.isdn-abschaltung_hero-header_card {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.isdn-abschaltung_hero-header_card-content {
  z-index: 1;
  position: relative;
}

.isdn-abschaltung_hero-header_form_component {
  max-width: 30rem;
  margin-bottom: 0;
}

.isdn-abschaltung_hero-header_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.isdn-abschaltung_hero-header_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.isdn-abschaltung_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_taktung_feature {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
}

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

.taktung_feature_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.taktung_feature_logo {
  max-height: 3rem;
}

.taktung_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.section_taktung_faq {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
}

.taktung_faq_list {
  border-bottom: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
}

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

.taktung_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.taktung_faq_answer {
  overflow: hidden;
}

.section_header89 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  position: relative;
}

.header89_card {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.header89_form_component {
  max-width: 30rem;
  margin-bottom: 0;
}

.header89_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.header89_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_component {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section_testimonial4 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
}

.testimonial4_content {
  text-align: center;
}

.testimonial4_rating-wrapper {
  justify-content: center;
  display: flex;
}

.testimonial4_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial4_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial4_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.divider-vertical {
  background-color: var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  align-self: stretch;
  width: 1px;
}

.testimonial4_logo {
  max-height: 3rem;
}

.rich-text-block {
  margin-top: 3rem;
}

.handwritten {
  color: #eb0055;
  -webkit-text-stroke-width: .6px;
  font-family: Bradley, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.handwritten.h2 {
  font-size: 2rem;
  font-weight: 400;
}

.handwritten.text-size-small {
  letter-spacing: 2px;
  font-family: WaitingForTheSunrise, Arial, sans-serif;
  font-size: 1.3rem;
}

.handwritten.large {
  font-family: Bradley, Arial, sans-serif;
  font-size: 1.6rem;
}

.handwritten.brand {
  color: #eb0055;
}

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

.section_logo {
  margin-top: 5rem;
  overflow: hidden;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-top: 2rem;
  margin-right: 2rem;
  display: grid;
}

.logo3_component {
  max-width: 80rem;
  display: flex;
}

.logo3_logo {
  max-height: 3.5rem;
}

.img-list-check {
  margin-bottom: 2px;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.line-divider.ligth_grey {
  background-color: var(--base-color-neutral--neutral-light);
}

.footer6_content_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer6_left-block {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-top: auto;
  display: flex;
}

.footer6_image {
  vertical-align: bottom;
  margin-top: 53px;
  margin-bottom: 0;
}

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

.footer6_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  margin-bottom: 2rem;
  display: flex;
}

.footer6_link {
  color: var(--base-color-neutral--black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer6_credit-text {
  color: var(--base-color-neutral--neutral);
  font-size: .875rem;
}

.text-span-2 {
  color: var(--base-color-brand--brand-main);
}

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

.frmraschesangebot {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.grid-form-2col {
  grid-template-rows: auto;
}

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

.error-text {
  color: #e23939;
  font-size: .9rem;
}

.img_wrap_cta-contact-form {
  position: relative;
}

.feature_image {
  border-radius: 10px;
  width: 500px;
  position: static;
}

.text-color-brand {
  color: var(--base-color-brand--brand-main);
}

.text-color-brand.handwritten {
  letter-spacing: 2px;
  font-family: WaitingForTheSunrise, Arial, sans-serif;
  font-size: 1.4rem;
}

.testimonial14_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial14_logo {
  max-height: 3rem;
  margin-right: 2rem;
}

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

.layout479_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.layout479_image-wrapper1 {
  border-radius: 0;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
}

.layout479_image1 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.layout432_content-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.layout432_heading-content {
  flex-flow: column;
  display: flex;
}

.layout432_heading-content.max-width-large {
  flex-flow: column;
  align-items: center;
}

.layout432_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.layout432_content-right {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.layout432_image-wrapper3 {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.layout432_image3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 20rem;
  height: 100%;
}

.image-section {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.header150_component {
  flex-direction: column;
  margin-top: 1rem;
}

.image-hero-small {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  overflow: hidden;
}

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

.content27_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.content27_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

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

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

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

.content27_link-wrapper {
  overflow: hidden;
}

.content27_link {
  width: 100%;
  padding: .75rem 1rem .75rem 0;
  text-decoration: none;
}

.content27_link.w--current {
  background-color: #fff;
  font-weight: 600;
}

.content27_link.is-h3 {
  padding-left: 0;
}

.content27_link.is-h3.w--current {
  background-color: #0000;
}

.longtext-kapitel-wrapper {
  margin-bottom: 4rem;
}

.longtext-kapitel-subheading {
  margin-top: 1rem;
}

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

.contact1_image {
  border-radius: 10px;
  width: auto;
  height: auto;
  position: static;
}

.contact1_content_wrap {
  margin-top: 0;
  padding-top: 0;
}

.contact1_content_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  padding-top: 0;
  padding-bottom: 1rem;
  display: grid;
}

.list1_item {
  margin-bottom: auto;
  display: flex;
}

.layout65_item-icon-wrapper {
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  margin-right: 1rem;
  display: flex;
}

.checklist-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.checklist-text {
  margin-top: -2px;
  margin-left: 0;
}

.checklist-text.text-color-brand {
  color: var(--base-color-brand--brand-main);
}

.form-callback {
  color: var(--base-color-brand--brand-main);
  flex-direction: column;
  align-items: stretch;
}

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

.form-field {
  border-radius: 6px;
  height: auto;
  min-height: 2.6rem;
  padding: .5rem .75rem;
  line-height: 1.6;
}

.layout71_component {
  margin-bottom: 3rem;
}

.list-grid-1 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.text-span-7 {
  color: #eb0055;
  letter-spacing: 2px;
  -webkit-text-stroke-width: .5px;
  column-count: auto;
  font-family: WaitingForTheSunrise, Arial, sans-serif;
  font-size: 1.4rem;
}

.pricing22_component.background-c1-darker {
  background-color: var(--c1-darker-grey);
  border-radius: 9px;
  padding: 2rem;
}

.pricing22_plans {
  width: 100%;
}

.pricing22_top-row {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: center;
  padding-bottom: 1rem;
}

.pricing22_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pricing22_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing22_row.background-color-secondary {
  background-color: var(--c1-lighter-grey);
  border-radius: 5px;
}

.pricing22_feature {
  padding: 1rem 1.5rem;
}

.pricing22_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 400;
  display: flex;
}

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

.layout326_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 7px;
  width: 100%;
  padding: 25px;
  display: flex;
}

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

.layout18_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.layout18_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout18_image-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

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

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

._14_grid-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.faq14_item {
  background-color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  display: flex;
  box-shadow: 0 1px 3px #00000024;
}

.faq14_icon-wrapper {
  align-self: center;
  display: inline-block;
}

.sec_sip-trunk_hero {
  color: #000;
}

.component10 {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.component10-wrap-outer {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.component10-wrap-inner {
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-around;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

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

.wrapper-horizontal {
  flex: none;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.fact-divider {
  background-color: #0003;
  width: 1px;
  height: 75px;
}

.fact-divider._100px {
  height: 100px;
}

.fact-block-in-line {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.fact-image-small {
  object-fit: cover;
  background-image: linear-gradient(#000, #fff);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}

.home_-hero_item_slide-in {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.modal-wrapper {
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content {
  border: 1px solid var(--c1-darker-grey);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.frmrueckruf {
  width: 500px;
}

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

.success-message {
  background-color: #f7f7f7;
  border-radius: 8px;
}

.error-message {
  border-radius: 7px;
}

.text-block-2 {
  padding: 6px;
}

.textarea {
  border-radius: 6px;
}

.frmclosebutton {
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  width: 140px;
  padding: .5rem 1.5rem;
}

.image {
  z-index: -1;
  width: 200px;
  height: 200px;
  margin-bottom: -100px;
  position: absolute;
}

.funktionen-table-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f7f7f7cc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 4rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-funktionen {
  text-align: left;
  padding-left: .5rem;
}

.text-funktionen.text-color-brand {
  padding-left: 0;
}

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

.div-block-4 {
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: minmax(30px, 30px) .4fr;
  align-content: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.padding-section-large-2 {
  border-radius: 10px;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home_pricing_image-wrapper {
  flex-flow: row;
  display: flex;
}

.item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.text-size-medium-3 {
  font-size: 1.125rem;
  line-height: 150%;
}

.image-appstore-logo {
  margin-right: 10px;
}

.item-block-icon {
  border: 1px solid #aaa;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

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

.text-weight-medium-2 {
  padding-right: 1rem;
  font-weight: 500;
}

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

.sec_home_endger-te {
  display: block;
}

.wrapper-appstore-logos {
  margin-top: 20px;
}

.badge-image {
  z-index: 1000;
  width: 200px;
  height: 200px;
  margin-bottom: -100px;
  position: absolute;
}

.heading {
  letter-spacing: -1.5px;
  font-weight: 800;
}

.navbar1_component {
  z-index: 999;
  border: 1px none var(--base-color-neutral--neutral-lighter);
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar1_container {
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar1_logo {
  padding-bottom: 1px;
}

.navbar1_menu-button {
  padding: 0;
}

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

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

.endgerate-cloud-telefonanlage_sie-erreichen-uns-personlic_content {
  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;
}

.endgerate-cloud-telefonanlage_sie-erreichen-uns-personlic_image {
  width: 100%;
  height: 100%;
}

.text-size-medium-4 {
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.125rem;
}

.endgerate-cloud-telefonanlage_sie-erreichen-uns-personlic_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.endgerate-cloud-telefonanlage_sie-erreichen-uns-personlic_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.endgerate-cloud-telefonanlage_sie-erreichen-uns-personlic_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

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

  .padding-global {
    max-width: 100%;
  }

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .text-style-tagline {
    font-size: .95rem;
  }

  .home_hero_item-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .home_sip-trunk_content, .home_layout-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .sip-trunk_featured-blog-list-header_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .cloud-telefonie_feature-1_content, .cloud-telefonie_feature-2_content, .cloud-telefonie_feature-3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cloud-telefonie_features-list_list {
    grid-column-gap: 2rem;
  }

  .cloud-telefonie_features-list_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .handwritten.text-size-small {
    font-size: 1rem;
    line-height: 1.3;
  }

  .footer6_content_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer6_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
  }

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

  .img_wrap_cta-contact-form {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    display: flex;
  }

  .feature_image {
    vertical-align: baseline;
    width: 100%;
    position: static;
  }

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

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

  .content27_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content27_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .content27_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .content27_accordion-icon {
    display: flex;
  }

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

  .contact1_image {
    vertical-align: baseline;
    width: 100%;
    position: static;
  }

  .checklist-text {
    margin-left: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .pricing22_top-row {
    align-items: baseline;
    margin-bottom: 1rem;
  }

  .pricing22_row-content {
    font-weight: 400;
  }

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

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

  ._14_grid-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .component10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .component10-wrap-outer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .component10-wrap-inner {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    padding-top: 30px;
    display: flex;
    bottom: 20px;
  }

  .component10-text-box {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
  }

  .fact-divider {
    display: none;
  }

  .fact-block-in-line {
    border-top: 1px solid #d8d8d8;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fact-image-small {
    min-height: 400px;
    max-height: 400px;
  }

  .image {
    width: 250px;
    height: 250px;
  }

  .funktionen-table-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-funktionen {
    text-align: left;
    padding-right: 1rem;
  }

  .grid-6 {
    grid-template-columns: minmax(30px, 30px) .5fr;
  }

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

  .home_pricing_image-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .badge-image {
    width: 250px;
    height: 250px;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #0000001a;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #0000001a;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #0000001a;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-global-8 {
    max-width: 100%;
  }

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

  .endgerate-cloud-telefonanlage_sie-erreichen-uns-personlic_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .navbar_main {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

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

  .home_hero_form {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .home_sip-trunk_content, .home_layout-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_layout-3_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .home_pricing-1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home_pricing-1_icon-wrapper {
    width: 1.75rem;
  }

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

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

  .sip-trunk_featured-blog-list-header_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 1rem;
  }

  .sip-trunk_featured-blog-list-header_circle {
    margin-top: .75rem;
  }

  .sip-trunk_featured-blog-list-header_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .sip-trunk_featured-blog-list-header_progress {
    left: 0;
  }

  .cloud-telefonie_hero-header_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .cloud-telefonie_feature-1_content, .cloud-telefonie_feature-2_content, .cloud-telefonie_feature-3_content, .cloud-telefonie_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .telefonanlage-vor-ort_hero-header_card, .isdn-abschaltung_hero-header_card {
    min-height: 32rem;
    padding: 2rem;
  }

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

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

  .taktung_faq_icon-wrapper {
    width: 1.75rem;
  }

  .header89_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .testimonial4_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial4_client-info {
    margin-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
  }

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

  .testimonial14_client {
    align-items: center;
    width: 100%;
  }

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

  .layout479_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .layout432_image-wrapper3 {
    margin-top: 0%;
  }

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

  .header150_component {
    height: auto;
    max-height: none;
  }

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

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

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

  .pricing22_feature, .pricing22_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .layout326_list, .layout18_content, ._14_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .component10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fact-image-small {
    min-height: 450px;
    max-height: 450px;
  }

  .frmclosebutton {
    padding-bottom: .5rem;
  }

  .image {
    width: 230px;
    height: 230px;
  }

  .text-funktionen {
    padding-left: 0;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(30px, 30px);
    grid-auto-columns: minmax(149px, 3.5fr);
    grid-auto-flow: row;
    display: block;
  }

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

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

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

  .badge-image {
    width: 230px;
    height: 230px;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

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

  .endgerate-cloud-telefonanlage_sie-erreichen-uns-personlic_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1;
  }

  h2 {
    text-align: left;
  }

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

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

  .margin-top.margin-medium {
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-align-center {
    text-align: left;
  }

  .button.is-navbar2-button {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .9rem;
  }

  .form_input {
    text-align: left;
  }

  .icon-embed-xsmall {
    margin-top: 2px;
  }

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

  .spacer-xxlarge {
    display: block;
  }

  .navbar2_logo {
    min-width: 170px;
  }

  .menu-icon2 {
    margin-right: .5rem;
  }

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

  .navbar2_menu.is-page-height-tablet {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .navbar2_button-wrapper {
    grid-column-gap: .4rem;
    margin-left: .125rem;
  }

  .home_hero_form-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .home_hero_form {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
  }

  .home_hero_item-list {
    margin-bottom: .5rem;
  }

  .home_sip-trunk_content, .home_layout-2_content {
    grid-template-columns: 1fr;
  }

  .home_layout-3_content {
    height: auto;
  }

  .home_pricing-1_content {
    grid-template-columns: 1fr;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .sip-trunk_featured-blog-list-header_item {
    grid-template-columns: 3rem 1fr;
  }

  .sip-trunk_featured-blog-list-header_content-right {
    grid-row-gap: 2rem;
  }

  .cloud-telefonie_hero-header_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cloud-telefonie_feature-1_content, .cloud-telefonie_feature-2_content, .cloud-telefonie_feature-3_content, .cloud-telefonie_features-list_list, .cloud-telefonie_features-list_content {
    grid-template-columns: 1fr;
  }

  .telefonanlage-vor-ort_hero-header_form, .isdn-abschaltung_hero-header_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .header89_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .handwritten {
    color: #eb0055;
    -webkit-text-stroke-width: .5px;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .handwritten.footer {
    align-self: center;
    font-size: 1.6rem;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo3_list {
    justify-content: center;
    margin-top: 0;
  }

  .footer6_left-block {
    width: 100%;
  }

  .footer6_image {
    margin-top: 40px;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer6_link {
    font-size: .95rem;
  }

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

  .section-angebot {
    background-color: var(--transparent);
  }

  .grid_cta-form {
    grid-template-columns: 1fr;
  }

  .grid-form-2col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .img_wrap_cta-contact-form {
    display: block;
  }

  .testimonial14_logo-wrapper {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .testimonial14_logo {
    margin-left: .6rem;
    margin-right: .6rem;
  }

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

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

  .layout479_image1 {
    margin-top: 2rem;
  }

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

  .padding-section-hero {
    padding-top: 2.5rem;
  }

  .header150_component {
    margin-top: 0;
  }

  .content27_sidebar-heading {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 0;
  }

  .content27_accordion-icon {
    margin-right: .5rem;
  }

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

  .layout65_item-icon-wrapper {
    justify-content: flex-start;
    margin-right: 0;
  }

  .checklist-text {
    margin-left: 15px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .pricing22_component.background-c1-darker {
    border-radius: 7px;
    padding: 2rem 1rem;
  }

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

  .pricing22_row.background-color-secondary {
    border-radius: 5px;
  }

  .pricing22_feature {
    padding-bottom: .25rem;
  }

  .pricing22_row-content {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .text-price-feature {
    font-size: .8rem;
  }

  .text-price-heading {
    font-weight: 600;
  }

  .layout326_list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .component10 {
    padding-top: 1rem;
  }

  .component10-wrap-outer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .component10-wrap-inner {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    inset: 40px 25px;
  }

  .component10-text-box {
    justify-content: center;
    align-items: center;
    margin-bottom: -50px;
  }

  .component10-text-box.noborder-bottom {
    border-bottom: 0 #d8d8d800;
  }

  .wrapper-horizontal {
    align-self: auto;
    display: flex;
  }

  .fact-block-in-line {
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    padding-bottom: 0;
  }

  .fact-block-in-line.noborder-top {
    border-top: 0 #fff0;
  }

  .fact-image-small {
    height: 100%;
    min-height: 550px;
    max-height: 550px;
  }

  .modal-wrapper {
    z-index: 11000;
    display: none;
  }

  .modal-content {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 1.5rem;
  }

  .frmrueckruf {
    width: 100%;
  }

  .image {
    width: 135px;
    height: 135px;
    margin-bottom: -70px;
  }

  .funktionen-table-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-funktionen {
    color: #333;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .text-funktionen.text-color-brand {
    color: #eb0055;
  }

  .section_funktions-liste {
    margin-top: 0;
  }

  .padding-global-7 {
    display: block;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(30px, 30px));
    grid-auto-columns: .75fr;
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .badge-image {
    width: 135px;
    height: 135px;
    margin-bottom: -70px;
  }

  .menu-icon1 {
    color: #000;
  }

  .menu-icon1_line-top {
    background-color: #000;
    border: 1px solid #000;
    height: 1px;
  }

  .menu-icon1_line-middle {
    color: #000;
    border: 0 #000;
  }

  .menu-icon1_line-middle-inner {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    width: 100%;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    border: 1px solid #000;
  }

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

  .endgerate-cloud-telefonanlage_sie-erreichen-uns-personlic_content {
    grid-template-columns: 1fr;
  }
}

#w-node-fbf9a3f8-1849-b984-7ee0-a099edfaf242-c4843432, #w-node-_55b3fb4f-ca34-65da-539f-508f8d8050b6-c4843432, #w-node-_3efdf383-7cc2-e600-20f0-bf36fb809f90-c4843432, #w-node-fbf9a3f8-1849-b984-7ee0-a099edfaf248-c4843432 {
  align-self: start;
}

#w-node-d0f40872-79cb-0ab7-85dc-88734381bf64-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf66-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf68-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf6a-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf6c-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf6e-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf70-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf72-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf75-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf77-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf79-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf7b-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf7d-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf7f-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf81-c4843432, #w-node-d0f40872-79cb-0ab7-85dc-88734381bf83-c4843432 {
  justify-self: center;
}

#w-node-_2c082599-efd3-b63c-e4a8-1d3ba0583700-c4843432, #w-node-_84c22f46-73b8-e689-3b68-a46b7a36b795-c4843432, #w-node-ad913a2c-fb47-dbdb-1816-ecf0be6e7822-c4843432, #w-node-_2c082599-efd3-b63c-e4a8-1d3ba0583706-c4843432, #w-node-b3b5a176-7e0e-f4e6-ac85-aaae7dbe8442-c4843432, #w-node-_7d99fe2d-3e7a-0967-0293-cf01aef3acbf-c4843432, #w-node-_7d99fe2d-3e7a-0967-0293-cf01aef3acc5-c4843432, #w-node-_3c91bd32-ca4c-126f-098b-6fb0cbd4bb4e-c4843432, #w-node-_7d99fe2d-3e7a-0967-0293-cf01aef3acd7-c4843432, #w-node-_03f1d7a3-efa3-1d5b-25dd-a9d715a60320-c4843432, #w-node-_03f1d7a3-efa3-1d5b-25dd-a9d715a6032a-c4843432, #w-node-_03f1d7a3-efa3-1d5b-25dd-a9d715a6033c-c4843432 {
  align-self: start;
}

#w-node-_1dfc5305-dc49-84e9-8f99-e6e5af911b5c-c4843432, #w-node-_1dfc5305-dc49-84e9-8f99-e6e5af911b66-c4843432, #w-node-_1dfc5305-dc49-84e9-8f99-e6e5af911b6e-c4843432, #w-node-_1dfc5305-dc49-84e9-8f99-e6e5af911b76-c4843432 {
  align-self: center;
}

#w-node-_6b132aef-ab46-353f-ffae-b222d2e6f9db-c4843432, #w-node-_9edd3709-1d73-ad93-5c03-3cd925d192f4-25d192f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9edd3709-1d73-ad93-5c03-3cd925d192f6-25d192f2 {
  justify-self: center;
}

#w-node-_9edd3709-1d73-ad93-5c03-3cd925d192ff-25d192f2 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-c484345e {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-c484345e {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-c484345e {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-c484345e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-c484345e, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-c484345e, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-c484345e, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-c484345e, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-c484345e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-c484345e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-c484345e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-c484345e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-c484345e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-c484345e {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-c484345e {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-c484345e {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-c484345e, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-c484345e, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-c484345e {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-c484345e, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-c484345e, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-c484345e {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c484345e, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-c484345e, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-c484345e {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-c484345e, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-c484345e, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-c484345e {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-c484345e, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-c484345e, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-c484345e {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-c484345e, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-c484345e, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-c484345e {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-c484345e, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-c484345e, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-c484345e {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-c484345e, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-c484345e, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-c484345e {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-c484345e, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-c484345e {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-c484345e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-c484345e {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-c484345e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-c484345e {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-c484345e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-c484345e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-c484345e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-c484345e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-c484345e {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-c484345e, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-c484345e, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-c484345e, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-c484345e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-c484345e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-c484345e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-c484345e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-c484345e, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-c484345e, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-c484345e, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-c484345e, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-c484345e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-c484345e {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-c484345e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-c484345e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-c484345e {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-c484345e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-c484345e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-c484345e {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-c484345e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-c484345e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-c484345e {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-c484345e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-c484345e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-c484345e {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-c484345e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-c484345e, #w-node-ee961e8d-845a-edc3-3307-509470022457-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-c484345e {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-c484345e, #w-node-ee961e8d-845a-edc3-3307-50947002245b-c484345e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-c484345e {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-c484345e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-c484345e, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-c484345e {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-c484345e, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-c484345e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-c484345e {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-c484345e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-c484345e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-c484345e {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-c484345e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-c484345e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-c484345e {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-c484345e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-c484345e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-c484345e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-c484345e {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-c484345e {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-c484345e {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-c484345e {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-c484345e {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-c484345e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-c484345e {
  justify-self: start;
}

#w-node-_271feac1-f278-1fce-c6b7-31aa16bebdc8-9037ee5c, #w-node-_271feac1-f278-1fce-c6b7-31aa16bebdce-9037ee5c, #w-node-_271feac1-f278-1fce-c6b7-31aa16bebdd4-9037ee5c, #w-node-_271feac1-f278-1fce-c6b7-31aa16bebdda-9037ee5c {
  align-self: start;
}

#w-node-b53df050-5530-94d0-fd65-bce800c9ee98-9037ee5c {
  place-self: stretch stretch;
}

#w-node-_90dfd3b5-146c-4db6-c85a-31b019e0bd53-9037ee5c, #w-node-_8ce3a66a-f32a-4b4e-9c2b-2aa20c15e4ba-9037ee5c, #w-node-_8ce3a66a-f32a-4b4e-9c2b-2aa20c15e4c0-9037ee5c, #w-node-_8ce3a66a-f32a-4b4e-9c2b-2aa20c15e4c6-9037ee5c, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095c8-9037ee5c, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095ca-9037ee5c, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095d0-9037ee5c, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095d6-9037ee5c {
  align-self: start;
}

#w-node-_072afb08-d46d-1819-b977-d941d593507e-9037ee5c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f76b5986-5f88-a446-342a-8a75f03dc88b-9037ee5c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_072afb08-d46d-1819-b977-d941d593506f-9037ee5c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_7d36d257-396b-d4d5-afab-deefebc16834-9037ee5c {
  justify-self: center;
}

#w-node-_5fab5356-74d8-62b9-9e80-68f11eb023e7-9037ee5c {
  align-self: auto;
}

#w-node-_5fab5356-74d8-62b9-9e80-68f11eb023ed-9037ee5c, #w-node-_5fab5356-74d8-62b9-9e80-68f11eb023f3-9037ee5c, #w-node-_315daba0-5ad9-c9a5-e435-ad61c0b06a68-c0b06a5b, #w-node-_315daba0-5ad9-c9a5-e435-ad61c0b06a6e-c0b06a5b, #w-node-_315daba0-5ad9-c9a5-e435-ad61c0b06a74-c0b06a5b, #w-node-_3c5bdfac-0b3c-d3ec-d9fc-c7e1e242039a-b56179d3, #w-node-_3c5bdfac-0b3c-d3ec-d9fc-c7e1e24203a0-b56179d3, #w-node-_3c5bdfac-0b3c-d3ec-d9fc-c7e1e24203a6-b56179d3, #w-node-_3c5bdfac-0b3c-d3ec-d9fc-c7e1e24203c2-b56179d3, #w-node-_3c5bdfac-0b3c-d3ec-d9fc-c7e1e24203c8-b56179d3, #w-node-_3c5bdfac-0b3c-d3ec-d9fc-c7e1e24203ce-b56179d3 {
  align-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba624-b56179d3 {
  justify-self: stretch;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba625-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba627-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba62a-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba62c-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba62f-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba631-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba634-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba636-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba639-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba63b-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba63e-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba640-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba643-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba645-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba648-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba64a-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba64d-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba64f-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba652-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba654-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba657-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba659-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba65c-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba65e-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba661-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba663-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba666-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba668-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba66b-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba66d-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba670-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba672-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba675-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba677-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba67a-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba67c-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba67f-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba681-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba684-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba686-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba689-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba68b-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba68e-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba690-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba693-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba695-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba698-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba69a-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba69d-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba69f-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6a2-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6a4-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6a7-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6a9-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6ac-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6ae-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6b1-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6b3-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6b6-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6b8-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6bb-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6bd-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6c0-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6c2-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6c5-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6c7-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6ca-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6cc-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6cf-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6d1-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6d4-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6d6-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6d9-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6db-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6de-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6e0-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6e3-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6e5-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6e8-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6ea-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6ed-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6ef-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6f2-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6f4-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6f7-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6f9-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6fc-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba6fe-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba701-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba703-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba706-b56179d3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52077388-a6f1-35de-111f-cf5438bba708-b56179d3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-db2e6192-65ab-0d5a-158e-a182d2d185ed-ae45f2d2 {
  justify-self: center;
}

#w-node-db2e6192-65ab-0d5a-158e-a182d2d185f6-ae45f2d2 {
  justify-self: end;
}

#w-node-_5a06e431-d5cd-ff32-064e-d46847cf3a5c-b9d76c45 {
  justify-self: center;
}

#w-node-_5a06e431-d5cd-ff32-064e-d46847cf3a65-b9d76c45 {
  justify-self: end;
}

#w-node-ba538c12-c537-0b70-c54a-6c729c644154-52c4e9d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba538c12-c537-0b70-c54a-6c729c64416b-52c4e9d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25fa8027-503f-6e65-193c-cf97319edb52-52c4e9d4 {
  justify-self: start;
}

#w-node-_015ea465-0ebb-d110-1d05-c92de432c258-52c4e9d4 {
  align-self: start;
}

#w-node-_015ea465-0ebb-d110-1d05-c92de432c277-52c4e9d4 {
  justify-self: start;
}

#w-node-_271feac1-f278-1fce-c6b7-31aa16bebdc8-7c571e47, #w-node-_271feac1-f278-1fce-c6b7-31aa16bebdce-7c571e47, #w-node-_271feac1-f278-1fce-c6b7-31aa16bebdd4-7c571e47, #w-node-_271feac1-f278-1fce-c6b7-31aa16bebdda-7c571e47 {
  align-self: start;
}

#w-node-b53df050-5530-94d0-fd65-bce800c9ee98-7c571e47 {
  place-self: stretch stretch;
}

#w-node-_90dfd3b5-146c-4db6-c85a-31b019e0bd53-7c571e47, #w-node-_8ce3a66a-f32a-4b4e-9c2b-2aa20c15e4ba-7c571e47, #w-node-_8ce3a66a-f32a-4b4e-9c2b-2aa20c15e4c0-7c571e47, #w-node-_8ce3a66a-f32a-4b4e-9c2b-2aa20c15e4c6-7c571e47, #w-node-_8ce3a66a-f32a-4b4e-9c2b-2aa20c15e4cc-7c571e47, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095c8-7c571e47, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095ca-7c571e47, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095d0-7c571e47, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095d6-7c571e47, #w-node-e9b0016b-78fe-4278-d41c-08b3d19095dc-7c571e47 {
  align-self: start;
}

#w-node-_072afb08-d46d-1819-b977-d941d593507e-7c571e47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f76b5986-5f88-a446-342a-8a75f03dc88b-7c571e47 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_072afb08-d46d-1819-b977-d941d593506f-7c571e47 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_7d36d257-396b-d4d5-afab-deefebc16834-7c571e47 {
  justify-self: center;
}

#w-node-_5fab5356-74d8-62b9-9e80-68f11eb023e7-7c571e47 {
  align-self: auto;
}

#w-node-_5fab5356-74d8-62b9-9e80-68f11eb023ed-7c571e47, #w-node-_5fab5356-74d8-62b9-9e80-68f11eb023f3-7c571e47, #w-node-fee8ab1c-eadb-87c6-533f-75cf780afa3b-780afa30, #w-node-fee8ab1c-eadb-87c6-533f-75cf780afa41-780afa30, #w-node-fee8ab1c-eadb-87c6-533f-75cf780afa47-780afa30, #w-node-d666a246-299d-5f35-4dc1-17887caeafa5-e054df52, #w-node-d666a246-299d-5f35-4dc1-17887caeafab-e054df52, #w-node-d666a246-299d-5f35-4dc1-17887caeafb1-e054df52 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1dfc5305-dc49-84e9-8f99-e6e5af911b5c-c4843432 {
    justify-self: auto;
  }

  #w-node-b54daf0b-8537-0169-3085-c62e29e9dc17-29e9dc0c {
    order: -9999;
  }

  #w-node-_315daba0-5ad9-c9a5-e435-ad61c0b06a62-c0b06a5b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_315daba0-5ad9-c9a5-e435-ad61c0b06a7b-c0b06a5b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ba538c12-c537-0b70-c54a-6c729c64416b-52c4e9d4 {
    justify-self: start;
  }

  #w-node-e7ed748c-600a-14e0-c6dd-4b0b4700f193-52c4e9d4 {
    order: -9999;
  }

  #w-node-fee8ab1c-eadb-87c6-533f-75cf780afa35-780afa30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee8ab1c-eadb-87c6-533f-75cf780afa51-780afa30 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c082599-efd3-b63c-e4a8-1d3ba05836f5-c4843432, #w-node-_2c082599-efd3-b63c-e4a8-1d3ba0583781-c4843432, #w-node-_1dfc5305-dc49-84e9-8f99-e6e5af911b5e-c4843432 {
    order: -9999;
  }

  #w-node-b54daf0b-8537-0169-3085-c62e29e9dc4a-29e9dc0c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_072afb08-d46d-1819-b977-d941d593507e-9037ee5c {
    grid-column: 1 / 2;
  }

  #w-node-f76b5986-5f88-a446-342a-8a75f03dc88b-9037ee5c {
    grid-column: 2 / 3;
  }

  #w-node-_072afb08-d46d-1819-b977-d941d593506f-9037ee5c {
    grid-column: 3 / 4;
  }

  #w-node-_072afb08-d46d-1819-b977-d941d5935091-9037ee5c, #w-node-_072afb08-d46d-1819-b977-d941d593509e-9037ee5c, #w-node-_072afb08-d46d-1819-b977-d941d59350ab-9037ee5c, #w-node-_072afb08-d46d-1819-b977-d941d59350b8-9037ee5c, #w-node-_072afb08-d46d-1819-b977-d941d59350c3-9037ee5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3c5bdfac-0b3c-d3ec-d9fc-c7e1e242038f-b56179d3 {
    order: -9999;
  }

  #w-node-_52077388-a6f1-35de-111f-cf5438bba62a-b56179d3 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-e7ed748c-600a-14e0-c6dd-4b0b4700f1c7-52c4e9d4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_015ea465-0ebb-d110-1d05-c92de432c24d-52c4e9d4 {
    order: -9999;
  }

  #w-node-_072afb08-d46d-1819-b977-d941d593507e-7c571e47 {
    grid-column: 1 / 2;
  }

  #w-node-f76b5986-5f88-a446-342a-8a75f03dc88b-7c571e47 {
    grid-column: 2 / 3;
  }

  #w-node-_072afb08-d46d-1819-b977-d941d593506f-7c571e47 {
    grid-column: 3 / 4;
  }

  #w-node-_072afb08-d46d-1819-b977-d941d5935091-7c571e47, #w-node-_072afb08-d46d-1819-b977-d941d593509e-7c571e47, #w-node-_072afb08-d46d-1819-b977-d941d59350ab-7c571e47, #w-node-_072afb08-d46d-1819-b977-d941d59350b8-7c571e47, #w-node-_072afb08-d46d-1819-b977-d941d59350c3-7c571e47, #w-node-_072afb08-d46d-1819-b977-d941d59350dc-7c571e47, #w-node-_072afb08-d46d-1819-b977-d941d59350e9-7c571e47 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dd0cfc3c-2c2a-2619-bba9-ad9c45ff6b78-7c571e47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d666a246-299d-5f35-4dc1-17887caeaf9a-e054df52 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_315daba0-5ad9-c9a5-e435-ad61c0b06a7b-c0b06a5b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_52077388-a6f1-35de-111f-cf5438bba625-b56179d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_52077388-a6f1-35de-111f-cf5438bba627-b56179d3 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_52077388-a6f1-35de-111f-cf5438bba62a-b56179d3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_52077388-a6f1-35de-111f-cf5438bba62c-b56179d3 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }

  #w-node-_52077388-a6f1-35de-111f-cf5438bba62f-b56179d3 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-_52077388-a6f1-35de-111f-cf5438bba631-b56179d3 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }

  #w-node-_52077388-a6f1-35de-111f-cf5438bba634-b56179d3 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-fee8ab1c-eadb-87c6-533f-75cf780afa51-780afa30 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bradley';
  src: url('../fonts/BRADHITC.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WaitingForTheSunrise';
  src: url('../fonts/WaitingfortheSunrise-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}