/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/front.scss ***!
  \**************************************************************************************************************/
* {
  box-sizing: border-box;
}

#wpadminbar {
  z-index: 5;
}

html {
  background: var(--grey);
  overscroll-behavior: none;
  overflow-x: hidden;
  margin-top: 0 !important;
}

.wrapper {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  perspective: 0.5px;
  transform-style: preserve-3d;
  width: 100vw;
}

main {
  position: relative;
  z-index: 3;
  padding-top: calc(4rem + 4vh);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (max-width: 800px) {
  main {
    padding-top: 4rem;
  }
}

.is-layout-flow, .wp-block-group {
  max-width: min(85%, 800px);
  margin-inline: auto;
  padding-inline: 0;
  gap: 1rem;
}
.is-layout-flow .wp-block-group, .wp-block-group .wp-block-group {
  max-width: 100%;
}
@media all and (max-width: 800px) {
  .is-layout-flow, .wp-block-group {
    max-width: 80%;
  }
}

@media all and (max-width: 700px) {
  .wp-block-spacer.wp-block-spacer {
    flex-basis: 15px;
  }
}
body.admin-bar main {
  margin-top: 32px;
}

:root {
  --white: #fff;
  --grey: #F0F0F0;
  --blue-gradient: linear-gradient(225.26deg, #0A45B4 46.06%, #1752C1 55.13%, #4983F2 89.66%);
  --blue: #0A45B4;
  --blue-dark: #151148;
  --blue-light: #4983F2;
}

:root {
  --reg: 400;
  --thin: 300;
  --bold: 600;
  --condensed: 500;
  --fs-black: 800;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.has-smaller-font-size {
  max-width: min(450px, 77%);
  margin-inline: auto;
}

p img {
  vertical-align: bottom;
  margin-inline: 10px;
}

.wp-block-paragraph {
  text-wrap: pretty;
}

@media screen and (min-width: 800px) {
  .wp-block-group.is-vertical > p + p {
    margin-top: -20px;
  }
}

@media all and (max-width: 700px) {
  main p:has(img) + .wp-block-spacer.wp-block-spacer {
    flex-basis: 75px;
  }
  .has-ex-ex-large-font-size + .has-medium-font-size {
    margin-top: -1rem;
    font-size: 24px !important;
  }
}
@media all and (max-width: 400px) {
  p img {
    display: block;
    margin-block: 0.5rem;
  }
}
.background-scroller {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0%;
  height: 100%;
  transform-style: preserve-3d;
  z-index: 0;
}

.triangle-top {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(20rem + 10vw);
  height: auto;
}

.play-icon {
  position: absolute;
  width: calc(60px + 13vw);
  height: calc(100px + 10vw);
  top: 4rem;
  left: 0vw;
  transform: translateZ(-0.1px) scale(0.95);
  --sal-delay: 700ms;
}
.play-icon img {
  width: 100%;
  height: auto;
}

.brain {
  position: absolute;
  transform: translateZ(-0.1px) scale(0.95);
  width: calc(90px + 20vw);
  height: calc(150px + 15vw);
  top: 20%;
  right: -6vw;
  --sal-delay: 700ms;
}
.brain img {
  width: 100%;
  height: auto;
}

.check {
  position: absolute;
  transform: translateZ(-0.1px) scale(0.95);
  width: calc(140px + 10vw);
  height: calc(140px + 10vw);
  top: 40%;
  left: 1vw;
}
.check img {
  width: 100%;
  height: auto;
}

.question {
  position: absolute;
  transform: translateZ(-0.1px) scale(0.95);
  width: calc(90px + 10vw);
  height: calc(80px + 10vw);
  top: 55%;
  right: 7vw;
}
.question img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1200px) {
  .play-icon {
    top: 25rem;
  }
  .check {
    left: 0;
    width: calc(110px + 5vw);
  }
  .question {
    width: calc(100px + 5vw);
    right: -1%;
  }
}
@media all and (max-width: 800px) {
  .play-icon {
    width: calc(40px + 4rem);
    top: 5rem;
  }
  .brain {
    width: calc(130px + 4vw);
    top: 37rem;
  }
  .check {
    width: calc(100px + 8vw);
    top: 80rem;
  }
  .question {
    width: calc(100px + 10vw);
  }
  .triangle-top {
    width: calc(8rem + 20vw);
  }
}
@media all and (max-width: 600px) {
  .background-scroller {
    position: absolute;
  }
  .play-icon {
    top: 23rem;
    width: calc(55px + 4rem);
  }
  .brain {
    top: 41rem;
    width: calc(145px + 5vw);
  }
  .check {
    top: 67rem;
  }
  .question {
    top: 115rem;
    width: calc(90px + 8vw);
    right: -3%;
  }
}
#registration-form .yes-no {
  display: flex;
  justify-content: center;
}
#registration-form .yes-no label {
  position: relative;
  margin-top: 0;
  display: block;
}
#registration-form .yes-no label + label {
  margin-left: -1rem;
}
#registration-form .yes-no svg {
  --ds-depth: 5px;
  height: 60px;
  width: auto;
  transition: all 0.2s linear;
  cursor: pointer;
  filter: drop-shadow(3px var(--ds-depth) 2px rgba(0, 0, 0, 0.4));
}
#registration-form .yes-no span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
  color: var(--blue-dark);
  cursor: pointer;
}
#registration-form .yes-no label:hover svg, #registration-form .yes-no input:focus + svg {
  --ds-depth: 2px;
}
#registration-form .yes-no label:hover svg path, #registration-form .yes-no input:focus + svg path {
  fill: var(--blue);
  stroke: var(--blue);
}
#registration-form .yes-no label:hover span, #registration-form .yes-no input:focus ~ span {
  color: var(--white);
}
#registration-form .yes-no input {
  appearance: none;
  width: 0px;
  height: 0px;
  position: relative;
  display: grid;
}
#registration-form .yes-no input + svg path {
  fill: var(--grey);
  stroke: var(--white);
}
#registration-form .yes-no input:checked + svg {
  transform: translateY(3px);
  --ds-depth: 2px;
}
#registration-form .yes-no input:checked + svg path {
  fill: var(--blue);
  stroke: var(--blue);
}
#registration-form .yes-no input:checked ~ span {
  top: calc(50% + 3px);
  color: var(--white);
}

