@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/Inter/Inter-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/Inter/Inter-Italic.woff2) format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/Inter/Inter-Bold.woff2) format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/Inter/Inter-BoldItalic.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-feature-settings: "lnum", "pnum";
  src: url(/assets/fonts/Playfair/PlayfairDisplay-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  font-feature-settings: "lnum", "pnum";
  src: url(/assets/fonts/Playfair/PlayfairDisplay-Italic.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-feature-settings: "lnum", "pnum";
  src: url(/assets/fonts/Playfair/PlayfairDisplay-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  font-feature-settings: "lnum", "pnum";
  src: url(/assets/fonts/Playfair/PlayfairDisplay-BoldItalic.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  font-feature-settings: "lnum", "pnum";
  src: url(/assets/fonts/Playfair/PlayfairDisplay-ExtraBold.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  font-feature-settings: "lnum", "pnum";
  src: url(/assets/fonts/Playfair/PlayfairDisplay-ExtraBoldItalic.woff2) format("woff2");
}
#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
#navbar .brandLogo {
  display: flex;
  flex-direction: row;
  row-gap: 10px;
}
#navbar .brandLogo a:not(:last-child) {
  margin-right: 35px;
}
#navbar .brandLogo img {
  max-height: 55px;
}
#navbar .navbarMenu .navbarMenuItems {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}
#navbar .navbarMenu .navbarMenuItems .navbarMenuItem {
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
#navbar .navbarMenu .navbarMenuItems .navbarMenuItem:first-child {
  border: 2px solid #14003c;
  border-radius: 10px;
  padding: 5px;
}
#navbar .navbarMenu .navbarMenuItems .navbarMenuItem:first-child:hover {
  border-color: #C800A0;
  color: #C800A0;
}
#navbar .navbarMenu .navbarMenuItems .navbarMenuItem a[href*=faq]:hover {
  color: #C800A0;
}
@media screen and (max-width: 768px) {
  #navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  #navbar .brandLogo {
    margin-right: 10px;
  }
  #navbar .brandLogo img {
    max-height: 40px;
  }
  #navbar .brandLogo a:not(:last-child) {
    margin-right: 15px;
  }
}

