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

.nav-link {
  color: #000;
}

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

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

.centered {
  text-align: center;
}

.centered.slideup-1 {
  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/Frame-15.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;
}

.grid-photo-text.bg-white {
  background-color: var(--white);
}

.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;
  margin-right: 10px;
}

.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(--white);
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  display: flex;
}

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

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

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

.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.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-14 {
  margin-bottom: 0;
  padding-left: 20px;
}

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

.paragraph-11 {
  color: #000;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
}

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

.paragraph-13 {
  color: #fff;
  padding-left: 20px;
}

.image-8 {
  width: 64px;
}

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

.fade-400ms-2 {
  object-fit: scale-down;
  object-position: 100% 100%;
  height: auto;
}

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

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

.quick-stack-20._20more {
  padding-left: 20px;
}

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

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

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

.section-color-2 {
  background-image: linear-gradient(#2e1f4ad1, #2e1f4ad1), url('../images/Zimmermann-Gesucht-suchen-auftrag-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

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

.image-13 {
  height: 100px;
}

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

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

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

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

.image-10, .image-12 {
  height: 100px;
}

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

.image-16 {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
}

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

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

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

.cell-19 {
  flex-flow: column;
}

.optimal-grid-wrapper-6 {
  background-color: #fff;
  border: 1px solid #7459a5;
  width: 100%;
  padding: 20px;
}

.optimal-grid-wrapper-6.slideup-2, .optimal-grid-wrapper-6.slideup-4 {
  flex: 1;
}

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

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

.regional-img {
  width: 215px;
}

.regional-grid-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-22, .paragraph-21 {
  text-align: center;
}

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

.stricjh-2._30 {
  width: 30%;
  height: 7px;
}

.stricjh-2._60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}

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

.paragraph-9 {
  margin-bottom: 0;
  padding-left: 10px;
}

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

.ablauf-grid-wrapper-2.slideup-1 {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.image-6 {
  width: 54px;
}

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

.ablauf-2 {
  margin-top: 0;
}

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

.optimal-grid-wrapper-7 {
  background-color: #fff;
  border: 1px solid #7459a5;
  width: 100%;
  padding: 20px;
}

.optimal-grid-wrapper-7.slideup-5 {
  flex: 1;
}

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

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

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

.image-18, .image-19 {
  width: 64px;
}

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

.image-22 {
  object-fit: cover;
  object-position: 62% 50%;
  height: 100%;
}

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

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

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

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

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

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

.heading-3 {
  color: #fff;
  font-size: 1.4em;
}

.image-66 {
  width: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.section-color-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Dachdecker-suchen.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  background-clip: padding-box;
}

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

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

.image-68 {
  width: 64px;
}

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

.landing-hero-2 {
  background-image: url('../images/Frame-11.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 1125px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

.purple.centered {
  flex: 0 auto;
}

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

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

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

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

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

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

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

.tabs {
  z-index: 1;
}

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

.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-64 {
  z-index: 1;
  width: 95%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-65 {
  width: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .button-2 {
    border-color: #6941c6;
  }

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

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

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

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

  .nav-link.mobile-style {
    color: var(--white);
  }

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

  .nav-menu {
    background-color: var(--color-1);
    border-radius: 96px;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .fade-400ms-2 {
    height: 724px;
  }

  .image-20 {
    object-fit: cover;
    object-position: 50% 67%;
    width: 100%;
    height: 385px;
  }

  .image-21 {
    width: 212px;
  }

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

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

  .icon {
    color: var(--color-1);
  }

  .cell-21, .cell-22 {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

@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 {
    border-radius: 47px;
  }

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

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

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

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

@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 {
    height: auto;
  }

  .white {
    text-align: left;
  }

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

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

  .main-button.purple.mid {
    margin-left: auto;
    margin-right: auto;
  }

  .checkmark {
    margin-right: 10px;
  }

  .l-sungen-grid-wrapper, .l-sungen-grid-wrapper.slideup-4 {
    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-left: 10px;
    padding-right: 10px;
  }

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

  .zahl {
    width: 77px;
    margin-bottom: 20px;
  }

  .quick-stack-16 {
    flex: 0 auto;
  }

  .catch {
    background-position: 68%;
  }

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

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

  .image-10 {
    height: 60px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .ablauf-2 {
    margin-top: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cell-59 {
    display: none;
  }

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

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

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

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

  .background-video {
    display: block;
  }

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

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

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

#w-node-_4489304a-713f-f16f-ddbc-fac4bb7af225-fe5677e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4489304a-713f-f16f-ddbc-fac4bb7af233-fe5677e2, #w-node-_4489304a-713f-f16f-ddbc-fac4bb7af25d-fe5677e2, #w-node-_4489304a-713f-f16f-ddbc-fac4bb7af287-fe5677e2, #w-node-_4489304a-713f-f16f-ddbc-fac4bb7af2b1-fe5677e2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_60872264-14f9-113c-a77b-b55e7107a0a0-fe5677e2, #w-node-_60872264-14f9-113c-a77b-b55e7107a0a1-fe5677e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5a78029-8784-0701-a9f0-7f9d3267ecc0-fe5677e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_05be2121-c1b9-49d6-9e68-77b9af824480-fe5677e2, #w-node-_05be2121-c1b9-49d6-9e68-77b9af824482-fe5677e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_05be2121-c1b9-49d6-9e68-77b9af824487-fe5677e2, #w-node-_05be2121-c1b9-49d6-9e68-77b9af824495-fe5677e2, #w-node-_05be2121-c1b9-49d6-9e68-77b9af8244c7-fe5677e2, #w-node-_05be2121-c1b9-49d6-9e68-77b9af8244f9-fe5677e2, #w-node-_05be2121-c1b9-49d6-9e68-77b9af82452b-fe5677e2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1323fc63-2e0c-0307-e268-42828715a5d0-fe5677e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ad426aff-29dc-ff44-dad3-a1dc566316db-fe5677e2, #w-node-ad426aff-29dc-ff44-dad3-a1dc566316dd-fe5677e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad426aff-29dc-ff44-dad3-a1dc566316e2-fe5677e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-ad426aff-29dc-ff44-dad3-a1dc566316f0-fe5677e2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f712cd69-4b17-ef4d-37b9-d40ebe118c5c-be118c5a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f712cd69-4b17-ef4d-37b9-d40ebe118c5d-be118c5a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f712cd69-4b17-ef4d-37b9-d40ebe118c62-be118c5a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e871a-e91e8717, #w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e871c-e91e8717 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e8721-e91e8717, #w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e872f-e91e8717, #w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e8761-e91e8717, #w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e8793-e91e8717, #w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e87c5-e91e8717 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_01d0fd58-6a31-7f48-d94d-7e4ecbb15bf1-cbb15beb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_01d0fd58-6a31-7f48-d94d-7e4ecbb15bf9-cbb15beb, #w-node-_01d0fd58-6a31-7f48-d94d-7e4ecbb15c15-cbb15beb, #w-node-_01d0fd58-6a31-7f48-d94d-7e4ecbb15c31-cbb15beb, #w-node-_01d0fd58-6a31-7f48-d94d-7e4ecbb15c4d-cbb15beb {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9f20b161-6310-4920-0a01-b79fb30e2a66-b30e2a60 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_9f20b161-6310-4920-0a01-b79fb30e2a68-b30e2a60 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-db96c2f6-4cfd-f2ea-82ec-175e259b3c36-259b3c26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_075ca9fe-61b5-448a-da57-dbc48e1d885b-fe5677e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_075ca9fe-61b5-448a-da57-dbc48e1d887a-fe5677e4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_075ca9fe-61b5-448a-da57-dbc48e1d88c4-fe5677e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_075ca9fe-61b5-448a-da57-dbc48e1d88cc-fe5677e4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_075ca9fe-61b5-448a-da57-dbc48e1d88ff-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8904-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8909-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d890e-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8913-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8918-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d891d-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8922-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8927-fe5677e4 {
  align-self: start;
}

#w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8958-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d896b-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d897e-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8996-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d89a9-fe5677e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_075ca9fe-61b5-448a-da57-dbc48e1d89c5-fe5677e4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4489304a-713f-f16f-ddbc-fac4bb7af225-fe5677e2, #w-node-_60872264-14f9-113c-a77b-b55e7107a0a1-fe5677e2, #w-node-f5a78029-8784-0701-a9f0-7f9d3267ecc0-fe5677e2, #w-node-_05be2121-c1b9-49d6-9e68-77b9af824480-fe5677e2, #w-node-_05be2121-c1b9-49d6-9e68-77b9af824482-fe5677e2, #w-node-_1323fc63-2e0c-0307-e268-42828715a5d0-fe5677e2, #w-node-ad426aff-29dc-ff44-dad3-a1dc566316db-fe5677e2, #w-node-ad426aff-29dc-ff44-dad3-a1dc566316dd-fe5677e2, #w-node-f712cd69-4b17-ef4d-37b9-d40ebe118c5d-be118c5a, #w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e871a-e91e8717, #w-node-_0fbd9bb3-31a4-26bb-38bc-9594e91e871c-e91e8717 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_01d0fd58-6a31-7f48-d94d-7e4ecbb15bf1-cbb15beb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f20b161-6310-4920-0a01-b79fb30e2a68-b30e2a60 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-db96c2f6-4cfd-f2ea-82ec-175e259b3c36-259b3c26, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d885b-fe5677e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d887a-fe5677e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d88c4-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8958-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d896b-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d897e-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8996-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d89a9-fe5677e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d89c5-fe5677e4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d887a-fe5677e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8958-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d896b-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d897e-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d8996-fe5677e4, #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d89a9-fe5677e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60872264-14f9-113c-a77b-b55e7107a0a0-fe5677e2, #w-node-_60872264-14f9-113c-a77b-b55e7107a0a1-fe5677e2, #w-node-f5a78029-8784-0701-a9f0-7f9d3267ecc0-fe5677e2, #w-node-_1323fc63-2e0c-0307-e268-42828715a5d0-fe5677e2, #w-node-_9f20b161-6310-4920-0a01-b79fb30e2a66-b30e2a60 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f20b161-6310-4920-0a01-b79fb30e2a68-b30e2a60 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_075ca9fe-61b5-448a-da57-dbc48e1d896b-fe5677e4 {
    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;
}