:root {
  --clr-black: #000000;
  --clr-black-alpha: rgba(0, 0, 0, .2);
  --clr-white: #ffffff;
  --clr-white-alpha: rgba(255, 255, 255, .3);
  --clr-grey: #676767;
  --clr-greyLight: #ebebeb;
  --clr-greyLight2: #a09f9f;
  --clr-green: #61b563;
  --clr-greenLight: #bed246;
  --clr-magenta: #542b73;
  --clr-magentaLight: #825e95;
  --clr-red: #f81b1b;
  --clr-blue: #00c8ff;
  --clr-blueDark: #374649; }

/* Gotham ********************************/
@font-face {
  font-family: "Gotham";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gotham-Book.woff") format("woff"); }

/* Geometric ********************************/
@font-face {
  font-family: "Geometric 706";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Geometric706BT-BoldCondensedB.woff") format("woff"); }

/* Helvetica Rounded LT Std ********************************/
@font-face {
  font-family: "Helvetica Rounded LT Std";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/HelveticaRoundedLTStd-Bd.woff") format("woff"); }

/* Dax ********************************/
@font-face {
  font-family: "Dax";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Dax-Bold.woff") format("woff"); }

/* Baron Neue ********************************/
@font-face {
  font-family: "Baron Neue";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/BaronNeue.woff") format("woff"); }

/* Baron Neue Bold ********************************/
@font-face {
  font-family: "Baron Neue";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/BaronNeueBold.woff") format("woff"); }

/* Bariol ********************************/
@font-face {
  font-family: "Bariol";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Bariol-Bold.woff") format("woff"); }

/* Bariol ********************************/
@font-face {
  font-family: "Bariol";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Bariol-Light.woff") format("woff"); }

.Gotham {
  font-family: 'Gotham'; }

.Geometric {
  font-family: 'Geometric 706'; }

.Helvetica {
  font-family: 'Helvetica Rounded LT Std'; }

.Dax {
  font-family: 'Dax'; }

.Baron {
  font-family: 'Baron Neue'; }

.Bariol {
  font-family: 'Bariol'; }

/* @mixin mq($key) {
    $size: map-get($breakpoints, $key);
    @media (max-width: $size) {
        @content;
    }
} */
:root {
  --clr-black: #000000;
  --clr-black-alpha: rgba(0, 0, 0, .2);
  --clr-white: #ffffff;
  --clr-white-alpha: rgba(255, 255, 255, .3);
  --clr-grey: #676767;
  --clr-greyLight: #ebebeb;
  --clr-greyLight2: #a09f9f;
  --clr-green: #61b563;
  --clr-greenLight: #bed246;
  --clr-magenta: #542b73;
  --clr-magentaLight: #825e95;
  --clr-red: #f81b1b;
  --clr-blue: #00c8ff;
  --clr-blueDark: #374649; }

/* Gotham ********************************/
@font-face {
  font-family: "Gotham";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gotham-Book.woff") format("woff"); }

/* Geometric ********************************/
@font-face {
  font-family: "Geometric 706";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Geometric706BT-BoldCondensedB.woff") format("woff"); }

/* Helvetica Rounded LT Std ********************************/
@font-face {
  font-family: "Helvetica Rounded LT Std";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/HelveticaRoundedLTStd-Bd.woff") format("woff"); }

/* Dax ********************************/
@font-face {
  font-family: "Dax";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Dax-Bold.woff") format("woff"); }

/* Baron Neue ********************************/
@font-face {
  font-family: "Baron Neue";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/BaronNeue.woff") format("woff"); }

/* Baron Neue Bold ********************************/
@font-face {
  font-family: "Baron Neue";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/BaronNeueBold.woff") format("woff"); }

/* Bariol ********************************/
@font-face {
  font-family: "Bariol";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Bariol-Bold.woff") format("woff"); }

/* Bariol ********************************/
@font-face {
  font-family: "Bariol";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Bariol-Light.woff") format("woff"); }

.Gotham {
  font-family: 'Gotham'; }

.Geometric {
  font-family: 'Geometric 706'; }

.Helvetica {
  font-family: 'Helvetica Rounded LT Std'; }

.Dax {
  font-family: 'Dax'; }

.Baron {
  font-family: 'Baron Neue'; }

.Bariol {
  font-family: 'Bariol'; }

/* @mixin mq($key) {
    $size: map-get($breakpoints, $key);
    @media (max-width: $size) {
        @content;
    }
} */
.button {
  font-family: 'Bariol';
  font-weight: bold;
  text-transform: uppercase;
  padding-top: clamp(0.625rem, 0.875vw, 0.875rem);
  padding-right: clamp(0.625rem, 0.875vw, 0.875rem);
  padding-bottom: clamp(0.625rem, 0.875vw, 0.875rem);
  padding-left: clamp(0.625rem, 0.875vw, 0.875rem);
  font-size: clamp(1rem, 1.5625vw, 1.5625rem);
  max-width: 16.5rem;
  width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
  border-radius: 3.125rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  user-select: none;
  border: none; }
  .button--magenta {
    background-color: #542b73;
    color: #ffffff; }

/* CSS  ********************************/
body {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  color: #374649;
  width: 100%;
  font-size: 1vw;
  overflow: hidden; }

.pseudoBg {
  background: #bed246;
  background: linear-gradient(90deg, #bed246 0%, #61b563 100%);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh; }

.wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 43.75rem;
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 61.9375em) {
    .wrapper {
      height: 100dvh; } }
  @media (max-width: 48em) {
    .wrapper {
      min-height: auto; } }
.detail {
  position: fixed;
  user-select: none; }
  .detail__seal {
    top: clamp(1.25rem, 1.875vw, 1.875rem);
    right: clamp(1.25rem, 1.875vw, 1.875rem);
    width: clamp(3.75rem, 7.5vw, 7.5rem); }
  .detail__logo {
    width: clamp(9.375rem, 18.75vw, 18.75rem);
    z-index: 10; }
    .detail__logo--top {
      top: clamp(1.25rem, 3.125vw, 3.125rem);
      left: clamp(1.25rem, 4.375vw, 4.375rem);
      cursor: pointer;
      pointer-events: none; }
    .detail__logo--bottom {
      bottom: clamp(1.125rem, 2.5vw, 2.5rem);
      right: clamp(0.625rem, 3.125vw, 3.125rem); }
  .detail__bgLogoRightBottom {
    bottom: 0;
    right: 0;
    width: clamp(17.5rem, 58.75vw, 58.75rem); }
    @media (max-width: 25.875em) {
      .detail__bgLogoRightBottom {
        width: 150vw; } }
  .detail__date {
    font-family: 'Bariol';
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 2;
    bottom: clamp(1.25rem, 1.875vw, 1.875rem);
    left: clamp(0.625rem, 2.5vw, 2.5rem);
    z-index: 1; }
    @media (max-width: 48em) {
      .detail__date {
        width: 50%;
        line-height: 1; } }
  .detail__border {
    background: #bed246;
    background: linear-gradient(90deg, #bed246 0%, #61b563 100%);
    width: 100%;
    height: clamp(0.25rem, 0.5vw, 0.5rem);
    left: 0;
    bottom: 0;
    z-index: 10; }

.sectionIntro {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
  .sectionIntro__inner {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center; }
  .sectionIntro__copy {
    font-family: 'Helvetica Rounded LT Std';
    font-size: clamp(1.25rem, 2.625vw, 2.625rem);
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    color: #542b73;
    margin-bottom: clamp(0rem, 3.125vw, 3.125rem);
    width: 100%;
    max-width: 100%; }
    @media (max-width: 25.875em) {
      .sectionIntro__copy {
        margin-bottom: 0; } }
    .sectionIntro__copy span {
      font-size: clamp(1.25rem, 5.25vw, 5.25rem);
      line-height: 1.2;
      text-transform: uppercase;
      color: #ffffff;
      font-style: normal;
      display: block;
      text-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.2); }
      @media (max-width: 25.875em) {
        .sectionIntro__copy span {
          display: block;
          font-size: 14vw;
          line-height: 13vw;
          text-transform: uppercase;
          margin-top: 1.25rem; } }
  .sectionIntro__title {
    position: relative;
    width: clamp(15.625rem, 37.5vw, 37.5rem);
    max-width: 100%;
    margin-bottom: clamp(0.625rem, 4.375vw, 4.375rem); }
  @media (max-width: 25.875em) {
    .sectionIntro__actions {
      width: 100%; } }
  .sectionIntro__button {
    transition: all .3s;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica Rounded LT Std';
    font-size: clamp(1.375rem, 4.375vw, 4.375rem);
    line-height: 1.1;
    color: #542b73;
    padding-top: clamp(0.75rem, 1.25vw, 1.25rem);
    padding-right: clamp(1.25rem, 2.5vw, 2.5rem);
    padding-bottom: clamp(0.375rem, 0.375vw, 0.375rem);
    padding-left: clamp(1.25rem, 2.5vw, 2.5rem);
    border-radius: clamp(0.625rem, 1.875vw, 1.875rem);
    background-color: #ffffff;
    cursor: pointer;
    border: 2px solid #542b73;
    box-shadow: 0 40px 60px 0px rgba(255, 255, 255, 0.3);
    user-select: none; }
    .sectionIntro__button:hover {
      background-color: #542b73;
      color: #ffffff; }

.sectionCardBg {
  background-image: url(../images/bgCard.svg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.sectionCard {
  transition: all 1s ease;
  width: 100%;
  height: 100%;
  position: relative; }
  .sectionCard__1 {
    z-index: 1;
    left: 0; }
  .sectionCard__2, .sectionCard__3, .sectionCard__4, .sectionCard__5, .sectionCard__6 {
    left: 100%; }
  .sectionCard__2 {
    top: -300%;
    z-index: 2; }
  .sectionCard__3 {
    top: -400%;
    z-index: 3; }
  .sectionCard__4 {
    top: -500%;
    z-index: 4; }
  .sectionCard__5 {
    top: -600%;
    z-index: 5; }
  .sectionCard__6 {
    top: -700%;
    z-index: 6; }
  .sectionCard__last .card {
    padding-top: clamp(1.25rem, 3.125vw, 3.125rem); }
    .sectionCard__last .card .solutions {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      max-height: fit-content; }
      .sectionCard__last .card .solutions__results .wrapResults {
        border: 0.125rem solid #542b73;
        background-color: #ebebeb;
        padding-top: clamp(0.25rem, 0.25vw, 0.25rem);
        padding-right: clamp(0.875rem, 1.5vw, 1.5rem);
        padding-bottom: clamp(0.25rem, 0.25vw, 0.25rem);
        padding-left: clamp(0.875rem, 1.5vw, 1.5rem);
        border-radius: clamp(0.5rem, 0.875vw, 0.875rem); }
      .sectionCard__last .card .solutions__results .results {
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-family: 'Bariol';
        font-size: clamp(1.125rem, 2.6875vw, 2.6875rem);
        color: #542b73; }
      .sectionCard__last .card .solutions__results .total {
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        background-color: #542b73;
        color: #ffffff;
        position: relative;
        width: clamp(1.875rem, 3.375vw, 3.375rem);
        height: clamp(1.875rem, 3.375vw, 3.375rem);
        border-radius: 100%; }
        .sectionCard__last .card .solutions__results .total i {
          font-style: normal; }
      .sectionCard__last .card .solutions__big {
        font-family: 'Bariol';
        font-weight: 300;
        font-size: clamp(1.125rem, 3.125vw, 3.125rem);
        font-weight: 100;
        padding-bottom: clamp(0.875rem, 1.5vw, 1.5rem);
        color: #542b73; }
      .sectionCard__last .card .solutions__subtitle, .sectionCard__last .card .solutions__title {
        font-family: 'Helvetica Rounded LT Std';
        font-size: clamp(1rem, 1.1875vw, 1.1875rem); }
      .sectionCard__last .card .solutions__subtitle {
        font-size: clamp(1.125rem, 2.5vw, 2.5rem);
        font-weight: bold;
        margin-bottom: 0.5rem;
        color: #542b73; }
      .sectionCard__last .card .solutions__title {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(1.125rem, 1.5vw, 1.5rem);
        font-weight: 700;
        color: #542b73;
        margin-bottom: clamp(0.625rem, 1.25vw, 1.25rem); }
      .sectionCard__last .card .solutions__small {
        font-size: clamp(0.875rem, 1.25vw, 1.25rem);
        margin-bottom: 0.625rem;
        display: inline-block; }
      .sectionCard__last .card .solutions__medium {
        font-size: clamp(0.875rem, 1.5vw, 1.5rem);
        font-weight: bold; }
        .sectionCard__last .card .solutions__medium .color {
          color: #542b73; }
    .sectionCard__last .card__content {
      padding-bottom: 0; }
    .sectionCard__last .card__title {
      padding-bottom: clamp(0.625rem, 1.25vw, 1.25rem); }
    .sectionCard__last .card .card__button {
      opacity: 1;
      pointer-events: all;
      margin-bottom: clamp(0.625rem, 1.25vw, 1.25rem); }

.card {
  width: 65.625rem;
  max-width: 100%;
  border-radius: clamp(1.25rem, 3.125vw, 3.125rem);
  background-color: #ffffff;
  border: 0.125rem solid #542b73;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.2);
  margin-top: 10vw;
  padding-top: 5rem;
  padding-left: clamp(1.25rem, 3.125vw, 3.125rem);
  padding-bottom: clamp(1.25rem, 3.125vw, 3.125rem);
  padding-right: clamp(1.25rem, 3.125vw, 3.125rem);
  position: relative; }
  .card.active .answers,
  .card.active .showsolution {
    display: none; }
  .card.active .buttonQ {
    opacity: 1;
    pointer-events: all;
    display: flex; }
  .card.active .solutions {
    display: flex;
    max-height: 300px; }
  @media (max-width: 25.875em) {
    .card {
      padding-top: 2.5rem; } }
  .card__circleSteps {
    position: absolute;
    top: -3.125rem;
    right: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 6.25rem;
    height: 6.25rem;
    background-color: #542b73;
    border-radius: 100%; }
    @media (max-width: 25.875em) {
      .card__circleSteps {
        width: 4.375rem;
        height: 4.375rem;
        top: -2.1875rem; } }
  .card__steps {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-family: 'Baron Neue';
    font-size: clamp(1.3125rem, 2.125vw, 2.125rem);
    line-height: initial;
    position: relative;
    z-index: 1;
    color: #825e95;
    user-select: none; }
  .card__current {
    font-weight: bold;
    font-size: clamp(1.875rem, 2.8125vw, 2.8125rem);
    color: #ffffff; }
  .card__content {
    padding-bottom: clamp(1.25rem, 2.5vw, 2.5rem); }
  .card__title {
    font-family: 'Bariol';
    font-size: clamp(1rem, 1.875vw, 1.875rem);
    line-height: .9;
    text-align: center;
    color: #542b73;
    padding-bottom: clamp(1.25rem, 1.875vw, 1.875rem); }
  .card__button {
    transition: opacity .3s; }
    .card__button.active {
      opacity: 1;
      pointer-events: all; }
    .card__button.showsolution {
      display: none;
      opacity: .2;
      pointer-events: none; }
    .card__button.buttonQ {
      transition: 1s opacity;
      opacity: .2;
      pointer-events: none;
      display: none; }

.actions {
  position: relative; }

.answers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1.25rem, 3.75vw, 3.75rem); }

.answer, .solutions__square {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 13.125rem;
  height: 8.75rem; }
  @media (max-width: 48em) {
    .answer, .solutions__square {
      height: 2.5rem; } }
  .answer span, .solutions__square span {
    transition: .3s color;
    font-size: clamp(0.875rem, 1.5vw, 1.5rem);
    font-weight: bold;
    margin-top: 0.625rem;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    pointer-events: none;
    user-select: none; }
  .answer input, .solutions__square input {
    transition: .3s border-color;
    background-color: #ebebeb;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: clamp(0.625rem, 1.25vw, 1.25rem);
    border-width: 0.125rem;
    border-style: solid;
    border-color: transparent;
    cursor: pointer; }
    .answer input:hover, .solutions__square input:hover, .answer input:focus, .solutions__square input:focus {
      border-color: #542b73; }
    .answer input:hover + span, .solutions__square input:hover + span, .answer input:checked + span, .solutions__square input:checked + span {
      color: #542b73;
      font-weight: bold; }
    .answer input:checked, .solutions__square input:checked {
      border-color: #f81b1b; }
    .answer input[value="correct"]:checked, .solutions__square input[value="correct"]:checked {
      border-color: #61b563; }

.solutions {
  transition: max-height .3s;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 2.5rem;
  max-height: 0rem;
  overflow: hidden; }
  @media (max-width: 48em) {
    .solutions {
      flex-direction: column;
      align-items: center;
      gap: 1.25rem; } }
  .solutions__square {
    background-color: #542b73;
    color: #ffffff;
    border-radius: 0.75rem; }
  .solutions__title {
    font-family: 'Bariol';
    font-weight: bold;
    font-size: clamp(1rem, 1.75vw, 1.75rem);
    color: #676767;
    margin-bottom: 0.5rem; }
  .solutions__small {
    font-family: 'Bariol';
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: .8;
    color: #a09f9f; }

.wrapLogos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: clamp(0.625rem, 1.25vw, 1.25rem);
  padding-bottom: clamp(1.25rem, 1.75vw, 1.75rem);
  gap: 2.5rem; }
  @media (max-width: 48em) {
    .wrapLogos {
      gap: 0.625rem; } }
  .wrapLogos .logo {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: center; }
    .wrapLogos .logo img {
      width: 100%; }
      @media (max-width: 48em) {
        .wrapLogos .logo img {
          width: auto;
          height: 2.5rem; } }
    .wrapLogos .logo__1 {
      width: 6.875rem; }
      .wrapLogos .logo__1:after {
        content: "";
        position: absolute;
        top: 0;
        right: -1.25rem;
        bottom: 0;
        height: 100%;
        width: 1px;
        background-color: #542b73; }
        @media (max-width: 48em) {
          .wrapLogos .logo__1:after {
            right: -0.625rem; } }
    .wrapLogos .logo__2 {
      width: 3.75rem; }
    .wrapLogos .logo__3 {
      width: 6.875rem; }
    .wrapLogos .logo__4 {
      width: 4.375rem; }
    .wrapLogos .logo__5 {
      width: 4.375rem; }

.cookies {
  transition: top .6s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 50%;
  height: fit-content;
  background-color: #ffffff;
  z-index: 10;
  padding: 0.625rem;
  border-radius: 0 0 1.25rem 1.25rem; }
  @media (max-width: 48em) {
    .cookies {
      width: 60%; } }
  .cookies.active {
    top: -100%; }
  .cookies .text {
    font-size: 0.75rem;
    line-height: 1.2; }
    @media (max-width: 48em) {
      .cookies .text {
        font-size: 0.75rem; } }
    .cookies .text span {
      cursor: pointer;
      color: #ffffff;
      display: inline-block;
      font-weight: bold;
      background-color: #542b73;
      padding: 0.375rem 0.625rem 0rem 0.625rem;
      border-radius: 0.5rem; }

.foo {
  height: 100%;
  height: 100vh; }
  @media (max-width: 61.9375em) {
    .foo {
      height: 100dvh; } }
  @media (max-width: 25.875em) {
    .foo {
      align-items: flex-start; } }
html,
body {
  height: 100%; }

body {
  line-height: 1;
  margin: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

strong {
  font-weight: 700; }

img {
  display: block; }

.break {
  display: block; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  outline: none; }
  * > a {
    color: inherit;
    text-decoration: none; }

.italic,
i {
  font-style: italic; }

sup {
  font-size: 60%;
  vertical-align: super; }

.overflow {
  overflow: hidden; }

textarea,
input[type="tel"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"] {
  border: none;
  appearance: none; }

.section {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center; }
  .section__inner {
    max-width: calc(100% - 40px);
    margin-inline-start: auto;
    margin-inline-end: auto; }
    .section__inner__fullwidth {
      width: 100%;
      max-width: 100%; }
    .section__inner__fullwidthCalc {
      width: 100%;
      max-width: calc(100% - 40px); }

::-webkit-scrollbar {
  display: none; }