footer {
  margin-top: auto;
}
footer .wrapper {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  footer .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer .wrapper .details {
  display: flex;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 5px solid #14003c;
}
footer .wrapper .details .footerMenu {
  display: flex;
  list-style: none;
  margin: 0;
  margin-left: auto;
  padding: 0;
}
footer .wrapper .details .footerMenu .footerMenuItem:not(:last-child) a::after {
  content: "|";
  margin: 0 5px;
  font-weight: normal;
}
footer .wrapper .details .footerMenu .footerMenuItem a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .wrapper .details {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ece5e5;
  color: #14003c;
  font-family: "Inter", sans-serif;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h2 {
  text-transform: uppercase;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.5;
}

.layoutBoundary {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .layoutBoundary {
    padding: 0 1rem;
  }
}

.block {
  padding: 100px 0;
}
.block.mdContent {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}
.block.mdContent a {
  text-decoration: underline;
}
.block .blockIcon {
  margin: 0 auto 50px auto;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block .blockIcon img {
  width: auto;
  height: 50%;
}

body.imprint .block.mdContent,
body.privacy-policy .block.mdContent {
  padding-top: 50px;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: left;
}
body.imprint .block.mdContent h2, body.imprint .block.mdContent h3, body.imprint .block.mdContent h4,
body.privacy-policy .block.mdContent h2,
body.privacy-policy .block.mdContent h3,
body.privacy-policy .block.mdContent h4 {
  text-align: center;
  grid-column: 1;
}
body.imprint .block.mdContent *,
body.privacy-policy .block.mdContent * {
  grid-column: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 544px) {
  body.imprint .block.mdContent,
  body.privacy-policy .block.mdContent {
    grid-template-columns: 1fr;
  }
  body.imprint .block.mdContent h2, body.imprint .block.mdContent h3, body.imprint .block.mdContent h4,
  body.privacy-policy .block.mdContent h2,
  body.privacy-policy .block.mdContent h3,
  body.privacy-policy .block.mdContent h4 {
    text-align: left;
  }
  body.imprint .block.mdContent *,
  body.privacy-policy .block.mdContent * {
    grid-column: span 1;
  }
}

#heroSection {
  padding-bottom: 0;
  position: relative;
}
#heroSection::before {
  content: "";
  background-image: url("/assets/images/clouds.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  transform: scaleX(-1);
}
#heroSection .wrapper {
  text-align: center;
  height: 1000px;
  padding-bottom: 100px;
}
#heroSection .wrapper h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 5rem;
  line-height: 5rem;
  max-width: 500px;
  margin: 50px auto;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
}
#heroSection .wrapper .blockIcon {
  margin-top: 160px;
  background-color: #14003c;
  position: relative;
  z-index: 2;
}
#heroSection .wrapper .blockIcon .iconText {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
#heroSection .wrapper .blockIcon .iconText span {
  font-size: 3.5rem;
  font-weight: 800;
}
#heroSection .wrapper .description {
  margin: 150px auto 0 auto;
  padding: 15px 20px;
  max-width: 550px;
  border-left: 8px solid #14003c;
  text-align: left;
  position: relative;
  z-index: 2;
}
#heroSection .wrapper .description h2, #heroSection .wrapper .description p {
  margin: 0;
  padding: 0;
}
#heroSection .wrapper .description h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 544px) {
  #heroSection .wrapper h1 {
    max-width: 350px;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  #heroSection .wrapper .blockIcon {
    margin-top: 230px;
  }
}
#heroSection .windmills {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
#heroSection .windmills .windmill {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 950px;
}
#heroSection .windmills .windmill .windmill-trunk {
  background: #faff05;
}
#heroSection .windmills .windmill .windmill-rotor {
  position: absolute;
  animation: rotation 6s ease-in 1 1s;
  /* As a workaround for Safari, we need two separate elements for
   * consecutive animations, because two animations for the same
   * node and property don't seem to work. */
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
#heroSection .windmills .windmill .windmill-rotor img {
  object-fit: cover;
  animation: rotation 4s linear infinite 7s;
}
#heroSection .windmills .windmill.windmill-middle .windmill-trunk {
  width: 29px;
  height: 650px;
}
#heroSection .windmills .windmill.windmill-middle .windmill-rotor {
  bottom: 325px;
  width: 638px;
  height: auto;
}
#heroSection .windmills .windmill.windmill-left, #heroSection .windmills .windmill.windmill-right {
  position: absolute;
  bottom: 0;
}
#heroSection .windmills .windmill.windmill-left {
  left: -900px;
  right: 0;
}
#heroSection .windmills .windmill.windmill-left .windmill-trunk {
  margin-right: 4px;
  width: 13px;
  height: 167px;
}
#heroSection .windmills .windmill.windmill-left .windmill-rotor {
  bottom: 84px;
  width: 166px;
  height: auto;
}
#heroSection .windmills .windmill.windmill-right {
  left: 800px;
  right: 0;
}
#heroSection .windmills .windmill.windmill-right .windmill-trunk {
  margin-right: 8px;
  width: 16px;
  height: 216px;
}
#heroSection .windmills .windmill.windmill-right .windmill-rotor {
  bottom: 90px;
  width: 247px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #heroSection .windmills .windmill.windmill-left, #heroSection .windmills .windmill.windmill-right {
    display: none;
  }
}

#ideaSection {
  padding: 120px 0;
  background-color: #0a041d;
  background: linear-gradient(180deg, #11041D 0%, #0a041d 38%, #C800A0 100%);
  color: #ffffff;
}
#ideaSection .wrapper {
  text-align: center;
}
#ideaSection .wrapper .description {
  max-width: 450px;
  margin: 0 auto;
}
#ideaSection .wrapper .description .blockIcon img {
  filter: invert(100%);
}

#visualSection {
  position: relative;
  padding-top: 0;
}
#visualSection .wrapper .blockIcon {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  border-color: #3C39EB;
  background-color: #3C39EB;
}
#visualSection .wrapper .blockIcon img {
  filter: invert(100%);
}
#visualSection .wrapper .productVisual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
#visualSection .wrapper .productVisual img {
  height: 700px;
  width: auto;
}
@media screen and (max-width: 544px) {
  #visualSection .wrapper .productVisual img {
    max-width: 100%;
    height: auto;
  }
  #visualSection .wrapper .blockIcon {
    top: 60px;
    width: 50px;
    height: 50px;
  }
}

#solutionSection {
  background-color: #3C39EB;
  background: linear-gradient(180deg, #14003c 0%, #3C39EB 58%);
  color: #ffffff;
}
#solutionSection .wrapper {
  text-align: center;
}
#solutionSection .wrapper .description {
  max-width: 600px;
  margin: 0 auto;
}
#solutionSection .wrapper .description .blockIcon img {
  filter: invert(100%);
}

#ctaSection {
  background-color: #0ad3e0;
  color: #14003c;
}
#ctaSection .wrapper {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#ctaSection .wrapper .description {
  max-width: 450px;
  margin: 0 auto;
}
#ctaSection .wrapper .description .blockIcon {
  border: none;
}
#ctaSection .wrapper .description .blockIcon img {
  width: auto;
  height: 100%;
}
#ctaSection .wrapper .description p {
  font-weight: bold;
}
#ctaSection .wrapper .signUpForm {
  margin-top: 50px;
}
#ctaSection .wrapper .signUpForm .faqAnchor {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#ctaSection .wrapper .signUpForm .faqAnchor:hover {
  color: #C800A0;
}
#ctaSection .wrapper .signUpForm .faqAnchor:hover img {
  filter: invert(16%) sepia(64%) saturate(6872%) hue-rotate(303deg) brightness(83%) contrast(112%);
}
#ctaSection .wrapper .signUpForm .faqAnchor img {
  height: 25px;
}
#ctaSection .wrapper .signUpForm iframe {
  max-width: 100%;
}

