﻿.m_b37d9ac7 {
    width: calc(100% - var(--mantine-spacing-md) * 2);
    position: fixed;
    z-index: var(--notifications-z-index);
    max-width: var(--notifications-container-width);
}
.m_b37d9ac7:where([data-position="top-center"]) {
    top: var(--mantine-spacing-md);
    left: 50%;
    transform: translateX(-50%);
}
.m_b37d9ac7:where([data-position="top-left"]) {
    top: var(--mantine-spacing-md);
    left: var(--mantine-spacing-md);
}
.m_b37d9ac7:where([data-position="top-right"]) {
    top: var(--mantine-spacing-md);
    right: var(--mantine-spacing-md);
}
.m_b37d9ac7:where([data-position="bottom-center"]) {
    bottom: var(--mantine-spacing-md);
    left: 50%;
    transform: translateX(-50%);
}
.m_b37d9ac7:where([data-position="bottom-left"]) {
    bottom: var(--mantine-spacing-md);
    left: var(--mantine-spacing-md);
}
.m_b37d9ac7:where([data-position="bottom-right"]) {
    bottom: var(--mantine-spacing-md);
    right: var(--mantine-spacing-md);
}
.m_5ed0edd0 + .m_5ed0edd0 {
    margin-top: var(--mantine-spacing-md);
}
*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
} /*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
:after,
:before {
    --tw-content: "";
}
:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    line-height: inherit;
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}
abbr:where([title]) {
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
fieldset {
    margin: 0;
}
fieldset,
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
dialog {
    padding: 0;
}
textarea {
    resize: vertical;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
[role="button"],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.\!visible {
    visibility: visible !important;
}
.visible {
    visibility: visible;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    inset: 0;
}
.-right-1 {
    right: -0.25rem;
}
.-top-1 {
    top: -0.25rem;
}
.bottom-10 {
    bottom: 2.5rem;
}
.bottom-20 {
    bottom: 5rem;
}
.bottom-30 {
    bottom: 5.5rem;
}
.bottom-4 {
    bottom: 1rem;
}
.bottom-\[-200px\] {
    bottom: -200px;
}
.bottom-\[40px\] {
    bottom: 40px;
}
.left-0 {
    left: 0;
}
.left-1\/2 {
    left: 50%;
}
.left-10 {
    left: 2.5rem;
}
.left-20 {
    left: 5rem;
}
.left-4 {
    left: 1rem;
}
.left-\[-35px\] {
    left: -35px;
}
.left-\[0px\] {
    left: 0;
}
.left-\[10px\] {
    left: 10px;
}
.left-\[35px\] {
    left: 35px;
}
.right-0 {
    right: 0;
}
.right-20 {
    right: 5rem;
}
.right-4 {
    right: 1rem;
}
.right-\[7px\] {
    right: 7px;
}
.top-1\/2 {
    top: 50%;
}
.top-30 {
    top: 5.5rem;
}
.top-4 {
    top: 1rem;
}
.top-\[12px\] {
    top: 12px;
}
.top-\[25vh\] {
    top: 25vh;
}
.top-\[7px\] {
    top: 7px;
}
.z-10 {
    z-index: 10;
}
.z-40 {
    z-index: 40;
}
.z-\[100\] {
    z-index: 100;
}
.z-\[96\] {
    z-index: 96;
}
.z-\[97\] {
    z-index: 97;
}
.z-\[9999\] {
    z-index: 9999;
}
.z-\[999\] {
    z-index: 999;
}
.z-\[99\] {
    z-index: 99;
}
.m-20 {
    margin: 5rem;
}
.m-auto {
    margin: auto;
}
.mx-\[-30px\] {
    margin-left: -30px;
    margin-right: -30px;
}
.mx-\[-50px\] {
    margin-left: -50px;
    margin-right: -50px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-8 {
    margin-top: 2rem;
}
.flex {
    display: flex;
}
.hidden {
    display: none;
}
.h-\[120px\] {
    height: 120px;
}
.h-\[30px\] {
    height: 30px;
}
.h-\[34px\] {
    height: 34px;
}
.h-\[35px\] {
    height: 35px;
}
.h-\[400px\] {
    height: 400px;
}
.h-\[50px\] {
    height: 50px;
}
.h-\[50vh\] {
    height: 50vh;
}
.h-\[60vh\] {
    height: 60vh;
}
.h-\[70vh\] {
    height: 70vh;
}
.h-full {
    height: 100%;
}
.max-h-\[99\%\] {
    max-height: 99%;
}
.w-\[120px\] {
    width: 120px;
}
.w-\[180px\] {
    width: 180px;
}
.w-\[300px\] {
    width: 300px;
}
.w-\[34px\] {
    width: 34px;
}
.w-\[35px\] {
    width: 35px;
}
.w-\[400px\] {
    width: 400px;
}
.w-\[50px\] {
    width: 50px;
}
.w-\[70px\] {
    width: 70px;
}
.w-full {
    width: 100%;
}
.max-w-\[250px\] {
    max-width: 250px;
}
.max-w-\[35px\] {
    max-width: 35px;
}
.max-w-\[440px\] {
    max-width: 440px;
}
.flex-none {
    flex: none;
}
.shrink-0 {
    flex-shrink: 0;
}
.origin-bottom {
    transform-origin: bottom;
}
.-translate-x-1\/2,
.-translate-x-2\/4 {
    --tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-x-2\/4,
.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
}
.-rotate-1 {
    --tw-rotate: -1deg;
}
.-rotate-1,
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
    cursor: pointer;
}
.select-none {
    user-select: none;
}
.resize-none {
    resize: none;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.gap-\[30px\] {
    gap: 30px;
}
.gap-\[50px\] {
    gap: 50px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
    overflow: hidden;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-\[4\%\] {
    border-radius: 4%;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.border-\[4px\] {
    border-width: 4px;
}
.border-none {
    border-style: none;
}
.bg-\[red\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\] {
    background-color: hsla(0, 0%, 100%, 0.4);
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-contain {
    background-size: contain;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: 50%;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.object-cover {
    object-fit: cover;
}
.p-2 {
    padding: 0.5rem;
}
.p-8 {
    padding: 2rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
}
.pr-20 {
    padding-right: 5rem;
}
.pr-\[50px\] {
    padding-right: 50px;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-4 {
    padding-top: 1rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.text-\[12px\] {
    font-size: 12px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[24px\] {
    font-size: 24px;
}
.text-\[42px\] {
    font-size: 42px;
}
.font-\[400\] {
    font-weight: 400;
}
.font-\[900\] {
    font-weight: 900;
}
.font-bold {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(19 54 55 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.opacity-25 {
    opacity: 0.25;
}
.opacity-50 {
    opacity: 0.5;
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow-2xl,
.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.duration-500 {
    transition-duration: 0.5s;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow: hidden;
    line-height: 0.93;
}
.vignette {
    z-index: 999;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1s;
    box-shadow: none;
    filter: blur(60px);
    height: 130%;
    width: 120%;
    will-change: transform;
    will-change: filter;
}
.vignette:before {
    content: "";
    z-index: 999;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    clip-path: polygon(
        100% 100%,
        100% 0,
        0 0,
        0 100%,
        100% 100%,
        calc(91.67% - 64px) calc(88.5% - 64px),
        calc(50% + 180px) calc(88.5% - 176px),
        calc(50% - 180px) calc(88.5% - 176px),
        calc(18.33% + 64px) calc(88.5% - 64px),
        calc(18.33% + 64px) calc(11.5% + 28px),
        calc(81.67% - 64px) calc(11.5% + 28px),
        calc(81.67% - 64px) calc(88.5% - 64px)
    );
}
.ready .vignette {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.card-ratio {
    aspect-ratio: 650/1060;
    will-change: transform;
    transform-style: preserve-3d;
}
.card * {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.stamp-ratio {
    aspect-ratio: 166/232;
    will-change: transform;
    transform-style: preserve-3d;
}
.flip-container {
    perspective: 1000px;
}
.flip-card {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}
.flip-back,
.flip-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.flip-back {
    transform: rotateY(180deg);
}
.mantine-Modal-content {
    border-radius: 20px !important;
    background-color: transparent !important;
    padding: 2.5rem !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.share a,
.share button {
    width: 100% !important;
}
@keyframes wizz {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0eg);
    }
    75% {
        transform: rotate(-3deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.wizz {
    animation: wizz 0.2s ease-in-out 0s 2;
}
@keyframes scrollUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
    to {
        transform: translateY(0);
    }
}
.scroll-animation {
    animation: scrollUpDown 2s ease-in-out infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
@keyframes enter {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes exit {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    98% {
        transform: scale(3);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}
input::placeholder {
    color: #000 !important;
}
.disabled\:opacity-50:disabled {
    opacity: 0.5;
}
.group:hover .group-hover\:scale-\[1\.2\] {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {
    .md\:w-\[100px\] {
        width: 100px;
    }
    .md\:text-\[58px\] {
        font-size: 58px;
    }
}
@media (min-width: 1024px) {
    .lg\:-right-3 {
        right: -0.75rem;
    }
    .lg\:-top-3 {
        top: -0.75rem;
    }
    .lg\:bottom-10 {
        bottom: 2.5rem;
    }
    .lg\:bottom-20 {
        bottom: 5rem;
    }
    .lg\:bottom-5 {
        bottom: 1.25rem;
    }
    .lg\:left-20 {
        left: 5rem;
    }
    .lg\:left-auto {
        left: auto;
    }
    .lg\:right-20 {
        right: 5rem;
    }
    .lg\:top-1\/2 {
        top: 50%;
    }
    .lg\:top-20 {
        top: 5rem;
    }
    .lg\:top-\[15vh\] {
        top: 15vh;
    }
    .lg\:mr-5 {
        margin-right: 1.25rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:h-\[20px\] {
        height: 20px;
    }
    .lg\:h-\[60px\] {
        height: 60px;
    }
    .lg\:h-\[77vh\] {
        height: 77vh;
    }
    .lg\:w-\[130px\] {
        width: 130px;
    }
    .MT-10 {
        margin-top: -20px;
    }
    .lg\:w-\[200px\] {
        width: 200px;
    }
    .lg\:w-\[60px\] {
        width: 60px;
    }
    .lg\:w-\[80px\] {
        width: 80px;
    }
    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .lg\:-translate-y-1\/2,
    .lg\:translate-x-0 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .lg\:pt-5 {
        padding-top: 1.25rem;
    }
    .lg\:text-\[2\.4vw\] {
        font-size: 2.4vw;
    }
    .lg\:text-\[20px\] {
        font-size: 20px;
    }
    .lg\:text-\[4\.5vw\] {
        font-size: 4.5vw;
    }
}
@media (min-width: 1280px) {
    .xl\:flex {
        display: flex;
    }
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/27971e35634b7c88-s.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/cd31bf4b34f8dfb3-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/ecf49d904668b268-s.woff2) format("woff2");
    unicode-range: u+1f??;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/2f66f084fba01545-s.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/906678b269849541-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/674abd25bb7be96f-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../media/da897b99eb1fe4a1-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
    font-family: Roboto Fallback;
    src: local("Arial");
    ascent-override: 92.98%;
    descent-override: 24.47%;
    line-gap-override: 0%;
    size-adjust: 99.78%;
}
.__className_c06bec {
    font-family: Roboto, Roboto Fallback;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/81624f86d59dc232-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab;
}
@font-face {
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/23e3b81d4c10e57c-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../media/65385b422c1e9499-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
    font-family: Barlow Condensed Fallback;
    src: local("Arial");
    ascent-override: 130.73%;
    descent-override: 26.15%;
    line-gap-override: 0%;
    size-adjust: 76.49%;
}
.__className_952f4b {
    font-family: Barlow Condensed, Barlow Condensed Fallback;
    font-weight: 700;
    font-style: normal;
}
