@font-face {
  font-family: Hubot Sans;
  src: url('../fonts/Hubot-Sans.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quicksand Variable;
  src: url('../fonts/Quicksand-Variable.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #0d0d0d;
  --primary-2: #d91b33;
  --primary: #d14836;
  --body-white: #f2f2f2;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-primary700: #6941c6;
  --webflow: #146ef5;
  --medium-orchid: #ba5eff;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-warning300: #fec84b;
  --midnight-blue: #030c29;
  --photoshop: #34a7fa;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  background-color: var(--background);
  color: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-family: Mona Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

h1 {
  font-variation-settings: "wdth" 110, "wght" 800;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Hubot Sans, sans-serif;
  line-height: 1.15;
}

h2, h3, h4, h5, h6 {
  font-variation-settings: "wght" 800, "wdth" 110;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hubot Sans, sans-serif;
  line-height: 1.15;
}

p {
  margin-bottom: 10px;
}

a {
  color: #7349ff;
  background-color: #0000;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  background-color: #0000;
}

a:visited {
  color: #28126f;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 1rem;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 22px;
}

.h3 {
  font-size: 3.5rem;
}

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

.text-size-huge {
  font-size: 3rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

.styleguide_heading-medium {
  font-size: 4rem;
}

.margin-large-2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

.padding-huge {
  padding: 7rem;
}

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

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

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

.margin-xlarge {
  margin: 4rem;
}

.full-width {
  align-self: stretch;
}

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

.heading-style-h6-2 {
  font-weight: 700;
}

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

.main-wrapper {
  position: relative;
}

.h4 {
  font-size: 3rem;
}

.h4.text-align-center {
  color: #fff;
}

.padding-custom2-2 {
  padding: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

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

.margin-custom1-2 {
  margin: 1.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_background-space {
  width: 80px;
  height: 70px;
  margin: 5rem;
}

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

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

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

.padding-xhuge {
  padding: 8rem;
}

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

.hide {
  display: none;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.margin-small {
  margin: 1rem;
}

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

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

.margin-xhuge {
  margin: 8rem;
}

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

.container-large {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-global {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

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

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

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

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

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

.margin-0 {
  margin: 0;
}

.button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #fff;
  border-radius: 5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.button.is-large {
  align-self: stretch;
  padding: 2rem 2.5rem;
}

.button.is-large.right-side-button {
  align-self: flex-end;
}

.button.is-large.no-span {
  align-self: center;
}

.button.is-secondary {
  filter: invert();
}

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

.button.span {
  align-self: center;
}

.button.opencalender.navigation {
  font-size: .75rem;
}

.button.opencalender.left-side-button {
  align-self: flex-start;
}

.button.opencalender.left-side-button.span {
  align-self: center;
}

.button.text-small {
  flex: 1;
  align-self: stretch;
  font-size: .75rem;
}

.margin-xxlarge {
  margin: 5rem;
}

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

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

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

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

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

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

.margin-custom2-2 {
  margin: 2.5rem;
}

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

.form_component {
  margin-bottom: 0;
}

.overflow-visible {
  overflow: visible;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styleguide_heading-large {
  font-size: 6rem;
  line-height: 1.5;
}

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

.heading-style-h5 {
  font-weight: 700;
}

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

.h6 {
  font-size: 2rem;
}

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

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

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

.styleguide_label {
  color: #fff;
  background-color: #3271de;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide_label.is-tag {
  color: #fff;
}

.styleguide_label.is-tag.is_tiny {
  word-break: normal;
  overflow-wrap: normal;
  font-size: .5rem;
}

.styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

.text-size-medium.text-weight-semibold.text-color-grey {
  text-wrap: balance;
  text-wrap: balance;
  font-weight: 600;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 2rem;
  display: grid;
}

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

.margin-medium {
  margin: 2rem;
}

.text-color-grey {
  color: #949499;
}

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

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

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

.h2 {
  font-size: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: var(--primary);
}

.padding-xxlarge {
  padding: 5rem;
}

.heading-style-h4 {
  font-weight: 700;
}

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

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

.styleguide_spacing-all {
  display: none;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.styleguide-nav {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 11rem;
  display: flex;
  position: sticky;
  top: 0;
}

.styleguide-elements {
  flex: 0 auto;
}

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

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

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

.styleguide_version {
  z-index: 5;
}

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

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

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

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

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

.heading-style-h2 {
  font-weight: 700;
}

.h1 {
  font-family: Hubot Sans, sans-serif;
  font-size: 5rem;
}

.heading-style-h1 {
  font-weight: 700;
}

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

.padding-xxhuge {
  padding: 12rem;
}

.page-wrapper {
  z-index: 2;
}

.page-wrapper._100dvh {
  overflow: hidden;
}

.page-wrapper.correction {
  margin-top: -25%;
}

.overflow-auto {
  overflow: auto;
}

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

.text-weight-hair {
  font-weight: 200;
}

.margin-custom3-2 {
  margin: 3.5rem;
}

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

.styleguide-nav-wrapper {
  flex: 0 auto;
  align-items: flex-start;
  width: 39rem;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.background-color-grey-3 {
  background-color: #7f7f7f;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

.h5 {
  font-size: 2.5rem;
}

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

.menu-link-left {
  color: #b3b3b3;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .5rem;
  font-size: 1rem;
  transition: all .35s;
  position: relative;
  overflow: visible;
}

.menu-link-left:hover {
  font-variation-settings: "wght" 700, "wdth" 100;
  transform: scale(1.1);
}

.menu-link-left.w--current {
  color: #fff;
  font-variation-settings: "wght" 700, "wdth" 100;
  transform: scale(1.1);
}

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

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

.padding-small {
  padding: 1rem;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.padding-custom3-2 {
  padding: 3.5rem;
}

._3-rows {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

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

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

.padding-custom1-2 {
  padding: 1.5rem;
}

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

.padding-0 {
  padding: 0;
}

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

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

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

.heading-style-h3 {
  font-weight: 700;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-medium {
  padding: 2rem;
}

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

.hover {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 0%;
  position: absolute;
  inset: 0%;
}

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

.divid {
  opacity: .5;
  background-color: #fff;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  height: 2px;
  display: flex;
}

.st_absolute {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 105%;
}

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

.rel-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.section.relative {
  position: relative;
}

.section.relative.padding-top-bottom {
  margin-top: -20rem;
  padding-top: 16rem;
}

.section.relative.no-margin-bottom {
  padding-bottom: 0;
}

.section.relative.no-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.section.last {
  margin-bottom: 0;
  padding-top: 3rem;
}

.section.border {
  background-color: #000;
  border-radius: 1rem;
  margin: 2rem;
  padding: 4rem 2rem;
}

.section.border.bg2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  background-image: linear-gradient(#050a3666, #050a3666), url('../images/Gaussian-Blur---Brighter.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  box-shadow: 0 0 100px #00000080;
}

.section.border.bg2.no-padding-top {
  margin-top: 0;
}

.section.top {
  height: 200svh;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.padding-top.relative {
  z-index: 4;
}

.section.bg_fill {
  background-color: #0d0d0d;
}

.section.bg_fill.overlay_top {
  z-index: 10;
  position: relative;
}

.section.timeline {
  padding-top: 0;
  padding-bottom: 0;
}

.content {
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 70svh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar {
  z-index: 990;
  word-break: normal;
  overflow-wrap: break-word;
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.nav {
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-bottom: 2rem;
  padding: .5rem;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5dvh;
  display: flex;
}

.logo-text {
  font-variation-settings: "wght" 900, "wdth" 125;
  padding: .7rem .8rem .5rem;
  font-family: Hubot Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.text-color-funky {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Blur_background_5Blur_background_04.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 5px;
  display: inline;
  position: relative;
}

.text-color-funky.thin {
  font-variation-settings: "wght" 500, "wdth" 125;
}

.flex-middle {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-middle.span {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex-middle.span._4rem {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.flex-middle.padding-bottom-10rem {
  margin-bottom: 10rem;
}

.flex-middle.top-space {
  grid-row-gap: 1rem;
}

.strapline {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 40rem;
  max-width: 50%;
}

.strapline.no-rem {
  min-width: auto;
  max-width: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.buttons-wrapper.vertical {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-top: 3rem;
}

.section-full {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-full.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-full.no-padding.relative {
  position: relative;
}

.section-full.padding-large._0-5rem {
  padding-top: .5rem;
}

.section-full.padding-large.space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.floating-cards {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1rem;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  height: 100%;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.floating-cards:hover {
  transform: scale(1.025);
  box-shadow: 0 9px 15px #0003;
}

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

._100.roundcorner {
  border-radius: 1rem;
  overflow: hidden;
}

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

._100.contain.right {
  object-position: 100% 100%;
}

._100.top {
  object-fit: cover;
  object-position: 0% 0%;
}

._100.top2 {
  object-fit: cover;
  object-position: 50% 100%;
  align-self: stretch;
}

._100.fit-right {
  object-fit: contain;
  object-position: 100% 100%;
}

._100.fit-left {
  object-fit: contain;
}

._100.scale-down {
  object-fit: scale-down;
}

.floating-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 200dvw;
  height: 45lvh;
  display: flex;
}

.floating-wrapper._2 {
  justify-content: space-between;
  transform: translate(-50vw);
}

.icon {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  display: flex;
}

.icon:hover {
  transform: scale(1.1);
}

.headline-text {
  white-space: normal;
  flex: 0 auto;
  align-items: flex-start;
  height: 4rem;
  display: flex;
}

.get-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.get-wrapper.text-align-center {
  grid-row-gap: .5rem;
}

.get-strapline {
  color: #b2b2b2;
  flex: 0 auto;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

._3col {
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  flex: 0 auto;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start center;
  width: 100%;
  margin-top: 3rem;
  display: grid;
}

.min100lvh {
  justify-content: center;
  align-items: center;
  min-height: 100lvh;
  padding-bottom: 8rem;
  display: flex;
  overflow: visible;
}

.header {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.header.left-side.sticky {
  position: sticky;
  top: 6.5rem;
}

.header.text-align-center {
  padding-bottom: 1rem;
}

.header.text-align-center._30rem {
  align-self: center;
  width: 35rem;
}

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

.header.left-side {
  align-items: flex-start;
}

.background_white {
  z-index: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #000000e6;
  border-radius: 2.5rem;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px -10px #0003;
}

.heroline {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.menu_link {
  color: #fff;
  text-align: center;
  border-radius: 2.5rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .5rem 1.5rem;
  display: flex;
}

.menu_link:hover {
  background-color: #1a1a1a;
}

.menu_link:visited {
  color: var(--body-white);
}

.menu_link.w--current {
  color: #fff;
  background-color: #1a1a1a;
}

.menu_link.btt-wrapper {
  color: #fff;
  background-color: #0000001a;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.menu_link.btt-wrapper:hover, .menu_link.btt-wrapper.w--current {
  background-color: #1a1a1a;
}

.floating_logos {
  border-radius: 1rem;
  flex: 0 auto;
  align-self: stretch;
  width: 10rem;
  height: 100%;
  overflow: hidden;
}

.floating-wrapper-logos {
  grid-column-gap: 5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 25dvh;
  padding: 2rem 2.5rem;
  display: flex;
}

.floating-logos {
  z-index: 2;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

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

.hero {
  flex: 1;
}

.q_a_wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.layout-wrapper {
  grid-column-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 33% 66%;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.question_head {
  font-variation-settings: "wght" 700, "wdth" 110;
  font-size: 1.5rem;
}

.question-head {
  align-items: center;
  display: flex;
}

.page-padding {
  width: 100%;
  padding: 2.5rem;
}

.plus_icon {
  filter: invert();
  margin-right: 1rem;
  display: none;
}

.h2-2 {
  font-size: 3rem;
}

.h2-2.max-width-75 {
  max-width: 75%;
}

.content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.answer-main {
  text-align: left;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.4;
}

.btt {
  width: 1rem;
  height: 100%;
}

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

.image.viktor {
  object-position: 100% 100%;
  overflow: visible;
}

.container-custom {
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.list-wrapper {
  font-size: .85rem;
  font-weight: 200;
}

.task-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.category-wrapper {
  padding-bottom: 1rem;
}

.footer {
  z-index: 1;
  color: #fff;
  background-color: #000;
  align-items: flex-end;
  min-height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-footer01_link-list {
  grid-column-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: #fff;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-logo_component {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  font-size: 3rem;
  font-weight: 400;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-bottom: 4rem;
}

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

.uui-footer07_legal-link {
  color: var(--untitled-ui-gray500);
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

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

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  font-size: .875rem;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_top-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-border {
  flex: 1;
}

.additional {
  text-align: left;
  justify-content: flex-end;
  padding-top: 2rem;
  font-size: .85rem;
  font-weight: 300;
  display: block;
}

.h2-3 {
  font-size: 3rem;
}

.h2-3.max-width-75 {
  max-width: 75%;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_checkbox-field {
  background-color: #353535;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_close-icon {
  color: #000;
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-height: 88svh;
  margin-bottom: 0;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_form {
  background-color: #000;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  margin-bottom: 0;
  position: relative;
  overflow: scroll;
}

.fs-cc-banner_text {
  text-transform: none;
  flex: 1;
  margin-right: 24px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.cookie {
  display: block;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #000;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-weight: 600;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.fs-cc-prefs_trigger, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2em;
}

.fs-cc-prefs_content {
  z-index: 990;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  overflow: scroll;
}

.fs-cc-banner_close {
  z-index: 1000;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  position: absolute;
  top: -20px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_text-link {
  color: #fff;
  text-align: center;
  min-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.fs-cc-prefs_close-icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
  font-size: 15px;
}

.fs-cc-manager_component {
  z-index: 1000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: fixed;
  bottom: .5rem;
  left: .5rem;
}

.fs-cc-prefs_close {
  z-index: 999;
  color: #333;
  cursor: pointer;
  border-radius: 100%;
  padding: 2rem 2rem 1rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-cc-manager_button {
  cursor: pointer;
  background-color: #000;
  border-radius: 3rem;
  flex-direction: column;
  padding: .5rem;
  font-size: .65rem;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.fs-cc-manager_button:hover {
  color: var(--untitled-ui-primary700);
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
}

.fs-cc-prefs_text {
  text-transform: none;
  font-size: .75rem;
}

.nav-button {
  align-self: center;
  width: 3rem;
  height: 3rem;
  display: none;
}

.nav-wrapper {
  display: flex;
}

.desktop-nav-wrapper {
  z-index: 2;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.toggle-year {
  grid-column-gap: .5rem;
  font-variation-settings: "wdth" 125, "wght" 900;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  min-width: 49rem;
  height: 50px;
  margin-top: 5rem;
  padding: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

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

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

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

.divider-style {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40rem;
  margin-bottom: 10rem;
  display: flex;
  position: relative;
}

.headline-text_2 {
  white-space: normal;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

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

.orga-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  display: grid;
}

.section-divid {
  z-index: 100;
  margin-top: -20rem;
  margin-bottom: -20rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.leistungen-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  box-shadow: none;
  background-image: none;
  border: 1px solid #fff3;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.leistungen-wrapper.hide-desk {
  display: none;
}

.headline-leistungen {
  white-space: normal;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.icon_vorteil {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex: 0 auto;
  align-self: flex-start;
  width: 4rem;
  height: 4rem;
  transition: all .3s;
}

.icon_vorteil:hover {
  transform: scale(1.1);
}

.portfolio {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  margin-top: 1rem;
  padding: 0;
}

.top_image {
  z-index: -1;
  opacity: .2;
  mix-blend-mode: screen;
  align-items: flex-start;
  width: 100svw;
  height: 100svh;
  margin-top: -100vh;
  display: block;
  position: sticky;
  top: 0;
  transform: rotate(180deg);
}

.flex-100dv-v {
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
}

.flex-100dv-v.thankyou {
  min-height: auto;
  display: flex;
}

.portfolio-image {
  object-fit: cover;
  border-radius: 1rem;
  flex: 0 auto;
  align-self: stretch;
  height: 100%;
  overflow: hidden;
}

.headline {
  color: gray;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.headline.addon {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 40rem;
  max-width: 70rem;
  display: flex;
}

.logo-signet {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5rem;
  padding-top: .5rem;
  display: flex;
  position: relative;
}

.header-addon {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.trello {
  perspective: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  transform: perspective(1000px);
}

.html-embed-6 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.label {
  z-index: 4;
  color: #fff;
  font-variation-settings: "wght" 900, "wdth" 125;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Hubot Sans, sans-serif;
  display: flex;
}

.label.second {
  z-index: 5;
  color: #000;
  position: absolute;
}

.bt_bg {
  z-index: 2;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200%;
  height: 200%;
  display: flex;
  position: absolute;
}

.header-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.header-left.text-align-left.padding-bottom-10rem {
  padding-bottom: 10rem;
}

.header-left.text-align-left.padding-bottom-10rem.relative-z {
  z-index: 5;
  position: relative;
}

.header-left.text-align-left._66 {
  width: 66.6%;
}

.parralax-img-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
}

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

.down._6 {
  z-index: 6;
}

.down._11 {
  z-index: 11;
}

.sticky-wrapper {
  height: 250vh;
  position: relative;
}

.a0 {
  z-index: 10;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 0%;
}

.a0.b {
  z-index: 13;
}

.a0.clouds {
  z-index: 18;
}

.a0.back {
  z-index: -1;
  overflow: hidden;
}

.a0.s {
  z-index: 16;
}

.a0.m {
  z-index: 14;
}

.a0.w {
  z-index: 1;
}

.hero-text-top {
  z-index: 12;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.hero-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.strapline-copy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.black_bg {
  z-index: 16;
  background-image: linear-gradient(#000, #0d0d0d);
  height: 0%;
  position: absolute;
  inset: auto 0% 2px;
}

.hero-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-shadow: 0 0 1.5rem #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.hero-text-bottom {
  z-index: 14;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 5rem;
  left: 0%;
  right: 0%;
}

.shooting-star {
  z-index: 1;
  opacity: .7;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.strapline-text-h {
  font-variation-settings: "wght" 600, "wdth" 100;
  font-family: Mona Sans, sans-serif;
  font-size: 1.5rem;
}

._300dvh-wrapper {
  height: 300lvh;
}

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

.marquee-list {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.marquee-text {
  color: #fff;
  font-variation-settings: "wght" 300, "wdth" 110;
  font-family: Hubot Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.marque-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.lotti-full {
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.number-wrapper {
  grid-column-gap: 1rem;
  font-variation-settings: "wght" 300;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  font-size: 7vw;
  display: flex;
  position: relative;
}

.number_big {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
  position: sticky;
  top: 2rem;
}

.text-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  display: flex;
}

.text-down {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.how-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.strapline-show {
  flex: 0 auto;
  align-items: stretch;
  height: 0%;
  display: flex;
  overflow: hidden;
}

.flex-st {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
}

.webflow-link {
  flex: 1;
  align-self: center;
}

.webflow-badge {
  grid-column-gap: .5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: right;
  background-color: #000000b3;
  border-radius: 2rem;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  box-shadow: 0 0 #0003;
}

.webflow-icon {
  color: var(--webflow);
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.webflow-embed {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.webflow-text {
  align-self: center;
  padding-top: 1px;
  font-size: .75rem;
}

.webflow-sticky {
  z-index: 9999;
  position: fixed;
  inset: 2rem 2rem auto auto;
}

.backimage {
  z-index: 0;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.picture-wrapper {
  background-image: url('../images/sing_in-1_1sing_in (1).webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  height: 0%;
  display: flex;
}

.picture-wrapper._2 {
  background-image: url('../images/vikfury_entering_a_digital_world_entering_trello_board_17329523-706a-4ef8-82f6-2c91384158cc-1_1vikfury_entering_a_digital_world_entering_trello_board_17329523-706a-4ef8-82f6-2c91384158cc (1).webp');
}

.picture-wrapper._3 {
  background-image: url('../images/triangle_1triangle.webp');
}

.divid-fat {
  background-color: #fff;
  border-radius: 2rem;
  flex: 1;
  align-self: center;
  height: 5px;
  margin-top: 1px;
}

.topline {
  color: gray;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Hubot Sans, sans-serif;
  font-size: .75rem;
  font-weight: 700;
}

.step-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.step-header {
  flex: 0 auto;
  align-self: center;
  max-width: 13rem;
  margin-left: 3rem;
}

._1rem {
  height: 1rem;
}

.div_2 {
  background-color: #fff;
  width: 4rem;
  height: .5rem;
  margin-bottom: .5rem;
}

.trello_ipad_bg {
  z-index: 1;
  display: block;
  position: relative;
}

.tooltip-arrow {
  z-index: 0;
  background-color: #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.tooltip_text {
  z-index: 1;
  font-size: 1rem;
  position: relative;
}

.header-right {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.header-right.text-align-right.spacing {
  align-self: flex-end;
  width: 50%;
  padding-top: 30rem;
  padding-bottom: 10rem;
}

.header-right._2 {
  align-self: flex-end;
}

.hand-card {
  z-index: 11;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-top: -20rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.info-text {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% 24%;
}

.device-wrapper {
  z-index: 8;
  height: 100%;
  position: absolute;
  inset: auto 5% 0% 40%;
}

.device-wrapper._2 {
  object-fit: contain;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.design-wrapper {
  z-index: 8;
  width: 66%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hide-desktop {
  display: none;
}

.desktop {
  align-self: stretch;
  display: flex;
}

.invert {
  filter: invert();
}

.link-text {
  color: #7c7c7c;
}

.question_main_head {
  font-variation-settings: "wght" 900, "wdth" 110;
  text-align: left;
  font-family: Hubot Sans, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.question_section {
  width: 100%;
  padding-top: 8rem;
}

.thankyou {
  align-items: center;
  min-height: 100lvh;
  display: flex;
}

.list_leistungen {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  display: flex;
}

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

._4col.down {
  border-bottom: 1px solid gray;
  align-items: end;
  height: auto;
  margin-bottom: 3rem;
  padding-bottom: 0;
}

.signature {
  width: auto;
  height: 5rem;
}

.payment_wrapper {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: flex-end;
  align-self: stretch;
  display: flex;
}

.pay_icon {
  align-items: center;
  width: 2.2rem;
}

.payment-icon {
  color: var(--untitled-ui-gray500);
}

.div-block-57 {
  align-self: flex-end;
}

.left-rem {
  line-height: 1.4;
  display: block;
}

.faq2_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq2_answer {
  overflow: hidden;
}

.faq2_accordion {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.question_menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 1;
  padding-top: 5rem;
  display: flex;
}

.question_link {
  color: #272727;
  font-family: Hubot Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.question_link:hover {
  transform: scale(1.05);
}

.question_link.w--current {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Blur_background_5Blur_background_04.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  transform: scale(1.05);
}

.h1-2 {
  font-size: 6rem;
}

.top-line-2 {
  color: #f3ebda80;
  font-variation-settings: "wght" 500, "wdth" 110;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5rem;
  font-size: 1rem;
}

.rich-text-info {
  margin-bottom: 2rem;
}

.rich-text-info h3 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.rich-text-info p {
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.4;
}

.rich-text-info h2 {
  letter-spacing: 0;
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.rich-text-info ul {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.rich-text-info li {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
}

.rich-text-info h1 {
  letter-spacing: 0;
}

.rich-text-info h4 {
  letter-spacing: 0;
  margin-top: 2rem;
  font-size: 1.25rem;
}

.info_top {
  margin-bottom: 3rem;
}

.style_element-2 {
  background-color: #f3ebda;
  width: 100%;
  height: 1px;
  margin-top: .5rem;
}

.h1-3 {
  font-size: 6rem;
}

.top-line-3 {
  color: #f3ebda80;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 1rem;
  font-weight: 700;
}

.style_element-3 {
  background-color: #f3ebda;
  width: 100%;
  height: 1px;
  margin-top: .5rem;
}

.top-line-4 {
  color: #f3ebda80;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 1rem;
  font-weight: 700;
}

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

.top-line_a {
  color: #f3ebda80;
  font-variation-settings: "wght" 300, "wdth" 110;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: 3rem;
  font-size: 1rem;
}

.html-embed-8 {
  flex-direction: row;
  align-items: center;
  width: 6.5rem;
  height: auto;
  display: flex;
}

.bg_overlay-2 {
  z-index: 0;
  background-image: linear-gradient(#0000 54%, #0d0d0d 92%);
  margin-bottom: -2px;
  display: block;
  position: absolute;
  inset: 0%;
}

.bg_overlay-2.right-side {
  background-image: linear-gradient(to right, #0000 90%, #0d0d0d);
  inset: 0%;
}

.bg_overlay-2._3 {
  display: none;
}

.div-block-58 {
  position: relative;
}

.html-embed-9 {
  width: 100%;
  height: 100%;
}

.div-block-59 {
  perspective: 2000px;
  align-items: center;
  min-height: 90lvh;
  display: flex;
  position: relative;
}

.container-main {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container-main.relative {
  position: relative;
}

.div-block-60 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.text-size-tiny-3 {
  font-size: .85rem;
}

.div-block-62 {
  color: #000;
  background-color: #090b1c;
  background-image: linear-gradient(#090b1c80, #090b1c80), url('../images/Gaussian-Blur---Brighter.svg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.checkmark-2 {
  color: #6941c6;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.checkmark-2.webflow-icon-certified {
  color: #146ef5;
}

.div-block-63 {
  overflow: visible;
}

.container-large-5 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-64 {
  z-index: 0;
  grid-column-gap: 4rem;
  mix-blend-mode: soft-light;
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: skew(30deg, -15deg)scale(1.5);
}

.menu_link-2 {
  color: #fff;
  text-align: center;
  border-radius: 2.5rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .5rem 1.5rem;
  display: flex;
}

.menu_link-2:hover {
  background-color: #1a1a1a;
}

.menu_link-2:visited {
  color: #f2f2f2;
}

.menu_link-2.w--current {
  color: #fff;
  background-color: #1a1a1a;
}

.webflow-icon-big-2 {
  color: #146ef5;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.style-wrapper {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
}

.hs1 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}

.clip {
  overflow: hidden;
}

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

.layout-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1rem;
  display: grid;
}

.top-line {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.hero-2 {
  flex: 0 auto;
  position: relative;
}

.top-line-5 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.flag-img {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 50%;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.flag {
  aspect-ratio: 1;
  object-fit: fill;
}

.lang-selector {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.lang-selector:hover {
  overflow: visible;
}

.lang-wrapper {
  flex-direction: column;
  justify-content: center;
  padding: .5rem;
  display: flex;
}

.lang-opener {
  background-color: #000;
  border-radius: 2rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: auto;
  display: flex;
  position: absolute;
  bottom: -.5rem;
  overflow: hidden;
}

.language {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 1.5rem;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  padding: 1rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language:hover {
  background-color: #2e2e2e;
}

.lang-icon {
  flex: 0 auto;
}

.lang-icon-wrapper {
  background-color: gray;
  border-radius: 50%;
  flex: 0 auto;
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1.5rem;
  padding: .25rem;
}

.lang-text {
  white-space: normal;
  word-break: keep-all;
  flex: 0 auto;
}

.lang-link {
  z-index: 10;
  align-self: stretch;
  position: absolute;
  inset: 0%;
}

.ratio-box {
  aspect-ratio: auto;
  align-self: stretch;
}

.place-badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #3b3b3b4d;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  display: inline-block;
}

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

.dot {
  background-color: #e8e8e8;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.dot.green {
  background-color: #00ff2a;
}

.text-size-tiny-4 {
  font-size: .85rem;
}

.swiper-2 {
  width: 100%;
  height: 100%;
}

.web_wrapper {
  padding-top: 5rem;
}

.price_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.platform-icon {
  object-fit: contain;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.platform-icon.webflow {
  flex: 1;
  align-self: stretch;
}

.text-color-funky-2 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Blur_background_5Blur_background_04.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.tooltip_text-2 {
  z-index: 1;
  text-shadow: none;
  font-size: 1rem;
  position: relative;
}

.mwst-info {
  z-index: 2;
  align-self: stretch;
  padding-bottom: 3rem;
  position: relative;
}

.mwst-info.zzgl {
  color: #949499;
  padding-bottom: 0;
  font-size: .75rem;
}

.tooltip-2 {
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  background-color: #000;
  border-radius: .5rem;
  padding: 8px 12px;
  display: flex;
}

.checkmark {
  color: #ba5eff;
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.checkmark.is-checked {
  opacity: 1;
  color: #63d956;
  align-items: center;
}

.checkmark.red {
  color: #c64141;
}

.table-options-2 {
  border-left: 4px solid #ffffff1c;
  flex: 1;
  position: relative;
  box-shadow: inset 50px 0 30px -40px #000;
}

.table-options-2.clean {
  box-shadow: none;
  border-left-width: 0;
}

.tabs-menue {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: auto;
}

.service-content-text {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
}

.service-content-time {
  flex: 1;
  min-width: 50%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
}

.service-content-example {
  border-left: 1px solid gray;
  width: 100%;
  min-width: 50%;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
}

.service-content-platform {
  border-bottom: 1px solid gray;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
}

.tab-text {
  white-space: nowrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tabs-menue-second {
  border-right: 1px solid gray;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tabs-second {
  height: 100%;
  display: flex;
}

.tab-link-first {
  opacity: .5;
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: .85rem;
}

.tab-link-first:hover {
  opacity: 1;
  transform: scale(1.05);
}

.tab-link-first.w--current {
  opacity: 1;
  background-color: #0000;
}

.program-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-size: .85rem;
  display: flex;
}

.icon-design-full {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  cursor: crosshair;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  border-style: solid;
  border-width: 1px;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .3rem;
  font-family: Quicksand Variable, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  line-height: .7rem;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #0003;
}

.icon-design-full:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 0 20px -3px #fff;
}

.icon-design-full.export {
  width: auto;
}

.icon-design-full.clean {
  border-width: 0;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}

.icon-design-full.ps {
  color: #34a7fa;
}

.icon-design-full.ps:hover {
  color: #34a7fa;
  background-color: #032038;
  box-shadow: 0 0 20px #34a7fa;
}

.icon-design-full.figma, .icon-design-full.figma:hover {
  color: #000;
  background-color: #fff;
}

.icon-design-full.lr {
  color: #34a7fa;
}

.icon-design-full.webflow {
  color: #fff;
  background-color: #146ef5;
  border-width: 0;
  border-color: #000;
  flex: 0 auto;
  width: 5rem;
  padding: .3rem;
}

.icon-design-full.webflow:hover {
  background-color: #146ef5;
  border-color: #3f52ed;
  box-shadow: 0 0 20px #146ef5;
}

.icon-design-full.id {
  color: #fc3568;
}

.icon-design-full.id:hover {
  color: #fc3568;
  background-color: #4a0422;
  box-shadow: 0 0 20px #fc3568;
}

.icon-design-full.ai {
  color: #fc9a0d;
}

.icon-design-full.ai:hover {
  color: #fc9a0d;
  background-color: #340104;
  box-shadow: 0 0 20px #fc9a0d;
}

.icon-design-full.ae {
  color: #9999fc;
}

.icon-design-full.ae:hover {
  color: #9999fc;
  background-color: #02025c;
  box-shadow: 0 0 20px #9999fc;
}

.tab-link-second {
  opacity: .5;
  color: #fff;
  background-color: #0000;
  padding: 1rem 1rem 1rem 0;
  font-size: .85rem;
}

.tab-link-second:hover {
  transform: scale(1.05);
}

.tab-link-second.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom: 1px solid gray;
}

.service-content-wrapper {
  flex-direction: column;
  height: 100%;
  padding-bottom: 2rem;
  padding-right: 0;
  display: flex;
}

.tabs-first {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.service-content-head {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid gray;
  flex-direction: column;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  display: flex;
}

.service-content-head-text {
  font-variation-settings: "wght" 700, "wdth" 110;
  letter-spacing: 0;
  font-size: 2rem;
}

.service-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid gray;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.service-content-time-split {
  display: flex;
}

.tab-content-first {
  width: 100%;
  height: 100%;
}

.service-platform-wrapper {
  z-index: 4;
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.service-content-export {
  border-right: 1px solid gray;
  flex: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}

.tabs-content-first {
  height: 100%;
  padding-top: 2rem;
  overflow: visible;
}

.tab-content-second {
  height: 100%;
}

.tabs-content-second {
  flex: 1;
}

.service-content-example-img {
  object-fit: fill;
  width: 100%;
}

.service-export-wrapper {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.service-content-subline {
  color: gray;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding-bottom: .5rem;
  font-family: Hubot Sans, sans-serif;
  font-size: .75rem;
  font-weight: 700;
}

.service-content-time-additional {
  color: gray;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 1.5rem;
  padding-left: 2rem;
  font-size: .75rem;
  display: flex;
}

.strapline-2 {
  grid-row-gap: 1rem;
  text-wrap: balance;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 40rem;
  max-width: 50%;
}

.strapline-2.no-rem {
  min-width: auto;
  max-width: none;
}

.headline-text-2 {
  letter-spacing: 5px;
  white-space: normal;
  flex: 0 auto;
  align-items: flex-start;
  height: 4rem;
  display: flex;
}

.headline-text-2._2 {
  height: 7rem;
}

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

.timeline7_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.timeline7_fade-overlay-top {
  z-index: 10;
  background-image: linear-gradient(#0000, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline7_line {
  width: 3px;
  height: 100%;
}

.h5-2 {
  text-wrap: balance;
  font-size: 2.5rem;
}

.timeline7_progress-line {
  background-color: #fff;
  background-image: url('../images/Blur_background_4Blur_background_03.webp');
  background-position: 0 0;
  background-size: auto;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

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

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

.timeline7_item {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-left: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
}

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

.timeline7_circle {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: 6rem;
  box-shadow: 0 0 0 8px #0d0d0d;
}

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

.timeline7_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, );
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.column-card-3 {
  flex-flow: row;
}

.column-card-3.design_2 {
  z-index: 1;
  background-image: linear-gradient(#0000, #311d43);
  overflow: hidden;
}

.text-field_compare {
  grid-column-gap: .25rem;
  white-space: normal;
  border-bottom: 1px solid #ffffff1c;
  flex: 0 auto;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
}

.text-field_compare.tw-b {
  font-weight: 700;
}

.text-field_compare.no-rem-left {
  white-space: normal;
  word-break: break-all;
  padding-left: 0;
  padding-right: 3rem;
}

.info-6 {
  color: gray;
  width: 1rem;
  height: 1rem;
}

.compare-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 3rem;
  font-size: 1rem;
  display: flex;
}

.column-3 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  height: auto;
  min-height: 100%;
  display: flex;
}

.column-3.fix {
  border-right: 2px solid #ffffff1a;
  flex: 0 auto;
  align-self: stretch;
  max-width: 25%;
}

.column-3.fix.stretch {
  flex: 1;
}

.tooltip-button-3 {
  z-index: 150;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: help;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.tooltip-wrap-2 {
  z-index: 200;
  justify-content: center;
  width: 10rem;
  display: none;
  position: absolute;
  bottom: 2rem;
}

.swiper-slide-3 {
  flex: 1;
  width: auto;
  max-width: 33.3%;
  position: relative;
}

.swiper-slide-3.last {
  order: 1;
}

.swiper-wrapper-3 {
  flex: 1;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #fff;
  border-radius: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.now {
  margin-top: 2rem;
}

.column-card-4 {
  flex-flow: row;
}

.column-card-4.design {
  z-index: 1;
  background-image: linear-gradient(#0000, #311d43);
  border: 1px solid #ffffff1c;
  border-radius: 1rem;
  margin-top: 3rem;
  overflow: hidden;
}

.icon-design-addon {
  opacity: .3;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  cursor: cell;
  mix-blend-mode: screen;
  transform-style: preserve-3d;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .3rem;
  font-family: Quicksand Variable, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  line-height: .7rem;
  transition: all .1s;
  display: flex;
}

.icon-design-addon:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: inset 0 0 20px -3px #fff3, 0 0 20px -3px #fff;
}

.icon-design-addon.add-on-p {
  opacity: 1;
  border-radius: 1rem;
  width: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

.icon-design-addon.add-on-p:hover {
  transform: none;
}

.optional_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.pricehead-2 {
  z-index: 3;
  white-space: nowrap;
  justify-content: center;
  align-self: stretch;
  font-size: 3rem;
  line-height: 1;
  display: block;
  position: relative;
}

.headline-sub-add {
  vertical-align: text-top;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 2rem;
  display: inline;
}

.info-7 {
  color: gray;
  width: 1rem;
  height: 1rem;
}

.badge-icons-wrapper-2 {
  z-index: 2;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  flex: 1;
  place-content: center;
  align-self: baseline;
  align-items: center;
  display: flex;
  position: relative;
}

.badge-icons-wrapper-2.addon {
  justify-content: center;
  align-items: center;
}

.platform-wrapper-icons-2 {
  z-index: 4;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.top-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ffffff1c;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.class-icon-wrapper {
  color: #146ef5;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.tooltip-button-4 {
  z-index: 150;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: help;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.additional_wrapper-2 {
  margin-top: .5rem;
}

.additional_wrapper-2.text-color-grey.text-size-xxs {
  font-size: .75rem;
}

.price-addon {
  z-index: 2;
  align-self: stretch;
  margin-top: 4rem;
  position: relative;
}

.price-head-wrapper {
  position: relative;
}

.text-field_2 {
  grid-column-gap: 1rem;
  white-space: normal;
  flex: 0 auto;
  place-content: center flex-start;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.additional-info {
  margin-top: .5rem;
  font-size: 1rem;
}

.price-title-3 {
  z-index: 2;
  color: #e6e6e6;
  font-variation-settings: "wght" 900, "wdth" 125;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: break-spaces;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1;
}

.price-title-3.title {
  margin-top: 2rem;
}

.price-title-3.text-color-funky {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.webflow-logo-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 1.5rem;
  display: block;
}

.category-icon {
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 1rem;
  height: 1rem;
}

.div-block-66 {
  flex-flow: row;
  flex: 1;
  display: flex;
}

.logo-img {
  opacity: .3;
  flex: 0 auto;
  height: 2rem;
}

.inner-wrapper {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.icon-design-2 {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #949499;
  white-space: nowrap;
  word-break: keep-all;
  cursor: cell;
  mix-blend-mode: screen;
  transform-style: preserve-3d;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .3rem;
  font-family: Quicksand Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: .7rem;
  transition: all .1s;
  display: flex;
}

.icon-design-2:hover {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: inset 0 0 20px -3px #fff3, 0 0 20px -3px #fff;
}

.icon-design-2.ps {
  color: #949499;
}

.icon-design-2.ps:hover {
  color: #34a7fa;
  background-color: #032038;
  box-shadow: 0 0 20px #34a7fa;
}

.icon-design-2.id:hover {
  color: #fc3568;
  background-color: #4a0422;
  box-shadow: 0 0 20px #fc3568;
}

.icon-design-2.ai:hover {
  color: #fc9a0d;
  background-color: #340104;
  box-shadow: 0 0 20px #fc9a0d;
}

.icon-design-2.ae:hover {
  color: #9999fc;
  background-color: #02025c;
  box-shadow: 0 0 20px #9999fc;
}

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

.class-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.service-badge-2 {
  z-index: 50;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  filter: saturate(0%);
  color: #949499;
  cursor: crosshair;
  mix-blend-mode: normal;
  background-color: #ffffff0d;
  border-radius: 2rem;
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .75rem;
  transition: all .2s;
  display: flex;
}

.service-badge-2:hover {
  opacity: 1;
  filter: saturate();
  color: #fff;
  transform: scale(1.05);
}

.inner-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  object-fit: fill;
  border-bottom: 1px solid #ffffff1c;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-content.to-top {
  flex: 1;
}

.inner-content.addon {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  mix-blend-mode: normal;
  background-image: url('../images/Gaussian-Blur---Brighter.svg'), linear-gradient(#0000004d, #0000004d), url('../images/Gaussian-Blur---Brighter.svg');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-repeat: repeat-x, repeat, repeat-x;
  background-size: auto 300%, auto, contain;
  background-attachment: fixed, scroll, scroll;
  border-bottom-width: 0;
  border-left: 1px solid #ffffff1c;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: static;
  overflow: clip;
}

.inner-content.left-sided {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
}

.inner-content.programms {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-right: 1px solid #ffffff1c;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: visible;
}

.inner-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  text-align: left;
  border-bottom-width: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
  overflow: visible;
}

.adobe_logo {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.slider_mask {
  border-radius: 1rem;
}

.left-arrow {
  display: none;
}

.person_image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1rem;
  flex: 1;
  align-self: stretch;
}

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

.slider {
  z-index: 2;
  background-color: #0000;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.slide-bottom {
  z-index: 5;
  text-align: center;
  flex: 0 auto;
  padding-bottom: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.slide-top {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to top, #0000 0%, #000 50% 100%, #0000 100%);
  mask-image: linear-gradient(to top, #0000 0%, #000 50% 100%, #0000 100%);
}

.copy-small {
  font-size: 1.1rem;
  line-height: 1.4;
}

.bento-chart-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
}

.bento-slider-do-not-touch {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0% 0% 3.5rem;
}

.big_text {
  font-size: 4rem;
  font-weight: 700;
}

.right-arrow {
  display: none;
}

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

.spacer-xxs-end {
  padding-bottom: .5rem;
}

.slide_inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: 70% auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.designer_title {
  font-size: 2rem;
  font-weight: 700;
}

.slide {
  width: 100%;
}

.grid-item {
  border-radius: 1rem;
  position: relative;
}

.grid-item.is-slideshow {
  aspect-ratio: 2 / 3;
  flex: 1;
  overflow: hidden;
}

._2col-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start stretch;
  height: auto;
  display: flex;
}

.webflow-logo-3 {
  width: 8rem;
  height: auto;
  margin-right: -.5rem;
}

.bento_right {
  flex: 0 auto;
  width: 60%;
}

.floating-logos-2 {
  z-index: 2;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, #0000 5%, #000 40% 60%, #0000 95%);
  mask-image: linear-gradient(to right, #0000 5%, #000 40% 60%, #0000 95%);
}

@media screen and (max-width: 991px) {
  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

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

  .margin-large-2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .margin-xlarge {
    margin: 3rem;
  }

  .h4.smaller {
    font-size: 2.8rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

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

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

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

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

  .button.opencalender.navigation {
    width: 12rem;
    height: 100%;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

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

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

  .margin-huge {
    margin: 5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

  .styleguide-nav {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    white-space: nowrap;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: flex-start;
    height: 4rem;
    padding-top: 0;
    padding-left: 2rem;
    display: flex;
    overflow: scroll;
  }

  .styleguide-elements {
    margin-left: 0;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .page-wrapper {
    box-shadow: none;
  }

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

  .styleguide-nav-wrapper {
    z-index: 3;
    flex: 1;
    align-items: flex-end;
    width: 100%;
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0 0% auto;
    overflow: visible;
  }

  .menu-link-left {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    padding: .25rem .7rem;
    font-size: .85rem;
    display: flex;
  }

  .menu-link-left.w--current {
    background-color: #e6e6e6;
    border-radius: .25rem;
  }

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .st_absolute {
    justify-content: center;
    align-self: stretch;
    width: 100%;
    inset: 105% auto 0%;
  }

  .section.border {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section.border.bg2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .nav {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 1rem;
  }

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

  ._100.scale-down {
    object-fit: contain;
  }

  .icon {
    flex: 0 auto;
    align-self: stretch;
    display: flex;
  }

  .headline-text {
    flex: 1;
  }

  .get-wrapper.text-align-center {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .get-strapline {
    height: 100%;
  }

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

  .min100lvh {
    padding-bottom: 3rem;
  }

  .header {
    padding-bottom: 1rem;
  }

  .background_white {
    border-radius: 2rem;
  }

  .menu_link:hover {
    transform: none;
  }

  .menu_link.btt-wrapper {
    aspect-ratio: 1;
    padding: .25rem 1rem;
  }

  .menu_link.btt-wrapper.w--current {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .floating_logos {
    width: 10rem;
  }

  .floating-wrapper-logos {
    grid-column-gap: 2.5rem;
    height: 20dvh;
  }

  .floating-logos {
    width: 300dvw;
  }

  .q_a_wrap {
    padding-left: 0;
  }

  .layout-wrapper {
    grid-column-gap: 1rem;
  }

  .h2-2 {
    font-size: 3rem;
  }

  .h2-2.max-width-75 {
    max-width: 100%;
  }

  .content-wrapper {
    height: auto;
  }

  .footer {
    position: static;
  }

  .uui-footer01_link-list {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
  }

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

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer07_legal-list {
    text-align: right;
    grid-template-rows: auto auto auto;
    place-content: end;
  }

  .uui-footer07_bottom-wrapper {
    flex-flow: wrap;
    align-content: stretch;
  }

  .h2-3 {
    font-size: 3rem;
  }

  .h2-3.max-width-75 {
    max-width: 100%;
  }

  .nav-button {
    aspect-ratio: 1;
    background-color: #1a1a1a;
    border-radius: 2.5rem;
    align-self: stretch;
    width: 4rem;
    height: 100%;
    padding: .5rem 1rem;
    display: flex;
  }

  .nav-wrapper {
    align-self: center;
    font-size: 1rem;
    display: block;
  }

  .desktop-nav-wrapper {
    justify-content: flex-end;
    align-self: center;
  }

  .toggle-year {
    width: 100%;
  }

  .headline-text_2 {
    flex: 1;
  }

  .get-strapline_2 {
    flex: 0 auto;
    height: 100%;
  }

  .leistungen-wrapper.hide-desk {
    display: flex;
  }

  .div-block-6 {
    flex-direction: column;
  }

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

  .header-left {
    padding-bottom: 1rem;
  }

  .header-left.text-align-left._66 {
    width: 60%;
  }

  .down {
    object-position: 80% 100%;
  }

  .a0 {
    z-index: 20;
  }

  .hero-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .strapline-copy {
    width: 90%;
  }

  .hero-text {
    text-shadow: 0 0 .7rem #000;
    padding-bottom: 1rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .marquee-text {
    font-variation-settings: "wght" 300, "wdth" 110;
    overflow-wrap: break-word;
    font-size: 1rem;
  }

  .marque-list-wrapper {
    grid-row-gap: .5rem;
  }

  .burger {
    filter: invert();
  }

  .text-down {
    grid-row-gap: 2rem;
  }

  .strapline-show {
    flex: 0 auto;
    height: auto;
  }

  .flex-st {
    grid-row-gap: 5rem;
  }

  .webflow-link {
    flex: 1;
  }

  .webflow-badge {
    flex-direction: row;
    display: flex;
  }

  .webflow-text {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  .picture-wrapper {
    flex: 0 auto;
    height: 30lvh;
    position: relative;
  }

  .picture-wrapper._3 {
    z-index: -1;
    margin-top: -3.5rem;
  }

  .header-right.text-align-right.spacing {
    padding-top: 15rem;
  }

  .info-text {
    max-width: 50%;
    top: auto;
    left: auto;
    right: auto;
  }

  .device-wrapper {
    left: auto;
    right: 0%;
  }

  .design-wrapper {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .hide-desktop {
    z-index: 10;
    flex: 0 auto;
    align-self: stretch;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .desktop {
    display: none;
  }

  .payment_wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: .3rem;
    margin-bottom: .3px;
  }

  .div-block-57 {
    flex: 1;
  }

  .question_menu {
    padding-top: 2rem;
  }

  .h1-2, .h1-3 {
    font-size: 5rem;
  }

  .bg_overlay-2 {
    display: block;
  }

  .bg_overlay-2._3 {
    background-image: linear-gradient(to top, #0000 70%, #0c0c0c);
    display: block;
    top: 0;
  }

  .div-block-59 {
    min-height: 40rem;
  }

  .checkmark-2 {
    width: 2rem;
    height: 2rem;
  }

  .checkmark-2.webflow-icon-certified {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-64 {
    grid-column-gap: 2rem;
    overflow: visible;
  }

  .menu_link-2:hover {
    transform: none;
  }

  .hs1 {
    font-size: 5rem;
  }

  .layout-wrapper-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .lang-selector {
    align-items: center;
  }

  .lang-icon-wrapper {
    align-self: center;
  }

  .ratio-box {
    aspect-ratio: 1;
    width: 4rem;
    height: 100%;
  }

  .checkmark {
    width: 2rem;
    height: 2rem;
  }

  .table-options-2 {
    min-width: 50%;
    max-width: 100%;
  }

  .tabs-menue {
    flex-wrap: nowrap;
    padding: 1rem 1.5rem;
    overflow: scroll;
  }

  .tab-link-first {
    flex: 0 auto;
  }

  .tab-link-second {
    padding-left: 1.5rem;
  }

  .tabs-first {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    overflow: hidden;
  }

  .service-platform-wrapper, .service-export-wrapper {
    flex-flow: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .headline-text-2 {
    flex: 1;
  }

  .headline-text-2._2 {
    flex: 0 auto;
    height: auto;
  }

  .text-field_compare {
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-field_compare.tw-b {
    padding-right: 2rem;
  }

  .text-field_compare.no-rem-left {
    padding-right: 1rem;
  }

  .compare-wrapper-2 {
    flex-direction: row;
  }

  .column-3 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .swiper-slide-3 {
    flex: 1;
    order: -1;
    max-width: 100%;
  }

  .swiper-slide-3.last {
    order: -1;
  }

  .swiper-wrapper-3 {
    flex: 1;
    overflow: auto;
  }

  .platform-wrapper-icons-2 {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .price-title-3 {
    flex: 1;
  }

  .inner-content {
    padding: 2rem;
  }

  .grid-item.is-slideshow {
    height: 45rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-large-2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .margin-xlarge {
    margin: 2rem;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

  .button.opencalender.navigation {
    font-size: .75rem;
  }

  .button.opencalender.left-side-button.span {
    align-self: stretch;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h5, .styleguide_section-header {
    font-size: .875rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

  .styleguide-nav {
    justify-content: center;
  }

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

  .styleguide_version {
    font-size: .875rem;
  }

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  ._3-rows {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .padding-large {
    padding: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .section.border.bg2 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .nav {
    margin-top: .5rem;
  }

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

  .strapline {
    min-width: auto;
    max-width: 100%;
  }

  .floating-wrapper {
    height: 35lvh;
  }

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

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

  .header.left-side {
    order: -1;
  }

  ._2col {
    grid-column-gap: 2rem;
  }

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

  .image.viktor {
    object-position: 50% 100%;
  }

  .uui-footer01_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-logo_component {
    padding-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-footer07_legal-link {
    text-align: center;
    white-space: break-spaces;
  }

  .uui-footer07_legal-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer07_legal-list {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    margin-bottom: 1rem;
  }

  .uui-text-size-small-2.text-color-gray500 {
    text-align: center;
    padding-top: 2rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: stretch;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_close {
    right: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    order: -1;
    align-items: center;
    margin-top: 12px;
  }

  .headline-text_2 {
    align-items: center;
  }

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

  .headline-leistungen {
    align-items: center;
  }

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

  .trello {
    transform: translate(25%, 25%)scale(1.5)perspective(1000px);
  }

  .down {
    object-position: 75% 100%;
  }

  .number-wrapper {
    font-size: 20vw;
  }

  .flex-st {
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .webflow-link {
    flex-direction: row;
    min-width: 10px;
  }

  .webflow-badge {
    flex-direction: row;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .webflow-text {
    text-align: left;
    flex: 0 auto;
  }

  .webflow-sticky.hor {
    transform-origin: 0 0;
    display: none;
    transform: translate(100%)rotate(90deg);
  }

  .header-right.text-align-right.spacing {
    width: 100%;
    padding-top: 20rem;
  }

  .hand-card {
    margin-top: -10rem;
  }

  .device-wrapper {
    right: 0%;
  }

  .design-wrapper {
    width: 80%;
    bottom: -30%;
  }

  ._4col {
    grid-column-gap: 2rem;
  }

  .payment_wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: baseline;
  }

  .div-block-57 {
    align-self: stretch;
  }

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

  .div-block-59 {
    min-height: 30rem;
  }

  .checkmark-2.webflow-icon-certified {
    width: 1rem;
    height: 1rem;
  }

  .hs1 {
    font-size: 10vw;
  }

  .swiper-2 {
    flex-direction: row;
    display: flex;
  }

  .price_list {
    grid-column-gap: 1rem;
  }

  .table-options-2 {
    max-width: 100%;
    box-shadow: inset 50px 0 20px -50px #000;
  }

  .service-content-text {
    border-bottom: 1px solid gray;
    padding: 1.5rem;
  }

  .service-content-time {
    padding: 1.5rem;
  }

  .service-content-example {
    border-left-width: 0;
    padding: 1.5rem;
  }

  .service-content-platform {
    padding: 1.5rem;
  }

  .service-content-wrapper {
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-content-head {
    padding: 1.5rem;
  }

  .service-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .service-content-export {
    border-bottom: 1px solid gray;
    border-right-width: 0;
    padding: 1.5rem;
  }

  .service-content-time-additional {
    flex: 1;
    height: auto;
    padding: 1.5rem;
  }

  .strapline-2 {
    min-width: auto;
    max-width: 100%;
  }

  .headline-text-2 {
    align-items: center;
  }

  .timeline7_progress {
    left: 0;
  }

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

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

  .timeline7_circle-wrapper {
    left: 0;
  }

  .timeline7_circle {
    margin-top: 1.75rem;
  }

  .text-field_compare {
    min-height: 5rem;
  }

  .compare-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .column-3 {
    flex: none;
  }

  .column-3.fix {
    max-width: 100%;
  }

  .button-2.now {
    margin-top: 1rem;
  }

  .optional_wrapper {
    margin-bottom: 0;
  }

  .top-section {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .price-addon {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .price-title-3 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price-title-3.title {
    margin-top: 1rem;
  }

  .inner-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    margin-top: 1rem;
    position: static;
  }

  .inner-content.addon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: url('../images/Gaussian-Blur---Brighter.svg'), linear-gradient(#0000, #0000);
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .inner-content.grid {
    grid-template-columns: 1fr;
  }

  .bento-slider-do-not-touch {
    display: none;
  }

  .grid-item.is-slideshow {
    order: 1;
    width: 100%;
  }

  ._2col-2 {
    grid-column-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .bento_right {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h3 {
    font-size: 3.3rem;
  }

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

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

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

  .main-wrapper {
    position: static;
  }

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

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

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

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

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

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

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

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

  .button.opencalender.navigation {
    padding: .5rem 1rem;
  }

  .button.opencalender.left-side-button._50--button {
    z-index: 30;
    width: 60%;
  }

  .button.opencalender.left-side-button.span {
    align-self: stretch;
  }

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

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

  .page-wrapper {
    box-shadow: none;
    overflow: visible;
  }

  .menu-link-left {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  ._3-rows {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .divid {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .logo-text {
    padding-bottom: 0;
    font-size: 1.5rem;
  }

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

  .strapline.no-rem._505 {
    width: 50%;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .floating-cards {
    border-radius: .5rem;
  }

  ._100.scale-down {
    object-fit: contain;
  }

  ._100.scale-down.webflow {
    object-position: 0% 50%;
  }

  .floating-wrapper {
    grid-column-gap: .5rem;
    height: 10rem;
  }

  .icon {
    margin-right: 0;
  }

  .get-wrapper.text-align-center {
    padding: 1rem .2rem;
  }

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

  .header.text-align-center._30rem {
    width: auto;
  }

  .header.left-side {
    order: -1;
  }

  .menu_link.btt-wrapper {
    background-color: #0d0d0d;
  }

  .floating_logos {
    width: 10rem;
  }

  .floating-wrapper-logos {
    grid-column-gap: 1.5rem;
    height: 10rem;
    padding: 1rem;
  }

  .floating-logos {
    margin-top: .5rem;
  }

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

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

  .h2-2 {
    font-size: 2.5rem;
  }

  .answer-main {
    padding-top: 2rem;
    padding-right: 10px;
  }

  .container-custom {
    padding-left: 0;
  }

  .task-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .uui-footer01_link-list {
    flex-direction: column;
  }

  .uui-footer07_legal-list {
    flex-direction: column;
    display: flex;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .uui-footer07_top-wrapper {
    grid-row-gap: 1rem;
  }

  .h2-3 {
    font-size: 2.5rem;
  }

  .fs-cc-prefs_component {
    padding: 0;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_space-medium {
    grid-row-gap: .75rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column;
    order: -1;
    align-items: center;
    width: 100%;
  }

  .toggle-year {
    cursor: pointer;
  }

  .portfolio-image {
    width: 100%;
  }

  .headline {
    margin-bottom: 0;
  }

  .trello {
    grid-row-gap: 3rem;
  }

  .header-left.text-align-left.padding-bottom-10rem.relative-z {
    padding-top: 10rem;
  }

  .header-left.text-align-left._66 {
    width: 100%;
  }

  .down {
    object-position: 70% 100%;
  }

  .hero-top {
    padding-bottom: 20vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .strapline-copy {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
  }

  .hero-text {
    padding-top: 20vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .strapline-text-h {
    font-size: 1.5rem;
  }

  .lotti-full {
    flex: 1;
    align-self: stretch;
  }

  .webflow-link {
    flex: 0 auto;
  }

  .webflow-icon {
    flex: 0 auto;
    width: auto;
  }

  .webflow-sticky {
    top: 1rem;
    right: 1rem;
  }

  .webflow-sticky.hor {
    top: .5rem;
    right: .5rem;
  }

  .hand-card {
    width: 95vw;
    overflow: hidden;
  }

  .device-wrapper {
    height: auto;
    padding-right: 0%;
    left: 33%;
  }

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

  ._4col.down {
    grid-template-rows: auto;
    display: block;
  }

  .signature {
    align-self: center;
    height: 4rem;
  }

  .h1-2, .h1-3 {
    font-size: 4rem;
  }

  .html-embed-8 {
    width: 5rem;
  }

  .div-block-59 {
    min-height: 40rem;
  }

  .div-block-60 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .checkmark-2 {
    flex: none;
    padding: .125rem;
  }

  .webflow-icon-big-2 {
    flex: 0 auto;
    width: auto;
  }

  .hs1 {
    font-size: 10vw;
  }

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

  .checkmark {
    flex: none;
    padding: .125rem;
  }

  .table-options-2 {
    flex: 0 auto;
    justify-content: space-between;
    display: flex;
  }

  .service-content-text {
    border-bottom-width: 0;
    height: 100%;
  }

  .service-content-example {
    border-top: 1px solid gray;
    display: block;
  }

  .tabs-menue-second {
    border-right-width: 0;
    flex-direction: row;
    align-content: center;
    overflow: scroll;
  }

  .tabs-second {
    flex-direction: column;
  }

  .tab-link-second-text {
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-link-second {
    padding-left: 1rem;
  }

  .tab-link-second.w--current {
    border-bottom-width: 2px;
    border-bottom-color: #fff;
  }

  .service-content-head {
    border-top: 1px solid gray;
  }

  .service-content {
    height: auto;
  }

  .tabs-content-first {
    padding-top: 0;
  }

  .strapline-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .text-field_compare {
    white-space: normal;
    word-break: normal;
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .compare-wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-3.fix {
    flex: 0 auto;
    min-width: 30vw;
  }

  .tooltip-wrap-2 {
    white-space: normal;
  }

  .swiper-slide-3 {
    flex: 0 auto;
    min-width: 47vw;
  }

  .swiper-wrapper-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .badge-icons-wrapper-2 {
    align-self: center;
  }

  .class-icon-wrapper {
    flex: 0 auto;
    width: auto;
  }

  .text-field_2 {
    white-space: normal;
    word-break: normal;
    flex-shrink: 1;
    flex-basis: 0;
  }

  .price-title-3.text-color-funky {
    justify-content: flex-start;
    align-items: center;
  }

  .price-title-3.text-color-funky._2 {
    white-space: normal;
  }

  .service-badge-2 {
    padding: .25rem .75rem;
    font-size: .75rem;
  }

  .inner-content.to-top {
    order: 1;
  }

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

  .floating-logos-2 {
    margin-top: .5rem;
    -webkit-mask-image: linear-gradient(to right, #0000 2%, #000 20% 80%, #0000 98%);
    mask-image: linear-gradient(to right, #0000 2%, #000 20% 80%, #0000 98%);
  }
}

#w-node-_264f5496-a0e5-3f5d-79b9-a96626d85666-e8485dae, #w-node-_264f5496-a0e5-3f5d-79b9-a96626d85680-e8485dae, #w-node-_264f5496-a0e5-3f5d-79b9-a96626d85699-e8485dae {
  place-self: stretch start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d399e6-e8485dae {
  align-self: start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d399fb-e8485dae {
  place-self: center start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39adf-e8485dae {
  justify-self: start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39ae7-e8485dae {
  align-self: start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39aef-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39af7-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39aff-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39b07-e8485dae {
  place-self: start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39b6b-e8485dae {
  justify-self: start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39b78-e8485dae {
  align-self: start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39b86-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39b93-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39b9f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bac-e8485dae {
  place-self: start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39bc8-e8485dae {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39bc9-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bcb-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bcc-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bcd-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bce-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bcf-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bd0-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bd1-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bd2-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d39bd3-e8485dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d39bd4-e8485dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d81e3df5-ee65-7c38-51fe-84c6691a1587-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a158d-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a1593-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a1599-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a159f-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15a5-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15ab-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15b1-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15b7-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15bd-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15c3-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15c9-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15cf-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15d5-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15db-e8485dae, #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15e1-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943be97-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943be9d-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bea3-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bea9-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943beaf-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943beb5-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bebb-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bec1-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bec7-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943becd-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bed3-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bed9-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bedf-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bee5-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943beeb-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bef1-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20a5-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20ab-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20b1-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20b7-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20bd-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20c3-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20c9-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20cf-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20d5-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20db-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20e1-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20e7-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20ed-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20f3-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20f9-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20ff-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e6e-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e74-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e7a-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e80-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e86-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e8c-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e92-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e98-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37e9e-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37ea4-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37eaa-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37eb0-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37eb6-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37ebc-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37ec2-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37ec8-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031c2-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031c8-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031ce-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031d4-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031da-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031e0-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031e6-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031ec-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031f2-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031f8-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-9771587031fe-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-977158703204-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-97715870320a-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-977158703210-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-977158703216-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-97715870321c-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b039-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b03f-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b045-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b04b-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b051-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b057-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b05d-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b063-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b069-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b06f-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b075-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b07b-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b081-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b087-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b08d-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b093-e8485dae {
  place-self: start;
}

#w-node-e4f079b8-91bc-894d-0bbe-e1cb75766f01-e8485dae, #w-node-d480f9f5-67e4-3c96-7e30-ca11203b1345-e8485dae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d480f9f5-67e4-3c96-7e30-ca11203b134b-e8485dae {
  grid-area: 1 / 3 / 6 / 4;
  align-self: stretch;
}

#w-node-d480f9f5-67e4-3c96-7e30-ca11203b138f-e8485dae {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-d480f9f5-67e4-3c96-7e30-ca11203b13a0-e8485dae {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d480f9f5-67e4-3c96-7e30-ca11203b13a2-e8485dae {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d480f9f5-67e4-3c96-7e30-ca11203b13b8-e8485dae {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d480f9f5-67e4-3c96-7e30-ca11203b13ce-e8485dae {
  grid-area: 5 / 1 / 6 / 3;
  justify-self: start;
}

#w-node-d480f9f5-67e4-3c96-7e30-ca11203b13cf-e8485dae {
  align-self: stretch;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d3a2a5-e8485dae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d3a2ae-e8485dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d3a2c1-e8485dae {
  justify-self: start;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d3a2c3-e8485dae {
  justify-self: end;
}

#w-node-f9050369-c9f3-e041-9d1b-631967d3a2cb-e8485dae {
  place-self: stretch stretch;
}

#w-node-_30ccde31-cf87-d844-5bb5-ca2cef628db3-e8485dae, #w-node-_30ccde31-cf87-d844-5bb5-ca2cef628dc9-e8485dae, #w-node-_30ccde31-cf87-d844-5bb5-ca2cef628dd8-e8485dae {
  align-self: stretch;
}

#Basis.w-node-f9050369-c9f3-e041-9d1b-631967d3a327-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a328-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a34e-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a351-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a353-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a357-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a35a-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a35c-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a360-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a363-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a365-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a367-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a36a-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a36c-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a36e-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a371-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a373-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a375-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a378-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a37a-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a37c-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a37f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a381-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a383-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a386-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a388-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a38a-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a38d-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a38f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a393-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a396-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a398-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a39c-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a39f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3a1-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3a3-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3a6-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3a8-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3aa-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3ad-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3af-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3b1-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3b4-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3b6-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3ba-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3bd-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3c2-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3c4-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3c6-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3c9-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3cb-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3cd-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3d0-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3d3-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3d5-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3d9-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3dc-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3de-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3e2-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3e5-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3e7-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3eb-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3ee-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3f0-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3f4-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3f7-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3f9-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a3fd-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a400-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a403-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a405-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a409-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a40c-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a40e-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a412-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a415-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a417-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a41b-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a41e-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a420-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a424-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a427-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a42b-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a42d-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a431-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a434-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a436-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a43a-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a43d-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a43f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a443-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a446-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a448-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a44c-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a44f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a454-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a456-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a45a-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a45d-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a45f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a463-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a466-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a468-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a46c-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a46f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a472-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a474-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a476-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a479-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a47b-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a47f-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a482-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a484-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a488-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a48b-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a48d-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a491-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a494-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a496-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a49a-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a49d-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4a0-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4a2-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4a4-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4a7-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4a9-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4ab-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4ae-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4b1-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4b3-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4b7-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4ba-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4bc-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4c0-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4c3-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4c5-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4c9-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4cc-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4cf-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4d1-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4d3-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4d6-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4d8-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4da-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4dd-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4df-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4e1-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4e4-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4e6-e8485dae, #w-node-f9050369-c9f3-e041-9d1b-631967d3a4e8-e8485dae, #Preise-Abo.w-node-f9050369-c9f3-e041-9d1b-631967d3a596-e8485dae, #w-node-ca4f0eab-82b5-c929-cb0f-9161391d1dcf-e8485db9, #w-node-_1623b420-b3a1-08f4-bd52-867dce05bfe3-e8485dbb, #w-node-bcbbaa02-a23d-ad2e-86ae-b441dbf78a99-e8485dbd, #w-node-ae5596a3-86ab-2014-afe3-d38970fe3cce-e8485dbf, #w-node-_69a9b8a7-026f-9f63-fcf9-209cdc648300-e8485dc2, #w-node-_01265907-c808-2536-4dac-54dd9326f4a7-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcbf3-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcc11-e8485dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcc14-e8485dc2 {
  justify-self: start;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcc16-e8485dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcc19-e8485dc2 {
  justify-self: start;
}

#w-node-d95e69aa-db46-3f6b-8120-800226f49cdd-e8485dc2, #w-node-_221a4f3a-29b4-fb48-d66a-52057cf15008-e8485dc2, #w-node-_1857a0a3-c3aa-6688-2a56-01313e742301-e8485dc2, #w-node-_84e03ecc-cd10-f7fb-d775-77baafc50b15-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcc7c-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcc86-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcc87-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcc8c-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcc8d-e8485dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcd0d-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd12-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd17-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd1c-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd21-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd26-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd30-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd35-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd3a-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd3f-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd44-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd49-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd4e-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd53-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd58-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd5d-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd62-e8485dc2 {
  justify-self: start;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcd66-e8485dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcd67-e8485dc2 {
  justify-self: start;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcd69-e8485dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcd6c-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd71-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd76-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd8b-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd90-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd95-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd9a-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcd9f-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcda4-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdae-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdb3-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdb8-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdbd-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdc2-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdc7-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdcc-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdd1-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdd6-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcddb-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcde0-e8485dc2 {
  justify-self: start;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcde4-e8485dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bcde5-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdea-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdef-e8485dc2, #w-node-_1658c535-2974-ff46-a6fd-a314123bcdf4-e8485dc2 {
  justify-self: start;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bce7a-e8485dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1658c535-2974-ff46-a6fd-a314123bced6-e8485dc2 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d81e3df5-ee65-7c38-51fe-84c6691a15e1-e8485dae, #w-node-e620bb70-c503-0f6d-1040-edb0e943bef1-e8485dae, #w-node-_9802f1b9-acf5-a622-2e0f-4a16227b20ff-e8485dae, #w-node-_01953bf7-1f54-c17f-dbbd-51b800a37ec8-e8485dae, #w-node-d97c8670-f140-65bb-c1e0-97715870321c-e8485dae, #w-node-_88c78995-db5a-ac1a-a88f-fc95ba08b093-e8485dae {
    place-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9084d676-8b29-a6a0-cabb-4ee8dc61dd85-e8485dae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f9050369-c9f3-e041-9d1b-631967d39bc8-e8485dae {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d480f9f5-67e4-3c96-7e30-ca11203b134b-e8485dae {
    grid-column: 1 / 3;
    grid-row-start: 5;
  }

  #w-node-d480f9f5-67e4-3c96-7e30-ca11203b13ce-e8485dae {
    grid-row: 6 / 7;
  }

  #w-node-f9050369-c9f3-e041-9d1b-631967d3a2cb-e8485dae {
    align-self: stretch;
  }

  #w-node-b8570f83-8e48-cbc9-7376-50da6a07cc0f-6a07cbda, #w-node-c248dcae-13b9-4495-f513-5ee1d5efe5ac-7233246c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e4f079b8-91bc-894d-0bbe-e1cb75766f01-e8485dae {
    grid-column: span 1 / span 1;
  }

  #w-node-f9050369-c9f3-e041-9d1b-631967d3a2c1-e8485dae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Hubot Sans';
  src: url('../fonts/Hubot-Sans.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand Variable';
  src: url('../fonts/Quicksand-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}