.landing-nav {
    z-index: 100;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: #fafafa0d;
    border-bottom: 1px solid #fafafa0d;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.landing-nav-heading {
    color: #fafafa99;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.landing-nav-heading span {
    margin-left: 11px;
    display: block
}

.landing-nav-content {
    width: 100%;
    max-width: var(--max-width);
    padding: 0 var(--desktop-padding-unit);
    justify-content: flex-end;
    align-items: center;
    margin: 25px auto;
    display: flex;
    position: relative
}

.landing-nav-logo button {
    color: #fff;
    background: 0 0;
    border: none;
    width: 73px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    text-decoration: none
}

.landing-nav-logo a {
    cursor: pointer;
    width: 73px;
    height: auto;
    display: block
}

.landing-nav-logo button img,
.landing-nav-logo a img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.landing-nav-links {
    z-index: 100;
    gap: 15px;
    display: flex
}

.landing-nav-links .primary {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.landing-nav.dark {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fafafa59
}

.landing-nav.dark .landing-nav-heading {
    color: #0009
}

@media screen and (max-width:1024px) {
    .landing-nav-content {
        padding: 0 var(--mobile-padding-unit);
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin: 25px 0;
        display: flex
    }

    .landing-nav-heading {
        text-align: left;
        flex: 1;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        padding: 10px 0;
        font-size: 12px;
        position: static;
        transform: none
    }
}

@media screen and (max-width:600px) {
    .landing-nav-logo button {
        width: 120px
    }

    .landing-nav-links {
        gap: 8px
    }

    .landing-nav-heading {
        text-align: left;
        flex: 1;
        justify-content: flex-start;
        width: auto;
        padding: 10px 0;
        font-size: 12px;
        position: static;
        transform: none
    }

    .landing-nav-heading-text {
        white-space: normal;
        word-wrap: break-word
    }

    .landing-nav-content {
        padding: 0 var(--mobile-padding-unit);
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin: 15px 0;
        display: flex
    }
}

@media screen and (max-height:750px) and (orientation:landscape) {
    .landing-nav {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

.non-landing-nav {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    color: #0009;
    background-color: #fafafa;
    border-bottom: 1px solid #00000014;
    padding: 15px 0;
    font-weight: 500
}

.non-landing-nav-heading {
    color: #0009;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.non-landing-nav-heading span {
    margin-left: 11px;
    display: block
}

.non-landing-nav-content {
    width: 100%;
    padding: 0 var(--desktop-padding-unit);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.non-landing-nav-logo button {
    color: #1f1919;
    background: 0 0;
    border: none;
    width: 73px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    text-decoration: none
}

.non-landing-nav-logo a {
    cursor: pointer;
    width: 73px;
    height: auto;
    display: block
}

.non-landing-nav-logo button img,
.non-landing-nav-logo a img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.non-landing-nav-links {
    z-index: 100;
    gap: 15px;
    display: flex
}

.non-landing-nav-links .primary {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.non-landing-nav.dark {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fafafa59
}

.non-landing-nav.dark .not-landing-nav-heading {
    color: #0009
}

@media screen and (max-width:1024px) {
    .non-landing-nav-heading {
        font-size: 12px
    }
}

@media screen and (max-width:600px) {
    .non-landing-nav-logo button {
        width: 120px
    }

    .non-landing-nav-links {
        gap: 8px
    }

    .non-landing-nav-heading {
        text-align: center;
        flex: 1;
        justify-content: center;
        width: auto;
        padding: 10px 0;
        font-size: 12px;
        position: static;
        transform: none
    }

    .non-landing-nav-heading-text {
        white-space: normal;
        word-wrap: break-word
    }

    .non-landing-nav-content {
        padding: 0 var(--mobile-padding-unit);
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        display: flex
    }
}

@media screen and (max-height:750px) and (orientation:landscape) {
    .non-landing-nav {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

*,
:before,
:after {
    box-sizing: border-box
}

* {
    margin: 0
}

@media (prefers-reduced-motion:no-preference) {
    html {
        interpolate-size: allow-keywords
    }
}

body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5
}

img,
picture,
video,
canvas,
svg {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

button {
    border: none;
    transition: none
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

p {
    text-wrap: pretty
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance
}

#root,
#__next {
    isolation: isolate
}

@font-face {
    font-family: Instrument Serif;
    src: url(../../../fonts/InstrumentSerif-Regular.woff2)format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Instrument Serif;
    src: url(../../../fonts/InstrumentSerif-Italic.woff2)format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Instrument Sans;
    src: url(../../../fonts/InstrumentSans-Variable.ttf)format("truetype");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Instrument Sans;
    src: url(../../../fonts/InstrumentSans-Italic.ttf)format("truetype");
    font-style: italic;
    font-weight: 400
}

:root {
    text-align: center;
    color: #ffffffde;
    background-color: var(--bg-color-grey-1);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --font-instrument: "Instrument Serif", serif;
    --font-instrument-sans: "Instrument Sans", sans-serif;
    --max-width: 1700px;
    --breakpoint-mobile: 500px;
    --breakpoint-tablet: 800px;
    --largest-width: 1920px;
    --base-spacing-unit: 6px;
    --mobile-padding-unit: 24px;
    --desktop-padding-unit: 48px;
    --desktop-padding: 160px;
    --tablet-padding: 140px;
    --mobile-padding: 88px;
    --border-color: #d9d9d9;
    --bg-color-grey-1: #f8f8f8;
    --bg-color-grey-2: #edebe8;
    --color-blue: #031f38;
    --color-black: #000;
    --color-white: #fff;
    --color-tc-white: #fafafa;
    --color-white-5: #ffffff0d;
    --color-white-10: #ffffff1a;
    --color-white-15: #ffffff26;
    --color-white-25: #ffffff40;
    --color-white-50: #ffffff80;
    --color-black-5: #0000000d;
    --color-black-10: #0000001a;
    --color-black-15: #00000026;
    --color-black-25: #00000040;
    --color-black-50: #00000080;
    --gradient-1: linear-gradient(to top, #f0c94f 0%, #cfae44 60%);
    --button-border-radius: 77px;
    --tc-white-white: #fafafa;
    --tc-white-white-05: #fafafa0d;
    --tc-white-white-10: #fafafa26;
    --tc-white-white-15: #fafafa26;
    --tc-white-white-25: #fafafa40;
    --tc-white-white-50: #fafafa80;
    --tc-black-black: #000;
    --tc-black-black-05: #0000000d;
    --tc-black-black-08: #00000014;
    --tc-black-black-15: #00000026;
    --tc-black-black-25: #00000040;
    --tc-black-black-50: #00000080;
    --corner-radii-m: 12px;
    --corner-radii-s: 6px;
    font-family: Instrument Sans, sans-serif
}

html {
    overscroll-behavior-y: none
}

body,
#root {
    overscroll-behavior-y: none;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    font-size: 16px;
    display: flex;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-instrument);
    margin: 0;
    padding: 0
}

.landing-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.page-wrapper {
    flex-direction: column;
    flex: 1;
    min-height: 0;
    display: flex
}

.section-heading {
    font-size: 70px;
    line-height: 1
}

.section-padding {
    background: var(--tc-white-white);
    padding: 160px 40px 0
}

@media screen and (max-width:800px) {
    .section-padding {
        padding: 120px 40px 0
    }
}

@media screen and (max-width:500px) {
    .section-heading {
        font-size: 48px
    }

    .section-padding {
        padding: 88px 16px 0
    }
}

@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --color-gray-100: #f3f4f6;
        --color-gray-200: #e5e7eb;
        --color-gray-300: #d1d5dc;
        --color-gray-400: #99a1af;
        --color-gray-500: #6a7282;
        --color-gray-600: #4a5565;
        --color-gray-700: #364153;
        --color-gray-800: #1e2939;
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --breakpoint-xl: 80rem;
        --container-xs: 20rem;
        --container-xl: 36rem;
        --container-6xl: 72rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1/.75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5/1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75/1.125);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2/1.5);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5/2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --text-6xl: 3.75rem;
        --text-6xl--line-height: 1;
        --text-7xl: 4.5rem;
        --text-7xl--line-height: 1;
        --text-8xl: 6rem;
        --text-8xl--line-height: 1;
        --text-9xl: 8rem;
        --text-9xl--line-height: 1;
        --font-weight-light: 300;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --tracking-tight: -.025em;
        --tracking-wide: .025em;
        --leading-tight: 1.25;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-public-sans), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        --default-mono-font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
    }

    @supports (color:lab(0% 0 0)) {

        :root,
        :host {
            --color-gray-100: lab(96.1596% -.0823438 -1.13575);
            --color-gray-200: lab(91.6229% -.159115 -2.26791);
            --color-gray-300: lab(85.1236% -.612259 -3.7138);
            --color-gray-400: lab(65.9269% -.832707 -8.17473);
            --color-gray-500: lab(47.7841% -.393182 -10.0268);
            --color-gray-600: lab(35.6337% -1.58697 -10.8425);
            --color-gray-700: lab(27.1134% -.956401 -12.3224);
            --color-gray-800: lab(16.1051% -1.18239 -11.7533)
        }
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    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;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .invisible {
        visibility: hidden
    }

    .visible {
        visibility: visible
    }

    .absolute {
        position: absolute
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .top-0 {
        top: calc(var(--spacing)*0)
    }

    .top-0\.5 {
        top: calc(var(--spacing)*.5)
    }

    .right-0 {
        right: calc(var(--spacing)*0)
    }

    .bottom-0 {
        bottom: calc(var(--spacing)*0)
    }

    .left-0 {
        left: calc(var(--spacing)*0)
    }

    .left-2\.5 {
        left: calc(var(--spacing)*2.5)
    }

    .z-10 {
        z-index: 10
    }

    .z-40 {
        z-index: 40
    }

    .col-span-3 {
        grid-column: span 3/span 3
    }

    .col-span-6 {
        grid-column: span 6/span 6
    }

    .container {
        width: 100%
    }

    @media (min-width:40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (min-width:48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (min-width:64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (min-width:80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (min-width:96rem) {
        .container {
            max-width: 96rem
        }
    }

    .mx-auto {
        margin-inline: auto
    }

    .my-4 {
        margin-block: calc(var(--spacing)*4)
    }

    .\!mt-\[100px\] {
        margin-top: 100px !important
    }

    .mt-2 {
        margin-top: calc(var(--spacing)*2)
    }

    .mt-6 {
        margin-top: calc(var(--spacing)*6)
    }

    .mb-3 {
        margin-bottom: calc(var(--spacing)*3)
    }

    .mb-6 {
        margin-bottom: calc(var(--spacing)*6)
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing)*8)
    }

    .block {
        display: block
    }

    .contents {
        display: contents
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .inline {
        display: inline
    }

    .inline-block {
        display: inline-block
    }

    .table {
        display: table
    }

    .h-3 {
        height: calc(var(--spacing)*3)
    }

    .h-5 {
        height: calc(var(--spacing)*5)
    }

    .h-auto {
        height: auto
    }

    .h-full {
        height: 100%
    }

    .min-h-\[90vh\] {
        min-height: 90vh
    }

    .w-0\.5 {
        width: calc(var(--spacing)*.5)
    }

    .w-3 {
        width: calc(var(--spacing)*3)
    }

    .w-5 {
        width: calc(var(--spacing)*5)
    }

    .w-16 {
        width: calc(var(--spacing)*16)
    }

    .w-30 {
        width: calc(var(--spacing)*30)
    }

    .w-48 {
        width: calc(var(--spacing)*48)
    }

    .w-65 {
        width: calc(var(--spacing)*65)
    }

    .w-\[17px\] {
        width: 17px
    }

    .w-full {
        width: 100%
    }

    .max-w-\[680px\] {
        max-width: 680px
    }

    .max-w-xl {
        max-width: var(--container-xl)
    }

    .max-w-xs {
        max-width: var(--container-xs)
    }

    .flex-1 {
        flex: 1
    }

    .flex-grow,
    .grow {
        flex-grow: 1
    }

    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }

    .resize {
        resize: both
    }

    .grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .flex-col {
        flex-direction: column
    }

    .flex-row {
        flex-direction: row
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .justify-end {
        justify-content: flex-end
    }

    .justify-start {
        justify-content: flex-start
    }

    .gap-1 {
        gap: calc(var(--spacing)*1)
    }

    .gap-3 {
        gap: calc(var(--spacing)*3)
    }

    .gap-4 {
        gap: calc(var(--spacing)*4)
    }

    .gap-6 {
        gap: calc(var(--spacing)*6)
    }

    .gap-8 {
        gap: calc(var(--spacing)*8)
    }

    :where(.space-y-4>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))
    }

    .truncate {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .overflow-hidden {
        overflow: hidden
    }

    .rounded {
        border-radius: .25rem
    }

    .rounded-full {
        border-radius: 3.40282e38px
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px
    }

    .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px
    }

    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px
    }

    .border-\[\#6A5528\] {
        border-color: #6a5528
    }

    .border-black\/25 {
        border-color: #00000040
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-black\/25 {
            border-color: color-mix(in oklab, var(--color-black)25%, transparent)
        }
    }

    .border-gray-100 {
        border-color: var(--color-gray-100)
    }

    .border-gray-300 {
        border-color: var(--color-gray-300)
    }

    .border-white\/25 {
        border-color: #ffffff40
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-white\/25 {
            border-color: color-mix(in oklab, var(--color-white)25%, transparent)
        }
    }

    .bg-\[\#6A5528\] {
        background-color: #6a5528
    }

    .bg-\[\#F5ECD6\] {
        background-color: #f5ecd6
    }

    .bg-gray-200 {
        background-color: var(--color-gray-200)
    }

    .bg-white {
        background-color: var(--color-white)
    }

    .bg-white\/5 {
        background-color: #ffffff0d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-white\/5 {
            background-color: color-mix(in oklab, var(--color-white)5%, transparent)
        }
    }

    .p-4 {
        padding: calc(var(--spacing)*4)
    }

    .p-6 {
        padding: calc(var(--spacing)*6)
    }

    .px-2 {
        padding-inline: calc(var(--spacing)*2)
    }

    .px-3 {
        padding-inline: calc(var(--spacing)*3)
    }

    .px-4 {
        padding-inline: calc(var(--spacing)*4)
    }

    .px-10 {
        padding-inline: calc(var(--spacing)*10)
    }

    .py-1 {
        padding-block: calc(var(--spacing)*1)
    }

    .py-2 {
        padding-block: calc(var(--spacing)*2)
    }

    .py-4 {
        padding-block: calc(var(--spacing)*4)
    }

    .py-8 {
        padding-block: calc(var(--spacing)*8)
    }

    .py-10 {
        padding-block: calc(var(--spacing)*10)
    }

    .pt-2 {
        padding-top: calc(var(--spacing)*2)
    }

    .pt-8 {
        padding-top: calc(var(--spacing)*8)
    }

    .pt-\[116px\] {
        padding-top: 116px
    }

    .pb-2 {
        padding-bottom: calc(var(--spacing)*2)
    }

    .pb-4 {
        padding-bottom: calc(var(--spacing)*4)
    }

    .pb-6 {
        padding-bottom: calc(var(--spacing)*6)
    }

    .pb-8 {
        padding-bottom: calc(var(--spacing)*8)
    }

    .pl-8 {
        padding-left: calc(var(--spacing)*8)
    }

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .font-serif {
        font-family: var(--font-instrument-serif), Georgia, "Times New Roman", serif
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }

    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }

    .text-6xl {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-6xl--line-height))
    }

    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .text-\[13px\] {
        font-size: 13px
    }

    .leading-none {
        --tw-leading: 1;
        line-height: 1
    }

    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight)
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-light {
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light)
    }

    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium)
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .tracking-tight {
        --tw-tracking: var(--tracking-tight);
        letter-spacing: var(--tracking-tight)
    }

    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide)
    }

    .break-words {
        overflow-wrap: break-word
    }

    .whitespace-normal {
        white-space: normal
    }

    .text-\[\#6A5528\] {
        color: #6a5528
    }

    .text-\[\#00000080\] {
        color: #00000080
    }

    .text-black {
        color: var(--color-black)
    }

    .text-gray-400 {
        color: var(--color-gray-400)
    }

    .text-gray-500 {
        color: var(--color-gray-500)
    }

    .text-gray-600 {
        color: var(--color-gray-600)
    }

    .text-gray-700 {
        color: var(--color-gray-700)
    }

    .text-gray-800 {
        color: var(--color-gray-800)
    }

    .text-white {
        color: var(--color-white)
    }

    .text-white\/60 {
        color: #fff9
    }

    @supports (color:color-mix(in lab, red, red)) {
        .text-white\/60 {
            color: color-mix(in oklab, var(--color-white)60%, transparent)
        }
    }

    .uppercase {
        text-transform: uppercase
    }

    .underline {
        text-decoration-line: underline
    }

    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .blur {
        --tw-blur: blur(8px);
        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, )
    }

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

    .backdrop-blur-\[50px\] {
        --tw-backdrop-blur: blur(50px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur, )var(--tw-backdrop-brightness, )var(--tw-backdrop-contrast, )var(--tw-backdrop-grayscale, )var(--tw-backdrop-hue-rotate, )var(--tw-backdrop-invert, )var(--tw-backdrop-opacity, )var(--tw-backdrop-saturate, )var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, )var(--tw-backdrop-brightness, )var(--tw-backdrop-contrast, )var(--tw-backdrop-grayscale, )var(--tw-backdrop-hue-rotate, )var(--tw-backdrop-invert, )var(--tw-backdrop-opacity, )var(--tw-backdrop-saturate, )var(--tw-backdrop-sepia, )
    }

    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    @media (hover:hover) {
        .hover\:underline:hover {
            text-decoration-line: underline
        }
    }

    @media (min-width:40rem) {
        .sm\:top-1 {
            top: calc(var(--spacing)*1)
        }

        .sm\:left-3\.5 {
            left: calc(var(--spacing)*3.5)
        }

        .sm\:mt-0 {
            margin-top: calc(var(--spacing)*0)
        }

        .sm\:mt-8 {
            margin-top: calc(var(--spacing)*8)
        }

        .sm\:mb-4 {
            margin-bottom: calc(var(--spacing)*4)
        }

        .sm\:h-4 {
            height: calc(var(--spacing)*4)
        }

        .sm\:h-7 {
            height: calc(var(--spacing)*7)
        }

        .sm\:w-4 {
            width: calc(var(--spacing)*4)
        }

        .sm\:w-7 {
            width: calc(var(--spacing)*7)
        }

        .sm\:w-30 {
            width: calc(var(--spacing)*30)
        }

        .sm\:w-64 {
            width: calc(var(--spacing)*64)
        }

        .sm\:w-90 {
            width: calc(var(--spacing)*90)
        }

        .sm\:w-auto {
            width: auto
        }

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

        .sm\:gap-8 {
            gap: calc(var(--spacing)*8)
        }

        :where(.sm\:space-y-6>:not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))
        }

        .sm\:p-6 {
            padding: calc(var(--spacing)*6)
        }

        .sm\:p-8 {
            padding: calc(var(--spacing)*8)
        }

        .sm\:pl-10 {
            padding-left: calc(var(--spacing)*10)
        }

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

        .sm\:text-4xl {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height))
        }

        .sm\:text-5xl {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height))
        }

        .sm\:text-base {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height))
        }

        .sm\:text-lg {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height))
        }

        .sm\:text-sm {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height))
        }
    }

    @media (min-width:48rem) {
        .md\:mb-8 {
            margin-bottom: calc(var(--spacing)*8)
        }

        .md\:h-20 {
            height: calc(var(--spacing)*20)
        }

        .md\:h-\[130px\] {
            height: 130px
        }

        .md\:w-20 {
            width: calc(var(--spacing)*20)
        }

        .md\:w-120 {
            width: calc(var(--spacing)*120)
        }

        .md\:w-\[130px\] {
            width: 130px
        }

        .md\:max-w-6xl {
            max-width: var(--container-6xl)
        }

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

        .md\:gap-10 {
            gap: calc(var(--spacing)*10)
        }

        .md\:gap-12 {
            gap: calc(var(--spacing)*12)
        }

        .md\:px-4 {
            padding-inline: calc(var(--spacing)*4)
        }

        .md\:px-8 {
            padding-inline: calc(var(--spacing)*8)
        }

        .md\:pt-\[152px\] {
            padding-top: 152px
        }

        .md\:pr-2 {
            padding-right: calc(var(--spacing)*2)
        }

        .md\:text-2xl {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height))
        }

        .md\:text-7xl {
            font-size: var(--text-7xl);
            line-height: var(--tw-leading, var(--text-7xl--line-height))
        }

        .md\:text-8xl {
            font-size: var(--text-8xl);
            line-height: var(--tw-leading, var(--text-8xl--line-height))
        }
    }

    @media (min-width:64rem) {
        .lg\:mt-\[140px\] {
            margin-top: 140px
        }

        .lg\:py-12 {
            padding-block: calc(var(--spacing)*12)
        }

        .lg\:pt-\[172px\] {
            padding-top: 172px
        }
    }

    @media (min-width:80rem) {
        .xl\:block {
            display: block
        }

        .xl\:hidden {
            display: none
        }

        .xl\:max-w-screen-xl {
            max-width: var(--breakpoint-xl)
        }

        .xl\:text-9xl {
            font-size: var(--text-9xl);
            line-height: var(--tw-leading, var(--text-9xl--line-height))
        }
    }
}

