@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;
  --white: white;
  --color-1: #2e1f4a;
  --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 {
  padding-top: 2.25em;
}

.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;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.container-w1.adjusted-nav {
  background-color: var(--white);
  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.container-w1.adjusted-nav.mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #000;
}

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

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

.centered {
  text-align: center;
}

.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/Gerüstebauer-Schweiz-Offerte-kostenlos.png');
  background-position: 66% 20%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  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);
}

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

.ablauf {
  background-color: #2e1f4a;
  margin-top: 0;
}

.quick-stack {
  padding: 0;
}

.ablauf-grid-wrapper {
  border: 1px none var(--color-2);
  background-color: #fff0;
  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;
}

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

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

.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);
  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);
  background-image: url('../images/grafik.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-top: 0;
}

.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);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.nav-wrapper.container-w2.gutter-outside {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper.container-w1.gutter-outside {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

.cell-6, .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;
}

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

.heading {
  color: var(--white);
  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;
}

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

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

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

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

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

.zahl {
  background-color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 77px;
  display: flex;
}

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

.zahl-heading {
  color: var(--white);
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 900;
}

.stricjh {
  background-color: var(--color-2);
  height: 2px;
}

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

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

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

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

.section-color {
  background-image: url('../images/Gerüstebauer-Schweiz-Offerte-kostenlos_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

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

.ino-wrapper.container-w2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.paragraph-9 {
  margin-left: 20px;
  margin-right: 20px;
}

.image-7 {
  width: 32px;
}

.link {
  color: var(--color-1);
  margin-right: 20px;
}

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

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

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

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

.image-65 {
  width: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.purple.centered {
  flex: 0 auto;
}

.tabs {
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

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

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

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

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

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

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

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

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

.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-pricing08_feature {
  display: flex;
}

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

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

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

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

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

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

.image-66 {
  width: 32px;
}

@media screen and (min-width: 1280px) {
  .p-xl-start-3 {
    padding-top: 9.2em;
  }
}

@media screen and (min-width: 1920px) {
  .image-63 {
    position: absolute;
  }

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

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

@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);
  }

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

  .innovation {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

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

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

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

  .icon {
    color: #2e1f4a;
  }

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

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

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

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

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

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

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

  .landing-hero {
    height: auto;
  }

  .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 {
    text-align: center;
  }

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

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

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

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

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

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

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

  .zahl {
    margin-bottom: 20px;
  }

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

  .heading-3 {
    font-size: 1.5em;
  }

  .paragraph-10 {
    margin-right: 0;
  }

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

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

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

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

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

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

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

  .background-video {
    display: block;
  }

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

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

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

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

  .cell-59 {
    display: none;
  }

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

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

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

#w-node-e69f956d-1c8d-df1c-114a-4b5580332814-492cb93a, #w-node-fe25c85b-36a7-9910-fc9a-b2acecdfacd0-492cb93a, #w-node-_672af8c7-cbf5-b74f-bcd8-92735fdea1bf-492cb93a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_62f30b84-0319-97a3-b98b-7a1171bbf82b-492cb93a, #w-node-_61e5583a-8f86-5df5-ba4b-999200d0bfc0-492cb93a, #w-node-_44c5ed9f-06f5-6601-8b6f-b3f2aa925392-492cb93a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_41c855d8-ff0b-02a8-7399-dfaa76e2bc4b-492cb93a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b232e737-51dd-55cc-c14e-070a85dce0db-492cb93a, #w-node-b232e737-51dd-55cc-c14e-070a85dce0dc-492cb93a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_76e19a53-b1b9-ca66-62b2-3bdfc0138a1d-492cb93a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0b9f2464-398e-b291-1f9d-8d11feff4535-492cb93a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_35564caf-1f74-57e2-1cd2-bfbce9b3db3e-492cb93a, #w-node-_223e704b-2a85-22b5-9659-fbf6501ebe77-492cb93a, #w-node-_85daabdf-f49e-dde5-6484-87e5310dc90e-492cb93a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

#w-node-c2d17a83-f274-171a-1b7b-7bfd30bee3e1-492cb93a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7f428d0c-81c5-711a-649c-3813de8fb9d2-23484077 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7f428d0c-81c5-711a-649c-3813de8fb9f1-23484077 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7f428d0c-81c5-711a-649c-3813de8fba3b-23484077 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7f428d0c-81c5-711a-649c-3813de8fba43-23484077 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7f428d0c-81c5-711a-649c-3813de8fba76-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fba7b-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fba80-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fba85-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fba8a-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fba8f-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fba94-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fba99-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fba9e-23484077 {
  align-self: start;
}

#w-node-_7f428d0c-81c5-711a-649c-3813de8fbacf-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbae2-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbaf5-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbb0d-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbb20-23484077 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7f428d0c-81c5-711a-649c-3813de8fbb3c-23484077 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d92c60e8-c7a3-87a2-153e-7eca6978806a-23484077 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d92c60e8-c7a3-87a2-153e-7eca6978806b-23484077 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2725a8de-aabc-86b1-67b0-196c910e1221-23484077 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e69f956d-1c8d-df1c-114a-4b5580332814-492cb93a, #w-node-_672af8c7-cbf5-b74f-bcd8-92735fdea1bf-492cb93a, #w-node-_41c855d8-ff0b-02a8-7399-dfaa76e2bc4b-492cb93a, #w-node-b232e737-51dd-55cc-c14e-070a85dce0dc-492cb93a, #w-node-_76e19a53-b1b9-ca66-62b2-3bdfc0138a1d-492cb93a, #w-node-_0b9f2464-398e-b291-1f9d-8d11feff4535-492cb93a, #w-node-_35564caf-1f74-57e2-1cd2-bfbce9b3db3e-492cb93a, #w-node-_223e704b-2a85-22b5-9659-fbf6501ebe77-492cb93a, #w-node-_85daabdf-f49e-dde5-6484-87e5310dc90e-492cb93a, #w-node-_123f16b8-cc63-ff29-8d61-73cda321381a-492cb93a, #w-node-_7f428d0c-81c5-711a-649c-3813de8fb9d2-23484077 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7f428d0c-81c5-711a-649c-3813de8fb9f1-23484077 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7f428d0c-81c5-711a-649c-3813de8fba3b-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbacf-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbae2-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbaf5-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbb0d-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbb20-23484077 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7f428d0c-81c5-711a-649c-3813de8fbb3c-23484077 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d92c60e8-c7a3-87a2-153e-7eca6978806b-23484077 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f428d0c-81c5-711a-649c-3813de8fb9f1-23484077 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7f428d0c-81c5-711a-649c-3813de8fbacf-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbae2-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbaf5-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbb0d-23484077, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbb20-23484077 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe25c85b-36a7-9910-fc9a-b2acecdfacd0-492cb93a, #w-node-_672af8c7-cbf5-b74f-bcd8-92735fdea1bf-492cb93a, #w-node-_41c855d8-ff0b-02a8-7399-dfaa76e2bc4b-492cb93a, #w-node-b232e737-51dd-55cc-c14e-070a85dce0db-492cb93a, #w-node-b232e737-51dd-55cc-c14e-070a85dce0dc-492cb93a, #w-node-_76e19a53-b1b9-ca66-62b2-3bdfc0138a1d-492cb93a, #w-node-_35564caf-1f74-57e2-1cd2-bfbce9b3db3e-492cb93a, #w-node-_223e704b-2a85-22b5-9659-fbf6501ebe77-492cb93a, #w-node-_85daabdf-f49e-dde5-6484-87e5310dc90e-492cb93a, #w-node-_7f428d0c-81c5-711a-649c-3813de8fbae2-23484077 {
    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;
}