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

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

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-brand: var(--base-color-brand--brand);
  --link-color--link-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--brand-dark: #864377;
  --base-color-brand--brand: #b365a1;
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --background-color--background-brand: var(--base-color-brand--brand);
  --base-color-neutral--neutral-light: #e1e7ee;
  --base-color-brand--white: white;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--soft-lilac);
  --border-color--border-primary: var(--base-color-neutral--black);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--soft-petti);
  --text-color--text-secondary: var(--base-color-neutral--neutral-dark);
  --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;
  --base-color-neutral--soft-petti: #fff0fb;
  --base-color-neutral--soft-lilac: #f8f7fd;
  --greyish_blue_bg: #f5f7fa;
  --background_cold_blue: #dee3ee;
  --base-color-neutral--neutral: #6e6e6e;
  --base-color-neutral--neutral-dark: #686d73;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #56945e;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--text-color--text-brand);
  letter-spacing: -.2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  color: var(--text-color--text-brand);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
}

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%;
  margin-top: 40px;
  margin-bottom: 40px;
  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-xlarge.align-center {
  display: block;
}

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

.max-width-medium.align-center {
  display: block;
}

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

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

.page-wrapper {
  overflow: clip;
}

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

.container-large.benefit-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 3fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: start stretch;
  padding: 5.5rem;
  display: grid;
}

.container-large.is-nav {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: block;
}

.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-small {
  width: 100%;
  max-width: 30rem;
}

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

.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;
  padding: 40px;
  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;
}

.container-small.text-align-center {
  max-width: 40rem;
}

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

.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-bottom.padding-xxlarge, .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-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium.text-style-italic {
  line-height: 1.6;
}

.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 {
  width: 2rem;
  height: 2rem;
  color: var(--text-color--text-brand);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.heading-style-h2 {
  color: var(--text-color--text-brand);
  letter-spacing: -.1rem;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2.text-color-white.text-weight-bold.comingsoon {
  background-color: #681d57;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.heading-style-h2.text-color-white.hidecomingsoon {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  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 {
  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 4rem -.75rem #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;
}

.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 {
  color: var(--text-color--text-brand);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--text-color--text-brand);
  letter-spacing: -.17rem;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.form_checkbox-icon {
  border: .0625rem solid var(--base-color-neutral--neutral-lighter);
  cursor: pointer;
  border-radius: 0;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  border-width: .0625rem;
  border-color: var(--base-color-brand--brand-dark);
  background-color: var(--base-color-brand--brand);
  box-shadow: none;
  -webkit-text-stroke-color: var(--base-color-brand--brand);
}

.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 {
  width: 100%;
  margin-bottom: 0;
  line-height: 1.8;
}

.form_checkbox-label.text-size-micro {
  font-size: .8rem;
}

.text-size-tiny {
  font-size: .875rem;
  line-height: 1.8;
}

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

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

.button {
  border: .0625rem solid var(--base-color-brand--brand);
  background-color: var(--base-color-brand--brand);
  width: 100%;
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 50rem;
  margin-top: 1.5rem;
  margin-bottom: 1.8125rem;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.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(--border-color--border-secondary);
  color: var(--text-color--text-brand);
  background-color: #0000;
}

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

.button.is-secondary.is-small {
  border-color: var(--border-color--border-secondary);
  color: var(--text-color--text-brand);
  background-color: #fff;
  border-radius: 8rem;
  padding-top: .75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0 2px .3125rem #0000000a;
}

.button.is-secondary.is-small:hover {
  color: var(--text-color--text-alternate);
}

.button.is-secondary.is-small.is-alternate {
  border-color: var(--border-color--border-alternate);
}

.button.is-secondary.is-small.shadow-petti {
  margin-top: 0;
  margin-bottom: 0;
  transition: box-shadow .5s, background-color .5s;
  position: static;
  box-shadow: 0 4px 1.75rem #0000000f;
}

.button.is-secondary.is-small.shadow-petti:hover {
  color: var(--text-color--text-alternate);
}

.button.is-secondary.is-small.reverse_button {
  border-color: var(--border-color--border-secondary);
  background-color: var(--border-color--border-alternate);
  margin-top: 0;
  margin-bottom: 0;
  transition: box-shadow .4s, background-color .5s;
  position: static;
}

.button.is-secondary.is-small.reverse_button:hover {
  background-color: var(--background-color--background-brand);
  box-shadow: none;
  color: var(--text-color--text-alternate);
}

.button.is-small {
  border-radius: .4375rem;
  width: auto;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: background-color .5s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button.is-small:hover {
  background-color: var(--base-color-brand--brand-dark);
}

.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.special-button {
  justify-content: center;
  width: auto;
  max-width: 37.5rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  transition: background-color .6s, box-shadow .6s;
  position: static;
  bottom: 1.5rem;
}

.button.special-button:hover {
  background-color: var(--base-color-brand--brand-dark);
  box-shadow: none;
}

.button.special-button.small-size {
  max-width: 24rem;
}

.button.is-medium {
  border-radius: .4375rem;
  width: auto;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: background-color .5s;
}

.button.is-medium:hover {
  background-color: var(--base-color-brand--brand-dark);
}

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

.button.is-medium.shadow-pettipay-medium-special {
  padding: 1rem 2.5rem;
  font-size: 1.375rem;
  display: inline-block;
}

.button.is-bright {
  color: #000;
  background-color: #eeebdc;
}

.button.is-bright.is-secondary, .button.is-primary {
  border-color: var(--border-color--border-secondary);
  color: var(--text-color--text-brand);
  background-color: #0000;
}

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

.button.is-primary.is-small {
  border-color: var(--base-color-brand--brand);
  background-color: var(--base-color-brand--brand);
  color: var(--text-color--text-alternate);
  border-radius: 8rem;
  padding-top: .75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0 2px .3125rem #0000000a;
}

.button.is-primary.is-small:hover {
  color: var(--text-color--text-alternate);
}

.button.is-primary.is-small.is-alternate {
  border-color: var(--border-color--border-alternate);
}

.button.is-primary.is-small.shadow-petti {
  transition: box-shadow .5s, background-color .5s;
  box-shadow: 0 4px 1.75rem #0000000f;
}

.button.is-primary.is-small.shadow-petti:hover {
  color: var(--text-color--text-alternate);
}

.button.is-primary.is-small.reverse_button {
  border-color: var(--border-color--border-secondary);
  background-color: var(--border-color--border-alternate);
  margin-bottom: 0;
  transition: box-shadow .4s, background-color .5s;
}

.button.is-primary.is-small.reverse_button:hover {
  background-color: var(--background-color--background-brand);
  box-shadow: none;
  color: var(--text-color--text-alternate);
}

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

.heading-style-h4 {
  color: var(--text-color--text-brand);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.form_radio-label {
  margin-bottom: 0;
  line-height: 1.8;
}

.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 3rem -.75rem #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 {
  border-top: 1px none var(--base-color-neutral--neutral-light);
  border-right: 0px solid var(--base-color-neutral--neutral-light);
  padding: 8px;
  font-size: 1.125rem;
  line-height: 2;
}

.text-size-regular.text-style-italic {
  line-height: 1.8;
}

.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 {
  color: var(--text-color--text-brand);
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.form_input {
  border: .0625rem solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--base-color-neutral--white);
  max-width: 400px;
  height: auto;
  min-height: 2.75rem;
  color: var(--base-color-neutral--black);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--base-color-brand--brand);
}

.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;
  width: 100%;
  display: flex;
}

.button-group.is-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
}

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

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

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

.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;
  position: absolute;
}

.shadow-xxsmall {
  box-shadow: 0 1px .125rem #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;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px .1875rem #0000001a, 0 .0625rem .125rem #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(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: .0625rem solid var(--base-color-neutral--neutral-lighter);
  cursor: pointer;
  border-radius: 6.25rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_radio-icon.w--redirected-checked {
  border-width: .375rem;
  border-color: var(--base-color-brand--brand);
  background-color: var(--base-color-brand--brand);
  color: var(--text-color--text-alternate);
  background-image: none;
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--base-color-neutral--black);
  box-shadow: none;
  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: .0625rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

.text-align-center.margin-top.margin-huge {
  position: relative;
}

.text-size-small {
  font-size: 1.0625rem;
  line-height: 1.8;
}

.text-size-small.text-color-black.text-weight-medium {
  color: #000;
}

.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 {
  width: 100%;
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 1.5rem -.25rem #00000014, 0 .5rem .5rem -.25rem #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 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 h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: .125rem 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 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 1.25rem;
  display: flex;
}

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

.shadow-small {
  box-shadow: 0 4px .5rem -.125rem #0000001a, 0 .125rem .25rem -.125rem #0000000f;
}

.icon-1x1-medium {
  display: block;
}

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

.shadow-medium {
  box-shadow: 0 12px 1rem -.25rem #00000014, 0 .25rem .375rem -.125rem #00000008;
}

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

.text-size-large.text-weight-semibold {
  line-height: 1.3;
}

.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: .0625rem dashed var(--border-color--border-primary);
}

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

.padding-global.padding-section-small {
  padding-top: 1rem;
  padding-bottom: 0;
}

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

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

.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-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 {
  margin-top: 1rem;
  padding: 0;
}

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

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

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

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

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 67.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .0625rem none var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-brand--brand);
  background-color: #faf6ff;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  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);
}

.tag.important {
  background-color: var(--text-color--text-brand);
  color: var(--base-color-neutral--white);
  margin-bottom: 0;
}

.navbar1_component {
  border-bottom: .0625rem none var(--border-color--border-secondary);
  background-color: var(--background-color--background-primary);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  display: flex;
}

.navbar1_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-primary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.navbar1_container.inverse {
  color: var(--text-color--text-alternate);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

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

.navbar1_logo {
  width: 7.875rem;
  height: 4.375rem;
}

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

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.navbar1_menu-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-color--text-secondary);
  display: flex;
}

.navbar1_menu-links.is-alternate {
  color: var(--link-color--link-alternate);
}

.navbar1_link {
  height: 2.875rem;
  color: var(--text-color--text-brand);
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .5s;
  display: flex;
}

.navbar1_link:hover {
  background-color: var(--base-color-neutral--soft-petti);
  color: var(--text-color--text-brand);
}

.navbar1_link:focus {
  background-color: var(--base-color-neutral--soft-petti);
  color: var(--text-color--text-brand);
  border-radius: .4375rem;
  font-size: 1rem;
  font-weight: 600;
}

