:root {
  --black: #0f1a2e;
  --neutral-700: #454554;
  --blue: #0f69af;
  --yellow: #ffc832;
  --white: white;
  --cyan: #2dbecd;
  --blue-active: #0a3b61;
  --gray-bg: #ececf5;
  --white-2: white;
  --neutral-10: #f8f8fc;
}

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

h2 {
  color: var(--black);
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

p {
  color: var(--neutral-700);
  max-width: 70%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 160%;
}

a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.div-block-12 {
  z-index: 100;
  background-color: #0f69af;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 40px;
  right: 40px;
  box-shadow: 0 0 16px 3px #0003;
}

.text-block-14 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.navigation {
  z-index: 99;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 25px;
  display: flex;
  position: fixed;
  top: 0;
}

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

.logo-link {
  z-index: 1;
  margin-right: 50px;
  display: flex;
}

.logo-link:hover {
  opacity: 1;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  margin-right: 50px;
}

.headlinelinkbox {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-2 {
  float: right;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.text-block-2 {
  letter-spacing: normal;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block {
  float: left;
  color: #fff;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block.headlinelink {
  font-size: 13px;
  text-decoration: none;
}

.navigation-wrap {
  z-index: 20;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #0a3557b3;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-top: 0;
  margin-left: 0;
  padding: 30px;
  display: flex;
  position: relative;
  top: 0;
}

.navigation-wrap.sticky {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  flex-direction: row;
  align-items: center;
  width: auto;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 8px;
  position: relative;
}

.image-5 {
  height: 18px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  margin-top: 30px;
  display: flex;
}

.image-3 {
  max-width: 50%;
  margin-right: 0;
  position: relative;
  top: 50px;
  right: 0;
}

.image-4 {
  color: #fff;
  height: 17px;
}

.image {
  z-index: -1000;
  width: 95%;
  max-width: 1700px;
  height: auto;
  position: absolute;
  inset: 0 auto auto;
}

.link-block {
  color: #0f69af;
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block.buttonoutline {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.link-block.buttonoutline:hover {
  background-color: #ffffff1a;
  border-color: #fff;
}

.link-block.buttonoutline.button-blue {
  border-color: var(--blue);
  flex-flow: row;
  place-content: flex-start;
  font-size: 19px;
  line-height: 30px;
}

.link-block.buttonoutline.button-blue:hover {
  background-color: #0f69af1a;
}

.link-block.buttonoutline.navigation-cta {
  background-color: var(--yellow);
  border-style: none;
  padding: 5px 10px;
}

.link-block.buttonoutline.navigation-cta:hover {
  background-color: #ffc832e6;
}

.link-block.buttonoutline.navigation-cta.header-whitepaper {
  background-color: var(--yellow);
  padding-top: 4px;
  padding-bottom: 4px;
}

.link-block.buttonoutline.navigation-cta.header-whitepaper:hover {
  background-color: #ffc832e6;
}

.link-block.buttonoutline.navigation-cta.header-whitepaper.w--current {
  background-color: var(--yellow);
}

.link-block.buttonfilled {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--yellow);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.link-block.buttonfilled:hover {
  background-color: #ffc832e6;
}

.link-block.buttonfilled.main-cta {
  background-color: var(--yellow);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block.buttonfilled.main-cta:hover {
  color: var(--black);
  background-color: #ffc832e6;
}

.link-block.buttonfilled.main-cta.filled-blue {
  background-color: var(--yellow);
  color: var(--black);
  padding-top: 6px;
  padding-bottom: 6px;
}

.link-block.buttonfilled.main-cta.filled-blue:hover {
  background-color: #ffc832e6;
}

.link-block.buttonfilled.blue-cta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--blue);
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.link-block.buttonfilled.blue-cta.faq-text {
  flex-flow: row;
  align-items: center;
  margin-left: 32px;
  line-height: 25.6px;
  display: flex;
}

.link-block.buttonfilled.main-cta {
  color: var(--blue);
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.heading-jumbo.cyan {
  color: #2dbecd;
  margin-top: 0;
}

.heading-jumbo.pw {
  color: #fff;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 150px;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.intro-content.cc-homepage._3d-stage {
  margin-top: 170px;
  padding-left: 85px;
  padding-right: 0;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-3.text-121123 {
  color: var(--black);
}

.text-block-3._2nd-cta {
  color: #fff;
  font-size: 16px;
}

.text-block-3._2nd-cta.nav-cta {
  color: var(--black);
  font-size: 13px;
}

.text-block-3.blue-text {
  color: var(--black);
  font-size: 16px;
}

.intro-header {
  color: #fff;
  background-image: radial-gradient(circle at 0 0, #0e5891, #0a3b61);
  border-radius: 0 0 32px 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 0 14px 13px #755e5726;
}

.section {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin: 80px 0 90px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.cc-store-home-wrap {
  background-color: #0000;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.section.feature-box {
  background-image: radial-gradient(circle farthest-side at 0 0, #0e5891, #0a3b61);
  border-radius: 20px;
  height: auto;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding: 80px;
  box-shadow: 4px 0 14px 13px #755e5726;
}

.section.feature-box.animate-on-scroll {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.feature-box.col1-animated {
  background-image: linear-gradient(#0a3b61, #0a3b61);
  border-radius: 32px;
  max-width: 1600px;
  margin-top: -110px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 60px 85px 70px;
}

.section.blue-bottom-bg {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-width: 1800px;
  height: auto;
  margin: -180px auto -498px;
  padding-top: 180px;
  padding-bottom: 238px;
  display: flex;
}

.section.footer {
  z-index: 100;
  background-color: #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  max-width: 1600px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  box-shadow: 0 8px 42px #0003;
}

.section.spline-container {
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.section.animate-on-scroll {
  background-color: #0000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  align-items: center;
  margin: 115px 0 0;
  padding: 0 110px 125px;
  display: flex;
  overflow: hidden;
}

.section.logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
  padding-left: 110px;
  padding-right: 110px;
  display: none;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.intro-text {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  width: 63%;
  margin: 0 auto 120px 0;
  padding-top: 0;
  padding-right: 50px;
  display: block;
  position: relative;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  text-align: left;
  width: auto;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image-7 {
  height: 50px;
}

.columns {
  border: 0 #000;
  border-right-width: 1px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 120px;
  display: flex;
}

.image-8 {
  height: auto;
}

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

.container {
  width: 100%;
  max-width: 1440px;
}

.column {
  border-right: 0 #5e5e724d;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog-heading {
  text-align: center;
  margin-bottom: 0;
}

.column-2 {
  border-right: 1px #5e5e724d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-3 {
  border-right: 1px solid #5e5e724d;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-5 {
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.column-5.text {
  color: #5e5e72;
  padding-right: 0;
  font-size: 24px;
  line-height: 33px;
}

.column-5.text.smaller-text-col {
  padding-right: 120px;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.textblock {
  color: #5e5e72;
  width: 90%;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.textblock.feature-text {
  color: #fff;
  display: none;
}

.link {
  float: none;
  color: var(--blue);
  font-weight: 700;
  display: inline;
}

.link.tooltip {
  border-bottom: 2px dashed var(--blue);
}

.image-10 {
  color: #fff;
  height: 17px;
}

.headline {
  color: var(--black);
  width: 823px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.headline.feature-box {
  color: #fff;
  width: 100%;
  font-size: 40px;
}

.headline._404-copy {
  color: var(--white);
}

.text-block-15 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.inbetweenline {
  color: #000000b3;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.inbetweenline.feature-box {
  color: #ffffffb3;
  margin-bottom: 0;
}

.subline {
  color: var(--blue);
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-14 {
  margin-top: -175px;
  margin-bottom: -175px;
  position: relative;
  top: auto;
  left: -100px;
}

.code-cyan {
  color: #72c7ba;
}

.link-2 {
  float: none;
  color: #0f69af;
  font-weight: 700;
  display: inline;
}

.text-block-5 {
  color: #fff;
}

.div-block-14 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-15 {
  height: 18px;
}

.image-15.asd {
  height: 8px;
}

.tabs-menu {
  color: #fff;
  background-color: #0a3b61;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  height: auto;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-3, .tab-link-tab-3.tablink {
  background-color: #0000;
}

.div-block-6 {
  background-color: #001c38;
  border-radius: 20px;
  padding-bottom: 10px;
  box-shadow: 4px 0 14px 13px #755e5726;
}

.div-block-6.test {
  background-color: #2b2b2b;
  height: 345px;
}

.code-red {
  color: #f78c6c;
}

.column-7 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-7.smaller-col {
  padding-left: 60px;
  padding-right: 0;
}

.text-block-7 {
  color: #fff;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.code-purple {
  color: #c792ea;
}

.code-block {
  object-fit: fill;
  width: auto;
  height: auto;
  margin: 10px;
  font-size: 16px;
  line-height: 20px;
}

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

.tabs {
  border-radius: 20px 0 0;
  display: none;
}

.image-16 {
  align-self: auto;
  margin-right: 16px;
}

.code-orange {
  color: #f9c789;
}

.tab-link-tab-1 {
  border-top-left-radius: 20px;
}

.tab-link-tab-1.w--current, .tab-link-tab-1.tablink {
  background-color: #0000;
}

.tab-link-tab-1.tablink.w--current {
  border-top-left-radius: 0;
  align-items: center;
  display: block;
}

.tab-link-tab-2, .tab-link-tab-2.tablink.w--current {
  background-color: #0000;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.mini-headline {
  color: #000;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.mini-headline.faq {
  text-align: center;
}

.mini-headline.faq-text {
  margin-left: 32px;
  margin-right: 32px;
}

.mini-headline.faq-text.tile-hl {
  color: var(--black);
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  line-height: 140%;
}

.mini-headline.faq-text.tile-hl.marketing-card {
  color: var(--white);
}

.mini-headline.bottom-hl {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 52px;
}

.code-green {
  color: #addb67;
}

.image-17 {
  margin-top: -175px;
  margin-bottom: -175px;
  position: relative;
  top: auto;
  left: -100px;
}

.image-17.ellipse2 {
  margin-top: -100px;
  margin-bottom: -586px;
  left: auto;
  right: -1270px;
}

.blue-text {
  color: var(--blue);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-11 {
  background-color: var(--white);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 110px 110px;
  display: block;
  overflow: hidden;
}

.mini-subline {
  color: var(--blue);
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.mini-subline.faq-text {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.mini-subline.marketing-card {
  color: var(--white);
}

.mini-subline.footer-headline {
  margin-bottom: 9px;
}

.mini-text {
  color: var(--neutral-700);
  text-align: left;
  width: 80%;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.mini-text.checkbox-item {
  color: #000;
  align-self: auto;
  margin-bottom: 0;
}

.mini-text.faq-text {
  margin-left: 32px;
  margin-right: 32px;
  line-height: 25.6px;
}

.mini-text.faq-text.tile-text {
  margin-left: 0;
  margin-right: 0;
}

.mini-text.faq-text.tile-text.marketing-card {
  color: #ffffffb3;
}

.mini-text.footer-text {
  color: #f8f9ffb3;
  text-align: center;
  width: 50%;
  font-size: 16px;
  line-height: 28.8px;
}

.mini-text.footer-item {
  color: #8b8b9c;
  text-align: left;
  width: auto;
  margin-bottom: 9px;
  font-size: 14px;
}

.mini-text.footer-item:hover {
  color: #8b8b9cb3;
}

.mini-text.bold {
  color: var(--neutral-700);
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 700;
}

.mini-text.white, .mini-text._404-copy {
  color: var(--white);
}

.text-block-6 {
  color: #fff;
}

.div-block-10 {
  width: 60%;
  margin-top: 35px;
  display: none;
}

.text-block-12 {
  font-size: 15px;
  line-height: 120%;
}

.div-block-8 {
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 35px;
  display: flex;
}

.div-block-9 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.tabs-content {
  -webkit-text-stroke-color: transparent;
  border: 0 solid #fff3;
  border-top-width: 2px;
  margin-top: 50px;
  padding-top: 0;
}

.image-11, .image-12 {
  margin-right: 5px;
}

.image-13 {
  margin-right: 20px;
}

.columns-2 {
  margin-top: 36px;
}

.column-6 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-tab-link {
  color: #ffffffb3;
  background-color: #0000;
  border: 2px solid #0000;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.feature-tab-link:hover {
  color: #ffffffb3;
}

.feature-tab-link.w--current {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 40px;
}

.div-block-7 {
  color: #000000b3;
  background-color: #ffc832;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  display: flex;
}

.div-block-7.tag-yellow {
  opacity: 1;
  background-color: #fff;
  flex-flow: row;
  align-content: stretch;
  height: 40px;
  padding-left: 15px;
  padding-right: 25px;
}

.div-block-7.tags {
  color: #fff;
  background-color: #ffffff1a;
  height: auto;
  margin-bottom: 14px;
  margin-right: 11px;
  padding: 10px 15px;
  line-height: 20px;
}

.image-18 {
  margin-right: 5px;
}

.column-8 {
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.column-8.text {
  color: #5e5e72;
  padding-right: 0;
  font-size: 24px;
  line-height: 33px;
}

.column-8.text.col1-animated {
  height: 100%;
  padding-right: 15px;
}

.div-block-16 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-19 {
  height: 18px;
}

.image-19.asd {
  height: 8px;
}

.image-19.asd.right {
  height: 10px;
}

.col-image {
  z-index: -5;
  aspect-ratio: auto;
  width: 640px;
  height: auto;
  position: relative;
  left: auto;
  right: auto;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.image-20 {
  align-self: auto;
  margin-right: 23px;
}

.div-block-17 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 24px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-container {
  background-color: #e8e8f0;
  border-radius: 24px;
  width: 100%;
  max-width: 1440px;
  margin-top: 40px;
  padding: 24px 32px;
}

.faq-container.col1-animated {
  background-color: #e1e1ea;
  border-radius: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  background-color: #c7c7d1;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.faq-content.hidden {
  display: block;
}

.faq-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-16 {
  color: #454554;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.text-block-16.faq-content-text {
  opacity: 1;
  color: #778;
  width: 70%;
  font-size: 15px;
  line-height: 160%;
  display: block;
}

.image-21 {
  margin-bottom: 40px;
  margin-left: 12px;
  margin-right: 12px;
}

.image-22 {
  color: #fff;
  height: 17px;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
}

.column-10.col2-animated {
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-17 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tile {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  height: 100%;
  padding: 12px 0 50px;
  display: flex;
  box-shadow: 0 10px 30px 10px #0000001a;
}

.tile.animate-on-scroll {
  box-shadow: none;
  outline-offset: 0px;
  border-radius: 12px;
  outline: 2px solid #e1e1ea;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 10px 24px 20px;
  display: flex;
}

.tile.animate-on-scroll.non-scrolling-tile {
  width: auto;
  max-width: 400px;
  padding-right: 0;
}

.tile.animate-on-scroll.marketing-card {
  background-color: var(--blue-active);
  outline-offset: 0px;
  outline: 2px #e1e1ea;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.tile.animate-on-scroll.marketing-card.tile-shadow {
  display: none;
}

.tile.animate-on-scroll.tile-shadow {
  outline-offset: 0px;
  outline: 2px #e1e1ea;
  padding-top: 20px;
  box-shadow: 0 24px 40px #0f1a2e26;
}

.tiles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1500px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.image-23 {
  height: 18px;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.div-block-20.footer-ctas {
  justify-content: center;
  margin-bottom: 70px;
}

.text-span {
  color: var(--yellow);
}

.image-24 {
  color: #fff;
  height: 17px;
}

.image-25 {
  z-index: 0;
  width: 100%;
  max-width: 1440px;
  margin-bottom: -300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-18 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-18.text-121123 {
  color: #0f69af;
}

.text-block-18._2nd-cta {
  color: #fff;
}

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

.text-block-19.copyright {
  color: #8b8b9c;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.columns-3 {
  width: 100%;
}

.image-26 {
  margin-right: 300px;
}

.div-block-21 {
  background-color: #c7c7d1;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-21.faq-divider {
  background-color: #e1e1ea;
}

.footer-wrap {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.body {
  background-color: var(--gray-bg);
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 30px;
  display: block;
}

.div-block-22 {
  margin-left: 0;
  margin-right: 0;
  line-height: 25.6px;
  display: flex;
}

.text-block-20 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-20._2nd-cta {
  color: #fff;
}

.image-27 {
  color: #fff;
  height: 17px;
}

.div-block-23 {
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.tabs-menu-2 {
  display: none;
}

.columns-4 {
  margin-top: 40px;
}

.column-16 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-17 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-29 {
  width: 137px;
  height: 35px;
  margin-bottom: 0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.div-block-26 {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.image-30 {
  height: 18px;
}

.image-31 {
  z-index: -1000;
  width: 95%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-32 {
  color: #fff;
  height: 17px;
}

.image-33 {
  max-width: 40%;
  margin-right: 0;
  position: static;
  top: 0;
  right: 0;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.div-block-28 {
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.image-34 {
  height: 18px;
}

.image-35 {
  z-index: -1000;
  width: 95%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-36 {
  color: #fff;
  height: 17px;
}

.body-2 {
  background-image: radial-gradient(circle at 0 0, #0c5b98, #0b3b61);
}

.image-37 {
  width: 128px;
}

.heading, .field-label {
  display: none;
}

.submit-button {
  background-color: var(--white-2);
  color: var(--blue);
  border-radius: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-field {
  border-radius: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.error-message {
  background-color: #0000;
  padding: 0;
}

.text-block-22 {
  color: #ff6969;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cyan {
  color: var(--cyan);
  background-color: #0000;
}

.tooltip.tab-module-link {
  border-bottom: 1px solid var(--cyan);
  color: var(--cyan);
  cursor: pointer;
  text-decoration: none;
}

.col1-animated.left-col-right-align {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.move-up-on-scroll {
  width: 100%;
  max-width: 1440px;
  padding-left: 110px;
  padding-right: 110px;
  overflow: hidden;
}

.div-block-29 {
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  position: relative;
}

.div-block-29.imprint {
  margin-top: 60px;
}

.div-block-30 {
  border-radius: 32px;
  max-width: 1440px;
  overflow: hidden;
}

.columns-5 {
  max-width: 1440px;
  display: flex;
}

.columns-6, .columns-7 {
  max-width: 1440px;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.div-block-32 {
  max-width: 1440px;
}

.spline-scene-2 {
  border-radius: 0;
  height: 180px;
  margin: 0;
}

.div-block-33 {
  background-color: #f8f8fc;
  border-radius: 4px;
  width: 100%;
  height: 160px;
  margin-bottom: 24px;
  margin-left: -12px;
  margin-right: -12px;
  display: block;
  overflow: hidden;
}

.preloader {
  z-index: 101;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-2 {
  color: var(--blue);
}

.spline-header {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: 25px;
  margin-right: 25px;
  display: block;
  position: static;
  inset: 0%;
}

.image-39 {
  z-index: 39;
  position: absolute;
  top: 0;
  left: 0;
}

.image-40 {
  z-index: 40;
  width: 100%;
  max-width: 42%;
  position: absolute;
  inset: 25% auto auto -5%;
}

.div-block-35 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-36 {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 30px;
}

.spline-scene-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-right: -579px;
  display: none;
}

.spline-scene-3.backup-3d {
  width: 100%;
  inset: 0% auto 0% 0%;
}

.spline-scene-3.interactive-3d {
  position: static;
  inset: auto 0% 0% auto;
}

.column-18.col3-animated {
  padding-left: 0;
  padding-right: 0;
}

.div-block-37 {
  margin-right: 300px;
}

.col3-animated {
  padding-left: 0;
  padding-right: 0;
}

.col3-animated.column-100 {
  padding-left: 15px;
}

._404-text {
  position: absolute;
  inset: 15% auto auto 10%;
}

.div-block-39 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-40 {
  max-width: 70%;
}

.link-3 {
  display: block;
}

.bold-text, .bold-text-2 {
  display: inline-block;
}

.heading-4 {
  color: var(--black);
  margin-top: 40px;
  font-size: 22px;
  line-height: 140%;
}

.link-4 {
  font-weight: 700;
}

.paragraph-5 {
  margin-top: 40px;
}

.list {
  max-width: 75%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.content {
  max-width: 1280px;
  margin: 60px 0 0;
}

.paragraph-4 {
  margin-top: 30px;
}

.heading-11 {
  color: #0f1a2e;
  max-width: 70%;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  line-height: 140%;
}

.heading-12 {
  margin-top: 60px;
}

.content-2 {
  max-width: 1280px;
  margin: 60px 0 0;
}

.heading-13 {
  color: #0f1a2e;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  line-height: 140%;
}

.link-block-2, .link-block-3 {
  display: block;
}

.body-3 {
  background-color: #0f69af;
}

.spline-scene-5 {
  z-index: -10;
  width: 100%;
  height: 100vh;
  position: static;
  top: -236px;
  left: -383px;
}

.link-block-4 {
  display: block;
}

.spline-scene-6 {
  position: static;
  inset: 0% 0% 0% auto;
}

.tag-in-tile {
  background-color: var(--neutral-10);
  color: var(--black);
  border-radius: 4px;
  padding: 10px 12px;
  display: flex;
}

.tag-color {
  background-color: var(--cyan);
  border-radius: 2px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.tag-color.yellow {
  background-color: var(--yellow);
}

.tag-color.blue {
  background-color: var(--blue);
}

.tag-label {
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-41 {
  padding-left: 110px;
  padding-right: 110px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.scroll-indicator {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 46px;
  margin-bottom: -46px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.scroll-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.scroll-container.tile-row-1 {
  margin-bottom: 20px;
}

.div-block-42 {
  width: 100%;
  padding-left: 110px;
  padding-right: 110px;
}

.spline-container {
  z-index: 2;
  position: absolute;
  inset: 0% auto 0% 0;
}

.header-gradient {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(104deg, #043363, #043363 0% 0%, #04336300 70%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.sticky-nav-bg {
  z-index: -2;
  background-image: linear-gradient(90deg, #0f69af, #0a3b61);
  width: 100%;
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 110px;
  padding-left: 0;
  position: absolute;
}

.div-block-43 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-41 {
  z-index: -1;
  max-width: 320px;
  position: absolute;
  inset: auto -14% -35% auto;
}

.image-42 {
  width: 270px;
  position: absolute;
  inset: 0%;
}

.paragraph-7, .paragraph-8 {
  color: var(--black);
  font-size: 16px;
  line-height: 160%;
}

.bottom-tiles {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.top-tiles {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  display: none;
}

.div-block-44 {
  width: 100%;
  padding-left: 110px;
  padding-right: 110px;
}

.footer-link {
  color: #8b8b9c;
  font-weight: 400;
}

.spline-scene-7 {
  width: 100%;
  height: 100%;
  margin-left: -100px;
  display: none;
}

.image-43 {
  width: auto;
  max-width: none;
  height: 100%;
  overflow: clip;
}

.image-44 {
  width: 60%;
}

.image-45 {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: 20px;
}

.image-46 {
  z-index: 10;
  width: 20%;
  position: absolute;
  top: 35px;
  bottom: auto;
  right: -98px;
}

.image-47 {
  width: 60px;
  margin-right: 120px;
}

.div-block-45 {
  padding-left: 110px;
  padding-right: 110px;
}

.div-block-46, .div-block-47 {
  flex-flow: column;
  display: flex;
}

.image-48 {
  width: 90%;
  margin-left: -50px;
}

.image-49 {
  margin-bottom: 10px;
}

.div-block-48 {
  flex-flow: column;
  display: flex;
}

.helper {
  z-index: 500;
  background-color: #0f69af;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 10px 10px auto;
  box-shadow: 0 1px 8px 4px #0000001a;
}

.helper-text {
  color: #fff;
  text-align: center;
  width: 50px;
  font-size: 28px;
  font-weight: 900;
  line-height: 50px;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  margin-bottom: 0;
}

.paragraph-12._30-bottom {
  margin-bottom: 30px;
}

.paragraph-13, .paragraph-14 {
  font-weight: 700;
}

.toc {
  color: var(--black);
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .navigation {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navigation-wrap {
    max-width: 1600px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .navigation-wrap.sticky {
    z-index: 7;
    margin-top: -131px;
    position: sticky;
    inset: 30px 0% auto;
  }

  .image-3 {
    top: 100px;
  }

  .heading-jumbo {
    padding-right: 0;
  }

  .intro-content.cc-homepage {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-content.cc-homepage._3d-stage {
    margin-top: 160px;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .intro-header {
    z-index: 8;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    max-width: 1600px;
    margin-bottom: 80px;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 0;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
  }

  .section {
    align-items: center;
    margin-left: 0;
  }

  .section.cc-store-home-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section.feature-box.col1-animated {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.blue-bottom-bg {
    width: 100%;
    max-width: none;
    margin-bottom: -490px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.footer {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 -10px 30px 10px #0003;
  }

  .section.spline-container {
    margin-left: 25px;
    margin-right: 25px;
  }

  .section.animate-on-scroll {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section.animate-on-scroll.privacy {
    margin-top: 150px;
  }

  .section.logo-container {
    margin: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-4 {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .intro-text {
    width: 50%;
    margin-bottom: 90px;
    padding-right: 50px;
  }

  .textblock.feature-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .inbetweenline {
    max-width: 1440px;
    display: block;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mini-headline {
    width: 80%;
  }

  .div-block-11 {
    background-color: #fff;
  }

  .mini-text {
    margin-bottom: 40px;
    line-height: 140%;
  }

  .mini-text.faq-text.tile-text, .mini-text.footer-text {
    line-height: 140%;
  }

  .text-block-12 {
    display: block;
  }

  .div-block-8 {
    flex-flow: wrap;
    width: 100%;
  }

  .image-12 {
    display: block;
  }

  .column-6 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-7.tag-yellow {
    flex-wrap: nowrap;
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-7.tags {
    justify-content: flex-start;
    align-items: center;
    font-size: 19px;
    line-height: 120%;
  }

  .col-image {
    max-width: 80%;
  }

  .tile.animate-on-scroll {
    padding-top: 30px;
  }

  .tile.animate-on-scroll.non-scrolling-tile {
    background-color: #fff;
    max-width: none;
    padding-top: 10px;
  }

  .tile.animate-on-scroll.tile-shadow {
    max-width: 518px;
  }

  .tiles {
    max-width: 1440px;
    margin: 20px 0 60px;
  }

  .image-25 {
    margin-bottom: -250px;
  }

  .footer-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-4.two-col-text-backup {
    display: none;
  }

  .column-16 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .column-17 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-24 {
    display: block;
  }

  .col1-animated.left-col-right-align {
    justify-content: center;
    align-items: flex-end;
  }

  .spline-scene.illustration {
    max-height: 650px;
  }

  .div-block-29 {
    z-index: 5;
    max-width: 1440px;
    position: static;
    inset: 25% auto auto 10%;
  }

  .div-block-29.imprint {
    margin-top: 150px;
  }

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

  .div-block-33 {
    display: block;
  }

  .spline-header {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    max-width: none;
    display: flex;
    position: relative;
  }

  .image-39 {
    z-index: 39;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .image-40 {
    z-index: 40;
    max-width: 42%;
    position: absolute;
    inset: 25% auto auto -5%;
  }

  .div-block-34 {
    background-color: var(--gray-bg);
    justify-content: center;
    display: flex;
  }

  .div-block-35 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36 {
    width: 100%;
    max-width: 1440px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .spline-scene-3 {
    width: 100%;
    height: 100%;
    margin-right: -80px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .spline-scene-3.backup-3d {
    margin-right: 0;
    inset: 0% auto 0% 0%;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-37 {
    margin-right: 300px;
  }

  .html-embed {
    width: 30%;
  }

  .col3-animated {
    padding-left: 0;
    padding-right: 0;
  }

  .spline-scene-4 {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .spline-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .div-block-38 {
    z-index: 100;
    position: absolute;
  }

  .heading-3 {
    color: #000;
  }

  ._404-text {
    z-index: 1;
    position: absolute;
    inset: 20% auto auto 15%;
  }

  .div-block-40 {
    width: 70%;
  }

  .content.privacy {
    margin-top: 0;
  }

  .content-2.terms {
    margin-top: 150px;
  }

  .spline-scene-5 {
    width: 100%;
    height: 100vh;
  }

  .spline-scene-6 {
    max-width: 1440px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .scroll-indicator {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .scroll-container.tile-row-1 {
    margin-bottom: 30px;
  }

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

  .sticky-nav-bg {
    z-index: -2;
    background-color: #0000;
    background-image: linear-gradient(110deg, #0f69af, #0a3b61);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 103%;
    margin: -30px 0 0 -20px;
    padding-bottom: 110px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-41 {
    max-width: 380px;
    inset: auto 0% 0% auto;
  }

  .image-42 {
    z-index: 10;
    inset: 0% auto 0% 0%;
  }

  .bottom-tiles {
    width: 100%;
    max-width: 1440px;
  }

  .top-tiles {
    max-width: 1438px;
  }

  .spline-scene-7 {
    margin-left: 0;
  }

  .image-43 {
    width: 100%;
    height: auto;
  }

  .div-block-45 {
    padding-right: 110px;
  }
}

@media screen and (max-width: 991px) {
  h2, p {
    max-width: 100%;
  }

  .div-block-12 {
    z-index: 1000;
  }

  .navigation {
    padding: 25px 30px;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu {
    margin-left: 30px;
    position: static;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-wrap {
    background-color: #0a3557b3;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .div-block-5 {
    flex-direction: column;
    width: 270px;
  }

  .image-3 {
    max-width: 70%;
    top: -90px;
    right: -58px;
  }

  .image {
    z-index: -1000;
    width: 240%;
    max-width: none;
    display: block;
    top: -12%;
    right: -50%;
    overflow: visible;
  }

  .heading-jumbo {
    text-align: left;
    width: auto;
    font-size: 32px;
    line-height: 120%;
    display: inline;
  }

  .heading-jumbo.cyan {
    width: auto;
    margin-left: 1rem;
    display: inline;
  }

  .intro-content.cc-homepage {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .intro-content.cc-homepage._3d-stage {
    padding-left: 25px;
    overflow: visible;
  }

  .intro-header {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .section {
    margin: 70px 50px;
  }

  .section.cc-store-home-wrap {
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section.feature-box {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 30px;
  }

  .section.feature-box.col1-animated {
    border-radius: 0;
    margin: 0;
    padding: 70px 50px;
  }

  .section.blue-bottom-bg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
    margin: -120px 0 -510px;
    padding: 100px 50px 392px;
    display: flex;
  }

  .section.footer {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .section.spline-container {
    margin-bottom: 70px;
  }

  .section.animate-on-scroll {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.animate-on-scroll.terms {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.logo-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-4 {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 0;
    position: relative;
  }

  .intro-text {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 74%;
    margin-bottom: 40px;
    margin-left: 35px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 30px;
    display: block;
  }

  .columns {
    width: 100%;
  }

  .container {
    border-radius: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-5.text {
    margin-bottom: 25px;
  }

  .column-5.text.smaller-text-col {
    padding-right: 0;
  }

  .textblock {
    width: 100%;
  }

  .headline {
    width: 80%;
  }

  .inbetweenline {
    width: 100%;
    margin-bottom: 20px;
  }

  .subline {
    width: 100%;
  }

  .column-7.smaller-col {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    flex-direction: row;
  }

  .mini-headline {
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .mini-headline.faq-text.tile-hl {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .mini-headline.bottom-hl {
    width: 90%;
  }

  .div-block-11 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .mini-subline.faq-text {
    margin-left: 0;
    margin-right: 25px;
  }

  .mini-text {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .mini-text.faq-text.tile-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mini-text.footer-text {
    width: 90%;
  }

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

  .text-block-12 {
    font-size: 12px;
    line-height: 27px;
  }

  .tabs-content {
    margin-top: 0;
  }

  .div-block-7.tag-yellow {
    height: 40px;
  }

  .div-block-7.tags {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-8.text {
    padding-right: 0;
  }

  .col-image {
    width: 100%;
    max-width: none;
    left: 0;
  }

  .column-9.col2-animated {
    margin-top: -50px;
  }

  .div-block-18 {
    flex-direction: row;
  }

  .div-block-19.faq-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-16 {
    font-size: 20px;
    line-height: 22px;
  }

  .tile {
    border-radius: 15px;
    padding-bottom: 30px;
  }

  .tile.animate-on-scroll {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .tile.animate-on-scroll.non-scrolling-tile {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tile.animate-on-scroll.tile-shadow {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tiles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-bottom: 50px;
  }

  .image-25 {
    text-align: left;
    max-width: 110%;
    margin-bottom: -118px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .image-26 {
    margin-right: 40px;
  }

  .body {
    overflow: visible;
  }

  .div-block-22 {
    margin-left: 0;
    margin-right: 25px;
  }

  .div-block-23 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .column-11 {
    padding-right: 0;
  }

  .image-28 {
    width: 100%;
    max-width: none;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }

  .image-31 {
    z-index: -1000;
    width: 230%;
    max-width: none;
    display: block;
    top: -10%;
    right: -50%;
    overflow: visible;
  }

  .image-33 {
    max-width: 70%;
  }

  .div-block-28 {
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }

  .image-35 {
    z-index: -1000;
    width: 230%;
    max-width: none;
    display: block;
    top: -10%;
    right: -50%;
    overflow: visible;
  }

  .col1-animated.left-col-right-align {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .move-up-on-scroll {
    display: none;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .columns-5 {
    flex-direction: column;
  }

  .columns-7 {
    width: 100%;
  }

  .div-block-33 {
    margin-left: 0;
  }

  .spline-header {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .image-39 {
    max-width: 100%;
    top: -25px;
    left: auto;
  }

  .image-40 {
    inset: 25% auto auto -5%;
  }

  .spline-scene-3 {
    width: 100%;
    height: 100%;
    display: none;
    inset: auto 0% 0% auto;
  }

  .div-block-37 {
    display: none;
  }

  .paragraph-6, .list {
    max-width: 100%;
  }

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

  .heading-11 {
    max-width: 100%;
  }

  .content-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .spline-scene-5 {
    z-index: -10;
    width: 100%;
    height: 100vh;
    position: static;
    left: -446px;
  }

  .spline-scene-6 {
    width: 991px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .tag-in-tile {
    margin-bottom: 15px;
  }

  .div-block-41 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .scroll-indicator {
    margin-top: 40px;
  }

  .div-block-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .spline-container {
    inset: 0% auto;
    overflow: hidden;
  }

  .header-gradient {
    width: 100%;
  }

  .image-41 {
    max-width: 46%;
    inset: auto -20% -26% auto;
  }

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

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .spline-scene-7 {
    margin-top: -52px;
    margin-left: -102px;
    display: none;
  }

  .image-43 {
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: clip;
  }

  .image-46 {
    width: 30%;
    position: absolute;
    top: 423px;
    bottom: 0;
    right: -40px;
  }

  .div-block-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-48 {
    width: 70%;
    margin-left: 0;
  }

  .div-block-49 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-12 {
    height: 50px;
  }

  .navigation {
    padding: 20px 0;
    display: flex;
  }

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

  .logo-link.w--current {
    margin-right: 30px;
  }

  .headlinelinkbox.documentation-link {
    display: none;
  }

  .div-block-3 {
    justify-content: flex-end;
    width: auto;
  }

  .text-block.headlinelink {
    margin-right: 0;
  }

  .navigation-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
  }

  .div-block-5 {
    flex-direction: row;
    width: auto;
  }

  .image-3 {
    margin-right: -20px;
  }

  .image {
    width: 320%;
    top: -18%;
    right: -70%;
  }

  .link-block.buttonfilled.main-cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-jumbo {
    font-size: 32px;
    line-height: 120%;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage._3d-stage {
    margin-top: 179px;
  }

  .text-block-3._2nd-cta, .text-block-3.blue-text {
    line-height: 20px;
  }

  .intro-header {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    margin: 50px 30px;
    overflow: visible;
  }

  .section.cc-store-home-wrap {
    background-color: var(--white);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.feature-box.col1-animated {
    padding: 50px 30px 70px;
  }

  .section.blue-bottom-bg {
    align-items: center;
    margin: -100px 0 -662px;
    padding: 58px 20px 570px;
  }

  .section.spline-container {
    margin: 50px 30px;
  }

  .section.animate-on-scroll {
    margin: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.animate-on-scroll.terms {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.logo-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .intro-text {
    margin-bottom: 40px;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    width: 100%;
  }

  .container {
    text-align: center;
  }

  .textblock {
    color: #5e5e72;
    line-height: 33px;
  }

  .headline {
    width: 90%;
  }

  .headline._404-copy {
    margin-top: 0;
  }

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

  .mini-headline {
    width: 90%;
  }

  .mini-headline.faq-text.tile-hl {
    font-size: 16px;
    line-height: 24px;
  }

  .mini-headline.bottom-hl {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

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

  .mini-text {
    width: 90%;
  }

  .mini-text.footer-text {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .div-block-8 {
    width: 100%;
    margin-top: 15px;
    display: flex;
  }

  .column-6 {
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .div-block-7.tag-yellow {
    padding-right: 15px;
  }

  .column-8.text.col1-animated {
    padding-right: 0;
  }

  .column-9.col2-animated {
    margin-top: 0;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .faq-container.col1-animated {
    background-color: #e1e1ea;
    margin-top: 0;
  }

  .image-21 {
    margin-bottom: 20px;
  }

  .column-10.col2-animated {
    padding-left: 0;
    padding-right: 0;
  }

  .tile.animate-on-scroll {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tile.animate-on-scroll.non-scrolling-tile {
    margin-bottom: 20px;
  }

  .tile.animate-on-scroll.tile-shadow {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tiles {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-20.footer-ctas {
    flex-direction: row;
  }

  .text-span {
    line-height: 40px;
  }

  .image-25 {
    margin-bottom: -50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrap {
    padding-bottom: 25px;
  }

  .tabs-menu-2 {
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow: scroll;
  }

  .column-11 {
    padding-left: 0;
  }

  .column-12, .column-13, .column-14 {
    margin-bottom: 25px;
  }

  .column-16 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .column-17 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .tab-pane-tab-1 {
    overflow: scroll;
  }

  .div-block-24 {
    width: 600px;
    display: block;
    overflow: visible;
  }

  .text-block-21 {
    flex-direction: row;
    width: 106px;
  }

  .image-31, .image-35 {
    width: 300%;
    top: -17%;
    right: -60%;
  }

  .col1-animated.left-col-right-align {
    width: 100%;
  }

  .div-block-29 {
    width: 100%;
    margin-top: 80px;
  }

  .div-block-29.imprint {
    margin-top: 170px;
  }

  .columns-6, .div-block-32 {
    width: 100%;
  }

  .spline-header {
    display: flex;
    inset: auto 0% 0% auto;
    overflow: hidden;
  }

  .image-39 {
    top: auto;
    left: auto;
  }

  .image-40 {
    top: 25%;
    bottom: auto;
    right: auto;
  }

  .spline-scene-3 {
    display: none;
  }

  .col3-animated.column-100 {
    padding-left: 0;
  }

  ._404-text {
    top: 2%;
  }

  .content {
    margin-top: 170px;
  }

  .content-2 {
    margin-top: 170px;
    margin-left: 0;
    margin-right: 0;
  }

  .spline-scene-5 {
    width: 100%;
    top: -161px;
  }

  .spline-scene-6 {
    width: 767px;
  }

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

  .scroll-indicator {
    margin-top: 30px;
  }

  .scroll-container {
    flex-flow: column;
  }

  .scroll-container.tile-row-1 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .spline-container {
    left: 0;
    right: auto;
  }

  .header-gradient {
    width: 90%;
  }

  .image-41 {
    display: none;
    bottom: -17%;
    right: -15%;
  }

  .bottom-tiles {
    grid-template-rows: auto auto;
  }

  .top-tiles {
    grid-template-columns: 1fr;
  }

  .spline-scene-7 {
    margin-left: -145px;
  }

  .image-43 {
    height: 100%;
    margin-left: -176px;
  }

  .image-46 {
    top: 564px;
    right: -65px;
  }

  .image-48 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 40px;
  }

  a {
    word-break: break-all;
  }

  .div-block-12 {
    z-index: 100;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .menu {
    margin-left: 15px;
  }

  .logo-link {
    margin-right: auto;
  }

  .headlinelinkbox {
    display: flex;
  }

  .headlinelinkbox.documentation-link, .headlinelinkbox.contact-sales, .headlinelinkbox.contact-sales-link {
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-top: 0;
  }

  .text-block.headlinelink {
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
  }

  .navigation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
  }

  .div-block {
    opacity: 1;
    flex-flow: row;
    justify-content: space-around;
    width: auto;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    width: 255px;
  }

  .image-3 {
    max-width: 93%;
    margin-bottom: 50px;
    margin-right: 0;
    top: 0;
  }

  .image {
    z-index: -10;
    width: 480%;
    max-width: none;
    display: block;
    top: -31%;
    right: -123%;
    overflow: visible;
  }

  .link-block.buttonoutline {
    padding: 10px 15px;
  }

  .link-block.buttonoutline.navigation-cta, .link-block.buttonoutline.navigation-cta.header-whitepaper {
    display: none;
  }

  .link-block.buttonfilled.main-cta.filled-blue {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block.buttonfilled.blue-cta.faq-text {
    margin-left: 0;
  }

  .link-block.buttonfilled.main-cta {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-jumbo {
    color: var(--white);
    margin-top: 15px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-jumbo.imprint, .heading-jumbo.privacy, .heading-jumbo.terms {
    color: var(--black);
  }

  .intro-content.cc-homepage {
    width: 100%;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .intro-content.cc-homepage._3d-stage {
    margin-top: 160px;
    padding-left: 0;
  }

  .text-block-3._2nd-cta {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-3._2nd-cta.nav-cta {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-3.blue-text {
    font-size: 15px;
    line-height: 20px;
  }

  .intro-header {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section {
    margin: 50px 0 30px;
    padding: 0 20px;
  }

  .section.cc-store-home-wrap {
    aspect-ratio: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .section.feature-box {
    border-radius: 12px;
    margin: 70px 15px 25px;
    padding: 15px 15px 25px;
  }

  .section.feature-box.col1-animated {
    padding: 50px 20px;
  }

  .section.blue-bottom-bg {
    border-radius: 0;
    margin: -69px 0 -15px;
    padding-bottom: 0;
  }

  .section.footer {
    border-radius: 12px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0 15px;
  }

  .section.spline-container {
    margin: 30px 20px;
    padding: 0;
  }

  .section.animate-on-scroll {
    margin: 0 0 30px;
    padding: 0 20px;
  }

  .section.animate-on-scroll.terms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.logo-container {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .intro-text {
    width: 100%;
    margin: 0 0 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    width: 100%;
    line-height: 24px;
  }

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

  .image-8 {
    max-width: 100%;
    height: 14px;
  }

  .column-4 {
    height: 60px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    height: 60px;
  }

  .blog-heading {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2, .column-3 {
    height: 60px;
  }

  .column-5.text {
    margin-bottom: 0;
    padding-right: 0;
  }

  .column-5.text.smaller-text-col {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .textblock {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .headline {
    width: 100%;
    font-size: 32px;
    line-height: 35px;
  }

  .headline.feature-box {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .inbetweenline {
    font-size: 22px;
    line-height: 30px;
  }

  .inbetweenline.feature-box {
    font-size: 16px;
    line-height: 24px;
  }

  .subline {
    font-size: 19px;
    line-height: 25px;
  }

  .image-14 {
    width: 180px;
    max-width: none;
    top: 92px;
    left: -100px;
  }

  .tabs-menu {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .div-block-6 {
    border-radius: 12px;
    padding-bottom: 0;
    overflow: scroll;
  }

  .column-7.smaller-col {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    flex-flow: wrap;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-block-15 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .mini-headline {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .mini-headline.faq {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .mini-headline.faq-text.tile-hl {
    width: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .mini-headline.bottom-hl {
    width: 100%;
    line-height: 40px;
  }

  .image-17.ellipse2 {
    width: 200px;
    max-width: none;
    margin-top: 0;
    margin-bottom: -220px;
    display: block;
    top: -59px;
    left: 171px;
    right: 0;
  }

  .div-block-11 {
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 30px;
    overflow: hidden;
  }

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

  .mini-subline.faq-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mini-text {
    font-size: 16px;
    line-height: 24px;
  }

  .mini-text.faq-text.tile-text {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .mini-text.footer-text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

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

  .text-block-12 {
    font-size: 15px;
    line-height: 19px;
  }

  .div-block-8 {
    margin-top: 15px;
    display: flex;
  }

  .column-6 {
    margin-bottom: 25px;
  }

  .div-block-7.tag-yellow {
    flex-wrap: nowrap;
    height: 46px;
    padding-left: 15px;
  }

  .column-8.text {
    padding-right: 0;
  }

  .col-image {
    max-width: 100%;
    display: block;
    left: auto;
  }

  .column-9.col2-animated {
    margin-top: -19px;
  }

  .div-block-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .faq-container.col1-animated {
    margin-top: 30px;
    padding: 20px;
  }

  .div-block-19.faq-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-block-16 {
    font-size: 17px;
  }

  .text-block-16.faq-content-text {
    width: 100%;
  }

  .image-21 {
    margin-bottom: 15px;
  }

  .tile {
    border-radius: 12px;
    padding-bottom: 15px;
  }

  .tile.animate-on-scroll {
    padding: 20px 10px;
  }

  .tile.animate-on-scroll.non-scrolling-tile {
    height: 100%;
  }

  .div-block-20.footer-ctas {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .image-25 {
    opacity: 0;
    display: none;
  }

  .text-block-19.copyright {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-26 {
    padding-bottom: 15px;
  }

  .footer-wrap {
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .body {
    overflow: visible;
  }

  .div-block-22 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-20._2nd-cta, .text-block-20.blue-text {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-23 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tabs-menu-2 {
    flex-direction: row;
    align-items: center;
  }

  .columns-4 {
    margin-top: 20px;
  }

  .column-11 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-12, .column-13, .column-14 {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-16 {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-pane-tab-1 {
    overflow: scroll;
  }

  .div-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 380px;
    display: flex;
    overflow: visible;
  }

  .image-28 {
    margin-top: 0;
  }

  .div-block-25 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-26 {
    flex-direction: column;
    margin-top: 0;
    overflow: visible;
  }

  .image-31 {
    z-index: -1000;
    width: 527%;
    max-width: none;
    display: block;
    top: -21%;
    right: -110%;
    overflow: visible;
  }

  .image-33 {
    max-width: 93%;
  }

  .div-block-27 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-28 {
    flex-direction: column;
    margin-top: 0;
    overflow: visible;
  }

  .image-35 {
    z-index: -1000;
    width: 527%;
    max-width: none;
    display: block;
    top: -21%;
    right: -110%;
    overflow: visible;
  }

  .image-38 {
    margin-bottom: 0;
  }

  .spline-scene.illustration {
    height: 300px;
  }

  .div-block-29 {
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-29.imprint {
    margin-top: 120px;
  }

  .header-area {
    width: 100%;
    overflow: visible;
  }

  .div-block-33 {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .spline-header {
    display: none;
    top: auto;
  }

  .image-39 {
    max-width: 120%;
    top: auto;
    right: 0;
  }

  .image-40 {
    top: 25%;
    bottom: auto;
    right: auto;
  }

  .div-block-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .spline-scene-3 {
    display: none;
  }

  .col3-animated {
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .col3-animated.column-100 {
    height: auto;
  }

  ._404-text {
    inset: 1% auto auto 1%;
  }

  .div-block-40.imprint {
    max-width: 100%;
  }

  .list {
    margin-left: 20px;
    padding-left: 0;
  }

  .content {
    margin-top: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .content.privacy {
    margin-top: 120px;
  }

  .content-2 {
    margin-top: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .content-2.terms {
    margin-top: 120px;
  }

  .body-3 {
    background-color: #dfdee9;
  }

  .spline-scene-5 {
    width: 100%;
    top: -100px;
    left: -672px;
  }

  .spline-scene-6 {
    width: 478px;
  }

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

  .col4-animated {
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .spline-container {
    right: -172%;
  }

  .image-41 {
    inset: auto -27% 2% auto;
  }

  .image-42 {
    width: 130px;
  }

  .bottom-tiles {
    grid-template-columns: 1fr;
  }

  .spline-scene-7 {
    margin-top: -88px;
    margin-left: -107px;
  }

  .image-43 {
    margin-left: 0;
  }

  .image-46 {
    width: 50%;
    display: none;
    top: 480px;
    overflow: visible;
  }

  .image-48 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e147c18-90ae-b37c-3c3d-30bbe5c3377d-e5c33778, #w-node-cd01b173-57a5-f230-4020-4b807c6c9304-e5c33778 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e147c18-90ae-b37c-3c3d-30bbe5c3377d-e5c33778, #w-node-cd01b173-57a5-f230-4020-4b807c6c9304-e5c33778 {
    grid-column: span 1 / span 1;
  }
}


