html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.ff-headline {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.8;
}

.ff-title {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-body {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
}

.ff-fix {
  display: flex;
}

:root {
  --color-white: #ffffff;
  --color-green: #2AD342;
  --color-pink: #ED7DD2;
  --color-yellow: #FFC600;
  --color-purple: #8A84D6;
  --font-size-body: 1rem;
  --font-size-answer: 1.5rem;
  --font-size-title: 1.5625rem;
  --font-size-button: 1.75rem;
  --font-size-question: 1.75rem;
  --font-size-headline: 5rem;
}

.bg-color-green {
  background-color: #2AD342;
}

.bg-color-pink {
  background-color: #ED7DD2;
}

.bg-color-yellow {
  background-color: #FFC600;
}

.bg-color-purple {
  background-color: #8A84D6;
}

.border-color-green {
  border-color: #2AD342;
}

.border-color-pink {
  border-color: #ED7DD2;
}

.border-color-yellow {
  border-color: #FFC600;
}

.border-color-purple {
  border-color: #8A84D6;
}

body {
  font-size: 62.5%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
  height: -moz-max-content;
  height: max-content;
  min-height: 100vh;
  display: flex;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

img {
  max-width: 100%;
}

.button {
  background: linear-gradient(94deg, #F10026 0%, #F971D9 40%);
  transition: all 500ms;
  padding: 0.5rem 1.5rem;
  border: none;
  color: #000000;
  cursor: pointer;
}

.button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.button span {
  color: #000000;
}

p {
  font-size: var(--font-size-body);
  line-height: 1.5;
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

p.block-text span {
  display: inline-block;
}

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

label,
span {
  line-height: 1.2;
}

.font-size-body {
  font-size: var(--font-size-body);
}

.font-size-answer {
  font-size: var(--font-size-answer);
}

.font-size-button {
  font-size: var(--font-size-button);
}

.font-size-title {
  font-size: var(--font-size-title);
}

.font-size-question {
  font-size: var(--font-size-question);
}

.font-size-headline {
  font-size: var(--font-size-headline);
}

.wrap {
  background: #a3c5e2;
  background: linear-gradient(180deg, rgb(163, 197, 226) 0%, rgb(236, 247, 255) 61%);
  margin: 0 auto;
  flex-grow: 1;
  width: 100%;
}

spline-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.page {
  height: 100%;
  position: relative;
}

.centered {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 44em;
  margin: 0 auto;
}

.glide {
  height: 100%;
}

.glide .glide__slides {
  height: 100%;
  align-items: center;
}

.glide .glide__slides.top-aligned {
  align-items: flex-start;
}

.glide .glide__slide {
  height: auto;
  display: inline-flex;
  padding: 4em 2em;
  flex-direction: column;
  justify-content: flex-start;
}

.glide .glide__slide.omit {
  opacity: 0;
}

.glide .glide__arrows {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.glide .glide__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 500ms;
}

.glide .glide__arrow img {
  width: 3.125rem;
}

.glide .glide__arrow span {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0.25rem;
  text-align: center;
  color: #000000;
}

.glide .glide__arrow.glide__arrow--left img {
  transform: rotate(180deg);
}

.glide .glide__arrow.glide__arrow--back {
  transform: rotate(180deg);
}

.glide .glide__arrow.glide__arrow--disabled,
.glide .glide__arrow[tabindex="-1"] {
  opacity: 0;
  pointer-events: none;
}

.glide .glide__arrow.resulted span {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}

.glide__slide.intro .logos {
  display: flex;
  flex-direction: column;
  width: 8em;
  align-items: flex-end;
  gap: 1em;
  margin: 0 auto 3em;
}

.glide__slide.intro .logos img:first-child {
  width: 85%;
}

.glide__slide.intro .logos .mobile {
  display: block;
}

.glide__slide.intro .image {
  margin-bottom: 3.5em;
}

.glide__slide.intro .copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.glide__slide.intro .copy p {
  margin-bottom: 0;
}

.glide__slide.intro .copy button {
  align-self: center;
}

.glide__slide.results .image-wrap {
  margin: 0 -2em 2em;
}

.glide__slide.results .image-wrap picture {
  height: 472px;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.glide__slide.results .image-wrap picture.reveal {
  display: inline-block;
}

.glide__slide.results .image-wrap picture source,
.glide__slide.results .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.glide__slide.cultured .copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
  margin: 5em 0;
}

.glide__slide.cultured .copy p {
  margin-bottom: 0;
}

.glide__slide.cultured .copy button {
  align-self: center;
}

.front {
  position: relative;
  z-index: 10000;
}

.question {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6em;
}

.question p {
  text-align: center;
}

.question .icon {
  width: 5em;
  margin-bottom: 1rem;
}

.socials {
  display: flex;
  gap: 2em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms;
}

.socials.shown {
  opacity: 1;
  visibility: visible;
}

.socials img {
  width: 3.5em;
}

form label {
  display: block;
}

form fieldset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6em 4.5em;
}

form fieldset.inside span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form fieldset.outside span {
  margin-top: 1rem;
}

form fieldset label {
  position: relative;
}

form fieldset .image-wrap {
  position: relative;
  border: 2px solid transparent;
  font-size: 0.1px;
  border-radius: 50%;
  aspect-ratio: 1;
}

form fieldset .image-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 500ms;
}

form fieldset img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}

form fieldset .bg {
  aspect-ratio: 1;
  border-radius: 50%;
}

form fieldset span {
  display: block;
}

form fieldset input[type=radio] {
  position: absolute;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  opacity: 0;
  border: 1px solid #000000;
  border-radius: 50%;
}

form .submit-wrap {
  margin-top: 6em;
}

form .submit {
  border: 2px solid transparent;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms;
}

form .submit.shown {
  opacity: 1;
  visibility: visible;
}

form .submit.clicked {
  cursor: not-allowed;
}

form .error-state {
  margin-bottom: 2em;
  display: none;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
}

form .error-state.shown {
  display: inline-block;
}

form .error-state p {
  color: #ED7DD2;
}

form .goback {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.button:hover,
.button:focus {
  background: linear-gradient(94deg, #F10026 0%, #F971D9 90%);
  border: none;
}

form .submit:has(button[type=submit]:hover),
form .submit:has(button[type=submit]:focus) {
  background: linear-gradient(94deg, #F10026 0%, #F971D9 90%);
  border: none;
  margin-top: 2px;
}

.glide__arrow:hover,
form fieldset label:has(input[type=radio]:hover) .image-wrap,
.link:has(a:hover),
.glide__arrow:focus,
form fieldset label:has(input[type=radio]:focus) .image-wrap,
.link:has(a:focus),
.error-state:focus {
  outline: transparent;
  border: 2px solid transparent;
  transform: scale(1.07);
}

form button[type=submit]:focus {
  outline: 0;
  border: 0;
}

form fieldset.selected label:not(:has(input[type=radio]:checked)) .image-wrap:after {
  opacity: 0.5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
  animation-play-state: paused;
}

.fade-in.animate {
  animation-play-state: running;
}

.fade-in.delay-1 {
  animation-delay: 1s;
}

.fade-in.delay-2 {
  animation-delay: 2s;
}

.wait-for-load {
  opacity: 0;
  transition: opacity 500ms;
}

.wait-for-load.waited {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .glide .glide__slide {
    padding: 4em;
  }

  .glide .glide__arrow img {
    width: 3.5625rem;
  }

  .glide__slide.results .image-wrap {
    margin: 0 -4em 3em;
  }
}

@media screen and (min-width: 1024px) {
  .button {
    padding: 0.75rem 4rem;
  }

  :root {
    --font-size-body: 1.25rem;
    --font-size-answer: 1.875rem;
    --font-size-button: 2.1875rem;
    --font-size-title: 2.1875rem;
    --font-size-question: 3.125rem;
    --font-size-headline: 5.625rem;
  }

  .container {
    max-width: 79em;
  }

  .glide .glide__slide {
    padding: 5em;
  }

  .glide .glide__arrows {
    padding: 1.5rem;
  }

  .glide .glide__arrow img {
    width: 4rem;
  }

  .glide .glide__arrow span {
    padding-top: 0;
  }

  .glide .glide__arrow.glide__arrow--left {
    flex-direction: row;
  }

  .glide .glide__arrow.glide__arrow--left span {
    padding-left: 0.75rem;
  }

  .glide .glide__arrow.glide__arrow--right {
    flex-direction: row-reverse;
  }

  .glide .glide__arrow.glide__arrow--right span {
    padding-right: 0.75rem;
  }

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

  .glide__slide.intro .container {
    display: grid;
    grid-template-columns: 35% 60%;
    justify-content: space-between;
    max-width: 122em;
  }

  .glide__slide.intro .logos {
    flex-direction: row;
    width: auto;
    margin: 0 auto 6em 0;
    align-items: start;
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .glide__slide.intro .logos img:first-child {
    width: 100%;
  }

  .glide__slide.intro .logos img:last-child {
    padding-top: 2.75%;
  }

  .glide__slide.intro .logos .mobile {
    display: none;
  }

  .glide__slide.intro .image {
    order: 3;
    margin-bottom: 0;
    align-self: end;
  }

  .glide__slide.intro .copy {
    order: 2;
    gap: 4em;
  }

  .glide__slide.intro .copy button {
    align-self: start;
  }

  .glide__slide.results .image-wrap {
    margin: 0 -5em 4em;
  }

  .glide__slide.results .image-wrap picture {
    height: 750px;
  }

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

  .glide__slide.cultured .container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-content: space-between;
    gap: 0 1em;
    max-width: 122em;
  }

  .glide__slide.cultured .image.first {
    order: 2;
  }

  .glide__slide.cultured .image.second {
    order: 3;
  }

  .glide__slide.cultured .copy {
    order: 1;
    grid-column: 1/3;
    grid-row: 1/2;
    gap: 5em;
    margin: 0 0 10em;
  }

  form fieldset {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .glide__slide.intro .desktop {
    display: none;
  }
}