.navbar1_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.section_hero-header {
  background-color: var(--background-color--background-secondary);
  height: 100%;
  color: var(--text-color--text-primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero_header {
  grid-column-gap: 2rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: static;
}

.header_content_left {
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 2.75rem auto;
  display: flex;
}

.header_lightbox_image_movie {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.header40_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  display: none;
  overflow: auto;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000003;
  position: absolute;
  inset: 0%;
}

.heading {
  color: var(--text-color--text-brand);
  letter-spacing: -.135rem;
  font-size: 4.5rem;
  font-weight: 300;
}

.heading-2 {
  color: var(--text-color--text-brand);
  font-size: 4rem;
  font-weight: 300;
}

.paragraph {
  font-size: 1.125rem;
  line-height: 2;
}

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

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

.faq6_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 37rem;
  display: flex;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq_accordeon {
  border-bottom: .0625rem solid var(--border-color--border-secondary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.v-flex-invoice-bubble {
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(.823727rem);
  backdrop-filter: blur(.823727rem);
  background-color: #fffc;
  border: .25rem solid #e7e7e766;
  border-radius: .814292rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 26.9595rem;
  left: 2.78713rem;
}

.v-flex-invoice-top {
  grid-row-gap: .790778rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.h-flex-tags {
  grid-row-gap: .413093rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 2.37528rem;
  display: flex;
}

.frame-14381 {
  grid-column-gap: .344244rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.h-flex-tags-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-14461 {
  grid-row-gap: .263593rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.tag-desktop {
  grid-column-gap: .344244rem;
  background-color: #fcebfe;
  border-radius: .248424rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .137698rem;
  text-decoration: none;
  display: flex;
}

.v-flex-positions {
  grid-row-gap: .275395rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.invoice-tag {
  grid-column-gap: .275395rem;
  background-color: #f2f2f2;
  border-radius: .172122rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .217145rem .137698rem;
  text-decoration: none;
  display: flex;
}

.v-flex-vet-bubble {
  grid-column-gap: 1.14001rem;
  -webkit-backdrop-filter: blur(1.08572rem);
  backdrop-filter: blur(1.08572rem);
  background-color: #fff9;
  border: .25rem solid #d8e1eb99;
  border-radius: 3.25717rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 16.8579rem;
  height: 6.61607rem;
  padding: 1.30287rem 1.73716rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 11% auto auto 4rem;
}

.doc-img {
  object-fit: cover;
  border: .162858rem solid #b365a1;
  border-radius: 30.1288rem;
}

.v-flex-vet-info {
  grid-row-gap: .271431rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 9.3915rem;
  text-decoration: none;
  display: flex;
}

.h-flex-done-bubble {
  -webkit-backdrop-filter: blur(1.08572rem);
  backdrop-filter: blur(1.08572rem);
  background-color: #fff9;
  border: .25rem solid #e1e7ee66;
  border-radius: .814292rem;
  justify-content: center;
  align-items: center;
  width: 8.8279rem;
  height: 3.72154rem;
  padding: .868578rem 1.30287rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50% 50% auto auto;
}

.buellet_line {
  grid-column-gap: 1rem;
  grid-row-gap: .542861rem;
  border-radius: 30.1288rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 2.17145rem;
  padding: .542861rem;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .775566rem;
  height: .648185rem;
  text-decoration: none;
  display: flex;
}

.v-flex-rest-sum-bubble {
  grid-row-gap: .55079rem;
  -webkit-backdrop-filter: blur(1.62858rem);
  backdrop-filter: blur(1.62858rem);
  background-color: #ffffffe6;
  border: .25rem solid #efefef66;
  border-radius: .814292rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.32914rem;
  height: 4.32913rem;
  padding: 1.08572rem 1.73716rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.frame-14463 {
  grid-row-gap: .790778rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.h-flex-tags-3 {
  grid-row-gap: .413093rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 2.37528rem;
  display: flex;
}

.frame-14464 {
  grid-column-gap: .344244rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hint-bubble {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.15297rem;
  height: 4.53942rem;
  text-decoration: none;
  display: flex;
}

.hint-bubble-2 {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 40.625rem auto 0% 4rem;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.15297rem;
  height: 4.53942rem;
  text-decoration: none;
  display: block;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.039rem;
  height: 6.25861rem;
  text-decoration: none;
  display: block;
}

.deco-elements {
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 45.5414rem;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero_image {
  width: 41.9375rem;
  height: 29.75rem;
  position: absolute;
  top: 9.1875rem;
  left: 2.625rem;
}

.hero-composition {
  width: 46.3125rem;
  height: 44.875rem;
  position: relative;
}

.special-button {
  grid-column-gap: .75rem;
  background-color: #b365a1;
  border-radius: 34.6875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  height: 4.5rem;
  padding: 1rem 2.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -.1875rem #42073633, 0 .4375rem .8125rem #00000024, 0 .125rem .25rem #6d166066;
}

.flex-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 30rem;
}

.questionas-support-stripe {
  grid-column-gap: .625rem;
  background-color: #b365a1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .625rem;
  text-decoration: none;
  display: flex;
}

.fragen_rueckruf_text, .fragen_wrapper {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.fragen_bold {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.hero_image_bg {
  line-height: 1.25rem;
}

.section_header {
  z-index: 255;
  border-bottom: .0625rem solid var(--border-color--border-secondary);
  position: sticky;
  top: 0;
}

.testimonial-mini {
  grid-column-gap: .875rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.user-img {
  object-fit: cover;
  border-radius: 347.188rem;
}

.h-flex-quote {
  grid-column-gap: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.8125rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.v-flex-quote {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.monika-unterberger-tierbesitzerin-aus-l-neburg {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.monika-unterberger-tierbesitzerin-aus-l-neburg-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.monika-unterberger-tierbesitzerin-aus-l-neburg-1 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.play {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6.18456rem;
  height: 6.40932rem;
  text-decoration: none;
  display: flex;
}

.play-btn {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.play-icon {
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-color: #cfcfcf0d;
  border: .125rem #fff;
  border-radius: 555rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100.002%;
  text-decoration: none;
  display: flex;
}

.play-2 {
  grid-column-gap: .625rem;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.play-button-block {
  z-index: 40;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  position: absolute;
  top: auto;
  right: auto;
}

.c-slide-btn-frame {
  z-index: 10;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #2424244d;
  border: .5rem solid #ffffff80;
  border-radius: 62.5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-slide-btn-loading {
  z-index: 30;
  border: .125rem dashed #ffffff80;
  border-radius: 62.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-play-btn {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.faq-answer {
  color: var(--text-color--text-secondary);
  font-size: 1rem;
  line-height: 2;
}

.eyebrow {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--text-color--text-secondary);
  justify-content: center;
  align-items: center;
  padding: .4rem .7rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-flex;
}

.header-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.header-flex.margin-bottom.margin-xhuge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 7.5rem;
}

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

.support-box {
  grid-row-gap: .9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  margin-top: 7.5rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.user-image-02 {
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  width: 6.625rem;
  display: flex;
}

.image-2 {
  object-fit: cover;
  border-bottom: 0 #b365a1;
  border-left: .1875rem solid #b365a1;
  border-right: .1875rem solid #b365a1;
}

.button-2 {
  grid-column-gap: .625rem;
  background-color: #fff;
  border: .0625rem solid #e1e7ee;
  border-radius: 34.6875rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2.5625rem;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.support-user {
  margin-bottom: 0;
}

.support-aligner-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
}

.help_doodle_text {
  position: absolute;
  top: -4.6125rem;
  left: -1.375rem;
}

.shadow-petti {
  box-shadow: 0 4px 1.75rem #0000001a;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

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

.card-cubic {
  grid-row-gap: 1.25rem;
  border: .0625rem solid var(--border-color--border-secondary);
  background-color: var(--background-color--background-primary);
  opacity: 1;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 24rem;
  max-width: 28rem;
  height: 25rem;
  max-height: 25rem;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow .6s;
  display: flex;
}

.card-cubic:hover {
  box-shadow: 0 2px .3125rem .125rem #0000000a, 0 .125rem .75rem .4375rem #00000003;
}

.icon-area {
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  min-width: 11.25rem;
  height: 11.25rem;
  min-height: 11.25rem;
  text-decoration: none;
  display: flex;
}

.frame-14494 {
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  width: 8.75rem;
  text-decoration: none;
  display: flex;
}

.frame-14349 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6.05469rem;
  height: 6.63281rem;
  text-decoration: none;
  display: flex;
}

.v-flex-contents {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10rem;
  max-height: 10rem;
  text-decoration: none;
  display: flex;
}

.card-description {
  color: var(--text-color--text-primary);
  text-align: center;
}

.card-description.text-weight-medium.text-align-center {
  height: 7rem;
  min-height: 7rem;
  max-height: 7rem;
  line-height: 1.6;
}

.benefits-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 30rem)) minmax(25rem, 30rem);
  grid-auto-columns: minmax(25rem, 30rem);
  place-content: stretch center;
  place-items: flex-start center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  font-size: 2.125rem;
  font-weight: 400;
}

.heading-4 {
  font-size: 5.5rem;
  font-weight: 300;
}

.heading-5 {
  font-size: 4.5rem;
  font-weight: 300;
}

.heading-6 {
  font-size: 1.25rem;
  font-weight: 600;
}

.heading-7 {
  font-size: 1rem;
}

.heading-8 {
  font-size: .8rem;
}

.heading-9 {
  font-size: 5.5rem;
}

.heading-10 {
  font-weight: 400;
}

.h-flex-buttons {
  grid-column-gap: 2.75rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-desktop-rechnung {
  grid-column-gap: .75rem;
  background-color: #b365a1;
  border-radius: .4375rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 1rem 2.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px .25rem #00000014;
}

.shadow-pettipay-medium-special {
  grid-column-gap: 2.75rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 32px 4rem #00000012, 0 1rem 2rem #00000012, 0 .5rem 1rem #00000012, 0 .25rem .5rem #00000012, 0 .125rem .25rem #00000012, 0 .0625rem .125rem #00000012;
}

.petti_title_flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.section_testimonials {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  display: block;
}

.testimonial_component {
  overflow: clip;
}

.testimonial23_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: .875rem;
  overflow: hidden;
}

.testimonial23_mask {
  width: 30%;
  height: 100%;
  overflow: visible;
}

.testimonial23_slide {
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial23_card {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial11_logo {
  max-height: 3rem;
}

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

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

.slider-arrow {
  border: .0625rem solid var(--base-color-neutral--black);
  width: 3rem;
  height: 3rem;
  color: var(--text-color--text-primary);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-centre-previous {
  bottom: 4rem;
}

.slider-arrow.is-centre-previous.hide-mobile-landscape {
  border-color: var(--border-color--border-secondary);
}

.slider-arrow.is-centre-previous.hide-mobile-landscape.shadow-pettipay-medium-special {
  width: 4rem;
  height: 4rem;
  margin-left: 1.4rem;
  transition: box-shadow .6s, color .6s;
}

.slider-arrow.is-centre-previous.hide-mobile-landscape.shadow-pettipay-medium-special:hover {
  color: var(--text-color--text-brand);
  box-shadow: 0 .0625rem .125rem #00000012;
}

.slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-centre-next.hide-mobile-landscape {
  border-color: var(--border-color--border-secondary);
  width: 4rem;
  height: 4rem;
}

.slider-arrow.is-centre-next.hide-mobile-landscape.shadow-pettipay-medium-special {
  margin-right: 1.4rem;
  transition: box-shadow .6s;
}

.slider-arrow.is-centre-next.hide-mobile-landscape.shadow-pettipay-medium-special:hover {
  box-shadow: 0 .0625rem .125rem #00000012;
}

.slider-arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--text-color--text-brand);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial23_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.petti_testimonial_card {
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 23.75rem;
  height: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px .125rem #0000000f, 0 .0625rem .1875rem #0000001a;
}

.testi_hero_img {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  width: 100%;
  height: 100%;
}

.testi_body {
  grid-row-gap: 1.25rem;
  background-color: #fff0;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 1.5rem 2.5rem;
  text-decoration: none;
  display: flex;
}

.testi_header {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testi_star_rating {
  grid-column-gap: .150735rem;
  border-radius: .0753676rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .602941rem;
  padding-bottom: .602941rem;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.35662rem;
  height: 1.35662rem;
  text-decoration: none;
  display: flex;
}

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

.petti_ornament_arrow {
  display: block;
  position: relative;
  top: auto;
  left: 0;
}

.petti_ornament_arrow.is_reveal {
  top: 7.5625rem;
  left: 6.375rem;
}

.petti_ornament_heart {
  position: absolute;
  inset: 9.2375rem -14% 0% auto;
}

.petti_testi_header_holder {
  position: relative;
}

.section_cta_downloads {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  position: relative;
}

.section_cta_downloads.background-color-brand {
  background-color: var(--base-color-brand--brand);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.appstorebutton {
  grid-column-gap: .75rem;
  background-color: #fff;
  border-radius: .75rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 5.8125rem;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: background-color .5s, box-shadow .5s;
  display: flex;
  box-shadow: 0 4px .25rem #00000014;
}

.appstorebutton:hover {
  background-color: var(--background-color--background-tertiary);
  box-shadow: 0 0 #00000014;
}

.app_icon_small {
  object-fit: cover;
}

.v-flex-contents-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.appstore_btn_eyebroe_large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.appstore_maintext_large {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.button-playstore {
  grid-column-gap: .75rem;
  background-color: #fff;
  border-radius: .75rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 5.8125rem;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: background-color .5s, box-shadow .5s;
  display: flex;
  box-shadow: 0 4px .25rem #00000014;
}

.button-playstore:hover {
  background-color: var(--background-color--background-tertiary);
  box-shadow: 0 0 #00000014;
}

.play_icon_small {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 3.06525rem;
  text-decoration: none;
  display: flex;
}

.download_vflex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.playstore_btn_eyebrow_large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.playstore_button_main_text_large {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.testi_image_wrapper {
  width: 100%;
  height: 23.75rem;
  overflow: hidden;
}

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

.footer2_component.background-color-brand {
  background-color: var(--background-color--background-brand);
}

.footer2_component.background-color-brand.text-color-alternate {
  background-image: url('../images/petti_emblem.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  overflow: hidden;
}

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

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

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

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

.footer2_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer2_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: .75rem;
  display: flex;
}

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

.line-divider.border-color-silver {
  border: .5px solid var(--base-color-neutral--neutral-lightest);
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.footer2_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: block;
}

.footer2_legal-list.align-center {
  display: block;
}

.footer2_credit-text {
  color: var(--text-color--text-alternate);
  font-size: 1.125rem;
  font-weight: 600;
}

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

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

.footer2_social-link {
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.inversenav {
  border-bottom: .0625rem none var(--border-color--border-secondary);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.bright_nav_header_bottom {
  background-color: #df92cd66;
}

.navbar_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.navbar_bottom.inverse {
  color: var(--text-color--text-alternate);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.inverse_navbar_logo {
  width: 7.875rem;
  height: 4.375rem;
}

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

.footer-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 90%;
  margin: 3rem 3rem 2rem;
}

.footer_contents_wrapper_vertical {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  position: relative;
}

.button-playstore_small {
  grid-column-gap: .75rem;
  background-color: #fff;
  border-radius: .75rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 5.8125rem;
  padding: 1rem 2.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px .25rem #00000014;
}

.appstorebutton-small {
  grid-column-gap: .75rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: .375rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2.875rem;
  padding: 1rem 1.2rem 1rem 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px .25rem #00000014;
}

.button_small_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.appstore_small {
  object-fit: cover;
}

.small_btn_text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.small_button_eyebrow {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .5rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.foother_link_header {
  font-weight: 600;
}

.footer_link_header {
  font-size: 1.125rem;
  font-weight: 600;
}

.support_box_footer {
  grid-row-gap: .9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  margin-top: auto;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-268 {
  border-radius: 347.188rem;
  width: 6.5625rem;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar1_link_footer {
  height: 2.875rem;
  color: var(--text-color--text-brand);
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .5s;
  display: flex;
}

.navbar1_link_footer:hover {
  background-color: var(--base-color-brand--brand-dark);
}

.navbar1_link_footer:focus {
  background-color: var(--base-color-neutral--soft-petti);
  color: var(--text-color--text-brand);
  border-radius: .4375rem;
  font-size: 1rem;
  font-weight: 600;
}

.navbar1_link_footer.w--current {
  color: var(--base-color-neutral--black);
}

.section_footer {
  position: static;
}

.section_how_it_works {
  background-image: url('../images/pat_03.png');
  background-position: 50%;
  background-size: 1.25rem;
  background-attachment: fixed;
  overflow: clip;
}

.how_works_wrapper_complete {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(26.75rem, 27rem) 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.how_it_image_paralax_contents_right {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.image_how_works {
  width: 100%;
  position: absolute;
}

.image_how_works.is-image1 {
  z-index: 10;
}

.image_how_works.is-image2 {
  z-index: 11;
}

.image_how_works.is-image3 {
  z-index: 12;
}

.image_how_works.is-image4 {
  z-index: 13;
}

.how_it_works_contents_wrapper_long {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60rem;
  min-width: 10rem;
  display: flex;
}

.how_it_contents_left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 140vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.fallback_image_wrapper {
  display: none;
}

.fallback_image {
  width: 100%;
  position: absolute;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

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

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

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

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

.checker-wrapper {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.check {
  aspect-ratio: 1;
  background-color: #d8d8d8;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  min-width: .117188rem;
  height: .117188rem;
  min-height: .117188rem;
  display: block;
}

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

.check_icon {
  width: 1.6875rem;
  min-width: 1.6875rem;
  height: 1.6875rem;
  margin-top: 0;
  display: block;
}

.check_icon_wrap {
  justify-content: center;
  align-items: center;
  padding-top: .1875rem;
  display: flex;
}

.vertical_block_check_line {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.check_items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 4rem;
}

.fg_01_donut_wrapper {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.donut_image {
  width: 32.3125rem;
}

.bg_invoice_parlax_large_wrapper {
  z-index: 5;
  opacity: 0;
  flex: 0 auto;
  order: 0;
  position: absolute;
  inset: auto 0% 1%;
  overflow: visible;
}

.fg_02_erstattungs_paralax_wrapper {
  z-index: 16;
  opacity: 0;
  margin-left: 6.25rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.petti_emblem_footer {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.emblem_heart_petti {
  height: 100%;
}

.fg_doc_widget_paralax_wrapper {
  z-index: 80;
  opacity: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paralax_images_container_4 {
  position: absolute;
  inset: 0%;
}

.paralax_magic {
  width: 56.25rem;
}

.paralax_wrapper_01 {
  z-index: 40;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.paralax_wrapper_02 {
  z-index: 50;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paralax_wrapper_03 {
  z-index: 15;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paralax_wrapper_03.hide-tablet {
  opacity: 1;
}

.paralax_wrapper_04 {
  z-index: 20;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout348_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout348_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout348_image {
  width: 100%;
  position: absolute;
}

.layout348_image.is-image1 {
  z-index: 10;
}

.layout348_image.is-image2 {
  z-index: 11;
}

.layout348_image.is-image3 {
  z-index: 12;
}

.layout348_image.is-image4 {
  z-index: 13;
}

.layout348_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.bg_01_donut_small {
  z-index: 80;
  position: absolute;
  inset: auto 0% auto auto;
}

.fg_02_app_abtretung_wrapper {
  z-index: 60;
  opacity: 0;
  margin-left: 14.625rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.abtretung_image {
  width: 20rem;
}

.fg_app_dashboard {
  z-index: 60;
  opacity: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dashboard_image {
  width: 30rem;
}

.bg_bella_wrapper {
  opacity: 0;
  position: absolute;
  inset: auto auto 0%;
}

.bg_roger_wrapper {
  opacity: 0;
}

.bg_snowwhite_wrapper {
  opacity: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fg_01_app_arzt_wrapper {
  z-index: 10;
  width: 30rem;
  display: none;
  position: absolute;
  inset: 62.0625rem -10% 0% auto;
}

.fg_app_invoice_wrapper {
  z-index: 100;
  opacity: 0;
  position: absolute;
}

.fg_01_anmelden_app_wrapper {
  z-index: 1;
  width: 30rem;
  display: none;
  position: absolute;
  inset: -2% -20% auto auto;
}

.fg_01_arztwahl_widget {
  z-index: 40;
  width: 20rem;
  margin-left: 7.25rem;
  position: absolute;
  inset: 70% auto auto -7.1875rem;
}

.fg_01_app_con_parallax {
  z-index: 12;
  width: 14rem;
  height: 17.5rem;
  margin-right: 4.4375rem;
  display: none;
  position: absolute;
  inset: auto 0% -10% auto;
}

.bg_global_cross_wrapper {
  width: 30rem;
  margin-top: 200%;
  position: absolute;
  left: 80vw;
}

.bg_global_chevron_wrapper {
  z-index: 70;
  width: 20rem;
  height: 16rem;
  margin-top: 240%;
  margin-left: 40%;
  position: absolute;
}

.bg_global_up_chevron_wrapper {
  z-index: 70;
  width: 20rem;
  height: 16rem;
  margin-top: 240%;
  margin-left: 0%;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(0);
}

.fg_02_invoice_summary_widget {
  z-index: 120;
  width: 20rem;
  margin-left: 41.6875rem;
  position: absolute;
}

.donut_lilac_deco {
  z-index: 3;
  width: 40rem;
  margin-top: auto;
  margin-bottom: 3.125rem;
  margin-left: 0;
  position: absolute;
  inset: auto 0% 0% -16.5rem;
}

.donut_whitte_deco {
  z-index: 11;
  position: absolute;
  top: 0;
}

.fg_01_otp_image {
  z-index: 200;
  opacity: 0;
  width: 24.75rem;
  position: absolute;
  top: 37.2398rem;
  right: -4.75rem;
}

.hover_hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cross_deco {
  opacity: .4;
  position: absolute;
  left: 34.4375rem;
}

.fg_01_arzt {
  z-index: 90;
  opacity: 0;
  position: absolute;
  left: -5.0625rem;
}

.fg_02_invoice {
  z-index: 90;
  opacity: 0;
  position: absolute;
  left: auto;
  right: -6.5625rem;
}

.fg_02_abtretung {
  z-index: 92;
  opacity: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fg_03_restbetrag {
  z-index: 90;
  position: absolute;
  inset: 30rem -3.125rem 0% auto;
}

.fg_03eingereicht {
  z-index: 150;
  position: absolute;
  inset: auto auto 15% 0%;
}

.fg_04_bella_small {
  z-index: 102;
  position: absolute;
  inset: 18.75rem 0% auto auto;
}

.fg_04_snowwhite_small {
  z-index: 99;
  position: absolute;
  bottom: 15.5625rem;
  left: 0;
}

.custom_container {
  background-color: #d3d3d3;
  overflow: clip;
}

.app_demo_deco {
  z-index: 70;
  margin-top: 11.1875rem;
  position: static;
  inset: 42.375rem 0% 0% auto;
}

.image-269 {
  margin-top: 13.75rem;
}

.image-270 {
  margin-top: 9.5625rem;
}

.image-271 {
  margin-top: 6.25rem;
}

.image-272 {
  margin-top: 23.125rem;
  margin-left: 10.8125rem;
  transform: rotate(-8deg);
}

.section_why_petti {
  background-color: var(--base-color-brand--brand);
  background-image: url('../images/petti_heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

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

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  color: var(--text-color--text-alternate);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5vh;
  display: flex;
  position: static;
}

.is-petti-better {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 300;
}

.is-petti-better.is_statt {
  align-self: flex-start;
  margin-left: 7.9em;
}

.is-petti-better.is-made-in-webflow {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 2em;
  display: flex;
}

.page-intro-title-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is_aerger {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.is_aerger.is-paperchaos {
  margin-left: 0;
  font-weight: 900;
}

.is_aerger.is-animation, .is_aerger.is-skills {
  margin-left: 0;
}

.brand_holder {
  justify-content: center;
  align-items: center;
  max-width: 2em;
  display: flex;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-intro-splitscreen-top, .page-intro-splitscreen-bottom {
  background-color: var(--base-color-neutral--soft-lilac);
  width: 100%;
  height: 0%;
}

.section-after-intro-text {
  z-index: 2;
  background-color: var(--base-color-neutral--soft-lilac);
  color: var(--text-color--text-primary);
  margin-top: 30vh;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.section-after-intro-text.padding-section-large {
  background-image: url('../images/petti_heart_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.spacer-sm-start {
  padding-top: 2.25rem;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.image-placeholder {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.8em;
  width: 100%;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.mockups_holder {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: sticky;
  inset: 0 auto auto;
}

.mock_02 {
  z-index: 80;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.mock_01 {
  z-index: 60;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.mock_03 {
  z-index: 70;
  margin: auto;
  position: absolute;
  inset: 0%;
}

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

.petti_app {
  margin-top: 2.25rem;
  position: relative;
  left: .625rem;
}

.window_wrapper {
  height: 300vh;
  min-height: 300vh;
  position: relative;
  overflow: clip;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  padding: 8.125rem 2.5rem 2.5rem;
}

.content_area_slot {
  flex-flow: column;
  display: flex;
}

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

.success-message {
  background-color: var(--text-color--text-brand);
  margin: 4.5rem;
}

.success_message_text {
  color: var(--base-color-neutral--white);
  font-size: 1.4rem;
  font-weight: 300;
}

.text-field {
  font-size: 1.4rem;
}

.kontakt_formular {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.form_button_row {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.form_button_row.text-align-right {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-field {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  padding-left: 1.25rem;
  display: flex;
}

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

.kontakt_block_address {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.5rem;
  display: flex;
}

.contact_wrapper_hor {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: .0625rem solid var(--border-color--border-secondary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 88.2715%;
}

.contact_wrapper_hor.shadow-xxlarge {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  padding: 3rem 2rem 0;
}

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

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

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

.header47_content-left {
  flex-flow: column;
  display: flex;
}

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

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

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

.team16_image-wrapper {
  border-radius: 0;
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

.team16_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.team16_item-content {
  flex: auto;
  width: 100%;
}

.team16_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

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

.image-273 {
  transform: rotate(-4deg);
}

.section_join_us {
  background-image: url('../images/pat_03.png');
  background-position: 50%;
  background-size: 1.25rem;
  background-attachment: fixed;
}

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

.lucky_header_wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

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

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

.lucky_header_image_wrapper {
  filter: drop-shadow(0 .125rem 1.5625rem #0000000d);
  width: 100%;
  padding-top: 120%;
  position: relative;
}

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

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

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

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

.lucky_header_image_wrapper.is-image-5 {
  opacity: .93;
  width: 20vw;
}

.lucky_header_image_wrapper.is-image-6 {
  opacity: .93;
  width: 20vw;
  margin-top: -44vw;
  right: 54vw;
}

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

.lucky_header_image.special_shdow {
  box-shadow: 0 2px 2rem 1.25rem #0000001a;
}

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

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

.header82_component {
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.header82_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.header82_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80vh;
  margin-bottom: -10vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

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

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

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

._3d-show-preview {
  perspective: 56.25rem;
  justify-content: center;
  align-items: center;
  height: 0%;
  display: flex;
  position: sticky;
  top: 2.5rem;
  transform: none;
}

.section_tierarzt_hero {
  background-color: var(--greyish_blue_bg);
  background-image: url('../images/petti_heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 140rem;
  position: static;
  overflow: clip;
}

.screenshot {
  z-index: 10;
  transform-style: preserve-3d;
  position: absolute;
  inset: 8rem auto auto;
  transform: translate3d(0, 0, .0625rem);
}

.screenshot.shadow-xxlarge {
  border-radius: 1.5625rem;
}

.image-274 {
  width: 31.25rem;
  position: relative;
  inset: 0% 0% auto;
}

.deco_hero_vet {
  margin-bottom: 6.25rem;
  margin-right: 8.75rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.signature {
  z-index: 999;
  transform-style: preserve-3d;
  position: absolute;
  inset: 24.8125rem 0% auto 11.6125rem;
  transform: translate3d(0, 0, 13.75rem);
}

.connection-otp {
  z-index: 998;
  transform-style: preserve-3d;
  position: absolute;
  top: 17.0125rem;
  right: 9rem;
  transform: translate3d(0, 0, 15rem);
}

.abtretungs_widget-copy {
  z-index: 80;
  transform-style: preserve-3d;
  position: absolute;
  top: 6.25rem;
  right: 6.3125rem;
  transform: rotateX(20deg)rotateY(0)rotateZ(0);
}

.gradient {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #b365a1d1 37%, #fff0);
  width: 100%;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_wrapper {
  position: relative;
}

.mahnung_doodle {
  position: static;
  top: -6.375rem;
  left: 17.3125rem;
  transform: rotate(-12deg);
}

.inkasso_doodle {
  display: block;
  position: static;
  top: 5.8125rem;
  left: 10rem;
}

.chaos_block_01 {
  flex-flow: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mahnung_block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mahnung_block.is-animation {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.div-block {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 17.875rem;
  display: flex;
}

.sticky-win {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.sticky-win.hide-tablet {
  transform-origin: 50%;
  transform-style: preserve-3d;
  transform: rotateX(.1deg)rotateY(0)rotateZ(0);
}

.qr_wrapper {
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.section_logowall_versicherungen {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  overflow: hidden;
}

.logo_stripe {
  display: flex;
}

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

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

.logo3_logo {
  max-height: 3.5rem;
}

.section_statistiken {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  display: block;
}

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

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

.stats30_item {
  border: .0625rem solid var(--border-color--border-secondary);
  background-color: #fff;
  border-radius: 1.4rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.stats30_number {
  color: var(--text-color--text-brand);
  font-size: 7rem;
  font-weight: 200;
  line-height: 1.3;
}

.stats30_image-wrapper {
  border-radius: 2rem;
  height: 100%;
  overflow: hidden;
}

.bento_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1.4rem;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.section_abrechnung_lecihtigkeit {
  background-color: var(--base-color-neutral--soft-lilac);
}

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

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

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

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

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

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

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

.leciht_image {
  background-color: var(--background-color--background-secondary);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

.layout-415-instructions-delete {
  text-align: left;
  background-color: #fff;
  padding: 2rem;
}

.layout415_instructions-list {
  padding-left: 1.25rem;
}

.layout415_instructions-list-item {
  padding-left: .5rem;
}

.test_card_vet {
  border: .0625rem solid var(--border-color--border-secondary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px .5rem .3125rem #0000000a;
}

.test_card_vet.card-2 {
  z-index: 2;
  display: flex;
  transform: rotate(3deg);
}

.test_card_vet.card-2.z-index-3 {
  z-index: 3;
}

.test_card_vet.card-3 {
  z-index: 1;
  display: flex;
  transform: rotate(6deg);
}

.test_card_vet.card-3.z-index-3 {
  z-index: 3;
}

.test_card_vet.card-4 {
  transform: rotate(9deg);
}

.test_card_vet.card-4.z-index-3 {
  z-index: 3;
}

.test_card_vet.card-1 {
  z-index: 3;
  display: flex;
}

.testi_vet_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.testi_vet__content_all {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

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

.layout415_icon-wrapper {
  aspect-ratio: 1;
  object-fit: contain;
  background-image: url('../images/klaus-dietrich_1klaus-dietrich.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20rem;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  overflow: clip;
}

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

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

.testi_vet_01 {
  aspect-ratio: 1;
  object-fit: contain;
  background-image: url('../images/team_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20rem;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  overflow: clip;
}

.vet_flex_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 2rem 0;
}

.testi_vet_02, .testi_vet_03, .testi_vet_04 {
  aspect-ratio: 1;
  object-fit: contain;
  background-image: url('../images/docs_clinic_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20rem;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  overflow: clip;
}

.testi_vet_0xy {
  aspect-ratio: 1;
  object-fit: contain;
  background-image: url('../images/margot_1margot.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20rem;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  overflow: clip;
}

.image-275 {
  width: 8rem;
}

.section_features_vets {
  position: relative;
  box-shadow: 0 -16px 1.875rem #00000012;
}

.headline_block_expplainer {
  width: 100%;
  height: 100%;
  font-size: 3rem;
  position: relative;
}

.explainer {
  max-width: 48ch;
}

.explainer_flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 2.5rem;
  display: flex;
}

.explainer_interactive_wrapper {
  background-color: var(--greyish_blue_bg);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 27.5rem;
  min-height: 27.5rem;
  display: flex;
}

.explainer_video_wrapper {
  justify-content: center;
  align-items: center;
  margin: 2.5rem;
  display: flex;
}

.video_01 {
  z-index: 1;
  width: 22.5rem;
  height: 22.5rem;
}

.video_01.shadow-medium {
  border-radius: .7rem;
}

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

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

.video_02 {
  z-index: 1;
  width: 22.5rem;
  height: 22.5rem;
}

.video_02.shadow-medium {
  border-radius: .7rem;
}

.screenshot_wrapper_card {
  background-color: #fff;
  border-radius: .75rem;
  width: 22.5rem;
  padding: 1.75rem;
  box-shadow: 0 2px 1.5625rem #0000000d;
}

.vieo_03 {
  z-index: 2;
  width: 22.5rem;
  height: 22.5rem;
}

.bullet_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5625rem;
  margin-bottom: 2.5625rem;
  display: flex;
}

.subhead_v-flex {
  width: 45ch;
}

.hero_women {
  z-index: 10;
  position: absolute;
  top: auto;
  right: -4rem;
}

.donut_hero_purple {
  z-index: 0;
  position: absolute;
  inset: auto auto 25% -16%;
}

.donut_hero_white {
  z-index: 2;
  width: 30rem;
  position: absolute;
  inset: 0% -15% auto auto;
}

.donut_hero_large {
  position: absolute;
}

.mockup_wrapper_hero_screen {
  z-index: 16;
  justify-content: center;
  align-items: flex-start;
  width: 21.25rem;
  height: 33.75rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% -6%;
  overflow: clip;
}

.mockup_sreen_hero {
  z-index: 40;
  position: absolute;
  bottom: 0;
}

.asset_wrapper_hero {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.women {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero_image_women_phone {
  z-index: 12;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.donut_white_bg {
  z-index: 0;
  display: block;
  position: absolute;
  inset: auto -17% 0% auto;
}

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

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

.fag_list_vet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq_vet_accordeon {
  border: .0625rem solid var(--border-color--border-secondary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq_vet_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.faq_vet_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.title_gluck_block {
  background-color: #fff;
  padding: 2.5625rem;
}

.title_gluck_block.shadow-xxlarge {
  padding: 3.125rem;
}

.donut_hero_about_us {
  z-index: 10;
  position: absolute;
  inset: auto 27% -16% auto;
}

.hero_image_about_us {
  z-index: 20;
  position: relative;
}

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

.mockup_desktop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/pc_mock.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vh;
  max-width: 100vh;
  height: 100%;
  min-height: 100vh;
  display: block;
  position: relative;
}

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

.mockup_scren {
  height: 30.5rem;
  position: absolute;
  top: 15rem;
  left: 5.5625rem;
  overflow: hidden;
}

.marker {
  font-weight: 700;
}

.spacer_flex_vert {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 45%;
  padding-right: 1rem;
  display: flex;
}

.kakdoo, .image-278 {
  height: 100%;
}

.karl_kakadoo {
  width: 26.25rem;
}

.mock_pic {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/mock-pic2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 50rem;
  margin-top: 2.5rem;
  position: relative;
}

.mock_pic.align-center.text-align-center {
  background-image: url('../images/lady_mock_neu.avif');
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.flex-block-3 {
  flex-flow: column;
}

.mock_glass {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff40;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  display: flex;
}

.section_normalizer {
  background-color: var(--background_cold_blue);
}

.compare_steps_wrapper.text-align-center {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.div-block-4 {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

.vet_subheadline {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}

.vet_sunhead {
  font-weight: 500;
}

.bf {
  background-color: #6f295f;
  padding: .5rem 1rem;
}

.small-wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.arrow_down {
  width: 50%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.roger {
  position: absolute;
  inset: auto auto 0% 31%;
}

.erstattungs_block {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.betrag_erstattung {
  border-bottom-style: solid;
  border-bottom-width: .0625rem;
  border-bottom-color: var(--border-color--border-secondary);
  text-align: right;
  color: #809b5e;
  width: 100%;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.wahrscheinlichkeits_tag {
  color: #809b5e;
  background-color: #f5faee;
  padding: .125rem .375rem;
  font-size: .8rem;
  display: inline-block;
}

.wahrcheinlichke_title {
  letter-spacing: -.00625rem;
  width: 100%;
  font-size: .9rem;
  font-weight: 500;
  display: inline-block;
}

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

.text-block-2 {
  text-align: right;
  font-size: 1.2rem;
}

.bullet {
  margin-top: 0;
}

.questions_cta {
  text-align: center;
  margin-left: .75rem;
  margin-right: .75rem;
  font-size: 1.2rem;
}

.navbar {
  color: var(--text-color--text-brand);
  background-color: #ddd0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}

.image-280 {
  width: 6.25rem;
}

.menu_link {
  border-radius: .5rem;
  margin-left: .75rem;
  padding: .5rem .6rem;
  font-weight: 400;
}

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

.menu_link.w--current {
  color: var(--base-color-neutral--black);
  border-radius: .5rem;
  padding: .5rem .6rem;
  font-weight: 500;
}

.menu_link.is-contact {
  background-color: var(--background-color--background-brand);
  color: var(--link-color--link-alternate);
  border-radius: .375rem;
  margin-left: 1.25rem;
  padding: .5rem 1.2rem;
}

.menu_link.is-contact.w--current {
  padding: .5rem 1.2rem;
}

.nav-menu {
  letter-spacing: -.03125rem;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.ham {
  transform-style: preserve-3d;
}

.navbar-menu-button {
  padding: 0;
}

.menu {
  z-index: 99999;
  cursor: pointer;
  width: 3.75rem;
  margin-left: -1.25rem;
  position: static;
  inset: 0% auto 0% 0%;
}

.rotate {
  width: 2.5rem;
}

.blur_panel_nav {
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  background-color: #ffffffb3;
}

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

.bold-text-6 {
  font-weight: 600;
}

.bold-text-7 {
  font-weight: 300;
}

.fallback_tablet {
  display: none;
}

.hero_mobile {
  width: 100%;
  display: none;
}

.vorab_check_hero_mobile {
  display: none;
}

.grid {
  grid-row-gap: 16px;
}

.cookie_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--soft-lilac);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-self: stretch;
  width: 100%;
  padding: 0;
  display: inline-grid;
}

.cell {
  border-top: 1px solid var(--base-color-neutral--neutral-light);
  border-right: 0px none var(--base-color-neutral--neutral-lightest);
  padding: 12px;
  font-size: .8rem;
}

.table_wrapper {
  border: 1px solid #0000;
}

.table_row-group.alt {
  background-color: #f3f3f3;
}

.table_row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 1rem;
  display: grid;
}

.table_header-cell.border-right {
  border-right: 1px solid #0000;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.table_header-cell.right {
  padding-left: 1rem;
}

.table_cell-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.table_cell-text.strong {
  font-weight: 700;
}

.table_cell-text.strong.center {
  text-align: center;
  flex: 1;
}

.table_cell.border-right {
  border-right: 1px solid #0000;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.table_cell.right {
  padding-left: 1rem;
}

.heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16 {
  color: var(--text-color--text-brand);
}

._03_owner_behandlung {
  opacity: 1;
}

.cappo {
  vertical-align: baseline;
  align-self: center;
  width: 70%;
}

.contact_wrapper_cappo {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: .0625rem solid var(--border-color--border-secondary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 88.2715%;
}

.contact_wrapper_cappo.shadow-xxlarge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  padding: 3rem 2rem 0;
}

.text-span-3 {
  text-decoration: underline;
}

.button-form {
  border: .0625rem solid var(--base-color-brand--brand);
  background-color: var(--base-color-brand--brand);
  width: 100%;
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 50rem;
  margin-top: 1.5rem;
  margin-bottom: 1.8125rem;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

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

.button-form.is-secondary {
  border-color: var(--border-color--border-secondary);
  color: var(--text-color--text-brand);
  background-color: #0000;
}

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

.button-form.is-secondary.is-small {
  border-color: var(--border-color--border-secondary);
  color: var(--text-color--text-brand);
  background-color: #fff;
  border-radius: 8rem;
  padding-top: .75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0 2px .3125rem #0000000a;
}

.button-form.is-secondary.is-small:hover {
  color: var(--text-color--text-alternate);
}

.button-form.is-secondary.is-small.is-alternate {
  border-color: var(--border-color--border-alternate);
}

.button-form.is-secondary.is-small.shadow-petti {
  transition: box-shadow .5s, background-color .5s;
  box-shadow: 0 4px 1.75rem #0000000f;
}

.button-form.is-secondary.is-small.shadow-petti:hover {
  color: var(--text-color--text-alternate);
}

.button-form.is-secondary.is-small.reverse_button {
  border-color: var(--border-color--border-secondary);
  background-color: var(--border-color--border-alternate);
  margin-bottom: 0;
  transition: box-shadow .4s, background-color .5s;
}

.button-form.is-secondary.is-small.reverse_button:hover {
  background-color: var(--background-color--background-brand);
  box-shadow: none;
  color: var(--text-color--text-alternate);
}

.button-form.is-small {
  border-radius: .4375rem;
  width: auto;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: background-color .5s;
}

.button-form.is-small:hover {
  background-color: var(--base-color-brand--brand-dark);
}

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

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

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

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

.button-form.special-button {
  justify-content: center;
  width: auto;
  max-width: 37.5rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  transition: background-color .6s, box-shadow .6s;
  position: static;
  bottom: 1.5rem;
}

.button-form.special-button:hover {
  background-color: var(--base-color-brand--brand-dark);
  box-shadow: none;
}

.button-form.special-button.small-size {
  max-width: 24rem;
}

.button-form.is-medium {
  border-radius: .4375rem;
  width: 100%;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: background-color .5s;
}

.button-form.is-medium:hover {
  background-color: var(--base-color-brand--brand-dark);
}

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

.button-form.is-medium.shadow-pettipay-medium-special {
  padding: 1rem 2.5rem;
  font-size: 1.375rem;
  display: inline-block;
}

.button-form.is-bright {
  color: #000;
  background-color: #eeebdc;
}

.button-form.is-bright.is-secondary, .button-form.is-primary {
  border-color: var(--border-color--border-secondary);
  color: var(--text-color--text-brand);
  background-color: #0000;
}

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

.button-form.is-primary.is-small {
  border-color: var(--base-color-brand--brand);
  background-color: var(--base-color-brand--brand);
  color: var(--text-color--text-alternate);
  border-radius: 8rem;
  padding-top: .75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0 2px .3125rem #0000000a;
}

.button-form.is-primary.is-small:hover {
  color: var(--text-color--text-alternate);
}

.button-form.is-primary.is-small.is-alternate {
  border-color: var(--border-color--border-alternate);
}

.button-form.is-primary.is-small.shadow-petti {
  transition: box-shadow .5s, background-color .5s;
  box-shadow: 0 4px 1.75rem #0000000f;
}

.button-form.is-primary.is-small.shadow-petti:hover {
  color: var(--text-color--text-alternate);
}

.button-form.is-primary.is-small.reverse_button {
  border-color: var(--border-color--border-secondary);
  background-color: var(--border-color--border-alternate);
  margin-bottom: 0;
  transition: box-shadow .4s, background-color .5s;
}

.button-form.is-primary.is-small.reverse_button:hover {
  background-color: var(--background-color--background-brand);
  box-shadow: none;
  color: var(--text-color--text-alternate);
}

.success_message_text-copy {
  color: var(--base-color-neutral--white);
  font-size: 1.4rem;
  font-weight: 300;
}

._03_owner_doggi {
  opacity: 1;
}

.preview_wrapper {
  background-image: url('../images/doc_4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.register_form {
  padding: 32px;
}

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

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

.form_radio_icon {
  border: .0625rem solid var(--base-color-neutral--neutral-lighter);
  cursor: pointer;
  border-radius: 8rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

.form_radio_icon:focus {
  border-color: var(--base-color-brand--brand);
  background-color: var(--base-color-brand--brand-dark);
  padding: 8px;
}

.form_radio_icon:focus-visible, .form_radio_icon[data-wf-focus-visible] {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-brand--brand);
}

.form_radio_icon.w--redirected-checked {
  border-width: .0625rem;
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  box-shadow: none;
  -webkit-text-stroke-color: var(--base-color-brand--brand);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/rafio_check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

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

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

.radio-button-label, .radio-button-label-2 {
  line-height: 1.8;
}

.radio-button-label-3 {
  line-height: 1.85;
}

.radio_petti {
  -webkit-text-stroke-color: var(--border-color--border-secondary);
  width: 2rem;
  height: 2rem;
}

.radio_petti:active {
  background-color: var(--base-color-brand--brand);
}

.radio_petti:focus {
  background-color: var(--base-color-brand--brand);
  color: var(--text-color--text-alternate);
  -webkit-text-stroke-width: 8px;
}

.form_petti-radio {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  width: 2rem;
  height: 2rem;
}

.form_petti-radio.w--redirected-checked {
  border: 5px solid var(--base-color-brand--white);
  background-color: var(--base-color-brand--brand);
  border-radius: 20px;
}

.petti_radio {
  width: 32px;
  height: 32px;
  margin-right: .4rem;
}

.petti_radio.w--redirected-checked {
  border: 1px solid var(--base-color-brand--brand);
  background-color: #fff;
  background-image: url('../images/radio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  box-shadow: 0 2px 5px #0000;
}

.petti_radio_label {
  line-height: 2rem;
}

.h-flex-form-anrede {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
}

.radio-button-field, .radio-button-field-2, .radio-button-field-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_filed_single {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.pw_filed_wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.login_form {
  padding: 32px;
}

.preview_wrapper_login {
  background-image: url('../images/lady_mock_neu.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.preview_wrapper_pw {
  background-image: url('../images/veto_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.fallback_image-copy {
  width: 100%;
  position: absolute;
}

.section_factoring {
  background-color: var(--base-color-neutral--soft-lilac);
  padding-top: 188px;
  padding-bottom: 188px;
  position: relative;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

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

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

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

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

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.section_layout408 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

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

.layout408_image {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

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

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

.slider7_mask {
  width: 33.33%;
  overflow: visible;
}

.slider7_slide {
  padding-right: 2rem;
}

.slider_card {
  text-align: center;
  border: 2px solid #0000001a;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 24rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.slider7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.slider7_component {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.slider7_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider7_arrow.left {
  right: 4rem;
}

.slider7_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_slider {
  margin-bottom: 20px;
}

.factoring_wrapper_benefits {
  z-index: 5;
  border-radius: 32px;
  margin-top: 0;
  padding: 16px;
  position: relative;
}

.factoring_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 30rem)) minmax(25rem, 30rem) 200px;
  grid-auto-columns: minmax(25rem, 30rem);
  grid-auto-flow: row dense;
  place-content: stretch center;
  place-items: start center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-cubic-factoring {
  grid-row-gap: 1.25rem;
  border: .0625rem solid var(--border-color--border-secondary);
  background-color: var(--background-color--background-primary);
  opacity: 1;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 24rem;
  max-width: 28rem;
  height: 32rem;
  max-height: 28rem;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow .6s;
  display: flex;
}

.card-cubic-factoring:hover {
  box-shadow: 0 2px .3125rem .125rem #0000000a, 0 .125rem .75rem .4375rem #00000003;
}

.left_box, .right_box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-flow: column;
  padding: 2.5rem;
  display: flex;
}

.benefit_grid_factoring {
  grid-column-gap: 2rem;
  grid-template-columns: 1.6fr 1fr;
}

.bullet_line_fac {
  grid-column-gap: 1rem;
  grid-row-gap: .542861rem;
  border-radius: 30.1288rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 .542861rem .542861rem;
  text-decoration: none;
  display: flex;
}

.bullet_fac {
  margin-top: 0;
}

.cta_factoring {
  margin-top: 128px;
  margin-bottom: 128px;
}

.logo {
  width: 6.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

.image-280-copy {
  width: 6.25rem;
}

.bullet_block_fac {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 30rem;
  margin-top: 0;
  margin-bottom: 2.5625rem;
  display: flex;
}

.paragraph-5 {
  line-height: 1.8;
}

.banner {
  z-index: 999;
  border: 4px solid var(--base-color-brand--brand);
  background-color: var(--base-color-brand--brand);
  opacity: 0;
  background-image: url('../images/banner_skyscraper.avif');
  background-position: 0 0;
  background-size: 340px;
  width: 340px;
  height: 700px;
  padding: 24px;
  display: block;
  position: fixed;
  inset: 20% 20px auto auto;
  box-shadow: -2px 7px 13px 6px #9d528c26;
}

.heading_banner {
  width: 100%;
  color: var(--text-color--text-brand);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1;
}

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

.x_img {
  margin: 0;
  transition: opacity .2s;
  display: block;
}

.x_img:hover {
  opacity: .56;
}

.banner_head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}

.facttor_info {
  margin-top: 88px;
  margin-bottom: 88px;
}

.image-281 {
  width: 100%;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-large {
    max-width: 100%;
  }

  .container-large.is-nav {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-medium.text-weight-bold {
    font-size: 1.4rem;
  }

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

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

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

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

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

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

  .padding-section-small {
    border-radius: .75rem;
  }

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 40rem;
  }

  .navbar1_component {
    z-index: 255;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar1_logo {
    width: 100%;
    height: auto;
    display: block;
  }

  .navbar1_menu {
    border-bottom: .0625rem solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    flex-flow: column;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-links {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: 100vh;
    color: var(--text-color--text-brand);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4rem;
    font-weight: 300;
    line-height: 12;
  }

  .navbar1_link {
    width: auto;
    height: auto;
    padding: .75rem 0;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    display: block;
  }

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

  .navbar1_link:focus {
    font-size: 4rem;
    font-weight: 300;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button {
    display: block;
  }

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

  .menu-icon1 {
    width: 3rem;
    height: 3rem;
    color: var(--text-color--text-brand);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    border: .0625rem solid var(--base-color-brand--brand);
    background-color: var(--base-color-brand--brand);
    width: 1.5rem;
    height: .125rem;
    color: var(--text-color--text-brand);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    border: .0625rem solid var(--base-color-brand--brand);
    background-color: var(--base-color-brand--brand);
    width: 1.5rem;
    height: .125rem;
    color: var(--text-color--text-brand);
    justify-content: center;
    align-items: center;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon1_line-bottom {
    border: .0625rem solid var(--base-color-brand--brand);
    background-color: var(--base-color-brand--brand);
    width: 1.5rem;
    height: .125rem;
    color: var(--text-color--text-brand);
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero_header {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .header_content_left {
    width: 100%;
    max-width: 100%;
  }

  .header_lightbox_image_movie {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: auto;
  }

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

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

  .play-button-block {
    z-index: 150;
    justify-content: center;
    align-items: center;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .faq-answer {
    font-size: 1.1rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .card-cubic {
    grid-row-gap: 0rem;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-area {
    width: 7.5rem;
    min-width: 7.5rem;
    height: 7.5rem;
  }

  .card-description.text-weight-medium.text-align-center {
    font-size: 1.2rem;
  }

  .benefits-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    grid-auto-columns: minmax(18.75rem, 100%);
    width: 100%;
    display: grid;
  }

  .testimonial23_mask {
    width: 50%;
  }

  .testimonial23_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .inversenav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .support_box_footer {
    bottom: 25%;
    right: 2rem;
  }

  .navbar1_link_footer {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .section_how_it_works {
    background-size: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .how_it_image_paralax_contents_right {
    display: none;
  }

  .how_it_works_contents_wrapper_long {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .how_it_contents_left {
    flex-flow: column;
    height: auto;
    margin-bottom: auto;
    display: flex;
    position: static;
  }

  .fallback_image_wrapper {
    width: 100%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fallback_image {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: clip;
  }

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

  .donut_lilac_deco, .donut_whitte_deco {
    display: none;
  }

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

  .cross_deco, .app_demo_deco {
    display: none;
  }

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

  .is-petti-better.is_statt {
    margin-left: 2em;
    font-size: 4vw;
  }

  .page-intro-title-wrapper {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .is_aerger.is-paperchaos {
    margin-left: 0;
    font-size: 12vw;
  }

  .is_aerger.is-animation {
    margin-left: 1em;
    font-size: 12vw;
  }

  .is_aerger.is-skills {
    font-size: 12vw;
  }

  .mockups_holder, .window_wrapper {
    overflow: visible;
  }

  .contact_wrapper_hor.shadow-xxlarge {
    flex-flow: column;
  }

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

  .text-color-brand.heading-style-h2 {
    font-size: 4rem;
  }

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

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

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

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

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

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

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

  .header_content_gluck {
    padding: 6rem 1rem;
  }

  .header82_content {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header82_content-bottom {
    justify-content: center;
  }

  .section_tierarzt_hero {
    height: auto;
  }

  .signature {
    top: 22.05rem;
    left: 1.25rem;
  }

  .connection-otp {
    top: 26.5125rem;
    right: 1.25rem;
  }

  .nav_logo_wrapper {
    height: 70%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mahnung_doodle, .inkasso_doodle {
    display: none;
  }

  .mahnung_block.is-animation {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .stats30_number {
    font-size: 4rem;
  }

  .leichtigkeit_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .leichtig_left {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .sup_wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .testi_vet__content_all {
    height: 100svh;
  }

  .section_features_vets {
    box-shadow: none;
  }

  .explainer_flex {
    flex-flow: wrap-reverse;
  }

  .explainer_flex.is-center {
    flex-flow: wrap;
  }

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

  .title_gluck_block.shadow-xxlarge {
    box-shadow: 0 4px 1rem -.2rem #00000024;
  }

  .mockup_desktop {
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: 31.25rem;
    min-height: auto;
  }

  .leciht_flex {
    flex-flow: column;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .spacer_flex_vert {
    flex-flow: row;
    width: 100%;
  }

  .fallback_image-copy {
    display: block;
    position: static;
    overflow: clip;
  }

  .image-280 {
    margin-top: auto;
    padding-top: .125rem;
    padding-bottom: .125rem;
    position: relative;
  }

  .brand {
    height: 100%;
    min-height: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .menu_link {
    background-color: var(--base-color-brand--brand);
    color: var(--text-color--text-alternate);
    text-align: center;
    border-radius: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .menu_link:hover {
    background-color: var(--base-color-brand--brand-dark);
    color: var(--text-color--text-alternate);
    border-radius: 0;
  }

  .menu_link.w--current {
    background-color: var(--base-color-brand--brand-dark);
    color: var(--base-color-neutral--white);
    border-radius: 0;
  }

  .menu_link.is-contact {
    margin-left: 0;
  }

  .nav-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: var(--base-color-brand--brand);
    width: 100%;
    height: 100vh;
    color: var(--text-color--text-alternate);
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    font-size: 2rem;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--base-color-brand--white);
    color: var(--text-color--text-brand);
    font-size: 2rem;
  }

  .hamburger_lottie {
    border: .0625rem solid var(--base-color-brand--brand);
    width: 2.5rem;
    height: 2.5rem;
    transform: scale(4);
  }

  .ham {
    width: 3.875rem;
    height: 3.875rem;
    font-size: 2rem;
    line-height: 2;
    transform: scale3d(1.8, 1.8, 1.8);
  }

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

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

  .menu-icon-line-top {
    background-color: #fff;
    border-radius: 1rem;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: #fff;
    border-radius: 1rem;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu {
    height: 3.75rem;
    margin-left: 0;
  }

  .fallback_tablet {
    border-radius: .75rem;
    margin: 1.25rem;
    display: block;
    position: relative;
    top: -5rem;
    overflow: hidden;
  }

  .contact_wrapper_cappo.shadow-xxlarge, .register_wrapper {
    flex-flow: column;
  }

  .fallback_image-copy {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: clip;
  }

  .layout408_card-content {
    padding: 2rem;
  }

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

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

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

  .slider7_mask {
    width: 100%;
  }

  .slider7_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

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

  .factoring_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    grid-auto-columns: minmax(18.75rem, 100%);
    width: 100%;
    display: grid;
  }

  .card-cubic-factoring {
    grid-row-gap: 0rem;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit_grid_factoring {
    grid-template-columns: 1.6fr;
  }

  .logo, .image-280-copy {
    margin-top: auto;
    padding-top: .125rem;
    padding-bottom: .125rem;
    position: relative;
  }
}

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

  p {
    font-size: 1.2rem;
  }

  .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: 1.2rem;
  }

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

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

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

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

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

  .button.special-button {
    width: 100%;
    max-width: 100%;
  }

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

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

  .button-group.is-center.is-not-available {
    flex-flow: column;
  }

  .text-weight-semibold {
    font-size: 1.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;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .navbar1_container {
    justify-content: space-between;
    align-items: center;
  }

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

  .navbar1_menu.is-page-height-tablet {
    flex-flow: column;
    padding-bottom: 6rem;
  }

  .navbar1_menu-links {
    flex-flow: column;
    font-size: 3rem;
    font-weight: 200;
    line-height: 8;
  }

  .navbar1_link {
    font-weight: 200;
  }

  .navbar1_menu-button {
    color: var(--background-color--background-brand);
    display: block;
  }

  .menu-icon1 {
    color: var(--base-color-brand--brand);
    display: block;
  }

  .menu-icon1_line-top {
    border-color: var(--base-color-brand--brand);
  }

  .menu-icon1_line-middle, .menu-icon1_line-bottom {
    background-color: var(--base-color-brand--brand);
  }

  .hero_header {
    padding-top: 4rem;
  }

  .header_content_left {
    width: 100%;
    margin-top: auto;
  }

  .header_lightbox_image_movie {
    display: none;
  }

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

  .faq6_content-left {
    width: 100%;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

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

  .fragen_rueckruf_text {
    text-align: center;
  }

  .fragen_wrapper {
    display: block;
  }

  .play-button-block {
    width: 12vw;
    height: 12vw;
  }

  .faq-answer {
    font-size: 1.2rem;
  }

  .support-user, .support-aligner-box {
    margin-top: 0;
  }

  .help_doodle_text {
    margin-bottom: -56px;
    margin-left: -42px;
    position: static;
  }

  .card-cubic {
    width: 100%;
    height: 30rem;
    max-height: 30rem;
  }

  .benefits-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
  }

  .testimonial23_slider {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial23_mask {
    width: 100%;
  }

  .testimonial23_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial23_card {
    padding: 1.5rem;
  }

  .testimonial23_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .petti_testimonial_card {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .appstorebutton, .button-playstore {
    width: 80%;
  }

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

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

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

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

  .footer2_credit-text {
    margin-top: 1rem;
  }

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

  .footer-wrapper {
    grid-column-gap: 1.5rem;
    display: none;
  }

  .zick_zack_deco {
    display: block;
  }

  .appstorebutton-small {
    height: 4rem;
  }

  .button_small_wrapper {
    flex-flow: column;
    width: 80%;
    margin-left: 20%;
    margin-right: 20%;
  }

  .support_box_footer {
    position: static;
  }

  .how_works_wrapper_complete {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .how_it_image_paralax_contents_right {
    display: none;
  }

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

  .how_it_contents_left {
    height: auto;
  }

  .fallback_image_wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .fallback_image {
    position: static;
  }

  .layout348_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout348_desktop-image-wrapper {
    display: none;
  }

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

  .layout348_content {
    height: auto;
  }

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

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .is-petti-better {
    font-size: 2.6vw;
  }

  .is-petti-better.is_statt {
    margin-left: 0;
  }

  .is-petti-better.is-made-in-webflow {
    margin-right: 0;
  }

  .is_aerger {
    font-size: 13vw;
  }

  .is_aerger.is-paperchaos {
    margin-left: 0;
  }

  .is_aerger.is-animation {
    flex: 1;
    margin-left: 0;
  }

  .is_aerger.is-skills {
    margin-left: 0;
  }

  .window_wrapper {
    height: auto;
    min-height: 100vh;
  }

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

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

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

  .team16_image-wrapper {
    height: 100%;
  }

  .team16_item-content {
    flex: 0 auto;
  }

  .lucky_header {
    height: 150vh;
  }

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

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

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

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

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

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

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

  .header_content_gluck {
    padding-top: 4rem;
  }

  .lucky_header_anim_trigger {
    margin-top: 35rem;
  }

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

  .sticky-win {
    display: none;
  }

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

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

  .logo3_logo {
    max-height: 3rem;
  }

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

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

  .stats30_number {
    font-size: 3.5rem;
  }

  .leichtigkeit_component {
    padding-top: 4rem;
  }

  .leichtig_right {
    height: 30rem;
  }

  .test_card_vet {
    margin-left: 1.5rem;
  }

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

  .testi_vet__content_all {
    grid-template-columns: 1fr;
    align-content: start;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .testi_vet_content-right {
    min-height: 24.5rem;
    position: sticky;
    top: 25%;
  }

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

  .faq_vet_question {
    padding: 1rem 1.25rem;
  }

  .faq_vet_icon_wrapper {
    width: 1.75rem;
  }

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

  .hero_image_about_us {
    width: 100%;
  }

  .spacer_flex_vert {
    flex-flow: column;
  }

  .vet_subheadline {
    font-size: 1rem;
  }

  .paragraph-2 {
    font-size: 1.21rem;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 1.2rem;
  }

  .menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: -1.25rem;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .hero_mobile {
    display: block;
  }

  .table_cell {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .table_cell.border-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .button-form.special-button {
    width: 100%;
    max-width: 100%;
  }

  .fallback_image-copy {
    position: static;
  }

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

  .layout408_card-content {
    padding: 1.5rem;
  }

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

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

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

  .layout408_image-wrapper {
    height: auto;
  }

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

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

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

  .slider7_component {
    padding-bottom: 5rem;
  }

  .slider7_arrow.left {
    right: 3.5rem;
  }

  .factoring_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
  }

  .card-cubic-factoring {
    width: 100%;
    height: 30rem;
    max-height: 30rem;
  }
}

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

  p {
    line-height: 1.7;
  }

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

  .max-width-large.align-center {
    max-width: 100%;
  }

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

  .margin-top.margin-medium {
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-size-medium.text-weight-bold {
    text-align: left;
    font-weight: 500;
  }

  .heading-style-h2 {
    width: 100%;
    font-size: 3rem;
  }

  .heading-style-h2.text-color-white.text-weight-bold.comingsoon {
    width: 100%;
    font-size: 1.6rem;
  }

  .heading-style-h2.text-color-white.hidecomingsoon {
    width: 100%;
  }

  .heading-style-h1 {
    width: 100%;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .button.is-small {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.2rem;
    display: block;
  }

  .button.special-button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
  }

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

  .form_input {
    width: 100%;
  }

  .button-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-group.is-center {
    display: flex;
  }

  .text-weight-semibold {
    font-size: 1rem;
    font-weight: 500;
  }

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

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

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

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

  .spacer-huge {
    display: none;
  }

  .text-color-secondary {
    line-height: 1.7;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar1_component {
    width: 100%;
    min-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar1_container {
    justify-content: space-between;
    align-items: center;
  }

  .navbar1_menu.is-page-height-tablet {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: block;
  }

  .navbar1_menu-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2;
  }

  .navbar1_link {
    width: 100%;
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    line-height: 2;
  }

  .navbar1_menu-buttons {
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .menu-icon1 {
    margin-right: auto;
    display: flex;
  }

  .section_hero-header {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
  }

  .hero_header {
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 0;
  }

  .heading-2 {
    font-size: 3rem;
  }

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

  .faq6_content-left {
    width: 100%;
  }

  .faq_question, .faq6_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .buellet_line {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .questionas-support-stripe {
    display: none;
  }

  .fragen_rueckruf_text {
    text-align: center;
    display: none;
  }

  .fragen_wrapper {
    text-align: center;
    width: 90.3464%;
  }

  .testimonial-mini {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .user-img {
    width: 5.5rem;
    height: 5.5rem;
  }

  .play-button-block {
    width: 20vw;
    height: 20vw;
  }

  .header-flex.margin-bottom.margin-xhuge {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .subheader-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    margin-top: 1rem;
  }

  .support-box, .support-aligner-box {
    width: 100%;
  }

  .help_doodle_text {
    margin-left: -29px;
  }

  .card-cubic {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-area {
    height: 6rem;
    min-height: 8rem;
  }

  .v-flex-contents {
    height: auto;
    max-height: none;
  }

  .card-description.text-weight-medium.text-align-center {
    height: auto;
    min-height: auto;
    max-height: none;
    font-size: 1rem;
    font-weight: 400;
  }

  .petti_ornament_arrow.is_reveal {
    display: none;
    left: auto;
  }

  .petti_ornament_heart {
    display: none;
  }

  .section_cta_downloads.background-color-brand {
    height: auto;
    position: relative;
  }

  .cta_body {
    width: 100%;
  }

  .appstorebutton {
    width: 100%;
    padding-left: 1.3rem;
    padding-right: 1rem;
  }

  .v-flex-contents-2 {
    width: 100%;
  }

  .appstore_maintext_large {
    font-size: 1.6rem;
  }

  .button-playstore {
    width: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .download_vflex {
    width: 100%;
  }

  .playstore_button_main_text_large {
    font-size: 1.6rem;
  }

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

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

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

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

  .section_how_it_works {
    background-image: none;
  }

  .how_works_wrapper_complete, .layout348_component {
    grid-template-columns: 1fr;
  }

  .layout348_content {
    height: auto;
  }

  .app_demo_deco {
    display: none;
  }

  .page-intro-wrapper {
    justify-content: center;
    align-items: center;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

  .is-petti-better {
    font-size: 2rem;
  }

  .is-petti-better.is-made-in-webflow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .section-after-intro-text.padding-section-large {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mockups_holder, .mock_01, .mock_03 {
    display: none;
  }

  .petti_app {
    width: 8rem;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .window_wrapper {
    height: auto;
    min-height: auto;
  }

  .is-mobile {
    width: 100%;
    line-height: 1.6;
  }

  .bold-text {
    line-height: 1;
  }

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

  .contact_wrapper_hor.shadow-xxlarge {
    padding: 1rem;
  }

  .text-color-brand.heading-style-h2 {
    font-size: 2.6rem;
  }

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

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

  .lucky_header_images_wrapper {
    display: none;
    overflow: visible;
  }

  .lucky_header_image_wrapper {
    width: 30vw;
    height: 35vw;
  }

  .header_content_gluck {
    width: 100%;
    max-width: 100%;
  }

  .section_tierarzt_hero {
    height: auto;
  }

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

  .sticky-win {
    display: none;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .section_statistiken {
    background-color: var(--base-color-neutral--soft-lilac);
  }

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

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

  .bento_image {
    min-height: 25rem;
  }

  .leichtigkeit_component, .testi_vet_component {
    grid-template-columns: 1fr;
  }

  .section_features_vets {
    box-shadow: none;
  }

  .headline_block_expplainer {
    width: 100%;
  }

  .explainer_flex {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 0;
  }

  .explainer_interactive_wrapper {
    min-width: 100%;
    display: none;
  }

  .video_02.shadow-medium {
    width: 100%;
    height: auto;
  }

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

  .subhead_v-flex {
    width: 100%;
  }

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

  .faq_vet_accordeon {
    border-width: 0;
  }

  .faq_vet_question {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_vet_icon_wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 3rem;
  }

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

  .title_gluck_block.shadow-xxlarge {
    background-color: #fff;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mockup_desktop {
    background-image: url('../images/pc_mock.avif');
    background-position: 50%;
    background-size: 100%;
    height: auto;
    min-height: 31.25rem;
  }

  .counter-text {
    font-size: 7rem;
  }

  .mock_pic.align-center.text-align-center {
    background-image: url('../images/women_petti_mob_1.avif');
    background-position: 0%;
    background-size: cover;
    height: 33.75rem;
    left: 0;
    right: 0;
  }

  .mock_glass {
    height: auto;
    padding: .75rem;
  }

  .vet_subheadline, .bf {
    text-align: center;
  }

  .small-wrapper {
    width: 100%;
  }

  .bullet {
    width: 1.5rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .image-279 {
    height: 3.25rem;
    margin-left: .375rem;
  }

  .docs {
    display: none;
  }

  .text-span, .text-span-2 {
    font-size: 6rem;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-weight: 500;
  }

  .icon_holder {
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
  }

  .navigation_link_new {
    color: var(--text-color--text-brand);
    font-weight: 300;
  }

  .erledigt_vflex {
    width: 100%;
  }

  .fallback_tablet, .vorab_check_hero_mobile {
    display: block;
  }

  .table_row-group.header {
    display: none;
  }

  .table_row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table_header-cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table_header-cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
  }

  .table_cell-text {
    margin-top: 1rem;
  }

  .table_cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table_cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact_wrapper_cappo.shadow-xxlarge {
    padding: 1rem;
  }

  .button-form.is-small {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.2rem;
    display: block;
  }

  .button-form.special-button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
  }

  .card-cubic-factoring {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left_box, .right_box {
    padding: 1.2rem;
  }

  .benefit_grid_factoring {
    grid-row-gap: 1rem;
  }

  .bullet_line_fac {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bullet_fac {
    width: 1.5rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

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

  .p_fac_right {
    font-size: 1rem;
  }
}

#w-node-_514b9c9b-7140-a985-10ee-eef94f25d4ea-dd590385, #w-node-d3871df3-bf3b-9fe8-b0b9-3a5a42e6776b-dd590385, #w-node-_5307bf41-a013-69c1-b205-69c6fe792821-fe792799 {
  justify-self: end;
}

#w-node-_4d7dc98b-7bef-7096-ce73-a5729f6ce9ed-9f6ce9ed {
  place-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-dd59038c {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-dd59038c {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-dd59038c {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-dd59038c, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-dd59038c, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-dd59038c, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-dd59038c, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-dd59038c, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-dd59038c, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-dd59038c, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-dd59038c, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-dd59038c, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-dd59038c, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-dd59038c {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-dd59038c {
  justify-self: start;
}

#w-node-_3525e002-ea51-20ec-349c-111eaffdfc55-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3525e002-ea51-20ec-349c-111eaffdfc56-dd59038c {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-dd59038c {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-dd59038c, #w-node-_02d88c67-9af8-6d5b-899f-1a24911f01f0-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-dd59038c, #w-node-_9dfb2fe1-c607-db7c-6559-a3057fb9373f-dd59038c, #w-node-_9dfb2fe1-c607-db7c-6559-a3057fb93742-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-dd59038c, #w-node-e1fc1818-4b00-96a4-0ee9-e953e46d868d-dd59038c, #w-node-e1fc1818-4b00-96a4-0ee9-e953e46d868e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1fc1818-4b00-96a4-0ee9-e953e46d868f-dd59038c {
  justify-self: start;
}

#w-node-e1fc1818-4b00-96a4-0ee9-e953e46d8693-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-dd59038c, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-dd59038c, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-dd59038c {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-dd59038c, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-dd59038c, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-dd59038c {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-dd59038c, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-dd59038c, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-dd59038c {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-dd59038c, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-dd59038c, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-dd59038c {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-dd59038c, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-dd59038c, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-dd59038c {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-dd59038c, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-dd59038c, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-dd59038c {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-dd59038c, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-dd59038c, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-dd59038c {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-dd59038c, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-dd59038c, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-dd59038c {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-dd59038c, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-dd59038c {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-dd59038c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-dd59038c {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-dd59038c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-dd59038c {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-dd59038c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-dd59038c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-dd59038c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-dd59038c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-dd59038c {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-dd59038c, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-dd59038c, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-dd59038c, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-dd59038c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-dd59038c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-dd59038c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-dd59038c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-dd59038c, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-dd59038c, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-dd59038c, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-dd59038c, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-dd59038c, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-dd59038c {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-dd59038c, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-dd59038c, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-dd59038c {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-dd59038c, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-dd59038c, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-dd59038c {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-dd59038c, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-dd59038c, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-dd59038c {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-dd59038c, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-dd59038c, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-dd59038c {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-dd59038c, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-dd59038c, #w-node-ee961e8d-845a-edc3-3307-509470022457-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-dd59038c {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-dd59038c, #w-node-ee961e8d-845a-edc3-3307-50947002245b-dd59038c, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-dd59038c {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-dd59038c, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-dd59038c, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-dd59038c {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-dd59038c, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-dd59038c, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-dd59038c {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-dd59038c, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-dd59038c, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-dd59038c {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-dd59038c, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-dd59038c, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-dd59038c {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-dd59038c, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-dd59038c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-dd59038c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-dd59038c {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-dd59038c {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-dd59038c {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-dd59038c {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-dd59038c {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-dd59038c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-dd59038c {
  justify-self: start;
}

#w-node-_2de3553a-575a-3f52-74a5-29d5ed8cac33-f03ef92c, #w-node-_2de3553a-575a-3f52-74a5-29d5ed8cac35-f03ef92c, #w-node-_2de3553a-575a-3f52-74a5-29d5ed8cac37-f03ef92c, #w-node-_2de3553a-575a-3f52-74a5-29d5ed8cac39-f03ef92c, #w-node-_2de3553a-575a-3f52-74a5-29d5ed8cac3d-f03ef92c, #w-node-_2de3553a-575a-3f52-74a5-29d5ed8cac3f-f03ef92c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_399ac845-954a-facb-185a-48a212cb9044-f03ef92c, #w-node-_399ac845-954a-facb-185a-48a212cb9046-f03ef92c, #w-node-_399ac845-954a-facb-185a-48a212cb9049-f03ef92c, #w-node-_399ac845-954a-facb-185a-48a212cb904c-f03ef92c, #w-node-_399ac845-954a-facb-185a-48a212cb904f-f03ef92c, #w-node-_399ac845-954a-facb-185a-48a212cb9052-f03ef92c {
  place-self: center;
}

#w-node-_1c71ffd9-c92e-7e25-6373-c20717eb595b-f03ef92c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9d285770-d6cc-c664-ba4d-60f19236ab33-512b3c8b {
  justify-self: end;
}

#w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9e9-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9eb-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9ed-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9ef-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9f1-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9f3-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9f5-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9f7-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9fa-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9fc-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258a9fe-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258aa00-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258aa02-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258aa04-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258aa06-512b3c8b, #w-node-f800dcb4-d750-48bc-0dd4-6d45c258aa08-512b3c8b {
  justify-self: center;
}

#w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c053-512b3c8b {
  justify-self: end;
}

#w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c065-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c066-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c067-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c068-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c06a-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c06b-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c06c-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c06d-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c06e-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c06f-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c070-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c071-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c072-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c074-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c075-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c076-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c077-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c078-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c079-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c07a-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c07b-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c07c-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c07d-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c07e-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c07f-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c080-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c081-512b3c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7567c0d1-6e16-03db-374f-aeef181a4ea9-30be23d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_514b9c9b-7140-a985-10ee-eef94f25d4ea-dd590385 {
    justify-self: start;
  }

  #w-node-_1c71ffd9-c92e-7e25-6373-c20717eb595b-f03ef92c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d285770-d6cc-c664-ba4d-60f19236ab33-512b3c8b, #w-node-_1ba2a19e-32d9-ed6f-5d28-969cf198c053-512b3c8b {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5307bf41-a013-69c1-b205-69c6fe79282a-fe792799 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1c71ffd9-c92e-7e25-6373-c20717eb595b-f03ef92c {
    grid-column: span 1 / span 1;
  }

  #w-node-_1c71ffd9-c92e-7e25-6373-c20717eb5973-f03ef92c {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3871df3-bf3b-9fe8-b0b9-3a5a42e6776b-dd590385 {
    justify-self: center;
  }
}


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