:root {
    --background: #fff;
    --foreground: #171717
}

.gradient-text-with-outline {
    display: inline-block;
    position: relative
}

.gradient-text-with-outline:before {
    content: attr(data-text);
    z-index: -1;
    text-shadow: -1px -1px #f8f1de, 1px -1px #f8f1de, -1px 1px #f8f1de, 1px 1px #f8f1de;
    -webkit-text-fill-color: initial;
    color: initial;
    background: initial;
    -webkit-background-clip: initial;
    background-clip: initial;
    position: absolute;
    top: 0;
    left: 0
}

@media (prefers-color-scheme:dark) {
    :root {
        --foreground: #ededed
    }
}

body {
    color: var(--foreground);
    font-family: var(--font-public-sans), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

@font-face {
    font-family: Instrument Serif;
    src: url(../../../fonts/InstrumentSerif-Regular.woff2)format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Instrument Serif;
    src: url(../../../fonts/InstrumentSerif-Italic.woff2)format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Instrument Sans;
    src: url(../../../fonts/InstrumentSans-Variable.ttf)format("truetype");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Instrument Sans;
    src: url(../../../fonts/InstrumentSans-Italic.ttf)format("truetype");
    font-style: italic;
    font-weight: 400
}

:root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
    --gold-light: #ffe399;
    --gold-dark: #d4b44a;
    --white-cream: #fef7e5;
    --white-pure: #fafafa;
    --gradient-gold-text: linear-gradient(to top, #ffe399 0%, #fef7e5 39%);
    --gradient-button: linear-gradient(to top, #ffe193 0%, #fafafa 100%)
}

body {
    color: rgb(var(--foreground-rgb));
    background: linear-gradient(to bottom, transparent, rgb(var(--background-end-rgb)))rgb(var(--background-start-rgb));
    font-family: Instrument Sans, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: Instrument Serif, serif
}

.gradient-text {
    background: var(--gradient-gold-text);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text
}

.glass-footer {
    border-top: 1px solid var(--TC-White-White-25, #fafafa40);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 4;
    background: 0 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

.glass-footer-content {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.glass-footer a {
    color: var(--TC-White-White-50, #fafafa80);
    text-align: right;
    letter-spacing: -.21px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-decoration: none
}

.glass-footer-uscis-logo {
    z-index: 1;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    padding: 32px 40px;
    display: flex;
    position: relative
}

.glass-footer-uscis-logo img {
    width: 200px;
    height: auto
}

.glass-footer-text {
    z-index: 1;
    text-align: center;
    padding: 32px;
    position: relative
}

.glass-footer-text img {
    width: 100%;
    height: auto
}

.glass-footer-skinny {
    text-align: left;
    display: none
}

.glass-footer-skinny .glass-footer-skinny-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 16px 0;
    display: flex
}

.glass-footer-skinny .glass-footer-skinny-links a {
    text-align: right;
    letter-spacing: -.2px;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%
}

.glass-footer-skinny span {
    color: var(--TC-White-White-50, #fafafa80);
    letter-spacing: -.18px;
    font-size: 12px;
    line-height: 125%
}

.glass-footer-skinny img {
    vertical-align: middle;
    width: 34px;
    height: auto;
    margin: 40px 16px;
    display: inline-block
}

.glass-footer-skinny .glass-footer-text {
    padding: 16px
}

.glass-footer-skinny .glass-footer-text img {
    width: 100%;
    height: auto;
    margin: 0
}

@media (max-width:1027px) {
    .glass-footer {
        height: 386px
    }
}

@media (max-width:860px) {
    .glass-footer {
        margin-top: -120px;
        padding-top: 16px
    }

    .glass-footer:before {
        content: "";
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        pointer-events: none;
        z-index: -1;
        background: radial-gradient(circle at 0 0, #0000001a 0%, #0000004d 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .glass-footer-skinny img {
        margin: 16px
    }

    .glass-footer-wide {
        display: none
    }

    .glass-footer-skinny {
        padding: 0 16px;
        display: block
    }

    .glass-footer-uscis-logo {
        padding: 16px
    }

    .glass-footer-uscis-logo img {
        width: 160px
    }

    .mobile-nav-links {
        border-bottom: 1px solid #ffffff1a;
        margin-bottom: 16px;
        padding-bottom: 12px
    }
}

@media (max-width:500px) {
    .glass-footer {
        height: auto;
        margin-top: -80px
    }

    .glass-footer-text {
        padding-bottom: 13px
    }

    .mobile-nav-links a {
        font-size: 10px
    }
}

.footer-container {
    z-index: 500;
    background-color: #0000;
    position: relative
}

.eagle-footer-heading span:nth-child(2) {
    margin-right: 0
}

.eagle-footer {
    color: #fff;
    text-align: center;
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: 0 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 50vh;
    padding: 0;
    display: flex;
    position: sticky;
    top: -150px;
    overflow: hidden
}

.footer-eagle-body img {
    width: 100%;
    height: auto
}

.footer-eagle-v2 {
    pointer-events: none;
    width: 100%;
    transform: scale(1)translateY(-65px)
}

.footer-eagle-v2 img {
    width: 100%;
    height: auto
}

.footer-eagle-v2 .footer-padding {
    z-index: 2;
    position: relative;
    top: -2px
}

.footer-eagle-v2 .footer-eagle-v2-head {
    position: relative
}

.footer-eagle-v2 .footer-sequence {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.footer-eagle-v2 .footer-sequence img {
    width: 100%;
    height: auto
}

.footer-eagle-v2 .footer-eagle-body {
    z-index: 2;
    position: relative
}

.footer-eagle-v2 .footer-eagle-body img {
    width: 100%;
    height: auto
}

.eagle-footer .eagle-footer-content {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 200px;
    left: 0
}

.eagle-footer-eyebrow {
    text-align: center;
    letter-spacing: .9px;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-size: 18px;
    font-style: normal;
    line-height: normal
}

.eagle-footer-heading {
    text-align: center;
    letter-spacing: -8.54px;
    font-size: 244px;
    line-height: 88%
}

.eagle-footer-button-container {
    border-top: 1px solid #fff;
    justify-content: space-between;
    gap: 20px;
    width: 866px;
    margin: 69px auto 0;
    padding-top: 24px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    display: flex
}

.eagle-footer-button-container .button {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0000
}

.eagle-footer-image-container {
    pointer-events: none;
    background: 0 0;
    width: 100%;
    height: auto
}

.eagle-footer-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    top: 2px;
    left: 1px
}

.eagle-footer-image-static {
    object-fit: cover;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 1px
}

.footer-padding,
.footer-padding-btm {
    z-index: 1;
    width: 100%;
    height: auto;
    position: relative
}

:is(.footer-padding, .footer-padding-btm) img {
    width: 100%;
    height: auto
}

.footer-padding {
    margin-bottom: -2px
}

.footer-padding-btm {
    margin-top: -2px
}

@media screen and (max-height:775px) and (orientation:landscape) {
    .footer-eagle-v2 {
        transform: scale(1)translateY(-25px)
    }
}

@media (max-width:1027px) {
    .eagle-footer {
        position: sticky;
        top: -135px
    }

    .eagle-footer-heading {
        letter-spacing: -3.08px;
        font-size: 200px;
        line-height: 88%
    }

    .eagle-footer .eagle-footer-content {
        top: 150px
    }

    .eagle-footer .eagle-footer-content .eagle-footer-button-container {
        width: 726px;
        max-width: 100%;
        padding: 16px 0
    }

    .footer-eagle-v2 {
        position: relative;
        top: 160px
    }
}

@media (max-width:870px) {
    .eagle-footer-heading {
        letter-spacing: -3.08px;
        font-size: 150px;
        line-height: 88%
    }

    .eagle-footer-button-container {
        width: 90vw
    }

    .eagle-footer-content {
        margin-bottom: 10vh
    }
}

@media (max-width:768px) {
    .footer-eagle-v2 {
        transform: scale(1.1)
    }

    .eagle-footer-eyebrow {
        letter-spacing: .75px;
        margin-bottom: 24px;
        font-size: 15px
    }

    .eagle-footer-heading {
        letter-spacing: -3.08px;
        font-size: 140px;
        line-height: 88%
    }

    .eagle-footer-content {
        width: 100%;
        margin-bottom: 40vh
    }

    .eagle-footer-button-container {
        margin-top: 34px;
        padding: 24px 0 0
    }

    .eagle-footer-button-container span {
        letter-spacing: -.21px;
        text-align: left;
        max-width: 139px;
        font-size: 14px;
        line-height: 130%
    }
}

@media (max-width:500px) {
    .eagle-footer-heading {
        letter-spacing: -3.08px;
        font-size: 88px;
        line-height: 88%
    }

    .eagle-footer {
        height: 70vh;
        top: -90px
    }

    .footer-eagle-v2 {
        transform: scale(2)translateY(0)
    }

    .eagle-footer .eagle-footer-content {
        top: 50px
    }

    .eagle-footer .eagle-footer-content .eagle-footer-button-container {
        width: 90%;
        max-width: 100%;
        padding: 16px 0
    }

    .eagle-footer-button-container {
        width: 100%
    }

    .eagle-footer-button-container a {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background-color: #fafafa59
    }
}

@media screen and (orientation:landscape) and (max-height:500px) {
    .eagle-footer-heading {
        font-size: 90px
    }
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-tracking {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-blur {
    syntax: "*";
    inherits: false
}

@property --tw-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-invert {
    syntax: "*";
    inherits: false
}

@property --tw-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-blur {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-invert {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-sepia {
    syntax: "*";
    inherits: false
}