@keyframes zoomIn{from{scale:.8}50%{scale:1.2}to{scale:1}}@keyframes rotateMinusSix{from{transform:rotate(0)}to{transform:rotate(-6deg)}}@keyframes rotatePlusFour{from{transform:rotate(0)}to{transform:rotate(4deg)}}@keyframes glowBackground{from{opacity:0}to{opacity:.25}}:root{--glue-grey-0: #fff;--glue-grey-25: #f1f1f1;--glue-grey-50: #f8f9fa;--glue-grey-100: #f1f3f4;--glue-grey-200: #e8eaed;--glue-grey-300: #dadce0;--glue-grey-400: #bdc1c6;--glue-grey-500: #9aa0a6;--glue-grey-600: #80868b;--glue-grey-700: #5f6368;--glue-grey-800: #3c4043;--glue-grey-900: #202124;--glue-blue-50: #e8f0fe;--glue-blue-100: #d2e3fc;--glue-blue-200: #aecbfa;--glue-blue-300: #8ab4f8;--glue-blue-400: #669df6;--glue-blue-500: #4285f4;--glue-blue-600: #1a73e8;--glue-blue-700: #1967d2;--glue-blue-800: #185abc;--glue-blue-900: #174ea6;--glue-green-50: #e6f4ea;--glue-green-100: #ceead6;--glue-green-200: #a8dab5;--glue-green-300: #81c995;--glue-green-400: #5bb974;--glue-green-500: #34a853;--glue-green-600: #1e8e3e;--glue-green-700: #188038;--glue-green-800: #137333;--glue-green-900: #0d652d;--glue-red-50: #fce8e6;--glue-red-100: #fad2cf;--glue-red-200: #f6aea9;--glue-red-300: #f28b82;--glue-red-400: #ee675c;--glue-red-500: #ea4335;--glue-red-600: #d93025;--glue-red-700: #c5221f;--glue-red-800: #b31412;--glue-red-900: #a50e0e;--glue-yellow-50: #fef7e0;--glue-yellow-100: #feefc3;--glue-yellow-200: #fde293;--glue-yellow-300: #fdd663;--glue-yellow-400: #fcc934;--glue-yellow-500: #fbbc04;--glue-yellow-600: #f9ab00;--glue-yellow-700: #f29900;--glue-yellow-800: #ea8600;--glue-yellow-900: #e37400;--glue-purple-100: #ea80fc;--glue-purple-900: #681da8}.landing-page{align-items:center;display:flex;flex-direction:column;font-family:"Google Sans","Roboto",Arial,Helvetica,sans-serif;gap:32px;justify-content:center;margin:16px auto;pointer-events:all;text-align:center;transform-origin:50% 0}@media(max-width: 599px){.landing-page{gap:24px}}.landing-page .ticket-wrapper{animation:rotatePlusFour .5s cubic-bezier(0.47, 1.64, 0.41, 0.9) .1s forwards}@media(min-width: 600px){.landing-page .ticket-wrapper{animation:rotateMinusSix .5s cubic-bezier(0.47, 1.64, 0.41, 0.9) .1s forwards}}.landing-page__header{align-items:center;display:flex;flex-direction:column;max-width:100dvw;position:relative}@media(max-width: 599px){.landing-page__header{max-height:400px}}.landing-page__heading{animation:zoomIn .5s cubic-bezier(0.47, 1.64, 0.41, 0.9) .1s forwards;height:-moz-fit-content;height:fit-content;line-height:.9;text-align:center;width:100%;z-index:2}.landing-page__heading--bold{font-size:clamp(60px,14.5vw,150px);font-weight:500;margin-bottom:-150px;margin-left:-2.5vw;text-wrap:wrap;z-index:0}@media(min-width: 600px){.landing-page__heading--bold{margin-bottom:-100px;text-wrap:nowrap}}.landing-page__heading--bottom{font-size:clamp(52px,12vw,120px);margin-top:-160px;text-wrap:nowrap}@media(min-width: 600px){.landing-page__heading--bottom{margin-top:-14vw}}@media(min-width: 1024px){.landing-page__heading--bottom{margin-top:-120px}}@media(max-width: 599px){.landing-page__heading{width:80%}}.landing-page__body{margin:auto;max-width:800px;padding:24px 24px 0;width:80%}.landing-page__form{width:300px}@media(min-width: 1024px){.landing-page__form{width:612px}}.landing-page__form div{align-items:center;display:flex;gap:8px;justify-content:center}.landing-page__form input{background-color:#efebe5;border:1.5px solid var(--glue-grey-900);border-radius:32px;max-height:48px;outline:none;padding:12px 16px;text-align:center}.landing-page__form input:focus{border:1.5px solid var(--glue-blue-500)}.landing-page__form input::-moz-placeholder{opacity:.5}.landing-page__form input::placeholder{opacity:.5}.landing-page__form button{display:flex;justify-content:center;max-width:48px;min-width:unset}.landing-page__form button.glue-button svg{display:block;margin:0}.landing-page__form--error{margin-top:16px}.landing-page__form--error p{font-size:12px}@media(min-width: 1024px){.landing-page__form--error p{font-size:20px}}