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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --light-grey-background\<deleted\|variable-07305014-2b32-3a6c-930a-a4e42b3e844e\>: #f9f9f9;
  --primary-black: black;
  --primary-blue\<deleted\|variable-41d3e721-2614-4233-2090-40e271f16866\>: #242d68;
  --secondary-grey: #3c425f;
  --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --white: white;
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  --dark-background\<deleted\|variable-c0d8f70f-7959-b2f6-61ad-6b958fcb51d4\>: #0b0b15;
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>: var(--base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  --background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --accent-red: #b61021;
  --light-blue-background\<deleted\|variable-0300a0e7-3bdf-b633-a97a-703aaff1be87\>: #f3f6ff;
  --accent-blue\<deleted\|variable-2534fac4-601e-f463-f7f9-9c7c70e6e80f\>: #3750d6;
  --corner-radius: 1.5rem;
  --ligh-red: #cc5864;
  --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
  --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>: #eee;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000;
  --base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>: #fff;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
}

body {
  background-color: var(--light-grey-background\<deleted\|variable-07305014-2b32-3a6c-930a-a4e42b3e844e\>);
  color: var(--primary-black);
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

h1 {
  color: var(--primary-blue\<deleted\|variable-41d3e721-2614-4233-2090-40e271f16866\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
}

h3 {
  color: var(--primary-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  color: var(--primary-blue\<deleted\|variable-41d3e721-2614-4233-2090-40e271f16866\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 130%;
}

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

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

p {
  color: var(--secondary-grey);
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 8rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1.25rem;
}

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

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 3rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 1.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padding-bottom.padding-xsmall {
  padding-bottom: 1.25rem;
}

.padding-bottom.padding-medium {
  padding-bottom: 2rem;
}

.padding-bottom.padding-custom1, .padding-bottom.padding-custom3 {
  padding-bottom: 4rem;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

.background-color-primary {
  background-color: var(--light-grey-background\<deleted\|variable-07305014-2b32-3a6c-930a-a4e42b3e844e\>);
}

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

.text-color-primary {
  color: var(--primary-blue\<deleted\|variable-41d3e721-2614-4233-2090-40e271f16866\>);
}

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

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

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

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

.heading-style-h3 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 130%;
}

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

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

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

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

.heading-style-h1 {
  color: var(--primary-black);
  width: 100%;
  max-width: 792px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 120%;
  position: static;
}

.padding-global {
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #d3d5dd;
  height: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Roboto, Arial, sans-serif;
}

.padding-global.navbar {
  max-width: 82rem;
  padding: 0 1rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .625rem;
  line-height: 130%;
}

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

.overflow-visible {
  overflow: visible;
}

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

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

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

.text-size-regular {
  font-weight: 400;
  line-height: 140%;
}

.text-size-regular.text-color-white {
  color: var(--white);
}

.text-size-regular.accordion-text {
  color: var(--secondary-grey);
}

.text-size-regular.text-weight-bold.tab {
  color: var(--primary-black);
  font-size: .875rem;
  line-height: 120%;
}

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

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

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

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

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

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

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

.background-color-secondary {
  background-color: var(--dark-background\<deleted\|variable-c0d8f70f-7959-b2f6-61ad-6b958fcb51d4\>);
}

.form_input {
  border: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.padding-section-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.125rem;
  padding-bottom: 6rem;
  display: flex;
}

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

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

.text-style-link {
  color: var(--link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
  text-decoration: underline;
}

.text-size-large {
  font-size: 2.25rem;
  line-height: 120%;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2.text-color-white.small-h2 {
  font-size: 2.3rem;
  line-height: 140%;
}

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

.page-wrapper {
  position: relative;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  color: var(--white);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  width: 1.75rem;
  height: 1.75rem;
}

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

.main-wrapper {
  position: relative;
}

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

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

.align-center.max-width-large {
  max-width: 49.5rem;
}

.button-m {
  z-index: 99;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 100rem;
  height: 40px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 14px;
  transition: all .2s;
  position: relative;
}

.button-m:hover {
  background-color: var(--accent-red);
}

.button-m.is-secondary {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #000;
  height: 40px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 14px;
  transition: all .2s;
}

.button-m.is-secondary:hover {
  border-color: var(--accent-red);
  color: var(--accent-red);
  -webkit-text-fill-color: inherit;
  background-color: #b610211a;
  background-clip: border-box;
}

.button-m.is-secondary.is-white {
  color: #fff;
  border-color: #fff;
}

.button-m.is-secondary.is-white:hover {
  border-color: var(--accent-red);
  color: var(--accent-red);
  background-color: #ffffffe6;
}

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

.background-color-tertiary {
  background-color: var(--light-blue-background\<deleted\|variable-0300a0e7-3bdf-b633-a97a-703aaff1be87\>);
}

.fs-styleguide_heading-header {
  color: var(--white);
  font-size: 6rem;
}

.link {
  color: #006bcf;
  transition: all .2s;
}

.link:hover {
  opacity: .7;
}

.link.is-light {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.link.is-light:hover {
  opacity: .7;
}

.text-color-blue {
  color: var(--accent-blue\<deleted\|variable-2534fac4-601e-f463-f7f9-9c7c70e6e80f\>);
}

.section-home {
  margin-left: auto;
  margin-right: auto;
}

.section-home.background-color-hero {
  background-color: #fff;
}

.section-home.background-color-hero.overflow-hidden {
  position: relative;
}

.hero-content {
  z-index: 5;
  position: relative;
}

.hero-text-wrapper {
  width: 100%;
  max-width: 792px;
}

.text-style-subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 130%;
}

.text-style-subtitle.text-color-red {
  color: var(--primary-black);
  text-transform: none;
  width: 100%;
  max-width: 792px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
}

.text-style-subtitle.text-color-light-red {
  color: var(--accent-red);
}

.hero-image-wrapper {
  position: relative;
}

.hero-image-wrapper.container-medium {
  max-width: 80rem;
}

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

.hero-image.mobile {
  display: none;
}

.navbar-wrapper {
  z-index: 9999;
  background-color: var(--white);
  border: 0 solid #000;
  border-bottom: 1px solid #d3d5dd;
  width: 100%;
  position: fixed;
  top: auto;
}

.nav_logo-link {
  align-items: center;
  width: 7rem;
  margin-right: 1rem;
  display: flex;
}

.nav_logo-link.w--current {
  width: 7rem;
  transition: all .2s;
  display: flex;
}

.nav_logo-link.w--current:hover {
  opacity: .7;
}

.nav-logo {
  flex: 0 auto;
  width: 100%;
}

.nav_link-wrapper {
  color: #fff;
  flex: 0 auto;
}

.nav_link-wrapper.footer {
  display: flex;
}

.navbar-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 9999;
  background-color: var(--white);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0;
  position: relative;
  inset: 0% 0% auto;
}

.nav_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 3rem;
  font-weight: 400;
  display: flex;
}

.nav_button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  flex: none;
  align-items: center;
  display: flex;
}

.menu-button-w {
  background-color: #0000;
  padding: 10px 15px;
}

.bake057__burger-line {
  background-color: #4d4d4d;
  border-radius: 1px;
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.section-solutions {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
}

.s-card-header {
  z-index: 10;
  flex: 1;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.decor-gradient {
  z-index: 1;
  filter: blur(80px);
  background-color: #2e68beb3;
  border-radius: 100%;
  width: 19rem;
  height: 7rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.decor-gradient.footer {
  filter: blur(100px);
  width: 22rem;
  height: 10rem;
  top: 20%;
  right: 10%;
}

.h2-text-wrapper {
  z-index: 10;
  position: relative;
}

.h2-text-wrapper.max-width-medium.text-align-center {
  max-width: 80rem;
}

.h2-text-wrapper.max-width-medium.text-align-center.tax-center {
  max-width: 60rem;
}

.tag {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .2rem .6rem;
  font-size: .625rem;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.tag.is-blue {
  color: #667085;
  border-color: #667085;
  font-size: .8rem;
}

.tag.is-blue.size-s {
  color: #424242;
  border-color: #424242;
  border-radius: 4px;
  font-size: .7rem;
}

.feature-icon-wrap {
  background-color: #f6e2e4;
  border: 1px solid #e9b7bc;
  border-radius: 100rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.feature-icon-wrap.is-light {
  background-color: #ffffff0d;
  border-style: none;
}

.feature-icon-wrap.is-light.size-m {
  background-color: #0000;
  border-radius: 0;
}

.size-m {
  width: 2rem;
  max-width: 100%;
  height: 2rem;
}

.secrtion-features {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.card_content-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  display: flex;
}

.card-right {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.card-left {
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 55%;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.card-left.special {
  justify-content: flex-end;
  align-items: flex-end;
}

.stacking-card {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 26rem;
  margin-bottom: 21rem;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}

.stacking-card.is-eight, .stacking-card.is-third, .stacking-card.is-second, .stacking-card.is-sev, .stacking-card.is-fifth, .stacking-card.is-sixth {
  width: 90%;
  margin-bottom: 5rem;
}

.stacking-card.is-first {
  border-color: #d3d5dd;
  width: 90%;
  margin-bottom: 5rem;
}

.card-header-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  flex: 1;
  order: 0;
  display: flex;
}

.tags-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  height: 24px;
  display: flex;
}

.card-text-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.subtitle-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.stack-componet {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.chat-feature-image {
  width: 34rem;
  position: relative;
}

.chat-feature-image.is-first.special {
  object-fit: fill;
  border-top: 1px solid #f9f9f9;
  border-radius: 8px;
  width: 50rem;
}

.chat-feature-image.is-first.image {
  width: auto;
  height: auto;
}

.chat-feature-image.is-third {
  z-index: 3;
  width: 8rem;
  position: absolute;
  inset: auto auto 1rem -2rem;
}

.chat-feature-image.is-fourth {
  z-index: 3;
  width: 8rem;
  position: absolute;
  inset: -1rem auto auto 3rem;
}

.chat-feature-image.is-fifth {
  z-index: 3;
  width: 5rem;
  position: absolute;
  inset: 1rem auto auto 3rem;
}

.chat-feature-w, .storage-feature-image {
  position: relative;
}

.storage-feature-image.is-first {
  width: 34rem;
}

.storage-feature-image.is-second {
  width: 14rem;
  position: absolute;
  inset: auto auto 0% -4rem;
}

.storage-feature-image.is-third {
  width: 6rem;
  position: absolute;
  inset: -2.4rem 6rem auto auto;
}

.dashboard-feature-image {
  width: 34rem;
  position: relative;
}

.dashboard-feature-image.is-second {
  width: 16rem;
  position: absolute;
  inset: -2rem -6rem auto auto;
}

.dashboard-feature-image.is-third {
  width: 9rem;
  position: absolute;
  inset: auto auto -2rem -1.5rem;
}

.dashboard-feature-image.is-fourth {
  width: 3rem;
  position: absolute;
  inset: auto auto 6.5rem 5rem;
}

.dashboard-feature-image.wrapper {
  width: 5.5rem;
  position: absolute;
  inset: -1rem auto auto 4rem;
}

.dashboard-feature-image.is-fifth {
  z-index: 1;
  width: 9rem;
  position: absolute;
  inset: 0%;
}

.dashboard-feature-image.is-sixth {
  z-index: 2;
  width: 9rem;
  position: absolute;
  inset: 0%;
}

.dashboard-feature-image.is-seven {
  z-index: 3;
  width: 9rem;
  position: relative;
  inset: 0%;
}

.whiteboard-feature-image {
  width: 34rem;
}

.whiteboard-feature-image.is-first {
  position: relative;
}

.whiteboard-feature-image.is-second {
  width: 2rem;
  position: absolute;
  inset: auto auto -2rem -1rem;
}

.whiteboard-feature-image.wrapper {
  z-index: 3;
  width: 4rem;
  height: auto;
  position: absolute;
  inset: -2rem auto auto 13rem;
}

.whiteboard-feature-image.is-fourth {
  z-index: 1;
  width: 4rem;
  position: absolute;
  inset: 0%;
}

.whiteboard-feature-image.is-fifth {
  z-index: 2;
  width: 4rem;
  position: absolute;
  inset: 0%;
}

.whiteboard-feature-image.is-sixth {
  z-index: 3;
  width: 4rem;
  position: relative;
}

.whiteboard-feature-image.is-seven {
  z-index: 2;
  width: auto;
  height: 1.5rem;
  position: absolute;
  inset: auto auto 2rem 2rem;
}

.whiteboard-feature-image.is-eight {
  z-index: 2;
  width: auto;
  height: 1.5rem;
  position: absolute;
  inset: auto auto 4.9rem 4rem;
}

.whiteboard-feature-image.is-nine {
  z-index: 2;
  width: auto;
  height: 1.5rem;
  position: absolute;
  inset: auto auto 4rem 15rem;
}

.whiteboard-feature-image.is-ten {
  z-index: 2;
  width: auto;
  height: 1.5rem;
  position: absolute;
  inset: auto 3rem 2rem auto;
}

.whiteboard-feature-image.is-eleven {
  z-index: 2;
  width: auto;
  height: 1.5rem;
  position: absolute;
  inset: 6rem 1rem auto auto;
}

.marletplace-image-1 {
  width: 34rem;
  position: relative;
}

.marletplace-image-1.is-second {
  z-index: 1;
  width: 8rem;
  position: absolute;
}

.marletplace-image-1.wrapper-1 {
  width: 6rem;
  position: absolute;
  inset: auto auto -3rem -1rem;
}

.marletplace-image-1.is-third {
  z-index: 2;
  width: 8rem;
  position: absolute;
}

.marletplace-image-1.is-fourth {
  z-index: 3;
  width: 8rem;
  position: relative;
}

.marletplace-image-1.wrapper-2 {
  width: 7rem;
  position: absolute;
  inset: -1.5rem auto auto 6rem;
}

.marletplace-image-1.is-fifth {
  z-index: 1;
  width: 8rem;
  position: absolute;
}

.marletplace-image-1.is-sixt {
  z-index: 2;
  width: 8rem;
  position: absolute;
}

.marletplace-image-1.is-seven {
  z-index: 3;
  width: 8rem;
  position: relative;
}

.marletplace-image-1.wrapper-3 {
  width: 8rem;
  position: absolute;
  inset: -3rem -2rem auto auto;
}

.marletplace-image-1.is-eight {
  z-index: 1;
  width: 8rem;
  position: absolute;
}

.marletplace-image-1.is-nine {
  z-index: 2;
  width: 8rem;
  position: absolute;
}

.marletplace-image-1.is-ten {
  z-index: 3;
  width: 8rem;
  position: relative;
}

.section-faq {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
}

.accordion-items-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-answer {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.accordion-tabs-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.tabs-container {
  width: 65%;
}

.faq-tab {
  height: auto;
}

.accordion-tabs-menu {
  background-color: #edeef1;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  margin-right: 2rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.faq-content {
  width: 100%;
}

.tab-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--primary-black);
  cursor: pointer;
  background-color: #fff0;
  border-radius: 8rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .75rem;
  padding: .7rem 1rem;
  transition: all .2s;
  display: flex;
}

.tab-button:hover {
  background-color: #d3d5dd;
  justify-content: flex-start;
  align-items: center;
}

.tab-button:focus-visible, .tab-button[data-wf-focus-visible] {
  border: 2px solid #007aed;
}

.tab-button.w--current {
  background-color: #d3d5dd;
  border-style: none;
  border-radius: 8rem;
  margin-bottom: .75rem;
  font-weight: 500;
}

.tab-button.w--current:focus-visible, .tab-button.w--current[data-wf-focus-visible] {
  border-style: solid;
}

.accordion-trigger {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #edeef1;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-trigger:focus-visible, .accordion-trigger[data-wf-focus-visible] {
  border: 2px solid #007aed;
}

.faq-item {
  cursor: pointer;
  background-color: #edeef1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-contact {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.contact-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #242424;
  border-radius: 1rem;
  align-items: center;
  width: auto;
  padding: 1rem 1.5rem 1rem 1rem;
  display: flex;
}

.contact-us-wrapper {
  z-index: 0;
  border-radius: var(--corner-radius);
  background-color: var(--primary-black);
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

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

.contact-info-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.contact-us-grid {
  z-index: 10;
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 4fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.decorative-ellipse-2 {
  z-index: 0;
  background-color: #181929;
  border-radius: 100%;
  width: 16rem;
  height: 19.625rem;
  position: absolute;
  inset: 11.8rem auto auto -7rem;
  transform: rotate(-64deg);
}

.decorative-ellipse-2.footer-2 {
  background-color: #ffffff08;
  width: 23.5rem;
  height: 25rem;
  inset: -81% -12% auto auto;
  transform: rotate(120deg);
}

.decorative-ellipse-2.footer-1 {
  background-color: #ffffff08;
  width: 30rem;
  height: 25rem;
  inset: auto auto -151% -2%;
  transform: rotate(-180deg);
}

.contact-us-content {
  border-radius: 3rem;
  padding: 2.5rem;
}

.contact-right-wrap {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.contact-left-wrap {
  z-index: 2;
  width: 100%;
  position: relative;
}

.contact-cards-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.contact-item-wrap {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.user-avatar {
  background-image: url('../images/Anke-Matthes.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 3.375rem;
  height: 3.375rem;
}

.contact-upper-wrapper {
  flex: 1;
  position: relative;
}

.nav_logo {
  width: 100%;
}

.divider-component {
  z-index: 5;
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: relative;
}

.legacy-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.social-media-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: none;
}

.section-footer {
  background-color: var(--primary-black);
  position: relative;
}

.section-footer.overflow-hidden {
  margin-bottom: -1px;
}

.footer-bottom-wrapper {
  z-index: 5;
  justify-content: space-between;
  display: flex;
  position: relative;
}

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

.footer-upper-wrapper {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-container {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.social-media-icon {
  width: 100%;
  height: 100%;
}

.language-select {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--primary-black);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.language-select:hover {
  z-index: 100000;
  color: var(--accent-red);
  background-color: #b6102126;
}

.select-icon {
  color: var(--primary-black);
  -webkit-text-stroke-color: var(--primary-black);
}

.select-icon.absokute {
  position: absolute;
  inset: 0%;
}

.language-select-wrapper {
  border: 1px solid #0000;
  border-radius: 100rem;
  transition: all .2s;
  position: relative;
}

.language-select-wrapper:hover {
  background-color: #0000;
}

.language-dropdown {
  z-index: 10000;
  background-color: var(--white);
  opacity: 0;
  border: 1px solid #d3d5dd;
  border-radius: 1rem;
  height: 0;
  position: absolute;
  inset: 3.5rem 0% auto;
  overflow: hidden;
}

.language-selector {
  color: var(--secondary-grey);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.language-selector:hover {
  color: var(--accent-red);
  background-color: #b6102126;
}

.privacy-block {
  width: 100%;
}

.privacy-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.privacy-policy-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.privacy-policy-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.rich-text-block p {
  margin-bottom: .5rem;
  font-weight: 400;
}

.nav-link-m {
  color: #000;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-m:hover, .nav-link-m.w--current {
  color: var(--accent-red);
}

.nav-link-m.w--current:hover {
  opacity: .7;
}

.nav-link-f {
  color: #fff;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-f:hover {
  color: #cc5864;
}

.nav-link-f.w--current {
  color: #fff;
}

.section-cta {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}

.text-color-red {
  color: var(--accent-red);
}

.text-color-light-red {
  color: #cc5864;
}

.padding-top-hero {
  height: 60px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-top-hero.bottom {
  text-align: right;
  height: 96px;
  margin-bottom: 0;
}

.subtitle-text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 141%;
  display: inline;
}

.contact-form-wraper {
  grid-row-gap: 32px;
  background-color: #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3rem;
  text-decoration: none;
  display: flex;
}

.frame-1321314876 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  text-decoration: none;
  display: flex;
}

.frame-1321314949 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.titletext {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.text-block-4 {
  color: #424242;
  line-height: 140%;
}

.text-block-5, .text-block-6 {
  line-height: 140%;
}

.icon-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.bold-text-2 {
  font-weight: 500;
}

.icon-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.accordeon_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.list-2 {
  color: var(--secondary-grey);
}

.list-item {
  color: var(--secondary-grey);
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  font-weight: 400;
}

.mail {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

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

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

.tabs-outer-container {
  background-color: #edeef1;
  border-radius: 24px;
  width: 100%;
  min-height: 530px;
  padding: 2rem;
  overflow: hidden;
}

.feature-icon-w {
  border: 1px solid #b61021;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.tabs_content {
  color: #000;
  padding-top: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 140%;
}

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

.tabs_heading {
  font-size: 1.3rem;
  display: flex;
}

.tab-head {
  color: #000;
}

.tabs_progress {
  background-color: #000;
  width: 100%;
  height: 4px;
}

.tabs_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.tabs_content-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  padding-top: .2rem;
  display: flex;
  overflow: hidden;
}

.card-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  display: flex;
}

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

.feature-heading {
  align-self: center;
}

.tabs_visual {
  overflow: visible;
}

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

.cards-wrapper.desktop {
  display: none;
}

.tabs_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  transition: all .2s;
  overflow: hidden;
}

.tabs_link:hover {
  background-color: #dddee4;
}

.tabs_link:focus-visible, .tabs_link[data-wf-focus-visible] {
  border: 2px solid #007aed;
}

.tabs_link.w--current {
  background-color: #0000;
}

.tab-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.tab-content {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tabs-progress-wrapper {
  background-color: #d3d5dd;
  border-radius: 100px;
  position: absolute;
  inset: auto 1rem .3rem;
  overflow: hidden;
}

.tabs-progress-wrapper.tablet {
  opacity: 0;
}

.tabs-left-wrapper {
  position: relative;
}

.feature-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #d3d5dd;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.feature-icon-symbol {
  max-width: 50%;
  max-height: 50%;
}

.tabs_pane {
  height: 100%;
}

.js {
  display: none;
}

.body {
  font-family: Roboto, Arial, sans-serif;
}

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

.list {
  color: var(--secondary-grey);
  padding-left: 2rem;
  font-weight: 400;
}

.text-color-lightred {
  color: var(--ligh-red);
}

.timelog-feature-image {
  width: 34rem;
  position: relative;
}

.timelog-feature-image.is-fifth {
  z-index: 2;
  width: 4rem;
  position: absolute;
  inset: .6rem auto auto 8.5rem;
}

.timelog-feature-image.is-fourth {
  z-index: 1;
  width: 5.5rem;
  position: absolute;
  inset: -2rem auto auto 6rem;
}

.timelog-feature-image.is-third {
  z-index: 1;
  width: 8rem;
  position: absolute;
  inset: auto auto -6rem -2rem;
}

.timelog-feature-image.is-second {
  z-index: 1;
  width: 9rem;
  position: absolute;
  inset: -3rem -2rem auto auto;
}

.badges-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  display: flex;
}

.badge-image {
  height: 100%;
}

.badge-c {
  height: 5.5rem;
}

.button-w-mobile {
  display: none;
}

.left-footer-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cookie-banner {
  z-index: 999;
  background-color: var(--white);
  border: 1px solid #d3d5dd;
  border-radius: 1.5rem;
  width: 28rem;
  padding: 1.25rem;
  display: none;
  position: fixed;
  inset: auto 1.5rem 1.5rem auto;
  overflow: hidden;
  box-shadow: 0 4px 14px #7c7c7c33;
}

.cookie-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.cookie-text-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.cookie-buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
  display: flex;
}

.button-accept {
  z-index: 99;
  border: 1px solid var(--primary-black);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 100rem;
  flex: 1;
  height: 40px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 14px;
  transition: all .2s;
  position: relative;
}

.button-accept:hover {
  border-color: var(--accent-red);
  background-color: var(--accent-red);
}

.button-reject {
  z-index: 99;
  border: 1px solid var(--primary-black);
  background-color: var(--white);
  color: var(--primary-black);
  text-align: center;
  cursor: pointer;
  border-radius: 100rem;
  flex: 1;
  height: 40px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 14px;
  transition: all .2s;
  position: relative;
}

.button-reject:hover {
  border-color: var(--accent-red);
  color: var(--accent-red);
  background-color: #b610211a;
}

.select-icon-w {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-tax {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
}

.cards-tax-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

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

  .padding-xlarge {
    padding: 6rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-custom3 {
    padding-bottom: 1.5rem;
  }

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

  .padding-global.navbar {
    border-style: none;
    padding: 0;
  }

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

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

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

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

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

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

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

  .heading-style-h2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.8rem;
  }

  .heading-style-h2.text-color-white {
    text-align: center;
  }

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

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

  .main-wrapper {
    width: 100%;
  }

  .button-m {
    z-index: 999;
    position: relative;
  }

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

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .text-style-subtitle.text-color-light-red {
    text-align: center;
  }

  .hero-image {
    width: 90%;
  }

  .navbar-wrapper {
    border: 0 #000;
  }

  .nav_logo-link.w--current {
    width: 9rem;
  }

  .nav_menu-button {
    color: #fff;
    border-radius: 100%;
    padding: .25rem;
  }

  .nav_menu-button.w--open {
    color: #3750d6;
    background-color: #0000;
  }

  .nav_link-wrapper {
    color: #2f2a6b;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav_link-wrapper.footer {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-container {
    border-bottom: 1px solid #d3d5dd;
    padding: .25rem 2rem;
  }

  .navbar {
    padding: 0;
  }

  .nav_menu {
    z-index: 9999;
    background-color: #fff;
    height: 100vh;
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    left: 0%;
    right: 0%;
  }

  .nav_button-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: #2f2a6b;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .75rem 2.5rem;
  }

  .menu-button-w {
    text-align: right;
    padding-right: 0;
    display: inline-block;
  }

  .bake057__burger-line.top {
    background-color: #000;
  }

  .bake057__burger-line.middle {
    background-color: #000;
    width: 20px;
    margin-left: 5px;
  }

  .bake057__burger-line.bottom {
    background-color: #000;
  }

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

  .card-right {
    width: 55%;
  }

  .card-left {
    width: 45%;
    padding-left: 0;
  }

  .stacking-card {
    width: 100%;
    height: 24rem;
  }

  .stacking-card.is-eight, .stacking-card.is-third, .stacking-card.is-second, .stacking-card.is-sev, .stacking-card.is-fifth, .stacking-card.is-sixth, .stacking-card.is-first {
    width: 100%;
  }

  .chat-feature-image.is-first {
    border-top-left-radius: 2px;
  }

  .chat-feature-image.is-first.cutout {
    border-top: 1px solid #f9f1f1;
    border-top-left-radius: 8px;
  }

  .chat-feature-image.is-third {
    width: 7rem;
  }

  .chat-feature-image.is-fourth {
    width: 6rem;
  }

  .chat-feature-image.is-fifth {
    width: 3rem;
  }

  .chat-feature-image.coference {
    border-top-left-radius: 2px;
  }

  .storage-feature-image.is-second {
    width: 12rem;
    bottom: .5rem;
  }

  .dashboard-feature-image.is-second {
    width: 14rem;
  }

  .dashboard-feature-image.is-third {
    width: 8rem;
  }

  .dashboard-feature-image.is-fourth {
    width: 2rem;
    bottom: 6rem;
  }

  .dashboard-feature-image.wrapper, .marletplace-image-1.wrapper-1 {
    width: 5rem;
  }

  .marletplace-image-1.wrapper-2 {
    width: 6rem;
  }

  .marletplace-image-1.wrapper-3 {
    width: 7rem;
  }

  .accordion-tabs-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .tabs-container {
    width: 100%;
  }

  .accordion-tabs-menu {
    z-index: 99;
    width: 100%;
    margin-right: 1rem;
    position: static;
    top: 7.9rem;
  }

  .contact-bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact-info-wrap {
    overflow-wrap: break-word;
  }

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

  .contact-cards-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .contact-item-wrap {
    justify-content: center;
    align-items: center;
  }

  .footer-upper-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .button-container.align-center {
    z-index: 999;
    position: relative;
  }

  .language-select:hover {
    background-color: #0000;
  }

  .nav-link-m {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
    display: flex;
  }

  .nav-link-m.w--current {
    border-radius: 0;
    margin-right: 0;
  }

  .nav-link-f {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
    display: flex;
  }

  .nav-link-f.w--current {
    border-radius: 0;
    margin-right: 0;
  }

  .padding-top-hero {
    height: 70px;
    margin-bottom: 32px;
  }

  .subtitle-text {
    justify-content: center;
    font-size: 1.4rem;
    display: flex;
  }

  .contact-form-wraper {
    padding: 32px;
  }

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

  .tabs-outer-container {
    padding: 1rem;
  }

  .tabs_menu {
    width: 100%;
  }

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

  .tabs_visual {
    order: -1;
    width: 100%;
  }

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

  .tabs-progress-wrapper {
    opacity: 0;
  }

  .tabs-progress-wrapper.tablet {
    opacity: 1;
    margin-top: .5rem;
    margin-bottom: .5rem;
    position: relative;
    left: 0;
    right: 0;
  }

  .timelog-feature-image.is-fifth {
    width: 3rem;
  }

  .timelog-feature-image.is-fourth {
    width: 5rem;
  }

  .timelog-feature-image.is-third {
    width: 7rem;
  }

  .timelog-feature-image.is-second {
    width: 8rem;
  }

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

  .badge-c {
    height: 6rem;
  }

  .button-w-mobile {
    display: block;
  }

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

  .button-c-desktop {
    display: none;
  }

  .left-footer-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .button-accept, .button-reject {
    z-index: 999;
    position: relative;
  }

  .cards-tax-wrapper {
    flex-flow: column;
  }
}

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

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-custom3 {
    padding-bottom: 3rem;
  }

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

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

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

  .padding-global.navbar {
    padding-left: 0;
    padding-right: 0;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

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

  .max-width-large {
    max-width: 35rem;
  }

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

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

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

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

  .section-home {
    width: 100%;
  }

  .text-style-subtitle {
    font-size: .7rem;
  }

  .hero-image {
    width: 85%;
  }

  .nav_link-wrapper.footer {
    flex-flow: column;
  }

  .nav_button-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card_content-wrap {
    align-self: flex-start;
  }

  .card-right {
    width: 100%;
    height: 18rem;
  }

  .card-left {
    width: 100%;
    max-width: 100%;
    height: 18rem;
  }

  .card-left.is-fourth {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .card-left.is-fourth.top {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .stacking-card {
    flex-flow: column;
    height: auto;
  }

  .stacking-card.is-eight, .stacking-card.is-third, .stacking-card.is-second, .stacking-card.is-sev, .stacking-card.is-fifth, .stacking-card.is-sixth, .stacking-card.is-first {
    top: 7rem;
  }

  .card-header-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .card-text-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .subtitle-wrapper {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .chat-feature-image.is-first, .chat-feature-image.coference, .storage-feature-image.is-first {
    width: 30rem;
  }

  .storage-feature-image.is-second {
    left: -1rem;
  }

  .dashboard-feature-image.is-first, .whiteboard-feature-image.is-first, .marletplace-image-1.is-first {
    width: 30rem;
  }

  .accordion-items-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .accordion-tabs-wrapper {
    flex-flow: column;
  }

  .tabs-container {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

  .accordion-tabs-menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
  }

  .tab-button {
    width: 100%;
    max-width: 100%;
    margin: 4px auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .tab-button.w--current {
    display: flex;
  }

  .contact-card {
    flex-flow: row;
  }

  .contact-bottom-wrapper {
    z-index: 10;
    position: relative;
  }

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

  .contact-right-wrap {
    z-index: 10;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .contact-upper-wrapper {
    z-index: 10;
  }

  .legacy-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .social-media-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-upper-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .nav-link-m, .nav-link-f {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-top-hero.bottom {
    height: 48px;
  }

  .tabs_visual {
    display: none;
  }

  .cards-wrapper.desktop {
    grid-template-columns: 1fr;
  }

  .tabs-progress-wrapper.tablet {
    width: 100%;
  }

  .timelog-feature-image.is-first {
    width: 30rem;
  }

  .cookie-banner {
    width: auto;
    inset: auto 1rem 1rem;
  }
}

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

  h2 {
    font-size: 1.4rem;
  }

  .padding-xlarge {
    padding: 4rem;
  }

  .padding-custom1 {
    padding: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-medium {
    padding-bottom: 1rem;
  }

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h3 {
    line-height: 20px;
  }

  .heading-style-h1 {
    overflow-wrap: anywhere;
    font-size: 2rem;
    line-height: 2.5rem;
  }

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 1.6rem;
    display: block;
  }

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

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

  .text-style-subtitle {
    font-size: .8rem;
  }

  .hero-image-wrapper.container-medium {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-image {
    width: 130%;
    max-width: none;
    display: none;
    right: -23vw;
  }

  .hero-image.mobile {
    display: block;
    right: 0;
  }

  .navbar-wrapper {
    top: 0;
  }

  .nav_logo-link.w--current {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 7rem;
  }

  .nav_menu-button {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .navbar-container {
    padding: 0 1rem;
  }

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

  .nav_button-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .menu-button-w {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    align-items: flex-end;
    transition-property: none;
  }

  .bake057__burger-line.top, .bake057__burger-line.middle {
    border-radius: 6px;
  }

  .bake057__burger-line.bottom {
    margin-top: auto;
  }

  .section-solutions.overflow-hidden {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .s-card-header {
    padding: 1rem;
  }

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

  .card_content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    display: block;
  }

  .card-right {
    width: 100%;
    height: 22rem;
    padding: 1rem;
  }

  .card-right.mobile {
    height: auto;
  }

  .card-left {
    width: 100%;
    height: 20rem;
  }

  .stacking-card {
    top: 6rem;
  }

  .stacking-card.is-eight, .stacking-card.is-third, .stacking-card.is-second, .stacking-card.is-sev, .stacking-card.is-fifth, .stacking-card.is-sixth {
    justify-content: space-between;
    height: 550px;
    margin-bottom: 0;
    top: 6rem;
  }

  .stacking-card.is-first {
    justify-content: space-between;
    height: 550px;
    margin-bottom: 0;
    inset: 6rem auto auto;
  }

  .stacking-card.is-first.mobile {
    justify-content: space-between;
    height: 550px;
  }

  .card-header-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .tags-wrapper {
    flex-flow: wrap;
    display: flex;
  }

  .card-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .stack-componet {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
    margin-bottom: 0;
  }

  .chat-feature-image.is-first {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: auto auto -6% 2rem;
  }

  .chat-feature-image.is-first.cutout {
    height: 100%;
  }

  .chat-feature-image.is-first.special {
    width: auto;
  }

  .chat-feature-image.is-first.image {
    height: 16rem;
  }

  .chat-feature-image.is-first.documents {
    height: 90%;
  }

  .chat-feature-image.is-first.roles {
    height: 100%;
  }

  .chat-feature-image.is-first.chat {
    height: 90%;
  }

  .chat-feature-image.is-third {
    left: 1rem;
  }

  .chat-feature-image.is-fourth {
    width: 9rem;
    inset: 2rem .5rem auto auto;
  }

  .chat-feature-image.is-fifth {
    width: 5rem;
    inset: 4.5rem 6rem auto auto;
  }

  .chat-feature-image.coference {
    width: auto;
    max-width: none;
    height: 90%;
    position: absolute;
    inset: auto 0% 0% 1.6rem;
  }

  .chat-feature-w {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .storage-feature-image.is-first {
    width: auto;
    max-width: none;
    height: 90%;
    position: absolute;
    bottom: 0%;
    left: 2rem;
  }

  .storage-feature-image.is-second {
    height: 5rem;
    bottom: -1rem;
    left: -.1rem;
  }

  .storage-feature-image.is-third {
    inset: -.2rem auto auto 4rem;
  }

  .dashboard-feature-image.is-first {
    width: auto;
    max-width: none;
    height: 80%;
    position: absolute;
    bottom: 0%;
    left: 2rem;
  }

  .dashboard-feature-image.is-first.dashboard {
    height: 90%;
    bottom: -6%;
  }

  .dashboard-feature-image.is-second {
    width: 12rem;
    top: 1.4rem;
    right: -8rem;
  }

  .dashboard-feature-image.is-third {
    width: 7rem;
    height: 7.5rem;
    bottom: -1rem;
    left: .5rem;
  }

  .dashboard-feature-image.is-fourth {
    width: 3rem;
    bottom: 4.6rem;
    left: 5.8rem;
  }

  .dashboard-feature-image.wrapper {
    inset: 2.1rem auto auto 5rem;
  }

  .whiteboard-feature-image.is-first {
    width: auto;
    max-width: none;
    height: 90%;
    position: absolute;
    bottom: 0%;
    left: 2rem;
  }

  .whiteboard-feature-image.is-second {
    height: 10rem;
    left: 1.5rem;
  }

  .whiteboard-feature-image.wrapper {
    top: .7rem;
    left: 11.8rem;
  }

  .whiteboard-feature-image.is-seven {
    left: 5rem;
  }

  .whiteboard-feature-image.is-eight {
    left: 9rem;
  }

  .whiteboard-feature-image.is-nine {
    bottom: 3.2rem;
    left: 16.6rem;
  }

  .whiteboard-feature-image.is-ten {
    right: -6.3rem;
  }

  .whiteboard-feature-image.is-eleven {
    right: -6.5rem;
  }

  .marletplace-image-1.is-first {
    width: auto;
    max-width: none;
    height: 80%;
    position: absolute;
    bottom: 0%;
    left: 2rem;
  }

  .marletplace-image-1.wrapper-1 {
    z-index: 2;
    left: 1rem;
  }

  .marletplace-image-1.is-fourth {
    height: 8rem;
  }

  .marletplace-image-1.wrapper-2 {
    top: 3rem;
  }

  .marletplace-image-1.wrapper-3 {
    top: 2rem;
  }

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

  .accordion-items-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .tabs-container {
    margin-top: 24px;
    padding: 0;
    overflow: visible;
  }

  .accordion-tabs-menu {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  .tab-button {
    width: 100%;
  }

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

  .contact-us-wrapper {
    border-radius: 1.5rem;
  }

  .contact-bottom-wrapper {
    width: 100%;
  }

  .contact-us-content {
    border-radius: 2rem;
    padding: 1.5rem;
  }

  .contact-cards-wrap {
    flex-flow: column;
  }

  .footer-bottom-wrapper {
    text-align: center;
  }

  .language-select-wrapper, .language-dropdown {
    width: 100%;
  }

  .rich-text-block {
    font-size: .9rem;
  }

  .subtitle-text {
    font-size: 1.2rem;
  }

  .tabs_heading-wrap {
    width: 90%;
  }

  .tabs-outer-container {
    min-height: auto;
    padding: 1rem;
  }

  .feature-icon-w {
    width: 2rem;
    height: 2rem;
  }

  .tabs_content {
    font-size: 1.1rem;
  }

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

  .tabs_heading {
    font-size: 1.1rem;
  }

  .tab-head {
    flex: 1;
    font-size: .9rem;
  }

  .tabs_component {
    display: block;
  }

  .card-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-text {
    font-size: .9rem;
  }

  .feature-heading {
    flex: 0 auto;
    font-size: .9rem;
  }

  .feature-heading.special {
    word-break: break-all;
  }

  .tabs_visual {
    flex-flow: column;
    display: flex;
    overflow: visible;
  }

  .cards-wrapper, .cards-wrapper.desktop {
    grid-template-columns: 1fr;
  }

  .tabs_link {
    border-radius: 0;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs_link:hover {
    background-color: #0000;
    border-radius: 0;
  }

  .tabs_link.w--current {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-arrow {
    position: absolute;
    inset: 1rem 0% 0% auto;
  }

  .tabs-progress-wrapper {
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .feature-card-wrapper {
    padding: 1rem;
    overflow: hidden;
  }

  .tabs_pane {
    width: 100%;
    height: auto;
  }

  .list {
    padding-left: 1.2rem;
  }

  .timelog-feature-image.is-fifth {
    top: 5.5rem;
  }

  .timelog-feature-image.is-fifth.de {
    width: 5rem;
  }

  .timelog-feature-image.is-fourth {
    top: 3rem;
  }

  .timelog-feature-image.is-third {
    height: 14rem;
    left: 1rem;
  }

  .timelog-feature-image.is-second {
    width: 6rem;
    top: 2.2rem;
    right: -3.5rem;
  }

  .timelog-feature-image.is-first {
    width: auto;
    max-width: none;
    height: 80%;
    position: absolute;
    bottom: 0%;
    left: 2rem;
  }

  .badges-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .badge-c {
    height: 8rem;
  }

  .right-menu-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cookie-banner {
    bottom: .75rem;
    left: .75rem;
    right: .75rem;
  }
}

#w-node-f0ec3843-3166-4731-966f-baf438b16c2c-099e219e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f8ee3517-2453-3d4a-9e36-a7a5ea5a51f8-099e219e {
  place-self: center;
}

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-099e2201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-099e2201 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-099e2201, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-099e2201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f0ec3843-3166-4731-966f-baf438b16c2c-099e219e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}