#registration-form {
  margin-top: calc(1rem + 1vh);
  text-align: center;
}
#registration-form input[type=text],
#registration-form input[type=tel],
#registration-form input[type=email] {
  border-radius: 30px;
  background-color: var(--grey);
  font-size: 20px;
  padding: 20px;
  display: block;
  min-width: 240px;
  margin-bottom: 1.5rem;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
  border-width: 2px 0px 0px 0px;
  border-color: var(--white);
  border-style: solid;
  width: 100%;
  max-width: 360px;
  color: var(--blue-dark);
  font-family: inherit;
}
#registration-form label, #registration-form .label {
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 0.4em;
  text-wrap: pretty;
}
#registration-form .triangle {
  margin-top: 0rem;
}
#registration-form .triangle ~ .triangle {
  margin-top: 1.5rem;
}
@media all and (max-width: 1400px) {
  #registration-form .triangle {
    width: 70px;
    height: auto;
  }
}
@media all and (max-width: 800px) {
  #registration-form {
    margin-top: 0;
  }
  #registration-form .triangle {
    margin-top: 1.5rem;
  }
  #registration-form input[type=submit] {
    font-size: 24px;
    max-width: 300px;
  }
}

.form-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 1.5rem;
}

input[type=submit], .stripe-submit {
  border: none;
  font-family: inherit;
  font-size: 20px;
  color: var(--white);
  background: var(--blue);
  display: inline-block;
  margin-inline: auto;
  max-width: 240px;
  border-radius: 30px;
  padding: 16px 32px;
  margin-top: 3rem;
  font-weight: 300;
  cursor: pointer;
}