#productSection {
  background-color: #0a041d;
  text-align: center;
  width: 100%;
  padding: 0;
}
#productSection img {
  margin-top: 100px;
  max-width: 100%;
}

#faqSection {
  background-color: transparent;
  color: #14003c;
}
#faqSection .wrapper {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}
#faqSection .wrapper .description h2 {
  margin-top: 0;
  font-size: 3rem;
  font-family: "Playfair Display", serif;
}
#faqSection .wrapper .faq .faqCategory:not(:first-of-type) {
  margin-top: 40px;
}
#faqSection .wrapper .faq .faqCategory h3 {
  text-align: left;
  text-transform: uppercase;
  color: #C800A0;
  margin-bottom: 10px;
}
@media screen and (max-width: 544px) {
  #faqSection .wrapper .faq .faqCategory h3 {
    font-size: 1rem;
  }
}
#faqSection .wrapper .faq .faqCategory .faqItem {
  margin: 0 auto;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #14003c;
  background-color: #fff;
  text-align: left;
}
#faqSection .wrapper .faq .faqCategory .faqItem:not(:first-of-type) {
  margin-top: 10px;
}
#faqSection .wrapper .faq .faqCategory .faqItem .faqSummary::-webkit-details-marker {
  display: none;
}
#faqSection .wrapper .faq .faqCategory .faqItem .faqSummary {
  user-select: none;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  transition: margin 150ms ease-out;
}
#faqSection .wrapper .faq .faqCategory .faqItem .faqSummary:hover {
  text-decoration: underline;
}
#faqSection .wrapper .faq .faqCategory .faqItem .faqSummary .faqQuestion {
  width: 90%;
  font-weight: bold;
  padding: 0 1rem;
}
#faqSection .wrapper .faq .faqCategory .faqItem .faqSummary .faqIcon {
  pointer-events: none;
  position: absolute;
  right: 1rem;
}
#faqSection .wrapper .faq .faqCategory .faqItem .faqSummary .faqIcon img {
  filter: invert(21%) sepia(79%) saturate(6992%) hue-rotate(267deg) brightness(28%) contrast(120%);
  width: 1.25rem;
  height: 1.25rem;
}
#faqSection .wrapper .faq .faqCategory .faqItem[open] .faqSummary {
  margin-bottom: 10px;
  padding-bottom: 0;
}
#faqSection .wrapper .faq .faqCategory .faqItem[open] .faqSummary .faqIcon img {
  content: url("/assets/images/icons/up-arrow.svg");
}
#faqSection .wrapper .faq .faqCategory .faqItem[open] .faqSummary .faqIcon img {
  filter: invert(16%) sepia(64%) saturate(6872%) hue-rotate(303deg) brightness(83%) contrast(112%);
}
@media (hover: hover) and (pointer: fine) {
  #faqSection .wrapper .faq .faqCategory .faqItem .faqSummary:hover img {
    filter: invert(16%) sepia(64%) saturate(6872%) hue-rotate(303deg) brightness(83%) contrast(112%);
  }
}
#faqSection .wrapper .faq .faqCategory .faqItem .faqAnswer {
  width: 90%;
  padding: 0 1rem;
}
#faqSection .wrapper .faq .faqCategory .faqItem .faqAnswer p {
  margin-top: 0;
  font-size: 0.9rem;
}

#partnerSection {
  background-color: #C800A0;
  background: linear-gradient(180deg, #C800A0 0%, #0a041d 100%);
  color: #ffffff;
}
#partnerSection .wrapper {
  text-align: center;
}
#partnerSection .wrapper .description {
  max-width: 550px;
  margin: 0 auto;
}
#partnerSection .wrapper .description .partner:not(:first-of-type) {
  margin-top: 50px;
}
#partnerSection .wrapper .description .partner .partnerDescription {
  margin-bottom: 25px;
}
#partnerSection .wrapper .description .partner a .partnerBranding {
  width: 300px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#partnerSection .wrapper .description .partner a .partnerBranding img {
  height: 70px;
  width: auto;
  filter: brightness(0) invert(1);
}
#partnerSection .wrapper .description .partner a .partnerBranding:hover {
  background-color: #fff;
}
#partnerSection .wrapper .description .partner a .partnerBranding:hover img {
  filter: none;
}

/*# sourceMappingURL=styles.css.map */