/*
! tailwindcss v3.4.7 | 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;
    -o-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 {
    line-height: inherit
}

hr {
    height          : 0;
    color           : inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    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: -.25em
}

sup {
    top: -.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::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color  : #9ca3af
}

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] {
    display: none
}

@font-face {
    font-family : Trap_Bold;
    src         : url(../media/Trap-Bold.9afee873.otf);
    font-display: "swap"
}

@font-face {
    font-family : Trap_Regular;
    src         : url(../media/Trap-Regular.278a7eab.otf);
    font-display: "swap"
}

@font-face {
    font-family : Satoshi_Regular;
    src         : url(../media/Satoshi-Regular.b1dca2a5.woff2);
    font-display: "swap"
}

@font-face {
    font-family : Satoshi_Bold;
    src         : url(../media/Satoshi-Bold.12084922.woff2) format("woff2");
    font-display: "swap"
}

.trap_b {
    font-family: Trap_Bold
}

.satoshi_b {
    font-family: Satoshi_Bold
}

body {
    margin                 : 0;
    font-family            : -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

* {
    margin    : 0;
    padding   : 0;
    box-sizing: border-box
}

.App {
    width: 100%
}

#bridge__wrapper {
    width : 100%;
    height: 100%
}

#paper {
    opacity: 1;
    z-index: 1
}

#matterCanvas {
    opacity: 0;
    z-index: -1
}

#bridgePaper {
    position      : absolute;
    pointer-events: none;
    top           : 0;
    left          : 0
}

#mobilePaper {
    opacity: 0
}

#giftMobilePaper,
#mobilePaper {
    height          : 100%;
    width           : 100%;
    position        : absolute;
    pointer-events  : none;
    background-color: #faf0ff
}

#giftMobilePaper {
    opacity: 1
}

#container {
    width   : 100%;
    height  : 100%;
    position: fixed
}

#coins_container {
    width  : 100vw;
    height : 100vh;
    opacity: 0
}

#coins_container,
#coins_paper {
    position: absolute;
    left    : 0;
    top     : 0
}

#coins_paper {
    z-index: 1000
}

*,
: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, .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, .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         :
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.mx-auto {
    margin-left : auto;
    margin-right: auto
}

.my-4 {
    margin-top   : 1rem;
    margin-bottom: 1rem
}

.-ml-1 {
    margin-left: -.25rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mr-3 {
    margin-right: .75rem
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.h-5 {
    height: 1.25rem
}

.h-96 {
    height: 24rem
}

.h-screen {
    height: 100vh
}

.w-5 {
    width: 1.25rem
}

.w-full {
    width: 100%
}

.grow {
    flex-grow: 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))
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.resize {
    resize: both
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.border {
    border-width: 1px
}

.p-12 {
    padding: 3rem
}

.text-center {
    text-align: center
}

.text-2xl {
    font-size  : 1.5rem;
    line-height: 2rem
}

.text-5xl {
    font-size  : 3rem;
    line-height: 1
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.leading-normal {
    line-height: 1.5
}

.leading-tight {
    line-height: 1.25
}

.text-black {
    --tw-text-opacity: 1;
    color            : rgb(0 0 0/var(--tw-text-opacity))
}

.antialiased {
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale
}

.opacity-25 {
    opacity: .25
}

.opacity-75 {
    opacity: .75
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.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)
}

@media (min-width:768px) {
    .md\:w-2\/5 {
        width: 40%
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:text-left {
        text-align: left
    }
}

@media (min-width:1024px) {
    .lg\:w-4\/5 {
        width: 80%
    }
}