@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --color-1: #2e1f4a;
  --white: white;
  --color-2: #7459a5;
  --color-4: #f8f6f5;
  --color-3: #8ed2c8;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.5em;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

.button-red:hover {
  transform: scale(1.05);
}

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.p-sm-start {
  text-align: left;
  padding-top: 1.65em;
}

.paragraph {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.title5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-small {
  color: #d0d5dd;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.p-md-start {
  padding-top: 4.5em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: #000;
}

.p-xss-start {
  padding-top: .5em;
}

.fade-200ms.color-1 {
  color: var(--color-1);
}

.centered {
  text-align: center;
}

.centered.white-2, .centered.white-2.new {
  text-align: left;
}

.centered.violet {
  color: #2e1f4a;
}

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

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

.block {
  text-align: justify;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.landing-hero {
  background-image: url('../images/Group-94.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.landing-hero-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-hero-wrapper.container-w2.gutter-outside.big-gap {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.body {
  background-color: #f8f6f5;
}

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

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

.main-button {
  background-color: var(--white);
  color: var(--color-1);
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button.purple {
  background-color: var(--color-2);
  color: var(--white);
}

.ablauf {
  margin-top: -56px;
}

.quick-stack {
  padding: 0;
}

.ablauf-grid-wrapper {
  border: 1px solid var(--color-2);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.image {
  width: 64px;
}

.grid-photo-text {
  margin-top: 100px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

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

.quick-stack-2 {
  padding: 0;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 0;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.service-grid-wrapper {
  border: 1px solid var(--color-2);
  background-color: var(--color-4);
  width: 100%;
  padding: 20px;
}

.service-grid-heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 32px;
  margin-right: 10px;
}

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

.paragraph-4 {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

.checkmark {
  width: 20px;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  padding: 0;
}

.l-sungen-grid-wrapper {
  display: flex;
}

.l-sungen-grid-wrapper.slideup-4 {
  flex-flow: row;
}

.l-sungen-grid-content-wrapper {
  padding-left: 20px;
}

.image-3 {
  align-self: flex-start;
}

.quick-stack-4-copy {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  padding: 0;
}

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

.quick-stack-5 {
  padding: 0;
}

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

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

.cell-4.slideup-3 {
  flex-flow: column;
}

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

.quick-stack-6 {
  padding: 0;
}

.optimal-grid-wrapper {
  border: 1px solid var(--color-2);
  background-color: var(--white);
  width: 100%;
  padding: 20px;
}

.alert {
  border: 1px solid var(--color-2);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.optimal-content {
  margin-bottom: 0;
  padding-left: 20px;
}

.paragraph-5 {
  color: var(--color-1);
  text-align: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 700;
}

.quick-stack-7 {
  padding: 0;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.paragraph-6 {
  margin-bottom: 0;
  padding-left: 20px;
}

.quick-stack-8 {
  padding: 0;
}

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

.quick-stack-9 {
  padding: 0;
}

.innovation-grid-wrapper {
  width: 100%;
}

.innovation-grid-heading-wrapper {
  border: 1px solid var(--color-2);
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.image-4 {
  width: 130px;
  margin-top: 10px;
}

.nav-wrapper.container-w1.navpedding {
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

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

.cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: var(--color-1);
  background-image: url('../images/Pinsel-Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer.backcolor {
  background-image: none;
}

.quick-stack-10 {
  padding: 0;
}

.heading {
  color: var(--white);
  text-align: center;
  font-size: 1.4em;
}

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

.list-item {
  margin-bottom: 20px;
}

.quick-stack-11 {
  padding: 0;
}

.image-5 {
  width: 32px;
}

.main-button-2 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-2.purple {
  color: #fff;
  background-color: #7459a5;
}

.main-button-2.purple.rounder {
  border-radius: 2200px;
}

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

.navbar-2 {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2.container-w1.adjusted-nav {
  background-color: #fff;
  border-radius: 172px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.image-6 {
  width: 130px;
  margin-top: 0;
}

.main-button-3 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-3.purple {
  color: #fff;
  background-color: #7459a5;
}

.main-button-3.purple.rounder {
  border-radius: 2200px;
}

.navbar-3 {
  background-color: #fff;
  border-radius: 75px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-7 {
  width: 130px;
  margin-top: 0;
}

.navbar-4 {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-4.container-w1.adjusted-nav {
  background-color: #fff;
  border-radius: 172px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.navbar-4.container-w1.adjusted-nav.mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-2 {
  color: #000;
}

.nav-link-2.mobile-style.w--current {
  color: #7459a5;
  font-weight: 700;
}

.main-button-4 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-4.purple {
  color: #fff;
  background-color: #7459a5;
}

.main-button-4.purple.rounder {
  border-radius: 2200px;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 130px;
  margin-top: 0;
}

.uui-pricing08_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing08_feature {
  display: flex;
}

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

.section-2 {
  background-color: #f8f6f5;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.btn-bg {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.btn-bg.c-10 {
  background-color: #7655b6;
  border-radius: 50rem;
  align-self: center;
  width: 130%;
  min-width: auto;
  height: 120%;
  inset: auto;
}

.uui-pricing08_popular-plan {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  width: 90%;
  padding: 4.5rem 2rem 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #27272747, 0 4px 6px -2px #2727278f;
}

.uui-pricing08_popular-plan:lang(en) {
  width: 100%;
}

.btn-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quick-stack-12 {
  margin-top: 60px;
  padding: 0;
}

.purple {
  color: #7655b6;
  flex: 0 auto;
}

.purple.centered {
  flex: 0 auto;
}

.p-xs-start {
  padding-top: 1em;
}

.div-block-11 {
  background-color: #98a2b3;
  width: 50%;
  height: 3px;
}

.uui-pricing08_popular-label {
  z-index: 1;
  outline-offset: 0px;
  color: #fff;
  background-color: #7655b6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  outline: 1px solid #e9d7fe;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.quick-stack-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.background-video {
  width: 100%;
  height: 770px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.background-video.mobile-on {
  flex: 0 auto;
  display: none;
}

.paragraph-22 {
  margin-bottom: 0;
}

.tab-heading {
  text-transform: uppercase;
  font-weight: 200;
}

.cell-49 {
  justify-content: center;
  align-items: center;
}

.function-contnet-wrapper-copy {
  align-self: center;
  padding: 10px 20px;
}

.image-39 {
  z-index: -5;
  position: absolute;
  inset: -25% auto auto 0%;
}

.btn-txt {
  color: #000;
  position: relative;
}

.title-anforderungen {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
}

.cell-46 {
  justify-content: center;
  align-items: center;
}

.tab {
  color: #000;
  text-transform: uppercase;
  background-color: #eeeeeefc;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}

.tab.w--current {
  background-color: #fffffffc;
  border: 1px solid #7655b6;
}

.tab.first {
  margin-left: 0;
}

.btn-icon-arrow {
  color: #000;
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow.hover {
  color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
}

.function-wrapper {
  border: 1px solid #7655b6;
  border-radius: 20px;
  width: 100%;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.image-44 {
  z-index: 1;
  width: 95%;
  position: relative;
}

.section-tabs {
  z-index: 1;
  background-color: #f8f6f5;
  position: relative;
}

.bold-text-2 {
  color: #7655b6;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
}

.text-block-9 {
  color: #272727;
}

.cell-26 {
  justify-content: center;
}

.uui-pricing08_content-top {
  flex: 0 auto;
}

.div-block-9 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell-47 {
  justify-content: center;
  align-items: center;
}

.uui-pricing08_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.button-2 {
  color: #272727;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-left: 0;
  padding: .8em 1.8em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button-2:hover {
  color: #7655b6;
  background-color: #74f5db73;
  box-shadow: 0 2px 5px #0003;
}

.button-2:active {
  transform: translate(0, -6px);
}

.uui-pricing08_content {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.image-43 {
  height: 638px;
  display: block;
  position: absolute;
  inset: 8% 1% 0% auto;
}

.tabs {
  z-index: 1;
}

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

.title6-2 {
  color: #868686;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2em;
}

.tab-wrapper.container-w2.gutter-outside {
  position: static;
}

.paragraph-23 {
  color: #fff;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
}

.p-xl-start-2 {
  padding-top: 6.5em;
}

.quick-stack-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.copy-small-2 {
  color: #686868;
  text-align: justify;
  font-size: .85em;
  font-style: normal;
  line-height: 1.4em;
}

.copy-small-2.adjusted {
  border-left: 3px solid #7655b6;
  padding-left: 20px;
}

.text-block {
  color: #fff;
}

.cell-27 {
  justify-content: center;
}

.image-55, .image-56 {
  width: 24px;
}

.cell-30 {
  justify-content: center;
}

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

.tab-pane-tab-1 {
  margin-top: 20px;
}

.button-8 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-8.c-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-left-wrapper {
  width: 556px;
}

.mart-benefit-grid-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.function-number-wrapper {
  background-color: #7655b6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.quick-stack-28 {
  margin-top: 60px;
  padding: 0;
}

.function-number-wrapper-2 {
  background-color: #7655b6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-12 {
  background-color: #98a2b3;
  width: 50%;
  height: 3px;
}

.quick-stack-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.quick-stack-26 {
  padding: 0;
}

.paragraph-24 {
  margin-bottom: 0;
}

.quick-stack-30, .quick-stack-31 {
  padding: 0;
}

.cell-52 {
  justify-content: center;
  align-items: center;
}

.image-57 {
  z-index: -5;
  position: absolute;
  inset: -25% auto auto 0%;
}

.cell-53 {
  justify-content: center;
  align-items: center;
}

.image-58 {
  height: 638px;
  display: block;
  position: absolute;
  inset: 8% 1% 0% auto;
}

.image-59 {
  z-index: 1;
  width: 95%;
  position: relative;
}

.cell-54 {
  justify-content: center;
}

.cell-55 {
  justify-content: center;
  align-items: center;
}

.paragraph-25 {
  color: #fff;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
}

.p-xl-start-3 {
  padding-top: 6.5em;
}

.quick-stack-32 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.copy-small-3 {
  color: #686868;
  text-align: justify;
  font-size: .85em;
  font-style: normal;
  line-height: 1.4em;
}

.copy-small-3.adjusted {
  border-left: 3px solid #7655b6;
  padding-left: 20px;
}

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

.cell-56 {
  justify-content: center;
}

.image-60, .image-61 {
  width: 24px;
}

.cell-57 {
  justify-content: center;
}

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

.button-9 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-9.c-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  background-color: #98a2b3;
  width: 50%;
  height: 3px;
}

.quick-stack-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.quick-stack-34 {
  padding: 0;
}

.paragraph-26 {
  margin-bottom: 0;
}

.quick-stack-35 {
  padding: 0;
}

.cell-60 {
  justify-content: center;
  align-items: center;
}

.image-62 {
  z-index: -5;
  position: absolute;
  inset: -25% auto auto 0%;
}

.cell-61 {
  justify-content: center;
  align-items: center;
}

.image-63 {
  height: 638px;
  display: block;
  position: absolute;
  inset: 8% 1% 0% auto;
}

.image-64 {
  z-index: 1;
  width: 95%;
  position: relative;
}

.text-block-11 {
  color: #272727;
}

.quick-stack-36 {
  padding: 0;
}

.cell-62 {
  justify-content: center;
}

.cell-63 {
  justify-content: center;
  align-items: center;
}

.quick-stack-37 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.cell-64 {
  justify-content: center;
}

.image-65, .image-66 {
  width: 24px;
}

.cell-65 {
  justify-content: center;
}

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

.button-10 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-10.c-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.landing-hero-2 {
  background-image: url('../images/Frame-8.avif');
  background-position: 66% 20%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.quick-stack-38 {
  padding: 0;
}

.p-xl-start-4 {
  padding-top: 6.5em;
}

.main-button-5 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.white-2 {
  color: #fff;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.white-2.centered {
  text-align: center;
}

.ablauf-grid-wrapper-2 {
  background-color: #fff0;
  border: 1px #7459a5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.image-67 {
  width: 64px;
}

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

.quick-stack-39 {
  padding: 0;
}

.zahl {
  background-color: #7459a5;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 77px;
  display: flex;
}

.quick-stack-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 0;
}

.p-xl-start-5 {
  padding-top: 6.5em;
}

.main-button-6 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-6.purple {
  color: #fff;
  background-color: #7459a5;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

.stricjh {
  background-color: #7459a5;
  height: 2px;
}

.stricjh._60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.zahl-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 900;
}

.quick-stack-13 {
  padding: 0;
}

.l-sungen-grid-content-wrapper-2 {
  padding-left: 20px;
}

.quick-stack-41 {
  padding: 0;
}

.catch {
  background-image: url('../images/background-small.png');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-17 {
  padding: 0;
}

.ablauf-grid-wrapper-3 {
  background-color: #fff0;
  border: 1px #7459a5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.image-68 {
  width: 64px;
}

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

.white-3 {
  color: #fff;
  text-align: justify;
}

.quick-stack-42 {
  padding: 0;
}

.paragraph-8 {
  color: #2e1f4a;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 700;
}

.white-4 {
  color: #fff;
  text-align: justify;
}

.ablauf-grid-wrapper-4 {
  background-color: #fff0;
  border: 1px #7459a5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.alert-2 {
  background-color: #fff;
  border: 1px solid #7459a5;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-70 {
  width: 64px;
}

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

.main-button-7 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-7.purple {
  color: #fff;
  background-color: #7459a5;
}

.main-button-7.purple.slideup-3 {
  text-align: center;
  position: relative;
  right: -114px;
}

.quick-stack-16 {
  padding: 0;
}

.grid-photo-text-2 {
  background-color: #fff;
  background-image: url('../images/fi_7663741_1.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 0;
}

.main-button-8 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-8.purple {
  color: #fff;
  background-color: #7459a5;
}

.p-xl-start-6 {
  padding-top: 6.5em;
}

.l-sungen-grid-content-wrapper-3 {
  padding-left: 20px;
}

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

.zahl-2 {
  background-color: #7459a5;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 77px;
  display: flex;
}

.p-sm-start-2 {
  padding-top: 2.25em;
}

.image-13 {
  width: auto;
  height: auto;
}

.quick-stack-22 {
  padding: 0;
}

.p-xl-start-7 {
  padding-top: 6.5em;
}

.image-15, .image-14, .image-11 {
  height: auto;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.quick-stack-21 {
  padding: 0;
}

.image-10 {
  width: auto;
  height: auto;
}

.image-12 {
  height: auto;
}

.zahl-3 {
  background-color: #7459a5;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 77px;
  display: flex;
}

.zahl-3.adjusted {
  background-color: #fff0;
}

.main-button-9 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-9.purple {
  color: #fff;
  background-color: #7459a5;
}

.main-button-9.purple.rounder {
  border-radius: 2200px;
}

.image-71 {
  width: 130px;
  margin-top: 0;
}

.navbar-5 {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-5.container-w1.adjusted-nav {
  background-color: #fff;
  border-radius: 172px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.navbar-5.container-w1.adjusted-nav.mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-27, .bold-text-3, .paragraph-28, .paragraph-29 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .footer {
    background-image: url('../images/fi_7663741.png');
    background-position: 100%;
  }

  .p-xl-start-2, .p-xl-start-3 {
    padding-top: 9.2em;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
    background-color: var(--color-1);
    background-image: none;
  }

  .button-2 {
    border-color: #6941c6;
  }

  .button-2:hover {
    box-shadow: 0 2px 5px #6941c6;
  }

  .image-43, .image-58, .image-63 {
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .cell-11, .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .navbar-4.container-w1.adjusted-nav.mobile {
    margin-left: 25px;
    margin-right: 25px;
  }

  .icon {
    color: #2e1f4a;
  }

  .nav-link-2 {
    text-align: center;
  }

  .nav-link-2.mobile-style {
    color: #fff;
  }

  .menu-button {
    background-color: #fff0;
  }

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

  .nav-menu-2 {
    background-color: #2e1f4a;
    border-radius: 96px;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .uui-pricing08_popular-plan {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tab {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-44 {
    width: 40%;
    display: none;
  }

  .button-2:hover {
    opacity: 1;
    transform: scale(1);
  }

  .image-43 {
    display: none;
  }

  .image-58 {
    z-index: 0;
    display: none;
  }

  .image-59 {
    width: 40%;
    display: none;
  }

  .image-63 {
    z-index: 0;
    display: none;
  }

  .image-64 {
    width: 40%;
    display: none;
  }

  .navbar-5.container-w1.adjusted-nav.mobile {
    margin-left: 25px;
    margin-right: 25px;
  }
}

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

  .title6 {
    font-size: 1em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title1 {
    font-size: 2.8em;
  }

  .nav-menu-2 {
    border-radius: 47px;
  }

  .uui-pricing08_popular-plan {
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .background-video {
    display: none;
  }

  .background-video.mobile-on {
    display: block;
  }

  .uui-pricing08_feature-list {
    margin-bottom: 2rem;
  }

  .button-2 {
    align-self: flex-end;
    margin-top: 20px;
  }

  .title6-2 {
    font-size: 1em;
  }
}

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

  h2 {
    font-size: 2em;
  }

  h4 {
    color: var(--black);
  }

  h5 {
    font-size: 1.2em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .copy-small {
    font-size: 1em;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-large {
    color: #fff;
  }

  .landing-hero {
    flex-flow: column;
    height: auto;
    padding-top: 60px;
  }

  .landing-hero-wrapper.container-w2.gutter-outside.big-gap {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }

  .white {
    text-align: left;
  }

  .white.block {
    text-align: justify;
  }

  .main-button.slideup-3 {
    text-align: center;
  }

  .ablauf {
    margin-top: 0;
  }

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

  .l-sungen-grid-wrapper.slideup-4 {
    flex-flow: column;
  }

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

  .alert.slideup-6 {
    flex-flow: column;
  }

  .nav-wrapper.container-w1.navpedding {
    padding: 0 10px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .navbar-4.container-w1.adjusted-nav.mobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-button-4 {
    text-align: center;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .nav-menu-2 {
    border-radius: 11px;
  }

  .section-2 {
    flex-flow: column;
    height: auto;
    margin-top: 0;
    padding-top: 100px;
    overflow: visible;
  }

  .cell-24 {
    display: none;
  }

  .background-video {
    display: block;
  }

  .background-video.mobile-on {
    height: 300px;
  }

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

  .slideup-3-2 {
    padding-left: 0;
  }

  .uui-pricing08_feature-list {
    grid-row-gap: 1rem;
  }

  .p-xl-start-2 {
    padding-top: 5em;
  }

  .copy-small-2 {
    text-align: left;
    font-size: 1em;
  }

  .about-left-wrapper {
    width: auto;
  }

  .function-number-wrapper-2 {
    width: 0;
  }

  .cell-51 {
    display: none;
  }

  .p-xl-start-3 {
    padding-top: 5em;
  }

  .copy-small-3 {
    text-align: left;
    font-size: 1em;
  }

  .cell-59 {
    display: none;
  }

  .heading-2 {
    font-size: 1.3em;
  }

  .landing-hero-2 {
    height: auto;
  }

  .p-xl-start-4 {
    padding-top: 5em;
  }

  .main-button-5 {
    text-align: center;
  }

  .white-2 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .white-2.centered {
    margin-left: 0;
    margin-right: 0;
  }

  .ablauf-grid-wrapper-2.slideup-4, .ablauf-grid-wrapper-2.slideup-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-3.white-2.smaller {
    font-size: 1.8em;
  }

  .zahl {
    margin-bottom: 20px;
  }

  .p-xl-start-5 {
    padding-top: 5em;
  }

  .main-button-6 {
    text-align: center;
  }

  .l-sungen-grid-content-wrapper-2 {
    padding-left: 0;
  }

  .catch {
    background-position: 50%;
  }

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

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

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

  .alert-2.slideup-6 {
    flex-flow: column;
  }

  .main-button-7.purple.slideup-3 {
    background-color: var(--color-1);
    right: 0;
  }

  .grid-photo-text-2 {
    background-position: 50% 100%;
  }

  .p-xl-start-6 {
    padding-top: 5em;
  }

  .zahl-2 {
    margin-bottom: 10px;
  }

  .p-xl-start-7 {
    padding-top: 5em;
  }

  .image-10 {
    width: auto;
  }

  .zahl-3 {
    margin-bottom: 10px;
  }

  .main-button-9 {
    text-align: center;
  }

  .navbar-5.container-w1.adjusted-nav.mobile {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-e06c77b7-d894-ba95-8b94-ad63faad789a-468f686a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3d3dd4c8-efc3-d118-9abd-b651ec820840-468f686a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7c0a9fd8-7c32-1cc7-7ea2-465d58a9bf63-468f686a, #w-node-_7c0a9fd8-7c32-1cc7-7ea2-465d58a9bf64-468f686a, #w-node-e79652bc-a499-f106-047c-92abecca6557-468f686a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e79652bc-a499-f106-047c-92abecca6559-468f686a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab66e2b5-0526-3fa6-bc5c-3df3fe1a3e15-468f686a, #w-node-ab66e2b5-0526-3fa6-bc5c-3df3fe1a3e16-468f686a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5507e555-35fc-0923-da14-9503b31d5bb9-468f686a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-e0c3922c-2efe-1f88-540e-e57f62bade72-468f686a, #w-node-_67424b9a-c635-daf4-a831-fe7ea3ea8d78-468f686a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_88c9d310-8a54-749e-7bfc-703cd4cf683a-468f686a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_123f16b8-cc63-ff29-8d61-73cda321381a-468f686a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_70126cce-b66c-8220-54bc-9671d2090fc2-468f686a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-eee8aee4-7f92-003c-8e94-947e9508c30f-468f686c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eee8aee4-7f92-003c-8e94-947e9508c32e-468f686c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eee8aee4-7f92-003c-8e94-947e9508c378-468f686c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eee8aee4-7f92-003c-8e94-947e9508c380-468f686c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-eee8aee4-7f92-003c-8e94-947e9508c3b3-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c3b8-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c3bd-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c3c2-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c3c7-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c3cc-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c3d1-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c3d6-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c3db-468f686c {
  align-self: start;
}

#w-node-eee8aee4-7f92-003c-8e94-947e9508c40c-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c41f-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c432-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c44a-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c45d-468f686c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-eee8aee4-7f92-003c-8e94-947e9508c479-468f686c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2394c5b-960c-aaa9-8a28-12e814b269b5-468f686c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2394c5b-960c-aaa9-8a28-12e814b269b6-468f686c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_54aad063-b47e-d7ed-8f88-205b3024afd0-468f686c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e06c77b7-d894-ba95-8b94-ad63faad789a-468f686a, #w-node-_3d3dd4c8-efc3-d118-9abd-b651ec820840-468f686a, #w-node-_7c0a9fd8-7c32-1cc7-7ea2-465d58a9bf64-468f686a, #w-node-ab66e2b5-0526-3fa6-bc5c-3df3fe1a3e16-468f686a, #w-node-_5507e555-35fc-0923-da14-9503b31d5bb9-468f686a, #w-node-_123f16b8-cc63-ff29-8d61-73cda321381a-468f686a, #w-node-eee8aee4-7f92-003c-8e94-947e9508c30f-468f686c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eee8aee4-7f92-003c-8e94-947e9508c32e-468f686c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-eee8aee4-7f92-003c-8e94-947e9508c378-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c40c-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c41f-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c432-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c44a-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c45d-468f686c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eee8aee4-7f92-003c-8e94-947e9508c479-468f686c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2394c5b-960c-aaa9-8a28-12e814b269b6-468f686c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e79652bc-a499-f106-047c-92abecca6557-468f686a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e79652bc-a499-f106-047c-92abecca6559-468f686a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-eee8aee4-7f92-003c-8e94-947e9508c32e-468f686c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-eee8aee4-7f92-003c-8e94-947e9508c40c-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c41f-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c432-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c44a-468f686c, #w-node-eee8aee4-7f92-003c-8e94-947e9508c45d-468f686c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3d3dd4c8-efc3-d118-9abd-b651ec820840-468f686a, #w-node-_7c0a9fd8-7c32-1cc7-7ea2-465d58a9bf63-468f686a, #w-node-_7c0a9fd8-7c32-1cc7-7ea2-465d58a9bf64-468f686a, #w-node-e79652bc-a499-f106-047c-92abecca6557-468f686a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e79652bc-a499-f106-047c-92abecca6559-468f686a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ab66e2b5-0526-3fa6-bc5c-3df3fe1a3e15-468f686a, #w-node-ab66e2b5-0526-3fa6-bc5c-3df3fe1a3e16-468f686a, #w-node-_5507e555-35fc-0923-da14-9503b31d5bb9-468f686a, #w-node-eee8aee4-7f92-003c-8e94-947e9508c41f-468f686c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}