.ts-wrapper.full {
  min-width: 200px;
  width: 100%;
  max-width: 360px;
  margin-block: 1.5rem;
}
.ts-wrapper.full.error {
  position: relative;
}
.ts-wrapper.full.error::after {
  content: "Field is required";
  position: absolute;
  color: crimson;
  top: -12px;
  font-size: 10px;
  width: 100%;
  text-align: center;
  left: 0;
}
.ts-wrapper.full .ts-control {
  border-radius: 30px;
  font-family: inherit;
  background: var(--grey);
  padding: 0;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
  border-width: 2px 0px 0px 0px;
  border-color: var(--white);
  border-style: solid;
  font-size: inherit;
  text-align: center;
}
.ts-wrapper.full .ts-control .item {
  width: 100%;
  padding: 16px 32px;
}
.ts-wrapper.full .ts-dropdown {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
  border-width: 2px 0px 0px 0px;
  border-color: var(--white);
  border-style: solid;
  font-family: inherit;
  font-size: inherit;
  top: calc(100% + 1rem);
}
.ts-wrapper.full .ts-dropdown .option {
  padding-block: 12px;
}
.ts-wrapper.full .ts-dropdown .option:hover {
  background-color: var(--blue);
  color: var(--white);
}
.ts-wrapper.full.focus .ts-control {
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
}

.card-errors {
  color: #dc1d41;
  font-size: 16px;
  margin-top: 6px;
}

.modal {
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  backdrop-filter: blur(8px);
  transition: opacity 0.35s linear;
  background: rgba(255, 255, 255, 0.7);
}
.modal.open {
  opacity: 1;
  pointer-events: all;
}
.modal.open .modal-inner {
  opacity: 1;
}
.modal-inner {
  opacity: 0;
  transition: opacity 0.35s linear;
  margin: auto;
  border-radius: 20px;
  overflow-y: scroll;
  padding: 1.5rem;
  max-height: 85vh;
  width: clamp(200px, 85%, 900px);
  position: relative;
  background: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--default);
  border: 3px solid var(--blue);
}
.modal-inner h2:first-child, .modal-inner h3:first-child, .modal-inner h4:first-child {
  margin-top: none;
}
.modal-close-button {
  position: absolute;
  top: 1rem;
  text-transform: uppercase;
  line-height: 1.3;
  right: 1rem;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 7px 10px 5px 10px;
  cursor: pointer;
  background-color: var(--wp--preset--color--blue);
}
.modal-close-button:hover, .modal-close-button:focus {
  background-color: var(--blue-dark);
}
.modal h3 {
  margin-top: 1em;
}

.card-container {
  background-color: #fff;
  border: 1px solid #111118;
  border-radius: 0;
  padding: 14px 5px 14px 10px;
}

.AnimatePresence {
  display: none;
}

.success-message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  height: 100%;
  font-size: var(--wp--preset--font-size--ex-large);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}
.success-message.show {
  opacity: 1;
  pointer-events: all;
}

