@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: #273844;
  --color-2: #fbe363;
  --white: white;
  --color-3: #fffdf3;
  --color-4: #ada2ca;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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: 700;
  line-height: 1.2em;
}

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

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  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;
}

.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-section {
  background-image: url('../images/Group-90_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 66vh;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
}

.image-2 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  background-color: #fffdf3;
  font-size: 14px;
}

.white {
  color: #fff;
}

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

.paragraph-2 {
  color: #fff;
  text-align: center;
}

.main-button {
  background-color: var(--color-2);
  color: var(--color-1);
  padding: 14px 40px;
}

.grid--section-no-button {
  margin-top: 100px;
}

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

.div-block {
  background-color: var(--color-2);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 15px 60px;
  display: flex;
  position: relative;
}

.heading {
  font-weight: 400;
}

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

.banner {
  background-image: url('../images/1Section-2.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.number {
  text-align: center;
  margin-bottom: auto;
  font-size: 4em;
  font-weight: 700;
}

.number.small {
  font-size: 1.6em;
}

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

.paragraph-3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.paragraph-3.black {
  color: var(--color-1);
  text-align: center;
  font-weight: 500;
}

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

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

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

.image-3 {
  width: 36px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.image-4 {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  padding-right: 0;
}

.contnet-2 {
  background-color: #e1e0d5a8;
}

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

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

.div-block-3 {
  background-color: var(--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 90%;
  display: flex;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.image-5 {
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

.paragraph-5 {
  font-size: 4em;
}

.zahl-kreis {
  background-color: var(--color-2);
  border-radius: 1377px;
  padding: 20px 42px;
  font-size: 3em;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  padding-left: 20px;
}

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

.about-slider-wrapper.container-w2.gutter-outside {
  overflow: hidden;
}

.brix---slider-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  width: 1170px;
  height: auto;
  display: flex;
  position: relative;
}

.brix---slider-mask-width-388px {
  max-width: 388px;
  height: 100%;
  overflow: visible;
}

.image-slider {
  box-sizing: border-box;
  object-fit: cover;
  width: 589.967px;
  height: 386px;
}

.brix---btn-slider-arrow-right---top-right {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  right: 0;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg {
  width: 590px;
  margin-right: 10px;
}

.brix---btn-slider-arrow-right---top-left {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 100px auto auto;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---hidden-desktop {
  display: none;
}

.div-block-6 {
  background-color: var(--color-2);
  text-align: center;
  width: 60%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 393.516px;
}

.image-7 {
  margin-top: 3px;
  margin-bottom: 3px;
}

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

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-wrapper.container-w2.gutter-outside.footeradjustments {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.section-2 {
  margin-bottom: 40px;
}

.paragraph-14 {
  margin-top: 40px;
  padding-left: 0;
  font-size: 18px;
}

.brand {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

  .div-block-3 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -50px auto;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -50px 47.5%;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

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

  .landing-section {
    height: 50vh;
  }

  .cell {
    align-items: center;
  }

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

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@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-section {
    height: 34vh;
  }

  .div-block-3 {
    width: auto;
  }

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

  .brix---slider-wrapper {
    width: auto;
  }

  .brix---slider-mask-width-388px {
    max-width: 295px;
  }

  .brix---btn-slider-arrow-right---top-right {
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0%;
  }

  .brix---slide-item-mg {
    width: 275px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: 0;
    left: 0%;
  }

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

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

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8 {
    object-fit: cover;
    height: 391px;
  }
}

#w-node-a89fe77b-0f29-e8ac-e482-c4eedc1b809c-9287514e, #w-node-bde36bd4-61b7-c12d-7c21-ed97920489f8-9287514e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e570489f-a176-481d-419a-97ce148650b8-9287514e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cbb3ea28-9c64-927d-b786-c627acfcb574-9287514e, #w-node-_47dfe195-fe88-ac4f-f2e9-ccd61e109c5a-9287514e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_160ba151-1ee2-662f-d336-4f88112a8fad-9287514e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fd1ca6ba-3fb8-0e0a-4fef-03f593915e9f-9287514e, #w-node-f0eded76-b33b-8f99-138d-f23610f26260-9287514e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-cc26a89b-4fb7-6d8c-3b25-b0d12cb19a44-9287514e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cc26a89b-4fb7-6d8c-3b25-b0d12cb19a4f-9287514e, #w-node-cc26a89b-4fb7-6d8c-3b25-b0d12cb19a67-9287514e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1449b481-c13d-6b6c-5e1e-d9c1b802bb14-9287514e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb9be06f-b49e-a45a-d9d0-e85e6c62e68b-9287514e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0b66a1fc-c17c-a1d9-3058-3e5ca7d4b3ef-9287514e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-fabcb5fa-92bc-1326-292f-59d1a43a637a-9287514e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a0872f3e-e05b-a5fd-539d-2d5487c8ac91-9287514e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e32fe3d2-1893-018e-d8eb-fe3e9445c3fc-9287514e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a89fe77b-0f29-e8ac-e482-c4eedc1b809c-9287514e, #w-node-bde36bd4-61b7-c12d-7c21-ed97920489f8-9287514e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e570489f-a176-481d-419a-97ce148650b8-9287514e, #w-node-cc26a89b-4fb7-6d8c-3b25-b0d12cb19a44-9287514e, #w-node-_1449b481-c13d-6b6c-5e1e-d9c1b802bb14-9287514e, #w-node-fabcb5fa-92bc-1326-292f-59d1a43a637a-9287514e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a0872f3e-e05b-a5fd-539d-2d5487c8ac91-9287514e {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-e32fe3d2-1893-018e-d8eb-fe3e9445c3fc-9287514e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a89fe77b-0f29-e8ac-e482-c4eedc1b809c-9287514e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bde36bd4-61b7-c12d-7c21-ed97920489f8-9287514e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_160ba151-1ee2-662f-d336-4f88112a8fad-9287514e, #w-node-fabcb5fa-92bc-1326-292f-59d1a43a637a-9287514e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a89fe77b-0f29-e8ac-e482-c4eedc1b809c-9287514e, #w-node-bde36bd4-61b7-c12d-7c21-ed97920489f8-9287514e, #w-node-eb9be06f-b49e-a45a-d9d0-e85e6c62e68b-9287514e, #w-node-fabcb5fa-92bc-1326-292f-59d1a43a637a-9287514e {
    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;
}