footer {
  position: relative;
  padding-bottom: calc(2rem + 2vh);
  margin-top: 4rem;
  z-index: 2;
}
footer::before {
  position: absolute;
  content: "";
  top: calc(0px - 10vh - 12vw);
  width: 100%;
  height: calc(100% + 11vh + 13vw);
  background: linear-gradient(227.12deg, #0A45B4 44.44%, #1752C1 53.51%, #4983F2 88.04%);
  clip-path: polygon(0% 60vw, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
footer .clip, footer .clip-desktop {
  width: 101%;
  height: auto;
  top: -4px;
  position: absolute;
  z-index: -1;
}
footer .bottom-triangle {
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: -1;
  pointer-events: none;
  display: none;
}
footer .has-background {
  background-color: transparent !important;
}
footer a {
  text-decoration: none;
  position: relative;
}
footer a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--white);
  position: absolute;
  bottom: -4px;
  left: 0;
  transform-origin: left;
  transform: scale(0);
  transition: transform 0.35s linear;
}
footer a:hover::after, footer a:focus::after {
  transform: scale(1);
}
footer .is-layout-grid {
  grid-template-columns: 3fr 5fr 2fr;
}
@media all and (min-width: 1000px) {
  footer .is-layout-grid > .wp-block-group:first-child .wp-block-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 900px) {
  footer .is-layout-grid {
    grid-template-columns: 1fr;
  }
  footer .is-layout-grid .wp-block-image.size-full.is-resized img {
    max-width: 300px;
  }
  footer .is-layout-grid .wp-block-group {
    gap: 10px;
  }
  footer .is-layout-grid .wp-block-group + .wp-block-group {
    position: relative;
  }
  footer .is-layout-grid .wp-block-group + .wp-block-group::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -20px;
    height: 1px;
    background: var(--white);
  }
}
@media all and (min-width: 900px) {
  footer > .wp-block-group {
    max-width: 85%;
  }
  footer > .wp-block-group > .wp-block-group {
    align-items: stretch;
    text-align: center;
    gap: 3rem;
    max-width: 100%;
  }
  footer > .wp-block-group > .wp-block-group.is-layout-flex {
    flex-wrap: nowrap;
  }
  footer > .wp-block-group .is-vertical {
    align-items: center;
    padding-inline: 10px;
    padding-block: 0;
  }
  footer > .wp-block-group .is-vertical .wp-block-heading {
    break-inside: avoid;
    white-space: nowrap;
  }
  footer > .wp-block-group .is-vertical + .is-vertical {
    position: relative;
  }
  footer > .wp-block-group .is-vertical + .is-vertical::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: var(--white);
    left: -1.5rem;
  }
  footer > .wp-block-group .wp-block-gallery {
    --wp--style--unstable-gallery-gap: 1.1rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  footer > .wp-block-group .wp-block-gallery figure {
    min-width: 80px;
    margin: auto auto 0 auto !important;
  }
}
@media all and (min-width: 1100px) {
  footer {
    background: transparent;
  }
  footer .bottom-triangle {
    display: block;
  }
  footer .clip {
    display: none;
  }
}
@media all and (max-width: 1100px) {
  footer .clip-desktop {
    display: none;
  }
}
@media all and (max-width: 600px) {
  footer .wp-block-image.size-full.is-resized img {
    max-width: 250px;
  }
  footer::before {
    top: calc(0px - 5vh - 8vw);
  }
  footer p img {
    margin-top: 0.5rem;
  }
  footer .is-content-justification-center > h2 {
    margin-bottom: 1rem;
  }
  footer .is-content-justification-space-between.is-layout-flex:has(.wp-block-image:nth-child(4)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 2rem;
  }
  footer .is-content-justification-space-between.is-layout-flex:has(.wp-block-image:nth-child(4)) img {
    width: 80% !important;
  }
  footer .is-content-justification-center.is-layout-flex:last-child:has(.wp-block-image:nth-child(2):last-child) .wp-block-image {
    text-align: center;
  }
  footer .is-content-justification-center.is-layout-flex:last-child:has(.wp-block-image:nth-child(2):last-child) img {
    width: 75% !important;
  }
}

.home h1 {
  margin-bottom: -2rem;
  line-height: 0.75;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  max-width: 100%;
}
.info table {
  border: 4px solid var(--blue-dark);
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  background-color: var(--grey);
  max-width: 100%;
}
.info .id {
  font-size: 12px;
  white-space: pre-line;
  max-width: 250px;
  font-family: monospace;
  word-break: break-all;
}
