@charset"UTF-8";
:root {
    --color-black: #000;
    --text-color: #302f2d;
    --primary: #0025e8;
    --color-blue-700: #1447e6;
    --primary-dark: #1a237e;
    --secondary: #6c63ff;
    --white: #ffffff;
    --gray-white: #f8f8f8;
    --gray-light: #f5f7fa;
    --gray: #e1e5ee;
    --gray-dark: #6b7280;
    --black: #111827;
    --success: #10b981;
    --error: #ef4444;
    --icon-bg: #e1e1e0;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --radius-md: .375rem;
    --radius-3xl: 1.5rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: 1.2;
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    --breakpoint-xl: 80rem;
    --aspect-video: 16 / 9;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --slide-height: 19rem;
    --slide-spacing: 8rem;
    --slide-size: 100%;
    --header-color: #fff
}
body {
    font-family:Inter, sans-serif;
    color:var(--black);
    line-height:1.6
}
.container {
    max-width:1200px;
    margin:0 auto;
    padding:0 20px
}
.head-container {
    display:flex;
    flex-direction:row;
    height:100%;
    align-items:center;
    padding-inline:80px
}
.btn {
    display:inline-block;
    padding:12px 16px;
    border-radius:var(--radius-md);
    text-align:center;
    text-wrap:nowrap;
    text-decoration:none;
    transition:all .3s ease;
    cursor:pointer;
    font-size:var(--text-sm);
    line-height:var(--tw-leading, var(--text-sm--line-height))
}
.large-btn {
    padding:16px 32px;
    font-size:16px
}
.btn-primary {
    background-color:var(--primary);
    color:var(--white);
    border:0 solid var(--primary)
}
.btn-primary:hover {
    background-color:var(--color-blue-700)
}
.btn-secondary {
    background-color:transparent;
    color:var(--white);
    border:2px solid var(--white)
}
.btn-secondary:hover {
    background-color:var(--white);
    color:var(--primary)
}
.circle-btn {
    color:#302f2d;
    font-size:var(--text-lg);
    line-height:var(--tw-leading, var(--text-lg--line-height));
    text-align:center;
    border-radius:340282000000000000000000000000000000000px;
    width:40px;
    height:40px
}
.yellow-circle-btn {
    opacity:.25;
    background-color:#f1e2b9
}
.yellow-circle-btn.active {
    opacity:1;
    background-color:#f1e2b9
}
.title-text {
    --tw-font-weight: 500;
    font-weight:500
}
.header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:60px;
    padding:10px 0;
    background-color:#fff0;
    z-index:1000;
    transition:all .3s ease
}
.header.scrolled {
    padding:10px 0;
    background-color:var(--white)
}
.logo {
    font-size:24px;
    color:var(--header-color);
    text-decoration:none;
    margin-right:0px;
    width: 250px;
}
.openMobileMenu .logo {
    color:#302f2d
}
.desktop-nav {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    flex:1;
}
ul.nav_logo li {
    margin-left: 50px;
}
.nav-list {
    display:flex;
    gap:25px
}
.nav-list a {
    color:var(--header-color);
    text-decoration:none;
    transition:color .3s ease;
    font-size:var(--text-lg);
    line-height:var(--tw-leading, var(--text-lg--line-height));
    padding-right:12px
}
.fullscreen-dropdown {
    background-color:var(--white);
    width:100%;
    display:flex;
    position:fixed;
    top:60px;
    z-index:999;
    inset-inline-start:0;
    --tw-duration: .5s;
    transition-duration:.5s;
    transition-property:all;
    overflow:hidden
}
.fullscreen-dropdown.active, .dropdown-content-1 {
    height:524px
}
.dropdown-content-2 {
    height:608px
}
.dropdown-content-3 {
    height:500px
}
.dropdown-content {
    display:none;
    --tw-duration: .5s;
    transition-duration:.5s;
    transition-property:all
}
.dropdown-content.active {
    display:block
}
.dropdown-content-container {
    margin:0;
    padding:64px 16px 16px;
    background-color:var(--white);
    min-width:100%
}
.dropdown-transition-content {
    --tw-duration: .5s;
    transition-duration:.5s;
    transition-property:all
}
.dropdown-flex-content {
    display:flex;
    text-decoration:none
}
.dropdown-item-left {
    column-gap:32px;
    width:50%
}
.dropdown-item-left-half {
    width:50%
}
.item-margin-bottom {
    margin-bottom:32px
}
.dropdown-item-title {
    color:var(--primary);
    margin-bottom:24px
}
.dropdown-item-text {
    row-gap:32px
}
.dropdown-item-text-black {
    color:var(--text-color)
}
.dropdown-item-icon {
    flex-shrink:0;
    width:40px;
    margin-right:16px
}
.dropdown-item-icon img {
    object-fit:fill
}
.dropdown-item-icon-title {
    text-wrap:wrap;
    --tw-font-weight: 600;
    font-weight:600;
    font-size:var(--text-sm);
    line-height:var(--tw-leading, var(--text-sm--line-height))
}
.dropdown-item-icon-text {
    color:#6a7282;
    text-wrap:wrap;
    font-size:var(--text-xs);
    line-height:var(--tw-leading, var(--text-xs--line-height))
}
.dropdown-item-right {
    padding-left:48px;
    width:50%;
    display:block
}
.dropdown-item-right-link {
    padding:16px;
    background-color:#fcf9f0;
    width:100%;
    display:block;
    position:relative;
    text-decoration:none
}
.dropdown-item-right-content {
    position:relative
}
.dropdown-item-right-picture {
    width:33.3333%;
    margin-right:16px
}
.dropdown-item-right-picture img {
    max-width:100%;
    height:auto
}
.dropdown-item-right-text {
    width:66.6667%;
    justify-content:center
}
.dropdown-item-right-text-title {
    color:var(--primary);
    --tw-font-weight: 700;
    font-weight:700;
    font-size:var(--text-sm);
    line-height:var(--tw-leading, var(--text-sm--line-height));
    margin-bottom:4px
}
.dropdown-item-right-text-text {
    color:#302f28;
    text-wrap:wrap;
    --tw-font-weight: 600;
    font-weight:600;
    margin-bottom:4px
}
.dropdown-item-right-btn {
    color:var(--white);
    background-color:var(--primary);
    border-radius:340282000000000000000000000000000000000px;
    justify-content:center;
    align-items:center;
    width:48px;
    height:48px;
    display:inline-flex;
    margin-left:auto;
    position:absolute;
    bottom:12px;
    right:24px
}
.dropdown-grid {
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
    gap:30px;
    margin:30px 0
}
.dropdown-item {
    padding:20px;
    border-radius:8px;
    transition:all .3s ease
}
.dropdown-item:hover {
    background-color:var(--gray-light)
}
.dropdown-item h4 {
    color:var(--primary);
    margin-bottom:10px
}
.dropdown-item p {
    color:var(--gray-dark);
    font-size:14px
}
.disclaimer {
    padding:20px 0;
    border-top:1px solid var(--gray);
    border-bottom:1px solid var(--gray);
    margin:30px 0
}
.disclaimer p:first-child {
    font-weight:600;
    margin-bottom:10px
}
.disclaimer p {
    font-size:14px;
    color:var(--gray-dark)
}
.partners {
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    align-items:center
}
.partners span {
    color:var(--gray-dark);
    font-size:14px;
    opacity:.7
}
.nav-item.with-dropdown {
    color:var(--header-color);
    position:relative;
    margin:0 16px;
    display:flex;
    flex-direction:row;
    align-items:center
}
.nav-link-icon {
    width:16px;
    height:16px
}
.active .nav-link-icon {
    transform:rotate(180deg)
}
.nav-link-active-bg {
    width:0;
    background-color:var(--primary);
    height:4px;
    left:-16px;
    bottom:-16px;
    position:absolute;
    transition:all .5s;
    transition-property:width, opacity;
    transition-duration:.5s, 1s;
    transition-delay:0s, .5s, 1s
}
.active .nav-link-active-bg {
    display:block;
    width:calc(100% + 32px)
}
.nav-actions {
    display:flex;
    flex-direction:row;
    align-items:center
}
.nav-actions-item {
    width:100%
}
.nav-actions-item+.nav-actions-item {
    margin-left:16px
}
.btn-text {
    font-family:waldenburgFont, waldenburgFont Fallback;
    font-size:16px;
    text-decoration:none
}
.inline-flex {
    display:inline-flex
}
.login-link {
    color:var(--header-color);
    display:block;
    text-wrap:nowrap;
    padding:16px 24px
}
.content-1 {
    height:90vh;
    min-height:600px;
    width:100%;
    position:relative
}
.content-1-picture {
    width:100%;
    height:100%;
    position:absolute
}
.content-1-text {
    width:100%;
    height:100%;
    z-index:30;
    position:absolute;
    top:0
}
.content-1-container {
    color:var(--white);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%
}
.container-1-items-center {
    margin-bottom:32px;
    text-wrap:nowrap;
    background-color:#fff3;
    border-radius:340282000000000000000000000000000000000px;
    display:flex;
    flex-direction:row;
    width:fit-content;
    height:34px
}
.items-center-report {
    background-color:#fff3;
    border-radius:340282000000000000000000000000000000000px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:80px;
    height:100%
}
.items-center-pulse {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    margin-inline:16px
}
.container-1-text-headline {
    font-size:4.5rem;
    line-height:var(--tw-leading, 1.06);
    width:750px;
    margin-bottom:32px;
    font-family:signifierFont, signifierFont Fallback;
    text-align:center
}
.container-1-headline-subtitle {
    font-size:var(--text-lg);
    line-height:var(--tw-leading, var(--text-lg--line-height));
    width:637px;
    text-align:center;
    margin-bottom:32px
}
.container-1-btn {
    justify-content:center;
    display:flex;
    flex-direction:row
}
.content-1-carousel {
    overflow:hidden;
    width:100%;
    bottom:32px;
    position:absolute
}
.content-1-carousel-container {
    overflow:hidden;
    flex-wrap:nowrap;
    width:100%;
    display:inline-flex
}
.carousel-container-item {
    justify-content:flex-start;
    align-items:center;
    display:flex
}
.carousel-container-item li {
    margin-inline:64px
}
.animate-infinite-scroll {
    animation:infinite-scroll 25s linear infinite
}
.carousel-img {
    width:auto;
    height:28px;
    display:block
}
.content-common {
    padding-block:176px;
    overflow:hidden;
    position:relative;
    background-color:var(--white)
}
.content-common-container {
    max-width:var(--breakpoint-xl);
    width:100%;
    margin-inline:auto;
    z-index:20;
    position:relative
}
.content-2 {
    padding-bottom:0
}
.content-2-container {
    padding:80px 24px
}
.content-common-text {
    gap:16px;
    display:flex;
    flex-direction:column
}
.content-2-text-tips {
    color:var(--primary);
    font-size:var(--text-lg);
    line-height:var(--tw-leading, var(--text-lg--line-height));
    text-decoration:none
}
.content-2-text-title {
    font-size:4rem;
    line-height:var(--tw-leading, 1.09);
    width:66.6667%;
    font-family:signifierFont, signifierFont Fallback
}
.content-2-text-container {
    text-align:start;
    margin-top:16px
}
.content-2-text-container-flex {
    gap:80px;
    flex-direction:row;
    color:#6f6c67;
    display:flex
}
.content-3-container {
    padding:0 80px
}
.content-center-text-tips {
    text-align:center;
    align-self:center
}
.content-half-text {
    width:50%
}
.content-3-text-title {
    font-size:3rem;
    line-height:var(--tw-leading, 1.16)
}
.content-3-text-container {
    text-align:start;
    margin-top:16px
}
.content-3-text-scroll {
    scrollbar-color:#171d97 #fff;
    padding-bottom:0;
    padding-inline:0;
    overflow-x:hidden;
    gap:0;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    display:grid;
    margin-top:24px;
    margin-inline:-24px;
    border-bottom:1px solid var(--gray-white);
    border-right:1px solid var(--gray-white)
}
.content-3-item {
    scroll-snap-type:none;
    width:100%;
    scroll-snap-align:center;
    border-top:1px solid var(--gray-white);
    border-left:1px solid var(--gray-white)
}
.content-3-item-first {
    padding-inline-start:0
}
.content-3-item-content {
    color:var(--text-color);
    padding:40px;
    background-color:var(--white);
    border-radius:0;
    flex-direction:column;
    height:100%;
    display:flex
}
.content-3-item-bg {
    padding-bottom:24px;
    margin-bottom:8px
}
.content-item-icon {
    color:#171d97;
    text-align:center;
    border-radius:340282000000000000000000000000000000000px;
    display:inline-flex;
    padding:16px
}
.content-3-item-icon {
    background-color:var(--icon-bg)
}
.content-icon {
    display:block;
    width:32px;
    height:32px
}
.content-3-item-title {
    font-size:var(--text-2xl);
    line-height:var(--tw-leading, var(--text-2xl--line-height));
    margin-bottom:16px
}
.content-3-item-text {
    color:#6f6c67;
    font-size:var(--text-base);
    line-height:var(--tw-leading, var(--text-base--line-height));
    margin-bottom:24px
}
.content-3-item-last-content {
    margin-top:0;
    gap:8px;
    flex-wrap:wrap;
    display:flex;
    margin-bottom:24px
}
.content-3-item-last-container {
    text-align:center;
    padding-block:6px;
    padding-inline:12px;
    border-radius:340282000000000000000000000000000000000px;
    align-items:center;
    display:flex;
    background-color:var(--icon-bg)
}
.content-3-item-last-bg {
    display:block;
    width:20px;
    height:20px;
    margin-right:12px
}
.content-3-item-last-bg img {
    max-width:100%;
    height:auto;
    display:block
}
.content-3-item-last-text {
    color:var(--text-color);
    font-size:.875rem;
    line-height:var(--tw-leading, 1.57143)
}
.content-3-text-last-title {
    color:var(--primary);
    gap:8px;
    display:flex;
    align-items:center;
    text-decoration:none
}
.transition-ease-in-out {
    display:inline-block;
    transition:transform .5s ease;
    font-size:var(--text-2xl);
    line-height:var(--tw-leading, var(--text-2xl--line-height))
}
.transition-ease-in-out:hover {
    transform:rotate(180deg)
}
.content-4 {
    background-color:var(--gray-white)
}
.content-4-text-title {
    width:66.6667%;
    font-family:waldenburgFont, waldenburgFont Fallback
}
.content-4-item-content {
    background-color:#0000;
    min-width:min-content;
    color:var(--white);
    padding:24px;
    border-radius:var(--radius-3xl)
}
.content-4-item-icon {
    background-color:var(--white)
}
.content-4-item-title {
    font-size:var(--text-lg);
    line-height:var(--tw-leading, var(--text-lg--line-height));
    color:var(--text-color);
    margin-bottom:16px
}
.content-4-item-text {
    --tw-font-weight: 375;
    font-weight:375
}
.content-5-container {
    display:flex;
    flex-direction:row;
    padding-block:80px;
    gap:48px
}
.content-5-container-left {
    gap:16px;
    display:flex;
    flex-direction:column;
    width:50%
}
.content-5-container-title {
    width:66.6667%;
    font-size:2rem;
    line-height:var(--tw-leading, 1.25)
}
.content-5-container-right {
    text-align:start
}
.content-5-container-right img {
    width:480px;
    object-fit:cover;
    border-radius:var(--radius-md)
}
.content-6-bg-img {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
    object-fit:cover;
    z-index:0
}
.content-6-container {
    color:var(--white);
    align-items:center;
    display:flex;
    flex-direction:column
}
.content-6-container-title {
    font-size:4rem;
    line-height:var(--tw-leading, 1.09);
    width:720px;
    margin-bottom:24px;
    text-align:center;
    font-family:signifierFont, signifierFont Fallback
}
.content-6-container-text {
    width:637px;
    margin-bottom:32px;
    text-align:center
}
.content-6-btn {
    display:flex;
    flex-direction:row
}
.footer-content {
    border-top:1px solid #e5e7eb
}
.footer-content-1 {
    padding-bottom:32px;
    padding-top:64px;
    padding-block:64px;
    background-color:var(--white)
}
.footer-content-1-container {
    padding-inline:80px;
    max-width:var(--breakpoint-xl);
    width:100%;
    margin-inline:auto
}
.footer-1-logo {
    margin-bottom:80px;
    height:30px
}
.footer-1-logo img {
    height:30px
}
.footer-1-introduce {
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.footer-1-introduce-md4 {
    max-width:350px;
    margin-bottom:32px
}
.footer-1-md4-title {
    color:var(--primary);
    margin-bottom:16px
}
.footer-1-md4-text {
    color:var(--text-color);
    margin-bottom:16px
}
.footer-1-icon {
    display:flex;
    column-gap:8px;
    flex-wrap:wrap;
    flex-direction:row
}
.footer-1-bg {
    --tw-ease: var(--ease-in-out);
    transition-timing-function:var(--ease-in-out);
    --tw-duration: .4s;
    transition-duration:.4s;
    background-color:var(--gray-white);
    display:flex;
    border-radius:340282000000000000000000000000000000000px;
    justify-content:center;
    align-items:center;
    min-width:54px;
    min-height:54px
}
.footer-1-bg:hover {
    background-color:#e5e7eb
}
.footer-flex-content {
    display:flex;
    flex-direction:column;
    text-wrap:nowrap;
    margin-bottom:48px
}
.footer-flex-container {
    width:auto;
    margin-bottom:48px
}
.footer-flex-text-ul {
    gap:12px;
    display:flex;
    color:#364153
}
.footer-flex-col-ul {
    flex-direction:column
}
.footer-flex-row-ul {
    flex-direction:row
}
.footer-2-flex-text {
    color:inherit;
    text-decoration:inherit
}
.footer-link-content {
    margin-bottom:32px;
    background-color:var(--white)
}
.footer-last {
    background-color:#0a0d43
}
.footer-last-content {
    font-size:var(--text-base);
    line-height:var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 24px;
    color:var(--white);
    padding-inline:80px;
    padding-block:80px;
    width:100%;
    margin-inline:auto
}
.footer-last-title {
    font-size:var(--text-xl);
    line-height:var(--tw-leading, var(--text-xl--line-height));
    margin-bottom:16px
}
.footer-last-tips {
    margin-top:64px
}
.sup {
    top:-.5em
}
.fade-out {
    /*opacity:0;*/
    /*transition:opacity .3s ease-in-out*/
}
.fade-in {
    /*opacity:1;*/
    /*transition:opacity .5s ease-in-out*/
}
#page-transition-mask {
    transition:opacity .3s ease-in-out
}
.invest-content {
    padding-block:176px 0;
    overflow:hidden;
    position:relative
}
.show {
    transform:translateY(0);
    opacity:1
}
.content-padding80 {
    padding-inline:80px
}
.content-flex-col {
    display:flex;
    flex-direction:column;
    gap:48px
}
.invest-flex-col-8 {
    display:flex;
    flex-direction:column;
    gap:64px
}
.invest-flex-row-gap-8 {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    gap:64px
}
.col-gap-4 {
    gap:32px
}
.invest-content-animate {
    --tw-animate-iteration: 1;
    animation-iteration-count:var(--tw-animate-iteration);
    --tw-animate-easing: cubic-bezier(0, 0, .2, 1);
    animation-timing-function:var(--tw-animate-easing);
    --tw-animate-duration: .5s;
    animation-duration:var(--tw-animate-duration);
    animation:fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both)
}
.invest-content-center {
    align-items:center;
    text-align:center
}
.invest-content-title {
    font-size:4.5rem;
    line-height:var(--tw-leading, 1.06);
    font-family:signifierFont, signifierFont Fallback
}
.padding-bottom-1 {
    padding-bottom:8px
}
.italic {
    font-style:italic
}
.invest-content-text-1 {
    font-size:var(--text-lg);
    line-height:var(--tw-leading, 1.33333);
    max-width:640px
}
.invest-aspect-video {
    padding-top:16px;
    cursor:pointer;
    width:100%;
    aspect-ratio:var(--aspect-video);
    position:relative
}
.invest-aspect-video video {
    object-fit:cover;
    width:100%;
    height:100%
}
.invest-content-bg-1 {
    background-color:#fcf9f0
}
.invest-content-bg-2 {
    background-color:#171d97
}
.invest-content-bg-3 {
    background-color:#f8f0d9
}
.invest-content-start {
    padding-bottom:0;
    overflow:hidden;
    position:relative;
    text-align:center;
    align-items:center
}
.invest-content-title-2 {
    --tw-animate-iteration: 1;
    animation-iteration-count:var(--tw-animate-iteration);
    --tw-animate-easing: cubic-bezier(0, 0, .2, 1);
    animation-timing-function:var(--tw-animate-easing);
    --tw-animate-duration: .5s;
    animation-duration:var(--tw-animate-duration);
    animation:fade-in-left-to-right .5s ease-out forwards
}
.invest-content-text-2 {
    font-size:var(--text-lg);
    line-height:var(--tw-leading, 1.33333);
    max-width:800px
}
.invest-content-text-animate {
    --tw-animate-iteration: 1;
    animation-iteration-count:var(--tw-animate-iteration);
    --tw-animate-easing: cubic-bezier(0, 0, .2, 1);
    animation-timing-function:var(--tw-animate-easing);
    animation-duration:var(--tw-animate-duration);
    --tw-animate-duration: .5s;
    animation:fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both)
}
.invest-content-2 {
    width:100%;
    height:1200px
}
.invest-content-2-animate {
    opacity:1;
    translate:var(--tw-translate-x) 0;
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale:var(--tw-scale-x) var(--tw-scale-y);
    --tw-ease: var(--ease-out);
    transition-timing-function:var(--ease-out);
    --tw-duration: .7s;
    transition-duration:.7s;
    transition-property:all;
    overflow:hidden;
    --tw-translate-x: -50%;
    z-index:0;
    position:absolute;
    left:50%;
    bottom:0
}
.invest-2-animate-item {
    border:.19rem solid;
    border-radius:340282000000000000000000000000000000000px;
    justify-content:center;
    align-items:center;
    display:flex;
    position:relative
}
.invest-2-animate-number {
    color:var(--white);
    --tw-font-weight: 700;
    font-weight:700;
    font-size:var(--text-xs);
    line-height:var(--tw-leading, var(--text-xs--line-height));
    border-radius:340282000000000000000000000000000000000px;
    justify-content:center;
    align-items:center;
    width:25px;
    height:25px;
    position:absolute;
    display:flex
}
.invest-2-animate-absolute {
    position:absolute
}
.invest-2-animate-title {
    text-transform:uppercase;
    color:#6f6c67;
    font-size:.875rem;
    line-height:var(--tw-leading, 1.57143);
    padding-bottom:8px
}
.text-mobile-xs {
    font-size:.875rem;
    line-height:var(--tw-leading, 1.57143)
}
.invest-content-2-semicircle {
    overflow:hidden;
    --tw-translate-x: -50%;
    translate:var(--tw-translate-x) 0;
    width:35rem;
    height:17.5rem;
    z-index:10;
    left:50%;
    bottom:0;
    position:absolute
}
.invest-content-2-semicircle-bg {
    padding-top:80px;
    border-radius:340282000000000000000000000000000000000px;
    background-color:#171d97;
    justify-content:center;
    align-items:flex-start;
    width:35rem;
    height:35rem;
    display:flex;
    position:relative
}
.invest-content-2-semicircle-content {
    text-align:center;
    padding-inline:32px;
    color:var(--white);
    margin-top:48px
}
.invest-content-2-semicircle-title {
    --tw-font-weight: 500;
    font-weight:500
}
.invest-content-2-semicircle-text {
    font-size:1.125rem;
    line-height:var(--tw-leading, 1.33333)
}
.invest-content-2-tooltip {
    height:25px;
    width:25px;
    bottom:calc(17.5rem - 12.5px);
    z-index:30;
    position:absolute;
    left:50%;
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    --tw-translate-x: -50%;
    scale:var(--tw-scale-x) var(--tw-scale-y);
    translate:var(--tw-translate-x) 0
}
.invest-content-2-no {
    background-color:#171d97
}
.invest-2-animate-content {
    translate:-100% 0;
    top:0
}
.invest-content-3 {
    padding-block:176px;
    overflow:hidden;
    position:relative
}
.invest-content-4 {
    padding-bottom:128px;
    overflow:hidden;
    position:relative;
    display:flex;
    flex-direction:row
}
.invest-content-center-start {
    justify-content:center;
    align-items:flex-start
}
.invest-content-4-title {
    margin-bottom:16px
}
.invest-content-4-text {
    text-align:start;
    max-width:480px
}
.invest-content-4-img {
    margin-inline:0
}
.order-first {
    order:-9999
}
.invest-content-4-img img {
    color:transparent;
    min-width:540px;
    max-width:540px;
    height:auto
}
.text-secondary {
    color:#302f2d;
    text-decoration:none
}
.invest-content-more-btn {
    gap:16px;
    justify-content:flex-end;
    align-items:center;
    cursor:pointer;
    display:flex
}
.invest-btn-blue-plus {
    padding:8px;
    background-color:#0025e8;
    border-radius:340282000000000000000000000000000000000px;
    overflow:hidden;
    position:relative;
    width:40px;
    height:40px
}
.invest-btn-blue-bg {
    animation:none;
    justify-content:center;
    align-items:center;
    position:absolute;
    display:flex;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.invest-btn-blue-bg img {
    color:transparent
}
.invest-content-4-tips {
    color:#a1a1a1;
    font-size:.875rem;
    line-height:var(--tw-leading, 1.57143)
}
.invest-content-5-grid {
    display:grid;
    grid-template-columns:1fr 1.5fr;
    gap:48px;
    color:var(--white)
}
.invest-content-5-left {
    padding-bottom:48px;
    justify-content:space-between;
    align-items:flex-start;
    display:flex;
    flex-direction:column
}
.invest-content-5-text {
    display:flex;
    flex-direction:column;
    grid:16px
}
.content-block {
    display:block
}
.overflow-y-auto {
    overflow-y:auto;
    position:relative
}
.invest-content-6 {
    position:relative;
    width:100%
}
.invest-content-6-list {
    max-height:800px;
    padding-bottom:48px;
    display:flex;
    flex-direction:column
}
.content-6-list-item {
    --tw-duration: .5s;
    transition-duration:.5s;
    transition-property:color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
    padding:24px;
    border-bottom:1px solid rgba(255, 255, 255, .1019607843);
    border-top:1px solid rgba(255, 255, 255, .1019607843);
    justify-content:space-between;
    align-items:center;
    width:100%;
    display:flex;
    text-decoration:none;
    color:var(--white)
}
.content-6-list-item:hover {
    background-color:#2d36a2
}
.content-6-list-a {
    display:flex;
    flex-direction:column;
    gap:24px
}
.content-6-list-text {
    font-size:1.5rem;
    line-height:var(--tw-leading, 1.33333)
}
.invest-content-6-div {
    background-image:linear-gradient(to bottom, transparent, #171d97);
    height:100px;
    position:absolute;
    left:0;
    bottom:0;
    right:0
}
.text-white {
    text-decoration:none;
    color:var(--white)
}
.invest-content-6-mouse {
    position:fixed;
    display:none;
    pointer-events:none;
    transform:translate(-50%, -50%);
    transition:transform .1s ease
}
.invest-content-7 {
    align-items:center
}
.invest-content-flex-col {
    display:flex;
    flex-direction:column
}
.invest-content-6-item {
    --tw-duration: .3s;
    transition-duration:.3s;
    transition-property:all;
    transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
    border-bottom:1px solid #e1e1e0;
    border-top:1px solid #e1e1e0;
    width:100%
}
.invest-content-6-item.expend {
    background-color:#fcf9f0
}
.invest-6-item-title {
    font-size:1.125rem;
    line-height:var(--tw-leading, 1.33333);
    padding:24px;
    -webkit-user-select:none;
    user-select:none
}
.invest-6-item-text {
    font-size:1.125rem;
    line-height:var(--tw-leading, 1.33333);
    --tw-duration: .3s;
    transition-duration:.3s;
    transition-property:all;
    color:#525252;
    padding-inline:24px;
    overflow:hidden
}
.invest-6-item-text.close {
    max-height:0
}
.invest-6-item-text.expand {
    padding-block:24px
}
.max-width-520 {
    max-width:520px
}
.four-steps-content-bg {
    overflow:hidden;
    height:100vh;
    position:relative
}
.absolute-bg {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.absolute-bg-half {
    height:50%
}
.flex-justify-align-center {
    justify-content:center;
    align-items:center;
    display:flex
}
.four-steps-content {
    height:100%;
    z-index:10;
    position:relative
}
.four-steps-content-div {
    --tw-font-weight: 700;
    font-weight:700;
    color:var(--white);
    font-size:var(--text-3xl);
    line-height:var(--tw-leading, var(--text-3xl--line-height))
}
.embla {
    --slide-height: 19rem;
    --slide-spacing: 8rem;
    --slide-size: 100%;
    max-width:100lvh;
    margin:auto
}
.embla__viewport {
    overflow:hidden;
    margin-bottom:40px
}
.embla__container {
    touch-action:pan-y pinch-zoom;
    margin-left:calc(var(--slide-spacing) * -1);
    display:flex;
    flex-direction:row;
    transition-duration:1s
}
.embla__slide {
    flex:0 0 var(--slide-size);
    min-width:0;
    padding-left:var(--slide-spacing);
    transform:translate(0)
}
.justify-text-center {
    justify-content:center;
    text-align:center;
    align-items:center;
    display:flex;
    flex-direction:column
}
.four-steps-content-picture {
    margin-bottom:24px;
    display:block
}
.four-steps-content-item {
    justify-self:center;
    gap:8px;
    display:flex;
    flex-direction:column;
    width:50%
}
.four-step-btn {
    display:flex;
    justify-self:center
}
.four-steps-btn-content {
    gap:8px;
    display:flex;
    flex-direction:row
}
.four-steps-item-title {
    color:#302f2d;
    font-size:var(--text-lg);
    line-height:var(--tw-leading, var(--text-lg--line-height))
}
.four-steps-item-text {
    --tw-font-weight: 375;
    font-weight:375
}
.capital-content {
    width:100%;
    opacity:1
}
.invest-safety-content {
    padding-bottom:80px;
    width:50%;
    text-align:center;
    justify-self:center
}
.invest-safety-text {
    gap:16px;
    display:flex;
    flex-direction:row
}
.invest-safety-icon {
    padding:8px;
    background-color:#fcf9f0;
    border-radius:340282000000000000000000000000000000000px
}
.invest-safety-content-title {
    --tw-font-weight: 700;
    font-weight:700;
    font-size:var(--text-lg);
    line-height:var(--tw-leading, var(--text-lg--line-height))
}
.gap-13 {
    gap:104px
}
.text-center {
    text-align:center
}
.community-content-title {
    width:50%;
    align-self:center
}
.community-content {
    grid-template-columns:repeat(3, minmax(0, 1fr));
    opacity:1;
    row-gap:64px;
    column-gap:80px;
    display:grid
}
.community-content-item {
    gap:16px;
    align-items:center;
    width:100%
}
.community-content-item-text {
    text-align:center;
    padding-top:8px;
    font-size:1.125rem;
    line-height:var(--tw-leading, 1.33333);
    --tw-font-weight: 500;
    font-weight:500
}
/*.\[\&_a\, \&_button\]\:w-full a, .\[\&_a\, \&_button\]\:w-full button, .\[\&_button\]\:w-full button, .\[\&_div\]\:w-full div {*/
/*    width:100%*/
/*}*/
/*.\[\&_select\, \&_input\, \&_textarea\]\:bg-white input, .\[\&_select\, \&_input\, \&_textarea\]\:bg-white select, .\[\&_select\, \&_input\, \&_textarea\]\:bg-white textarea {*/
/*    background-color:#fff*/
/*}*/
/*.\[\&_input\, \&_select\, \&_textarea\]\:border-neutral-200 input, .\[\&_input\, \&_select\, \&_textarea\]\:border-neutral-200 select, .\[\&_input\, \&_select\, \&_textarea\]\:border-neutral-200 textarea {*/
/*    border-color:#e1e1e0*/
/*}*/
/*.\[\&_input\, \&_select\, \&_textarea\]\:border input, .\[\&_input\, \&_select\, \&_textarea\]\:border select, .\[\&_input\, \&_select\, \&_textarea\]\:border textarea {*/
/*    border-style:var(--tw-border-style);*/
/*    border-width:1px*/
/*}*/
/*.\[\&_input\, \&_select\, \&_textarea\]\:rounded-sm input, .\[\&_input\, \&_select\, \&_textarea\]\:rounded-sm select, .\[\&_input\, \&_select\, \&_textarea\]\:rounded-sm textarea {*/
/*    border-radius:var(--radius-sm)*/
/*}*/
/*.\[\&_input\, \&_select\]\:h-\[47px\] input, .\[\&_input\, \&_select\]\:h-\[47px\] select {*/
/*    height:47px*/
/*}*/
/*.\[\&_input\]\:p-2 input {*/
/*    padding:16px*/
/*}*/
/*.\[\&_li\]\:mx-8 li {*/
/*    margin-inline:64px*/
/*}*/
/*.\[\&_img\]\:max-w-none img {*/
/*    max-width:none*/
/*}*/
.blog-content-hidden {
    display:none
}
.bg-black-groups {
    color:#fff;
    background-color:var(--color-black);
    border-color:var(--color-black)
}
/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
@layer theme {
    :host, :root {
        --color-red-50: oklch(.971 .013 17.38);
        --color-red-100: oklch(.936 .032 17.717);
        --color-red-200: oklch(.885 .062 18.334);
        --color-red-300: oklch(.808 .114 19.571);
        --color-red-400: oklch(.704 .191 22.216);
        --color-red-500: oklch(.637 .237 25.331);
        --color-red-600: oklch(.577 .245 27.325);
        --color-red-700: oklch(.505 .213 27.518);
        --color-red-800: oklch(.444 .177 26.899);
        --color-red-900: oklch(.396 .141 25.723);
        --color-red-950: oklch(.258 .092 26.042);
        --color-orange-50: oklch(.98 .016 73.684);
        --color-orange-100: oklch(.954 .038 75.164);
        --color-orange-200: oklch(.901 .076 70.697);
        --color-orange-300: oklch(.837 .128 66.29);
        --color-orange-400: oklch(.75 .183 55.934);
        --color-orange-500: oklch(.705 .213 47.604);
        --color-orange-600: oklch(.646 .222 41.116);
        --color-orange-700: oklch(.553 .195 38.402);
        --color-orange-800: oklch(.47 .157 37.304);
        --color-orange-900: oklch(.408 .123 38.172);
        --color-orange-950: oklch(.266 .079 36.259);
        --color-amber-50: oklch(.987 .022 95.277);
        --color-amber-100: oklch(.962 .059 95.617);
        --color-amber-200: oklch(.924 .12 95.746);
        --color-amber-300: oklch(.879 .169 91.605);
        --color-amber-400: oklch(.828 .189 84.429);
        --color-amber-500: oklch(.769 .188 70.08);
        --color-amber-600: oklch(.666 .179 58.318);
        --color-amber-700: oklch(.555 .163 48.998);
        --color-amber-800: oklch(.473 .137 46.201);
        --color-amber-900: oklch(.414 .112 45.904);
        --color-amber-950: oklch(.279 .077 45.635);
        --color-yellow-50: oklch(.987 .026 102.212);
        --color-yellow-100: oklch(.973 .071 103.193);
        --color-yellow-200: oklch(.945 .129 101.54);
        --color-yellow-300: oklch(.905 .182 98.111);
        --color-yellow-400: oklch(.852 .199 91.936);
        --color-yellow-500: oklch(.795 .184 86.047);
        --color-yellow-600: oklch(.681 .162 75.834);
        --color-yellow-700: oklch(.554 .135 66.442);
        --color-yellow-800: oklch(.476 .114 61.907);
        --color-yellow-900: oklch(.421 .095 57.708);
        --color-yellow-950: oklch(.286 .066 53.813);
        --color-lime-50: oklch(.986 .031 120.757);
        --color-lime-100: oklch(.967 .067 122.328);
        --color-lime-200: oklch(.938 .127 124.321);
        --color-lime-300: oklch(.897 .196 126.665);
        --color-lime-400: oklch(.841 .238 128.85);
        --color-lime-500: oklch(.768 .233 130.85);
        --color-lime-600: oklch(.648 .2 131.684);
        --color-lime-700: oklch(.532 .157 131.589);
        --color-lime-800: oklch(.453 .124 130.933);
        --color-lime-900: oklch(.405 .101 131.063);
        --color-lime-950: oklch(.274 .072 132.109);
        --color-green-50: oklch(.982 .018 155.826);
        --color-green-100: oklch(.962 .044 156.743);
        --color-green-200: oklch(.925 .084 155.995);
        --color-green-300: oklch(.871 .15 154.449);
        --color-green-400: oklch(.792 .209 151.711);
        --color-green-500: oklch(.723 .219 149.579);
        --color-green-600: oklch(.627 .194 149.214);
        --color-green-700: oklch(.527 .154 150.069);
        --color-green-800: oklch(.448 .119 151.328);
        --color-green-900: oklch(.393 .095 152.535);
        --color-green-950: oklch(.266 .065 152.934);
        --color-emerald-50: oklch(.979 .021 166.113);
        --color-emerald-100: oklch(.95 .052 163.051);
        --color-emerald-200: oklch(.905 .093 164.15);
        --color-emerald-300: oklch(.845 .143 164.978);
        --color-emerald-400: oklch(.765 .177 163.223);
        --color-emerald-500: oklch(.696 .17 162.48);
        --color-emerald-600: oklch(.596 .145 163.225);
        --color-emerald-700: oklch(.508 .118 165.612);
        --color-emerald-800: oklch(.432 .095 166.913);
        --color-emerald-900: oklch(.378 .077 168.94);
        --color-emerald-950: oklch(.262 .051 172.552);
        --color-teal-50: oklch(.984 .014 180.72);
        --color-teal-100: oklch(.953 .051 180.801);
        --color-teal-200: oklch(.91 .096 180.426);
        --color-teal-300: oklch(.855 .138 181.071);
        --color-teal-400: oklch(.777 .152 181.912);
        --color-teal-500: oklch(.704 .14 182.503);
        --color-teal-600: oklch(.6 .118 184.704);
        --color-teal-700: oklch(.511 .096 186.391);
        --color-teal-800: oklch(.437 .078 188.216);
        --color-teal-900: oklch(.386 .063 188.416);
        --color-teal-950: oklch(.277 .046 192.524);
        --color-cyan-50: oklch(.984 .019 200.873);
        --color-cyan-100: oklch(.956 .045 203.388);
        --color-cyan-200: oklch(.917 .08 205.041);
        --color-cyan-300: oklch(.865 .127 207.078);
        --color-cyan-400: oklch(.789 .154 211.53);
        --color-cyan-500: oklch(.715 .143 215.221);
        --color-cyan-600: oklch(.609 .126 221.723);
        --color-cyan-700: oklch(.52 .105 223.128);
        --color-cyan-800: oklch(.45 .085 224.283);
        --color-cyan-900: oklch(.398 .07 227.392);
        --color-cyan-950: oklch(.302 .056 229.695);
        --color-sky-50: oklch(.977 .013 236.62);
        --color-sky-100: oklch(.951 .026 236.824);
        --color-sky-200: oklch(.901 .058 230.902);
        --color-sky-300: oklch(.828 .111 230.318);
        --color-sky-400: oklch(.746 .16 232.661);
        --color-sky-500: oklch(.685 .169 237.323);
        --color-sky-600: oklch(.588 .158 241.966);
        --color-sky-700: oklch(.5 .134 242.749);
        --color-sky-800: oklch(.443 .11 240.79);
        --color-sky-900: oklch(.391 .09 240.876);
        --color-sky-950: oklch(.293 .066 243.157);
        --color-blue-50: oklch(.97 .014 254.604);
        --color-blue-100: oklch(.932 .032 255.585);
        --color-blue-200: oklch(.882 .059 254.128);
        --color-blue-300: oklch(.809 .105 251.813);
        --color-blue-400: oklch(.707 .165 254.624);
        --color-blue-500: oklch(.623 .214 259.815);
        --color-blue-600: oklch(.546 .245 262.881);
        --color-blue-700: oklch(.488 .243 264.376);
        --color-blue-800: oklch(.424 .199 265.638);
        --color-blue-900: oklch(.379 .146 265.522);
        --color-blue-950: oklch(.282 .091 267.935);
        --color-indigo-50: oklch(.962 .018 272.314);
        --color-indigo-100: oklch(.93 .034 272.788);
        --color-indigo-200: oklch(.87 .065 274.039);
        --color-indigo-300: oklch(.785 .115 274.713);
        --color-indigo-400: oklch(.673 .182 276.935);
        --color-indigo-500: oklch(.585 .233 277.117);
        --color-indigo-600: oklch(.511 .262 276.966);
        --color-indigo-700: oklch(.457 .24 277.023);
        --color-indigo-800: oklch(.398 .195 277.366);
        --color-indigo-900: oklch(.359 .144 278.697);
        --color-indigo-950: oklch(.257 .09 281.288);
        --color-violet-50: oklch(.969 .016 293.756);
        --color-violet-100: oklch(.943 .029 294.588);
        --color-violet-200: oklch(.894 .057 293.283);
        --color-violet-300: oklch(.811 .111 293.571);
        --color-violet-400: oklch(.702 .183 293.541);
        --color-violet-500: oklch(.606 .25 292.717);
        --color-violet-600: oklch(.541 .281 293.009);
        --color-violet-700: oklch(.491 .27 292.581);
        --color-violet-800: oklch(.432 .232 292.759);
        --color-violet-900: oklch(.38 .189 293.745);
        --color-violet-950: oklch(.283 .141 291.089);
        --color-purple-50: oklch(.977 .014 308.299);
        --color-purple-100: oklch(.946 .033 307.174);
        --color-purple-200: oklch(.902 .063 306.703);
        --color-purple-300: oklch(.827 .119 306.383);
        --color-purple-400: oklch(.714 .203 305.504);
        --color-purple-500: oklch(.627 .265 303.9);
        --color-purple-600: oklch(.558 .288 302.321);
        --color-purple-700: oklch(.496 .265 301.924);
        --color-purple-800: oklch(.438 .218 303.724);
        --color-purple-900: oklch(.381 .176 304.987);
        --color-purple-950: oklch(.291 .149 302.717);
        --color-fuchsia-50: oklch(.977 .017 320.058);
        --color-fuchsia-100: oklch(.952 .037 318.852);
        --color-fuchsia-200: oklch(.903 .076 319.62);
        --color-fuchsia-300: oklch(.833 .145 321.434);
        --color-fuchsia-400: oklch(.74 .238 322.16);
        --color-fuchsia-500: oklch(.667 .295 322.15);
        --color-fuchsia-600: oklch(.591 .293 322.896);
        --color-fuchsia-700: oklch(.518 .253 323.949);
        --color-fuchsia-800: oklch(.452 .211 324.591);
        --color-fuchsia-900: oklch(.401 .17 325.612);
        --color-fuchsia-950: oklch(.293 .136 325.661);
        --color-pink-50: oklch(.971 .014 343.198);
        --color-pink-100: oklch(.948 .028 342.258);
        --color-pink-200: oklch(.899 .061 343.231);
        --color-pink-300: oklch(.823 .12 346.018);
        --color-pink-400: oklch(.718 .202 349.761);
        --color-pink-500: oklch(.656 .241 354.308);
        --color-pink-600: oklch(.592 .249 .584);
        --color-pink-700: oklch(.525 .223 3.958);
        --color-pink-800: oklch(.459 .187 3.815);
        --color-pink-900: oklch(.408 .153 2.432);
        --color-pink-950: oklch(.284 .109 3.907);
        --color-rose-50: oklch(.969 .015 12.422);
        --color-rose-100: oklch(.941 .03 12.58);
        --color-rose-200: oklch(.892 .058 10.001);
        --color-rose-300: oklch(.81 .117 11.638);
        --color-rose-400: oklch(.712 .194 13.428);
        --color-rose-500: oklch(.645 .246 16.439);
        --color-rose-600: oklch(.586 .253 17.585);
        --color-rose-700: oklch(.514 .222 16.935);
        --color-rose-800: oklch(.455 .188 13.697);
        --color-rose-900: oklch(.41 .159 10.272);
        --color-rose-950: oklch(.271 .105 12.094);
        --color-slate-50: oklch(.984 .003 247.858);
        --color-slate-100: oklch(.968 .007 247.896);
        --color-slate-200: oklch(.929 .013 255.508);
        --color-slate-300: oklch(.869 .022 252.894);
        --color-slate-400: oklch(.704 .04 256.788);
        --color-slate-500: oklch(.554 .046 257.417);
        --color-slate-600: oklch(.446 .043 257.281);
        --color-slate-700: oklch(.372 .044 257.287);
        --color-slate-800: oklch(.279 .041 260.031);
        --color-slate-900: oklch(.208 .042 265.755);
        --color-slate-950: oklch(.129 .042 264.695);
        --color-gray-50: oklch(.985 .002 247.839);
        --color-gray-100: oklch(.967 .003 264.542);
        --color-gray-200: oklch(.928 .006 264.531);
        --color-gray-300: oklch(.872 .01 258.338);
        --color-gray-400: oklch(.707 .022 261.325);
        --color-gray-500: oklch(.551 .027 264.364);
        --color-gray-600: oklch(.446 .03 256.802);
        --color-gray-700: oklch(.373 .034 259.733);
        --color-gray-800: oklch(.278 .033 256.848);
        --color-gray-900: oklch(.21 .034 264.665);
        --color-gray-950: oklch(.13 .028 261.692);
        --color-zinc-50: oklch(.985 0 0);
        --color-zinc-100: oklch(.967 .001 286.375);
        --color-zinc-200: oklch(.92 .004 286.32);
        --color-zinc-300: oklch(.871 .006 286.286);
        --color-zinc-400: oklch(.705 .015 286.067);
        --color-zinc-500: oklch(.552 .016 285.938);
        --color-zinc-600: oklch(.442 .017 285.786);
        --color-zinc-700: oklch(.37 .013 285.805);
        --color-zinc-800: oklch(.274 .006 286.033);
        --color-zinc-900: oklch(.21 .006 285.885);
        --color-zinc-950: oklch(.141 .005 285.823);
        --color-neutral-300: oklch(.87 0 0);
        --color-neutral-400: oklch(.708 0 0);
        --color-neutral-500: oklch(.556 0 0);
        --color-neutral-600: oklch(.439 0 0);
        --color-neutral-700: oklch(.371 0 0);
        --color-neutral-900: oklch(.205 0 0);
        --color-neutral-950: oklch(.145 0 0);
        --color-stone-50: oklch(.985 .001 106.423);
        --color-stone-100: oklch(.97 .001 106.424);
        --color-stone-200: oklch(.923 .003 48.717);
        --color-stone-300: oklch(.869 .005 56.366);
        --color-stone-400: oklch(.709 .01 56.259);
        --color-stone-500: oklch(.553 .013 58.071);
        --color-stone-600: oklch(.444 .011 73.639);
        --color-stone-700: oklch(.374 .01 67.558);
        --color-stone-800: oklch(.268 .007 34.298);
        --color-stone-900: oklch(.216 .006 56.043);
        --color-stone-950: oklch(.147 .004 49.25);
        --color-black: #000;
        --breakpoint-sm: 40rem;
        --breakpoint-md: 48rem;
        --breakpoint-lg: 64rem;
        --breakpoint-xl: 80rem;
        --breakpoint-2xl: 96rem;
        --container-3xs: 16rem;
        --container-2xs: 18rem;
        --container-xs: 20rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --container-lg: 32rem;
        --container-xl: 36rem;
        --container-2xl: 42rem;
        --container-3xl: 48rem;
        --container-4xl: 56rem;
        --container-5xl: 64rem;
        --container-6xl: 72rem;
        --container-7xl: 80rem;
        --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: 1.5;
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: 1.2;
        --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;
        --tracking-tighter: -.05em;
        --tracking-tight: -.025em;
        --tracking-normal: 0em;
        --tracking-wide: .025em;
        --tracking-wider: .05em;
        --tracking-widest: .1em;
        --leading-tight: 1.25;
        --leading-snug: 1.375;
        --leading-normal: 1.5;
        --leading-relaxed: 1.625;
        --leading-loose: 2;
        --radius-xs: .125rem;
        --radius-sm: .25rem;
        --radius-md: .375rem;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --radius-4xl: 2rem;
        --shadow-2xs: 0 1px #0000000d;
        --shadow-xs: 0 1px 2px 0 #0000000d;
        --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
        --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
        --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
        --shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
        --shadow-2xl: 0 25px 50px -12px #00000040;
        --inset-shadow-2xs: inset 0 1px #0000000d;
        --inset-shadow-xs: inset 0 1px 1px #0000000d;
        --inset-shadow-sm: inset 0 2px 4px #0000000d;
        --drop-shadow-xs: 0 1px 1px #0000000d;
        --drop-shadow-sm: 0 1px 2px #00000026;
        --drop-shadow-md: 0 3px 3px #0000001f;
        --drop-shadow-lg: 0 4px 4px #00000026;
        --drop-shadow-xl: 0 9px 7px #0000001a;
        --drop-shadow-2xl: 0 25px 25px #00000026;
        --ease-in: cubic-bezier(.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --blur-xs: 4px;
        --blur-sm: 8px;
        --blur-md: 12px;
        --blur-lg: 16px;
        --blur-xl: 24px;
        --blur-2xl: 40px;
        --blur-3xl: 64px;
        --perspective-dramatic: 100px;
        --perspective-near: 300px;
        --perspective-normal: 500px;
        --perspective-midrange: 800px;
        --perspective-distant: 1200px;
        --aspect-video: 16/9;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-font-feature-settings: var(--font-sans--font-feature-settings);
        --default-font-variation-settings: var(--font-sans--font-variation-settings);
        --default-mono-font-family: var(--font-mono);
        --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
        --default-mono-font-variation-settings: var(--font-mono--font-variation-settings)
    }
}
@layer base {
    *, ::backdrop, :after, :before {
        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
    }
    :host, html {
        -webkit-text-size-adjust:100%;
        -moz-tab-size:4;
        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
    }
    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;
        -webkit-text-decoration:inherit;
        text-decoration:inherit
    }
    b, strong {
        font-weight:bolder
    }
    code, kbd, pre, samp {
        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
    }
    menu, ol, ul {
        list-style:none
    }
    audio, canvas, embed, iframe, img, object, svg, video {
        vertical-align:middle;
        display:block
    }
    img, video {
        max-width:100%;
        height:auto
    }
    button, input, optgroup, select, 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;
        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, ::-webkit-datetime-edit-year-field {
        padding-block:0
    }
    ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field {
        padding-block:0
    }
    ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field {
        padding-block:0
    }
    ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-second-field {
        padding-block:0
    }
    ::-webkit-datetime-edit-meridiem-field {
        padding-block:0
    }
    :-moz-ui-invalid {
        box-shadow:none
    }
    button, input:where([type=button], [type=reset], [type=submit]) {
        -webkit-appearance:button;
        -moz-appearance:button;
        appearance:button
    }
    ::file-selector-button {
        -webkit-appearance:button;
        -moz-appearance:button;
        appearance:button
    }
    ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
        height:auto
    }
    [hidden]:where(:not([hidden=until-found])) {
        display:none!important
    }
    *, ::backdrop, :after, :before {
        border-color:var(--color-gray-200, currentColor)
    }
    ::file-selector-button {
        border-color:var(--color-gray-200, currentColor)
    }
    html {
        height:max-content;
        font-size:16px
    }
    body, html {
        color:#302f2d;
        width:100%
    }
    body {
        height:100%;
        font-family:var(--font-waldenburg)
    }
    .max-w-container {
        width:100%;
        margin-inline:auto;
        padding-inline:24px
    }
    @media (width >=48rem) {
        .max-w-container {
            max-width:var(--breakpoint-xl)
        }
    }
    @media (width >=64rem) {
        .max-w-container {
            padding-inline:80px
        }
    }
    .-max-w-container {
        width:100%;
        margin-inline:auto;
        padding-inline:0
    }
    @media (width >=48rem) {
        .-max-w-container {
            max-width:var(--breakpoint-xl)
        }
    }
    .noScroll {
        width:100%;
        height:100%;
        position:relative;
        overflow:hidden
    }
    .test {
        background:linear-gradient(#0a0d434d 0, #0a0d434d)
    }
    .terms a {
        color:#0025e8
    }
}
@layer components;
@layer utilities {
    .pointer-events-auto {
        pointer-events:auto
    }
    .pointer-events-none {
        pointer-events:none
    }
    .invisible {
        visibility:hidden
    }
    .sr-only {
        clip:rect(0, 0, 0, 0);
        white-space:nowrap;
        border-width:0;
        width:1px;
        height:1px;
        margin:-1px;
        padding:0;
        overflow:hidden
    }
    .absolute, .sr-only {
        position:absolute
    }
    .fixed {
        position:fixed
    }
    .relative {
        position:relative
    }
    .static {
        position:static
    }
    .inset-0 {
        top:0;
        right:0;
        bottom:0;
        left:0
    }
    .inset-y-0 {
        inset-block:0
    }
    .-start-2 {
        inset-inline-start:-16px
    }
    .start-0 {
        inset-inline-start:0
    }
    .-top-full {
        top:-100%
    }
    .top-0 {
        top:0
    }
    .top-1 {
        top:8px
    }
    .top-1\/2 {
        top:50%
    }
    .top-2 {
        top:16px
    }
    .top-6 {
        top:48px
    }
    .top-13 {
        top:104px
    }
    .top-16 {
        top:128px
    }
    .top-\[-3px\] {
        top:-3px
    }
    .top-\[-12\.5px\] {
        top:-12.5px
    }
    .top-\[15px\] {
        top:15px
    }
    .top-\[60px\] {
        top:60px
    }
    .top-\[calc\(50\%-17\.5px\)\] {
        top:calc(50% - 17.5px)
    }
    .right-0 {
        right:0
    }
    .right-1 {
        right:8px
    }
    .right-2 {
        right:16px
    }
    .right-3 {
        right:24px
    }
    .right-6 {
        right:48px
    }
    .right-\[-5px\] {
        right:-5px
    }
    .bottom-0 {
        bottom:0
    }
    .bottom-1\.5 {
        bottom:12px
    }
    .bottom-2 {
        bottom:16px
    }
    .bottom-3 {
        bottom:24px
    }
    .bottom-4 {
        bottom:32px
    }
    .bottom-\[40px\] {
        bottom:40px
    }
    .bottom-\[42px\] {
        bottom:42px
    }
    .bottom-\[60px\] {
        bottom:60px
    }
    .bottom-\[90px\] {
        bottom:90px
    }
    .bottom-full {
        bottom:100%
    }
    .-left-8 {
        left:-64px
    }
    .left-0 {
        left:0
    }
    .left-1\/2 {
        left:50%
    }
    .left-2 {
        left:16px
    }
    .left-\[90\%\] {
        left:90%
    }
    .z-0 {
        z-index:0
    }
    .z-10 {
        z-index:10
    }
    .z-20 {
        z-index:20
    }
    .z-30 {
        z-index:30
    }
    .z-40 {
        z-index:40
    }
    .z-50 {
        z-index:50
    }
    .z-\[40\] {
        z-index:40
    }
    .col-span-1 {
        grid-column:span 1/span 1
    }
    .col-span-2 {
        grid-column:span 2/span 2
    }
    .col-start-4 {
        grid-column-start:4
    }
    .row-span-1 {
        grid-row:span 1/span 1
    }
    .row-span-2 {
        grid-row:span 2/span 2
    }
    .\!container {
        width:100%!important
    }
    @media (width >=40rem) {
        .\!container {
            max-width:40rem!important
        }
    }
    @media (width >=48rem) {
        .\!container {
            max-width:48rem!important
        }
    }
    @media (width >=64rem) {
        .\!container {
            max-width:64rem!important
        }
    }
    @media (width >=80rem) {
        .\!container {
            max-width:80rem!important
        }
    }
    @media (width >=96rem) {
        .\!container {
            max-width:96rem!important
        }
    }
    .container {
        width:100%
    }
    @media (width >=40rem) {
        .container {
            max-width:40rem
        }
    }
    @media (width >=48rem) {
        .container {
            max-width:48rem
        }
    }
    @media (width >=64rem) {
        .container {
            max-width:64rem
        }
    }
    @media (width >=80rem) {
        .container {
            max-width:80rem
        }
    }
    @media (width >=96rem) {
        .container {
            max-width:96rem
        }
    }
    .m-auto {
        margin:auto
    }
    .max-w-container {
        width:100%;
        margin-inline:auto;
        padding-inline:24px
    }
    @media (width >=48rem) {
        .max-w-container {
            max-width:var(--breakpoint-xl)
        }
    }
    @media (width >=64rem) {
        .max-w-container {
            padding-inline:80px
        }
    }
    .-mx-3 {
        margin-inline:-24px
    }
    .-mx-\[100vw\] {
        margin-inline:-100vw
    }
    .mx-0 {
        margin-inline:0
    }
    .mx-0\.5 {
        margin-inline:4px
    }
    .mx-2 {
        margin-inline:16px
    }
    .mx-auto {
        margin-inline:auto
    }
    .my-2 {
        margin-block:16px
    }
    .my-3 {
        margin-block:24px
    }
    .my-8 {
        margin-block:64px
    }
    .my-10 {
        margin-block:80px
    }
    .my-13 {
        margin-block:104px
    }
    .my-16 {
        margin-block:128px
    }
    .my-auto {
        margin-block:auto
    }
    .-mt-1\.5 {
        margin-top:-12px
    }
    .-mt-3 {
        margin-top:-24px
    }
    .mt-0 {
        margin-top:0
    }
    .mt-0\.5 {
        margin-top:4px
    }
    .mt-1 {
        margin-top:8px
    }
    .mt-1\.5 {
        margin-top:12px
    }
    .mt-2 {
        margin-top:16px
    }
    .mt-3 {
        margin-top:24px
    }
    .mt-4 {
        margin-top:32px
    }
    .mt-5 {
        margin-top:40px
    }
    .mt-6 {
        margin-top:48px
    }
    .mt-8 {
        margin-top:64px
    }
    .mt-10 {
        margin-top:80px
    }
    .mt-13 {
        margin-top:104px
    }
    .mt-auto {
        margin-top:auto
    }
    .-mr-4 {
        margin-right:-32px
    }
    .mr-0\.5 {
        margin-right:4px
    }
    .mr-1\.5 {
        margin-right:12px
    }
    .mr-2 {
        margin-right:16px
    }
    .-mb-1 {
        margin-bottom:-8px
    }
    .-mb-2 {
        margin-bottom:-16px
    }
    .mb-0 {
        margin-bottom:0
    }
    .mb-0\.5 {
        margin-bottom:4px
    }
    .mb-1 {
        margin-bottom:8px
    }
    .mb-1\.5 {
        margin-bottom:12px
    }
    .mb-2 {
        margin-bottom:16px
    }
    .mb-3 {
        margin-bottom:24px
    }
    .mb-4 {
        margin-bottom:32px
    }
    .mb-5 {
        margin-bottom:40px
    }
    .mb-6 {
        margin-bottom:48px
    }
    .mb-8 {
        margin-bottom:64px
    }
    .mb-10 {
        margin-bottom:80px
    }
    .mb-16 {
        margin-bottom:128px
    }
    .ml-2 {
        margin-left:16px
    }
    .ml-3 {
        margin-left:24px
    }
    .ml-4 {
        margin-left:32px
    }
    .ml-6 {
        margin-left:48px
    }
    .ml-8 {
        margin-left:64px
    }
    .ml-auto {
        margin-left:auto
    }
    .block {
        display:block
    }
    .contents {
        display:contents
    }
    .flex {
        display:flex
    }
    .grid {
        display:grid
    }
    .hidden {
        display:none
    }
    .inline-block {
        display:inline-block
    }
    .inline-flex {
        display:inline-flex
    }
    .list-item {
        display:list-item
    }
    .no-scrollbar {
        -ms-overflow-style:none;
        scrollbar-width:none
    }
    .no-scrollbar::-webkit-scrollbar {
        display:none
    }
    .table {
        display:table
    }
    .aspect-\[1\/1\] {
        aspect-ratio:1
    }
    .aspect-\[2\/1\.7\] {
        aspect-ratio:2/1.7
    }
    .aspect-\[4\/5\] {
        aspect-ratio:4/5
    }
    .aspect-\[16\/9\] {
        aspect-ratio:16/9
    }
    .aspect-\[324\/101\] {
        aspect-ratio:324/101
    }
    .aspect-square {
        aspect-ratio:1
    }
    .aspect-video {
        aspect-ratio:var(--aspect-video)
    }
    .h-0 {
        height:0
    }
    .h-0\.5 {
        height:4px
    }
    .h-1 {
        height:8px
    }
    .h-1\/2 {
        height:50%
    }
    .h-2 {
        height:16px
    }
    .h-3 {
        height:24px
    }
    .h-5 {
        height:40px
    }
    .h-6 {
        height:48px
    }
    .h-\[35rem\] {
        height:35rem
    }
    .h-\[396px\] {
        height:396px
    }
    .h-\[400px\] {
        height:400px
    }
    .h-\[40px\] {
        height:40px
    }
    .h-\[42px\] {
        height:42px
    }
    .h-\[44px\] {
        height:44px
    }
    .h-\[45px\] {
        height:45px
    }
    .h-\[466px\] {
        height:466px
    }
    .h-\[46px\] {
        height:46px
    }
    .h-\[4px\] {
        height:4px
    }
    .h-\[500px\] {
        height:500px
    }
    .h-\[56px\] {
        height:56px
    }
    .h-\[60px\] {
        height:60px
    }
    .h-\[64px\] {
        height:64px
    }
    .h-\[6px\] {
        height:6px
    }
    .h-\[100px\] {
        height:100px
    }
    .h-\[17\.5rem\] {
        height:17.5rem
    }
    .h-\[17px\] {
        height:17px
    }
    .h-\[18px\] {
        height:18px
    }
    .h-\[19px\] {
        height:19px
    }
    .h-\[20px\] {
        height:20px
    }
    .h-\[25px\] {
        height:25px
    }
    .h-\[2px\] {
        height:2px
    }
    .h-\[30px\] {
        height:30px
    }
    .h-\[350px\] {
        height:350px
    }
    .h-\[1200px\] {
        height:1200px
    }
    .h-\[120px\] {
        height:120px
    }
    .h-\[130px\] {
        height:130px
    }
    .h-\[134px\] {
        height:134px
    }
    .h-\[135px\] {
        height:135px
    }
    .h-\[13px\] {
        height:13px
    }
    .h-\[153px\] {
        height:153px
    }
    .h-\[190px\] {
        height:190px
    }
    .h-\[1px\] {
        height:1px
    }
    .h-\[200px\] {
        height:200px
    }
    .h-\[28px\] {
        height:28px
    }
    .h-\[34px\] {
        height:34px
    }
    .h-\[35px\] {
        height:35px
    }
    .h-\[220px\] {
        height:220px
    }
    .h-\[250px\] {
        height:250px
    }
    .h-\[300px\] {
        height:300px
    }
    .h-\[307px\] {
        height:307px
    }
    .h-\[317px\] {
        height:317px
    }
    .h-\[700px\] {
        height:700px
    }
    .h-auto {
        height:auto
    }
    .h-fit {
        height:fit-content
    }
    .h-full {
        height:100%
    }
    .h-lvh {
        height:100lvh
    }
    .h-screen {
        height:100vh
    }
    .max-h-0 {
        max-height:0
    }
    .max-h-22 {
        max-height:176px
    }
    .max-h-\[100vh\] {
        max-height:100vh
    }
    .max-h-\[2000px\] {
        max-height:2000px
    }
    .max-h-\[200vh\] {
        max-height:200vh
    }
    .max-h-\[20px\] {
        max-height:20px
    }
    .max-h-\[42px\] {
        max-height:42px
    }
    .max-h-\[500px\] {
        max-height:500px
    }
    .max-h-\[700px\] {
        max-height:700px
    }
    .max-h-auto {
        max-height:auto
    }
    .max-h-fit {
        max-height:fit-content
    }
    .max-h-full {
        max-height:100%
    }
    .max-h-screen {
        max-height:100vh
    }
    .min-h-0 {
        min-height:0
    }
    .min-h-5 {
        min-height:40px
    }
    .min-h-\[25px\] {
        min-height:25px
    }
    .min-h-\[54px\] {
        min-height:54px
    }
    .min-h-\[100vh\] {
        min-height:100vh
    }
    .min-h-\[250px\] {
        min-height:250px
    }
    .min-h-\[300px\] {
        min-height:300px
    }
    .min-h-\[700px\] {
        min-height:700px
    }
    .min-h-full {
        min-height:100%
    }
    .min-h-screen {
        min-height:100vh
    }
    .w-0 {
        width:0
    }
    .w-1 {
        width:8px
    }
    .w-1\/2 {
        width:50%
    }
    .w-1\/3 {
        width:33.3333%
    }
    .w-1\/5 {
        width:20%
    }
    .w-2 {
        width:16px
    }
    .w-2\/3 {
        width:66.6667%
    }
    .w-3 {
        width:24px
    }
    .w-3\/4 {
        width:75%
    }
    .w-4\/5 {
        width:80%
    }
    .w-5 {
        width:40px
    }
    .w-6 {
        width:48px
    }
    .w-\[6px\] {
        width:6px
    }
    .w-\[100px\] {
        width:100px
    }
    .w-\[13px\] {
        width:13px
    }
    .w-\[17px\] {
        width:17px
    }
    .w-\[18px\] {
        width:18px
    }
    .w-\[19px\] {
        width:19px
    }
    .w-\[20px\] {
        width:20px
    }
    .w-\[25px\] {
        width:25px
    }
    .w-\[34px\] {
        width:34px
    }
    .w-\[35px\] {
        width:35px
    }
    .w-\[35rem\] {
        width:35rem
    }
    .w-\[40px\] {
        width:40px
    }
    .w-\[42px\] {
        width:42px
    }
    .w-\[44px\] {
        width:44px
    }
    .w-\[45px\] {
        width:45px
    }
    .w-\[56px\] {
        width:56px
    }
    .w-\[60px\] {
        width:60px
    }
    .w-\[64px\] {
        width:64px
    }
    .w-\[70\%\] {
        width:70%
    }
    .w-\[150px\] {
        width:150px
    }
    .w-\[167px\] {
        width:167px
    }
    .w-\[220px\] {
        width:220px
    }
    .w-\[280px\] {
        width:280px
    }
    .w-\[2px\] {
        width:2px
    }
    .w-\[800px\] {
        width:800px
    }
    .w-\[80px\] {
        width:80px
    }
    .w-\[90vw\] {
        width:90vw
    }
    .w-\[95px\] {
        width:95px
    }
    .w-\[340px\] {
        width:340px
    }
    .w-\[350px\] {
        width:350px
    }
    .w-\[1200px\] {
        width:1200px
    }
    .w-\[120px\] {
        width:120px
    }
    .w-\[1px\] {
        width:1px
    }
    .w-\[244px\] {
        width:244px
    }
    .w-\[300px\] {
        width:300px
    }
    .w-\[600px\] {
        width:600px
    }
    .w-\[700px\] {
        width:700px
    }
    .w-\[calc\(100vw-3rem\)\] {
        width:calc(100vw - 3rem)
    }
    .w-auto {
        width:auto
    }
    .w-fit {
        width:fit-content
    }
    .w-full {
        width:100%
    }
    .w-screen {
        width:100vw
    }
    .max-w-4xl {
        max-width:var(--container-4xl)
    }
    .max-w-22 {
        max-width:176px
    }
    .max-w-\[200px\] {
        max-width:200px
    }
    .max-w-\[20px\] {
        max-width:20px
    }
    .max-w-\[42px\] {
        max-width:42px
    }
    .max-w-\[70\%\] {
        max-width:70%
    }
    .max-w-\[85\%\] {
        max-width:85%
    }
    .max-w-\[210px\] {
        max-width:210px
    }
    .max-w-\[350px\] {
        max-width:350px
    }
    .max-w-\[410px\] {
        max-width:410px
    }
    .max-w-\[460px\] {
        max-width:460px
    }
    .max-w-\[470px\] {
        max-width:470px
    }
    .max-w-\[500px\] {
        max-width:500px
    }
    .max-w-\[520px\] {
        max-width:520px
    }
    .max-w-\[580px\] {
        max-width:580px
    }
    .max-w-\[600px\] {
        max-width:600px
    }
    .max-w-\[630px\] {
        max-width:630px
    }
    .max-w-\[1000px\] {
        max-width:1000px
    }
    .max-w-\[150px\] {
        max-width:150px
    }
    .max-w-\[380px\] {
        max-width:380px
    }
    .max-w-\[510px\] {
        max-width:510px
    }
    .max-w-\[1200px\] {
        max-width:1200px
    }
    .max-w-\[120px\] {
        max-width:120px
    }
    .max-w-\[184px\] {
        max-width:184px
    }
    .max-w-\[320px\] {
        max-width:320px
    }
    .max-w-\[440px\] {
        max-width:440px
    }
    .max-w-\[480px\] {
        max-width:480px
    }
    .max-w-\[540px\] {
        max-width:540px
    }
    .max-w-\[640px\] {
        max-width:640px
    }
    .max-w-\[690px\] {
        max-width:690px
    }
    .max-w-\[700px\] {
        max-width:700px
    }
    .max-w-\[720px\] {
        max-width:720px
    }
    .max-w-\[730px\] {
        max-width:730px
    }
    .max-w-\[800px\] {
        max-width:800px
    }
    .max-w-\[860px\] {
        max-width:860px
    }
    .max-w-\[900px\] {
        max-width:900px
    }
    .max-w-\[1330px\] {
        max-width:1330px
    }
    .max-w-fit {
        max-width:fit-content
    }
    .max-w-full {
        max-width:100%
    }
    .max-w-none {
        max-width:none
    }
    .min-w-0 {
        min-width:0
    }
    .min-w-5 {
        min-width:40px
    }
    .min-w-\[54px\] {
        min-width:54px
    }
    .min-w-\[1000px\] {
        min-width:1000px
    }
    .min-w-\[150px\] {
        min-width:150px
    }
    .min-w-\[200px\] {
        min-width:200px
    }
    .min-w-\[25px\] {
        min-width:25px
    }
    .min-w-\[225px\] {
        min-width:225px
    }
    .min-w-\[300px\] {
        min-width:300px
    }
    .min-w-\[380px\] {
        min-width:380px
    }
    .min-w-\[640px\] {
        min-width:640px
    }
    .min-w-\[800px\] {
        min-width:800px
    }
    .min-w-full {
        min-width:100%
    }
    .min-w-max {
        min-width:max-content
    }
    .flex-1 {
        flex:1
    }
    .flex-shrink-0, .shrink-0 {
        flex-shrink:0
    }
    .flex-grow, .grow {
        flex-grow:1
    }
    .table-auto {
        table-layout:auto
    }
    .table-fixed {
        table-layout:fixed
    }
    .border-collapse {
        border-collapse:collapse
    }
    .origin-bottom {
        transform-origin:bottom
    }
    .origin-center {
        transform-origin:50%
    }
    .-translate-x-1\/2 {
        --tw-translate-x: -50%
    }
    .-translate-x-1\/2, .-translate-x-\[12\%\] {
        translate:var(--tw-translate-x) var(--tw-translate-y)
    }
    .-translate-x-\[12\%\] {
        --tw-translate-x: -12%
    }
    .-translate-x-\[54px\] {
        --tw-translate-x: -54px
    }
    .-translate-x-\[300\%\], .-translate-x-\[54px\] {
        translate:var(--tw-translate-x) var(--tw-translate-y)
    }
    .-translate-x-\[300\%\] {
        --tw-translate-x: -300%
    }
    .-translate-y-1\/2 {
        --tw-translate-y: -50%
    }
    .-translate-y-1\/2, .-translate-y-5 {
        translate:var(--tw-translate-x) var(--tw-translate-y)
    }
    .-translate-y-5 {
        --tw-translate-y: -40px
    }
    .-translate-y-\[5\%\] {
        --tw-translate-y: -5%
    }
    .-translate-y-\[5\%\], .-translate-y-full {
        translate:var(--tw-translate-x) var(--tw-translate-y)
    }
    .-translate-y-full {
        --tw-translate-y: -100%
    }
    .translate-x-\[-50\%\] {
        --tw-translate-x: -50%
    }
    .translate-x-\[-50\%\], .translate-x-\[12\%\] {
        translate:var(--tw-translate-x) var(--tw-translate-y)
    }
    .translate-x-\[12\%\] {
        --tw-translate-x: 12%
    }
    .translate-x-\[300\%\] {
        --tw-translate-x: 300%
    }
    .translate-x-\[300\%\], .translate-y-0 {
        translate:var(--tw-translate-x) var(--tw-translate-y)
    }
    .translate-y-0 {
        --tw-translate-y: 0
    }
    .translate-y-1\/2 {
        --tw-translate-y: 50%
    }
    .translate-y-1\/2, .translate-y-5 {
        translate:var(--tw-translate-x) var(--tw-translate-y)
    }
    .translate-y-5 {
        --tw-translate-y: 40px
    }
    .translate-y-8 {
        --tw-translate-y: 64px;
        translate:var(--tw-translate-x) var(--tw-translate-y)
    }
    .scale-y-0 {
        --tw-scale-y: 0%
    }
    .scale-y-0, .scale-y-100 {
        scale:var(--tw-scale-x) var(--tw-scale-y)
    }
    .scale-y-100 {
        --tw-scale-y: 100%
    }
    .rotate-0 {
        rotate:none
    }
    .rotate-180 {
        rotate:180deg
    }
    .rotate-360 {
        rotate:1turn
    }
    .transform {
        transform:var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y)
    }
    .animate-fade {
        animation:fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both)
    }
    .animate-fade-down {
        animation:fade-down var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both)
    }
    .animate-fade-in-left-to-right {
        animation:fade-in-left-to-right .5s ease-out forwards
    }
    .animate-fade-in-right {
        animation:fade-in-right .5s ease-out forwards
    }
    .animate-fade-left {
        animation:fade-left var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both)
    }
    .animate-fade-up {
        animation:fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both)
    }
    .animate-infinite-scroll {
        animation:infinite-scroll 25s linear infinite
    }
    .animate-jump-in {
        animation:jump-in var(--tw-animate-duration, .5s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both)
    }
    .cursor-not-allowed {
        cursor:not-allowed
    }
    .cursor-pointer {
        cursor:pointer
    }
    .resize {
        resize:both
    }
    .snap-x {
        scroll-snap-type:x var(--tw-scroll-snap-strictness)
    }
    .snap-center {
        scroll-snap-align:center
    }
    .list-inside {
        list-style-position:inside
    }
    .list-outside {
        list-style-position:outside
    }
    .list-\[circle\] {
        list-style-type:circle
    }
    .list-disc {
        list-style-type:disc
    }
    .auto-cols-fr {
        grid-auto-columns:minmax(0, 1fr)
    }
    .grid-flow-col {
        grid-auto-flow:column
    }
    .grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
    .grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
    .grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
    .grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
    .grid-cols-\[1fr\] {
        grid-template-columns:1fr
    }
    .grid-rows-2 {
        grid-template-rows:repeat(2, minmax(0, 1fr))
    }
    .flex-col {
        flex-direction:column
    }
    .flex-col-reverse {
        flex-direction:column-reverse
    }
    .flex-row {
        flex-direction:row
    }
    .flex-nowrap {
        flex-wrap:nowrap
    }
    .flex-wrap {
        flex-wrap:wrap
    }
    .content-center {
        align-content:center
    }
    .items-center {
        align-items:center
    }
    .items-start {
        align-items:flex-start
    }
    .items-stretch {
        align-items:stretch
    }
    .justify-between {
        justify-content:space-between
    }
    .justify-center {
        justify-content:center
    }
    .justify-end {
        justify-content:flex-end
    }
    .justify-start {
        justify-content:flex-start
    }
    .justify-items-center {
        justify-items:center
    }
    .gap-0 {
        gap:0
    }
    .gap-0\.5 {
        gap:4px
    }
    .gap-1 {
        gap:8px
    }
    .gap-1\.5 {
        gap:12px
    }
    .gap-2 {
        gap:16px
    }
    .gap-3 {
        gap:24px
    }
    .gap-4 {
        gap:32px
    }
    .gap-5 {
        gap:40px
    }
    .gap-6 {
        gap:48px
    }
    .gap-8 {
        gap:64px
    }
    .gap-10 {
        gap:80px
    }
    .gap-13 {
        gap:104px
    }
    .gap-16 {
        gap:128px
    }
    .gap-\[2px\] {
        gap:2px
    }
    .gap-x-1 {
        column-gap:8px
    }
    .gap-x-2 {
        column-gap:16px
    }
    .gap-x-4 {
        column-gap:32px
    }
    .gap-x-10 {
        column-gap:80px
    }
    :where(.space-y-0\.5>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(4px * var(--tw-space-y-reverse));
        margin-block-end:calc(4px * (1 - var(--tw-space-y-reverse)))
    }
    :where(.space-y-2>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(16px * var(--tw-space-y-reverse));
        margin-block-end:calc(16px * (1 - var(--tw-space-y-reverse)))
    }
    :where(.space-y-3>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(24px * var(--tw-space-y-reverse));
        margin-block-end:calc(24px * (1 - var(--tw-space-y-reverse)))
    }
    :where(.space-y-5>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start:calc(40px * var(--tw-space-y-reverse));
        margin-block-end:calc(40px * (1 - var(--tw-space-y-reverse)))
    }
    .gap-y-2 {
        row-gap:16px
    }
    .gap-y-4 {
        row-gap:32px
    }
    .gap-y-8 {
        row-gap:64px
    }
    .gap-y-10 {
        row-gap:80px
    }
    :where(.divide-y-1>:not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style:var(--tw-border-style);
        border-top-style:var(--tw-border-style);
        border-top-width:calc(1px * var(--tw-divide-y-reverse));
        border-bottom-width:calc(1px * (1 - var(--tw-divide-y-reverse)))
    }
    :where(.divide-y-4>:not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style:var(--tw-border-style);
        border-top-style:var(--tw-border-style);
        border-top-width:calc(4px * var(--tw-divide-y-reverse));
        border-bottom-width:calc(4px * (1 - var(--tw-divide-y-reverse)))
    }
    :where(.divide-white>:not(:last-child)) {
        border-color:#fff
    }
    .self-center {
        align-self:center
    }
    .self-start {
        align-self:flex-start
    }
    .justify-self-center {
        justify-self:center
    }
    .overflow-auto {
        overflow:auto
    }
    .overflow-hidden {
        overflow:hidden
    }
    .overflow-visible {
        overflow:visible
    }
    .overflow-x-auto {
        overflow-x:auto
    }
    .overflow-x-hidden {
        overflow-x:hidden
    }
    .overflow-x-scroll {
        overflow-x:scroll
    }
    .overflow-y-auto {
        overflow-y:auto
    }
    .overflow-y-hidden {
        overflow-y:hidden
    }
    .rounded {
        border-radius:.25rem
    }
    .rounded-2xl {
        border-radius:var(--radius-2xl)
    }
    .rounded-3xl {
        border-radius:var(--radius-3xl)
    }
    .rounded-full {
        border-radius:340282000000000000000000000000000000000px
    }
    .rounded-lg {
        border-radius:var(--radius-lg)
    }
    .rounded-md {
        border-radius:var(--radius-md)
    }
    .rounded-sm {
        border-radius:var(--radius-sm)
    }
    .rounded-xl {
        border-radius:var(--radius-xl)
    }
    .rounded-tr-md {
        border-top-right-radius:var(--radius-md)
    }
    .border {
        border-style:var(--tw-border-style);
        border-width:1px
    }
    .border-0 {
        border-style:var(--tw-border-style);
        border-width:0
    }
    .border-1 {
        border-style:var(--tw-border-style);
        border-width:1px
    }
    .border-2 {
        border-style:var(--tw-border-style);
        border-width:2px
    }
    .border-\[0\.19rem\] {
        border-style:var(--tw-border-style);
        border-width:.19rem
    }
    .border-y-1 {
        border-block-style:var(--tw-border-style);
        border-block-width:1px
    }
    .border-t, .border-t-1 {
        border-top-style:var(--tw-border-style);
        border-top-width:1px
    }
    .border-t-2 {
        border-top-style:var(--tw-border-style);
        border-top-width:2px
    }
    .border-b, .border-b-1 {
        border-bottom-style:var(--tw-border-style);
        border-bottom-width:1px
    }
    .border-b-2 {
        border-bottom-style:var(--tw-border-style);
        border-bottom-width:2px
    }
    .border-none {
        --tw-border-style: none;
        border-style:none
    }
    .border-solid {
        --tw-border-style: solid;
        border-style:solid
    }
    .border-\[\#302f2d\] {
        border-color:#302f2d
    }
    .border-\[\#eeeded\] {
        border-color:#eeeded
    }
    .border-\[\#f8f0d9\] {
        border-color:#f8f0d9
    }
    .border-\[\#ffffff1a\] {
        border-color:#ffffff1a
    }
    .border-\[black\] {
        border-color:#000
    }
    .border-black {
        border-color:var(--color-black)
    }
    .border-gray-200 {
        border-color:var(--color-gray-200)
    }
    .border-gray-300 {
        border-color:var(--color-gray-300)
    }
    .border-neon-blue {
        border-color:#0025e8
    }
    .border-neutral-100 {
        border-color:#eeeded
    }
    .border-neutral-200 {
        border-color:#e1e1e0
    }
    .border-neutral-300 {
        border-color:var(--color-neutral-300)
    }
    .border-neutral-400 {
        border-color:var(--color-neutral-400)
    }
    .border-primary-black {
        border-color:#302f2d
    }
    .border-white {
        border-color:#fff
    }
    .bg-\[\#0A0D43\] {
        background-color:#0a0d43
    }
    .bg-\[\#0A1775\] {
        background-color:#0a1775
    }
    .bg-\[\#4d4cc7\] {
        background-color:#4d4cc7
    }
    .bg-\[\#171D97\], .bg-\[\#171d97\] {
        background-color:#171d97
    }
    .bg-\[\#302f2d\] {
        background-color:#302f2d
    }
    .bg-\[\#433f38\] {
        background-color:#433f38
    }
    .bg-\[\#F8F0D9\] {
        background-color:#f8f0d9
    }
    .bg-\[\#FCF9F0\] {
        background-color:#fcf9f0
    }
    .bg-\[\#f1e2b9\] {
        background-color:#f1e2b9
    }
    .bg-\[\#f4f4f4\] {
        background-color:#f4f4f4
    }
    .bg-\[\#f8f0d9\] {
        background-color:#f8f0d9
    }
    .bg-\[\#f8f8f8\] {
        background-color:#f8f8f8
    }
    .bg-\[\#fc6434\] {
        background-color:#fc6434
    }
    .bg-\[\#fcf9f0\] {
        background-color:#fcf9f0
    }
    .bg-black {
        background-color:var(--color-black)
    }
    .bg-black\/30 {
        background-color:color-mix(in oklab, var(--color-black) 30%, transparent)
    }
    .bg-blue-800 {
        background-color:var(--color-blue-800)
    }
    .bg-dark-blue {
        background-color:#171d97
    }
    .bg-gray-100 {
        background-color:var(--color-gray-100)
    }
    .bg-gray-100\/10 {
        background-color:color-mix(in oklab, var(--color-gray-100) 10%, transparent)
    }
    .bg-gray-500\/75 {
        background-color:color-mix(in oklab, var(--color-gray-500) 75%, transparent)
    }
    .bg-gray-900\/10 {
        background-color:color-mix(in oklab, var(--color-gray-900) 10%, transparent)
    }
    .bg-icon-bullet-point {
        background-color:#fcf9f0
    }
    .bg-neon-blue {
        background-color:#0025e8
    }
    .bg-neutral-50 {
        background-color:#f8f8f8
    }
    .bg-neutral-100 {
        background-color:#eeeded
    }
    .bg-neutral-200 {
        background-color:#e1e1e0
    }
    .bg-neutral-300 {
        background-color:var(--color-neutral-300)
    }
    .bg-neutral-400 {
        background-color:var(--color-neutral-400)
    }
    .bg-primary {
        background-color:#171d97
    }
    .bg-primary-black {
        background-color:#302f2d
    }
    .bg-primary-black\/50 {
        background-color:#302f2d80
    }
    .bg-primary-black\/70 {
        background-color:#302f2db3
    }
    .bg-transparent {
        background-color:#0000
    }
    .bg-white {
        background-color:#fff
    }
    .bg-white\/10 {
        background-color:#ffffff1a
    }
    .bg-white\/20 {
        background-color:#fff3
    }
    .bg-gradient-to-b {
        --tw-gradient-position: to bottom in oklab;
        background-image:linear-gradient(var(--tw-gradient-stops))
    }
    .bg-\[linear-gradient\(\#0000\, \#161615\)\] {
        background-image:linear-gradient(#0000, #161615)
    }
    .from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }
    .to-\[\#171d97\] {
        --tw-gradient-to: #171d97;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }
    .bg-cover {
        background-size:cover
    }
    .bg-center {
        background-position:50%
    }
    .object-contain {
        object-fit:contain
    }
    .object-cover {
        object-fit:cover
    }
    .object-fill {
        object-fit:fill
    }
    .p-0 {
        padding:0
    }
    .p-1 {
        padding:8px
    }
    .p-2 {
        padding:16px
    }
    .p-3 {
        padding:24px
    }
    .p-4 {
        padding:32px
    }
    .p-5 {
        padding:40px
    }
    .p-6 {
        padding:48px
    }
    .p-\[10px\] {
        padding:10px
    }
    .px-0 {
        padding-inline:0
    }
    .px-1 {
        padding-inline:8px
    }
    .px-1\.5 {
        padding-inline:12px
    }
    .px-2 {
        padding-inline:16px
    }
    .px-3 {
        padding-inline:24px
    }
    .px-4 {
        padding-inline:32px
    }
    .px-5 {
        padding-inline:40px
    }
    .px-6 {
        padding-inline:48px
    }
    .px-\[100vw\] {
        padding-inline:100vw
    }
    .px-\[12px\] {
        padding-inline:12px
    }
    .py-0 {
        padding-block:0
    }
    .py-0\.5 {
        padding-block:4px
    }
    .py-1 {
        padding-block:8px
    }
    .py-1\.5 {
        padding-block:12px
    }
    .py-2 {
        padding-block:16px
    }
    .py-3 {
        padding-block:24px
    }
    .py-4 {
        padding-block:32px
    }
    .py-5 {
        padding-block:40px
    }
    .py-6 {
        padding-block:48px
    }
    .py-8 {
        padding-block:64px
    }
    .py-10 {
        padding-block:80px
    }
    .py-13 {
        padding-block:104px
    }
    .py-\[6px\] {
        padding-block:6px
    }
    .py-\[13px\] {
        padding-block:13px
    }
    .pt-0 {
        padding-top:0
    }
    .pt-1 {
        padding-top:8px
    }
    .pt-2 {
        padding-top:16px
    }
    .pt-3 {
        padding-top:24px
    }
    .pt-4 {
        padding-top:32px
    }
    .pt-5 {
        padding-top:40px
    }
    .pt-6 {
        padding-top:48px
    }
    .pt-8 {
        padding-top:64px
    }
    .pt-10 {
        padding-top:80px
    }
    .pt-13 {
        padding-top:104px
    }
    .pt-16 {
        padding-top:128px
    }
    .pt-22 {
        padding-top:176px
    }
    .pr-0 {
        padding-right:0
    }
    .pr-1\.5 {
        padding-right:12px
    }
    .pr-2 {
        padding-right:16px
    }
    .pr-3 {
        padding-right:24px
    }
    .pr-8 {
        padding-right:64px
    }
    .pb-0 {
        padding-bottom:0
    }
    .pb-0\.5 {
        padding-bottom:4px
    }
    .pb-1 {
        padding-bottom:8px
    }
    .pb-1\.5 {
        padding-bottom:12px
    }
    .pb-2 {
        padding-bottom:16px
    }
    .pb-3 {
        padding-bottom:24px
    }
    .pb-4 {
        padding-bottom:32px
    }
    .pb-5 {
        padding-bottom:40px
    }
    .pb-6 {
        padding-bottom:48px
    }
    .pb-8 {
        padding-bottom:64px
    }
    .pb-10 {
        padding-bottom:80px
    }
    .pb-13 {
        padding-bottom:104px
    }
    .pb-16 {
        padding-bottom:128px
    }
    .pl-2 {
        padding-left:16px
    }
    .pl-3 {
        padding-left:24px
    }
    .pl-4 {
        padding-left:32px
    }
    .pl-6 {
        padding-left:48px
    }
    .pl-10 {
        padding-left:80px
    }
    .pl-\[70px\] {
        padding-left:70px
    }
    .text-center {
        text-align:center
    }
    .text-left {
        text-align:left
    }
    .text-start {
        text-align:start
    }
    .align-top {
        vertical-align:top
    }
    .font-signifier {
        font-family:var(--font-signifier)
    }
    .font-suissee {
        font-family:var(--font-suisseIntlMono)
    }
    .font-waldenburg {
        font-family:var(--font-waldenburg)
    }
    .text-2xl {
        font-size:var(--text-2xl);
        line-height:var(--tw-leading, var(--text-2xl--line-height))
    }
    .text-3xl {
        font-size:var(--text-3xl);
        line-height:var(--tw-leading, var(--text-3xl--line-height))
    }
    .text-4xl {
        font-size:var(--text-4xl);
        line-height:var(--tw-leading, var(--text-4xl--line-height))
    }
    .text-5xl {
        font-size:var(--text-5xl);
        line-height:var(--tw-leading, var(--text-5xl--line-height))
    }
    .text-7xl {
        font-size:var(--text-7xl);
        line-height:var(--tw-leading, var(--text-7xl--line-height))
    }
    .text-h0 {
        font-size:2.5rem;
        line-height:var(--tw-leading, 1.3)
    }
    .text-h3 {
        font-size:3rem;
        line-height:var(--tw-leading, 1.16)
    }
    .text-headline {
        font-size:2.5rem;
        line-height:var(--tw-leading, 1.2);
        font-weight:var(--tw-font-weight, 300)
    }
    .text-hs2 {
        font-size:3rem;
        line-height:var(--tw-leading, 1.33)
    }
    .text-hs3 {
        font-size:1.5rem;
        line-height:var(--tw-leading, 1.33333)
    }
    .text-hs6 {
        font-size:2rem;
        line-height:var(--tw-leading, 1.25)
    }
    .text-hs7 {
        font-size:1.125rem;
        line-height:var(--tw-leading, 1.33333)
    }
    .text-lg {
        font-size:var(--text-lg);
        line-height:var(--tw-leading, var(--text-lg--line-height))
    }
    .text-mobile-hs1 {
        font-size:2.375rem;
        line-height:var(--tw-leading, 1.21)
    }
    .text-mobile-xs {
        font-size:.875rem;
        line-height:var(--tw-leading, 1.57143)
    }
    .text-section-title {
        font-size:32px;
        line-height:var(--tw-leading, 40px)
    }
    .text-sm {
        font-size:var(--text-sm);
        line-height:var(--tw-leading, var(--text-sm--line-height))
    }
    .text-xl {
        font-size:var(--text-xl);
        line-height:var(--tw-leading, var(--text-xl--line-height))
    }
    .text-xs {
        font-size:var(--text-xs);
        line-height:var(--tw-leading, var(--text-xs--line-height))
    }
    .text-\[9px\] {
        font-size:9px
    }
    .text-\[10px\] {
        font-size:10px
    }
    .text-\[11px\] {
        font-size:11px
    }
    .text-\[12px\] {
        font-size:12px
    }
    .text-\[14px\] {
        font-size:14px
    }
    .text-\[20px\] {
        font-size:20px
    }
    .text-\[24px\] {
        font-size:24px
    }
    .text-\[26px\] {
        font-size:26px
    }
    .leading-\[24px\] {
        --tw-leading: 24px;
        line-height:24px
    }
    .leading-none {
        --tw-leading: 1;
        line-height:1
    }
    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height:var(--leading-relaxed)
    }
    .leading-snug {
        --tw-leading: var(--leading-snug);
        line-height:var(--leading-snug)
    }
    .font-bold {
        --tw-font-weight: 700;
        font-weight:700
    }
    .font-light {
        --tw-font-weight: 300;
        font-weight:300
    }
    .font-medium {
        --tw-font-weight: 500;
        font-weight:500
    }
    .font-normal {
        --tw-font-weight: 375;
        font-weight:375
    }
    .font-semibold {
        --tw-font-weight: 600;
        font-weight:600
    }
    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing:var(--tracking-wide)
    }
    .text-nowrap {
        text-wrap:nowrap
    }
    .text-wrap {
        text-wrap:wrap
    }
    .break-words {
        overflow-wrap:break-word
    }
    .text-ellipsis {
        text-overflow:ellipsis
    }
    .whitespace-nowrap {
        white-space:nowrap
    }
    .whitespace-pre-line {
        white-space:pre-line
    }
    .text-\[\#6f6c67\] {
        color:#6f6c67
    }
    .text-\[\#302f2d\] {
        color:#302f2d
    }
    .text-\[\#e1e1e0\] {
        color:#e1e1e0
    }
    .text-black {
        color:var(--color-black)
    }
    .text-blue-600 {
        color:var(--color-blue-600)
    }
    .text-dark-blue {
        color:#171d97
    }
    .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-neon-blue {
        color:#0025e8
    }
    .text-neutral-200 {
        color:#e1e1e0
    }
    .text-neutral-400 {
        color:var(--color-neutral-400)
    }
    .text-neutral-500 {
        color:var(--color-neutral-500)
    }
    .text-neutral-600 {
        color:var(--color-neutral-600)
    }
    .text-neutral-800 {
        color:#6f6c67
    }
    .text-primary {
        color:#171d97
    }
    .text-primary-black {
        color:#302f2d
    }
    .text-red-500 {
        color:var(--color-red-500)
    }
    .text-secondary {
        color:#302f2d
    }
    .text-white {
        color:#fff
    }
    .uppercase {
        text-transform:uppercase
    }
    .italic {
        font-style:italic
    }
    .underline {
        text-decoration-line:underline
    }
    .opacity-0 {
        opacity:0
    }
    .opacity-25 {
        opacity:.25
    }
    .opacity-40 {
        opacity:.4
    }
    .opacity-100 {
        opacity:1
    }
    .ring-1 {
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor)
    }
    .ring-1, .shadow-\[0_2px_5px_\#0003\] {
        box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }
    .shadow-\[0_2px_5px_\#0003\] {
        --tw-shadow: 0 2px 5px var(--tw-shadow-color, #0003)
    }
    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a)
    }
    .shadow-lg, .shadow-xl {
        box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }
    .shadow-xl {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a)
    }
    .ring-slate-500 {
        --tw-ring-color: var(--color-slate-500)
    }
    .blur {
        --tw-blur: blur(8px)
    }
    .blur, .grayscale {
        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)
    }
    .grayscale {
        --tw-grayscale: grayscale(100%)
    }
    .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, 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;
        transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
        transition-duration:var(--tw-duration, var(--default-transition-duration))
    }
    .transition-\[width\] {
        transition-property:width;
        transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
        transition-duration:var(--tw-duration, var(--default-transition-duration))
    }
    .transition-all {
        transition-property:all;
        transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
        transition-duration:var(--tw-duration, var(--default-transition-duration))
    }
    .transition-colors {
        transition-property:color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
        transition-duration:var(--tw-duration, var(--default-transition-duration))
    }
    .transition-opacity {
        transition-property:opacity;
        transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
        transition-duration:var(--tw-duration, var(--default-transition-duration))
    }
    .transition-transform {
        transition-property:transform, translate, scale, rotate;
        transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
        transition-duration:var(--tw-duration, var(--default-transition-duration))
    }
    .delay-1000 {
        transition-delay:1s
    }
    .duration-200 {
        --tw-duration: .2s;
        transition-duration:.2s
    }
    .duration-300 {
        --tw-duration: .3s;
        transition-duration:.3s
    }
    .duration-400 {
        --tw-duration: .4s;
        transition-duration:.4s
    }
    .duration-500 {
        --tw-duration: .5s;
        transition-duration:.5s
    }
    .duration-700 {
        --tw-duration: .7s;
        transition-duration:.7s
    }
    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function:var(--ease-in-out)
    }
    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function:var(--ease-out)
    }
    .animate-delay-500 {
        --tw-animate-delay: .5s;
        animation-delay:var(--tw-animate-delay)
    }
    .animate-duration-500 {
        --tw-animate-duration: .5s
    }
    .animate-duration-500, .animate-duration-700 {
        animation-duration:var(--tw-animate-duration)
    }
    .animate-duration-700 {
        --tw-animate-duration: .7s
    }
    .animate-ease-out {
        --tw-animate-easing: cubic-bezier(0, 0, .2, 1);
        animation-timing-function:var(--tw-animate-easing)
    }
    .animate-once {
        --tw-animate-iteration: 1;
        animation-iteration-count:var(--tw-animate-iteration)
    }
    .outline-none {
        --tw-outline-style: none;
        outline-style:none
    }
    .select-none {
        -webkit-user-select:none;
        user-select:none
    }
    @media (hover: hover) {
        .group-hover\:visible:is(:where(.group):hover *) {
            visibility:visible
        }
        .group-hover\:block:is(:where(.group):hover *) {
            display:block
        }
        .group-hover\:rotate-90:is(:where(.group):hover *) {
            rotate:90deg
        }
        .group-hover\:rotate-180:is(:where(.group):hover *) {
            rotate:180deg
        }
        .group-hover\:animate-slide-in:is(:where(.group):hover *) {
            animation:slide-in .3s ease-in-out
        }
        .group-hover\:animate-slide-out:is(:where(.group):hover *) {
            animation:slide-out .3s ease-in-out
        }
        .group-hover\:bg-neon-blue:is(:where(.group):hover *) {
            background-color:#0025e8
        }
        .group-hover\:bg-white:is(:where(.group):hover *) {
            background-color:#fff
        }
        .group-hover\:text-dark-blue:is(:where(.group):hover *) {
            color:#171d97
        }
        .group-hover\:text-neon-blue:is(:where(.group):hover *) {
            color:#0025e8
        }
        .group-hover\:opacity-0:is(:where(.group):hover *) {
            opacity:0
        }
        .group-hover\:opacity-100:is(:where(.group):hover *) {
            opacity:1
        }
    }
    @media (hover: hover) and (hover: hover) {
        .group-hover\:peer-hover\:animate-slide-in:is(:where(.group):hover *):is(:where(.peer):hover~*) {
            animation:slide-in .3s ease-in-out
        }
    }
    .marker\: text-\[24px\] ::marker {
        font-size:24px
    }
    .marker\: text-\[24px\]::marker {
        font-size:24px
    }
    .marker\: text-neon-blue ::marker {
        color:#0025e8
    }
    .marker\: text-neon-blue::marker {
        color:#0025e8
    }
    .last\: border-0:last-child {
        border-style:var(--tw-border-style);
        border-width:0
    }
    @media (hover: hover) {
        .hover\:scale-105:hover {
            --tw-scale-x: 105%;
            --tw-scale-y: 105%;
            --tw-scale-z: 105%;
            scale:var(--tw-scale-x) var(--tw-scale-y)
        }
        .hover\:\[cursor\:var\(--cursor-arrow\)\]: hover;
        .hover\:\[cursor\:var\(--cursor-arrow\)\]-cursor: var(--cursor-arrow);
        .hover\:border-neon-blue:hover {
            border-color:#0025e8
        }
        .hover\:bg-\[\#F0E3BC\]:hover {
            background-color:#f0e3bc
        }
        .hover\:bg-\[\#f4f4f4\]:hover {
            background-color:#f4f4f4
        }
        .hover\:bg-\[\#fcf9f0\]:hover {
            background-color:#fcf9f0
        }
        .hover\:bg-black:hover {
            background-color:var(--color-black)
        }
        .hover\:bg-blue-700:hover {
            background-color:var(--color-blue-700)
        }
        .hover\:bg-gray-100:hover {
            background-color:var(--color-gray-100)
        }
        .hover\:bg-gray-200:hover {
            background-color:var(--color-gray-200)
        }
        .hover\:bg-neon-blue:hover {
            background-color:#0025e8
        }
        .hover\:bg-neutral-100:hover {
            background-color:#eeeded
        }
        .hover\:bg-neutral-300:hover {
            background-color:var(--color-neutral-300)
        }
        .hover\:bg-white:hover {
            background-color:#fff
        }
        .hover\:bg-white\/10:hover {
            background-color:#ffffff1a
        }
        .hover\:text-black:hover {
            color:var(--color-black)
        }
        .hover\:text-neon-blue:hover {
            color:#0025e8
        }
        .hover\:text-white:hover {
            color:#fff
        }
    }
    .disabled\: opacity-50:disabled {
        opacity:.5
    }
    @media (prefers-reduced-motion: no-preference) {
        .motion-safe\:animate-none {
            animation:none
        }
    }
    @media (width >=40rem) {
        .sm\: top-16 {
            top:128px
        }
        .sm\:top-\[calc\(50\%-22\.5px\)\] {
            top:calc(50% - 22.5px)
        }
        .sm\:block {
            display:block
        }
        .sm\:grid {
            display:grid
        }
        .sm\:h-2 {
            height:16px
        }
        .sm\:h-\[20px\] {
            height:20px
        }
        .sm\:h-\[400px\] {
            height:400px
        }
        .sm\:h-\[44px\] {
            height:44px
        }
        .sm\:h-\[56px\] {
            height:56px
        }
        .sm\:max-h-\[calc\(100vh-180px\)\] {
            max-height:calc(100vh - 180px)
        }
        .sm\:w-2 {
            width:16px
        }
        .sm\:w-\[20px\] {
            width:20px
        }
        .sm\:w-\[400px\] {
            width:400px
        }
        .sm\:w-\[44px\] {
            width:44px
        }
        .sm\:w-\[56px\] {
            width:56px
        }
        .sm\:w-\[1250px\] {
            width:1250px
        }
        .sm\:w-auto {
            width:auto
        }
        .sm\:min-w-\[1100px\] {
            min-width:1100px
        }
        .sm\:grid-cols-1 {
            grid-template-columns:repeat(1, minmax(0, 1fr))
        }
        .sm\:grid-cols-2 {
            grid-template-columns:repeat(2, minmax(0, 1fr))
        }
        .sm\:grid-cols-4 {
            grid-template-columns:repeat(4, minmax(0, 1fr))
        }
        .sm\:grid-cols-\[1\.25fr_1fr_1fr\] {
            grid-template-columns:1.25fr 1fr 1fr
        }
        .sm\:flex-row {
            flex-direction:row
        }
        .sm\:gap-0 {
            gap:0
        }
        .sm\:pb-10 {
            padding-bottom:80px
        }
        .sm\:pb-13 {
            padding-bottom:104px
        }
        .sm\:pl-\[110px\] {
            padding-left:110px
        }
        .sm\:text-hs7 {
            font-size:1.125rem;
            line-height:var(--tw-leading, 1.33333)
        }
    }
    @media (width >=48rem) {
        .md\: fixed {
            position:fixed
        }
        .md\:start-0 {
            inset-inline-start:0
        }
        .md\:start-auto {
            inset-inline-start:auto
        }
        .md\:top-\[60px\] {
            top:60px
        }
        .md\:top-auto {
            top:auto
        }
        .md\:col-span-3 {
            grid-column:span 3/span 3
        }
        .md\:m-0 {
            margin:0
        }
        .md\:-max-w-container {
            width:100%;
            margin-inline:auto;
            padding-inline:0
        }
    }
    @media (width >=48rem) and (width >=48rem) {
        .md\: -max-w-container {
            max-width:var(--breakpoint-xl)
        }
    }
    @media (width >=48rem) {
        .md\:max-w-container {
            width:100%;
            margin-inline:auto;
            padding-inline:24px
        }
    }
    @media (width >=48rem) and (width >=48rem) {
        .md\: max-w-container {
            max-width:var(--breakpoint-xl)
        }
    }
    @media (width >=48rem) and (width >=64rem) {
        .md\: max-w-container {
            padding-inline:80px
        }
    }
    @media (width >=48rem) {
        .md\:mt-0 {
            margin-top:0
        }
        .md\:mt-6 {
            margin-top:48px
        }
        .md\:mr-6 {
            margin-right:48px
        }
        .md\:mb-0 {
            margin-bottom:0
        }
        .md\:mb-3 {
            margin-bottom:24px
        }
        .md\:mb-4 {
            margin-bottom:32px
        }
        .md\:mb-6 {
            margin-bottom:48px
        }
        .md\:mb-10 {
            margin-bottom:80px
        }
        .md\:ml-auto {
            margin-left:auto
        }
        .md\:block {
            display:block
        }
        .md\:contents {
            display:contents
        }
        .md\:flex {
            display:flex
        }
        .md\:grid {
            display:grid
        }
        .md\:hidden {
            display:none
        }
        .md\:h-3 {
            height:24px
        }
        .md\:h-\[145px\] {
            height:145px
        }
        .md\:h-\[300px\] {
            height:300px
        }
        .md\:h-\[307px\] {
            height:307px
        }
        .md\:h-\[400px\] {
            height:400px
        }
        .md\:h-\[550px\] {
            height:550px
        }
        .md\:h-\[660px\] {
            height:660px
        }
        .md\:h-auto {
            height:auto
        }
        .md\:max-h-\[75vh\] {
            max-height:75vh
        }
        .md\:min-h-\[300px\] {
            min-height:300px
        }
        .md\:min-h-\[600px\] {
            min-height:600px
        }
        .md\:w-1\/2 {
            width:50%
        }
        .md\:w-1\/3 {
            width:33.3333%
        }
        .md\:w-2\/3 {
            width:66.6667%
        }
        .md\:w-3 {
            width:24px
        }
        .md\:w-4\/5 {
            width:80%
        }
        .md\:w-4\/6 {
            width:66.6667%
        }
        .md\:w-\[160px\] {
            width:160px
        }
        .md\:w-\[208px\] {
            width:208px
        }
        .md\:w-\[284px\] {
            width:284px
        }
        .md\:w-\[350px\] {
            width:350px
        }
        .md\:w-\[360px\] {
            width:360px
        }
        .md\:w-\[400px\] {
            width:400px
        }
        .md\:w-\[440px\] {
            width:440px
        }
        .md\:w-\[450px\] {
            width:450px
        }
        .md\:w-\[480px\] {
            width:480px
        }
        .md\:w-\[500px\] {
            width:500px
        }
        .md\:w-\[530px\] {
            width:530px
        }
        .md\:w-\[600px\] {
            width:600px
        }
        .md\:w-\[637px\] {
            width:637px
        }
        .md\:w-\[660px\] {
            width:660px
        }
        .md\:w-\[700px\] {
            width:700px
        }
        .md\:w-\[720px\] {
            width:720px
        }
        .md\:w-\[750px\] {
            width:750px
        }
        .md\:w-\[calc\(50\%-8px\)\] {
            width:calc(50% - 8px)
        }
        .md\:w-auto {
            width:auto
        }
        .md\:w-full {
            width:100%
        }
        .md\:max-w-\[350px\] {
            max-width:350px
        }
        .md\:max-w-\[570px\] {
            max-width:570px
        }
        .md\:min-w-1\/2 {
            min-width:50%
        }
        .md\:min-w-min {
            min-width:min-content
        }
        .md\:flex-none {
            flex:none
        }
        .md\:-translate-y-full {
            --tw-translate-y: -100%;
            translate:var(--tw-translate-x) var(--tw-translate-y)
        }
        .md\:scale-90 {
            --tw-scale-x: 90%;
            --tw-scale-y: 90%;
            --tw-scale-z: 90%
        }
        .md\:scale-100, .md\:scale-90 {
            scale:var(--tw-scale-x) var(--tw-scale-y)
        }
        .md\:scale-100 {
            --tw-scale-x: 100%;
            --tw-scale-y: 100%;
            --tw-scale-z: 100%
        }
        .md\:animate-fade-up {
            animation:fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both)
        }
        .md\:snap-none {
            scroll-snap-type:none
        }
        .md\:grid-cols-1 {
            grid-template-columns:repeat(1, minmax(0, 1fr))
        }
        .md\:grid-cols-2 {
            grid-template-columns:repeat(2, minmax(0, 1fr))
        }
        .md\:grid-cols-3 {
            grid-template-columns:repeat(3, minmax(0, 1fr))
        }
        .md\:grid-cols-4 {
            grid-template-columns:repeat(4, minmax(0, 1fr))
        }
        .md\:grid-cols-6 {
            grid-template-columns:repeat(6, minmax(0, 1fr))
        }
        .md\:flex-col {
            flex-direction:column
        }
        .md\:flex-row {
            flex-direction:row
        }
        .md\:items-center {
            align-items:center
        }
        .md\:items-end {
            align-items:flex-end
        }
        .md\:justify-between {
            justify-content:space-between
        }
        .md\:justify-start {
            justify-content:flex-start
        }
        .md\:gap-0 {
            gap:0
        }
        .md\:gap-2 {
            gap:16px
        }
        .md\:gap-3 {
            gap:24px
        }
        .md\:gap-4 {
            gap:32px
        }
        .md\:gap-5 {
            gap:40px
        }
        .md\:gap-6 {
            gap:48px
        }
        .md\:gap-8 {
            gap:64px
        }
        .md\:gap-13 {
            gap:104px
        }
        .md\:gap-16 {
            gap:128px
        }
        .md\:gap-y-4 {
            row-gap:32px
        }
        :where(.md\:divide-x-1>:not(:last-child)) {
            --tw-divide-x-reverse: 0;
            border-inline-style:var(--tw-border-style);
            border-inline-start-width:calc(1px * var(--tw-divide-x-reverse));
            border-inline-end-width:calc(1px * (1 - var(--tw-divide-x-reverse)))
        }
        :where(.md\:divide-x-4>:not(:last-child)) {
            --tw-divide-x-reverse: 0;
            border-inline-style:var(--tw-border-style);
            border-inline-start-width:calc(4px * var(--tw-divide-x-reverse));
            border-inline-end-width:calc(4px * (1 - var(--tw-divide-x-reverse)))
        }
        :where(.md\:divide-y-0>:not(:last-child)) {
            --tw-divide-y-reverse: 0;
            border-bottom-style:var(--tw-border-style);
            border-top-style:var(--tw-border-style);
            border-top-width:calc(0px * var(--tw-divide-y-reverse));
            border-bottom-width:calc(0px * (1 - var(--tw-divide-y-reverse)))
        }
        .md\:overflow-visible {
            overflow:visible
        }
        .md\:overflow-x-hidden {
            overflow-x:hidden
        }
        .md\:rounded {
            border-radius:.25rem
        }
        .md\:rounded-none {
            border-radius:0
        }
        .md\:border-0 {
            border-style:var(--tw-border-style);
            border-width:0
        }
        .md\:border-x-0 {
            border-inline-style:var(--tw-border-style);
            border-inline-width:0
        }
        .md\:border-x-1 {
            border-inline-style:var(--tw-border-style);
            border-inline-width:1px
        }
        .md\:border-y-0 {
            border-block-style:var(--tw-border-style);
            border-block-width:0
        }
        .md\:border-r, .md\:border-r-1 {
            border-right-style:var(--tw-border-style);
            border-right-width:1px
        }
        .md\:border-b, .md\:border-b-1 {
            border-bottom-style:var(--tw-border-style);
            border-bottom-width:1px
        }
        .md\:border-l-1 {
            border-left-style:var(--tw-border-style);
            border-left-width:1px
        }
        .md\:border-neutral-50 {
            border-color:#f8f8f8
        }
        .md\:bg-\[\#F8F0D9\] {
            background-color:#f8f0d9
        }
        .md\:bg-\[\#F8F0D9\]\/30 {
            background-color:#f8f0d94d
        }
        .md\:bg-neutral-200\/50 {
            background-color:#e1e1e080
        }
        .md\:bg-transparent {
            background-color:#0000
        }
        .md\:bg-white {
            background-color:#fff
        }
        .md\:bg-white\/0 {
            background-color:#0000
        }
        .md\:p-0 {
            padding:0
        }
        .md\:p-5 {
            padding:40px
        }
        .md\:p-6 {
            padding:48px
        }
        .md\:px-0 {
            padding-inline:0
        }
        .md\:px-3 {
            padding-inline:24px
        }
        .md\:px-10 {
            padding-inline:80px
        }
        .md\:py-0 {
            padding-block:0
        }
        .md\:py-5 {
            padding-block:40px
        }
        .md\:py-10 {
            padding-block:80px
        }
        .md\:py-13 {
            padding-block:104px
        }
        .md\:py-16 {
            padding-block:128px
        }
        .md\:py-22 {
            padding-block:176px
        }
        .md\:pt-0 {
            padding-top:0
        }
        .md\:pt-2 {
            padding-top:16px
        }
        .md\:pt-8 {
            padding-top:64px
        }
        .md\:pr-13 {
            padding-right:104px
        }
        .md\:pb-0 {
            padding-bottom:0
        }
        .md\:pb-3 {
            padding-bottom:24px
        }
        .md\:pb-4 {
            padding-bottom:32px
        }
        .md\:pb-10 {
            padding-bottom:80px
        }
        .md\:pb-16 {
            padding-bottom:128px
        }
        .md\:pl-6 {
            padding-left:48px
        }
        .md\:pl-13 {
            padding-left:104px
        }
        .md\:text-center {
            text-align:center
        }
        .md\:text-left {
            text-align:left
        }
        .md\:text-base {
            font-size:var(--text-base);
            line-height:var(--tw-leading, var(--text-base--line-height))
        }
        .md\:text-h0 {
            font-size:2.5rem;
            line-height:var(--tw-leading, 1.3)
        }
        .md\:text-h1 {
            font-size:4.5rem;
            line-height:var(--tw-leading, 1.06)
        }
        .md\:text-h2 {
            font-size:4rem;
            line-height:var(--tw-leading, 1.09)
        }
        .md\:text-h3 {
            font-size:3rem;
            line-height:var(--tw-leading, 1.16)
        }
        .md\:text-hs2 {
            font-size:3rem;
            line-height:var(--tw-leading, 1.33)
        }
        .md\:text-hs3 {
            font-size:1.5rem;
            line-height:var(--tw-leading, 1.33333)
        }
        .md\:text-hs6 {
            font-size:2rem;
            line-height:var(--tw-leading, 1.25)
        }
        .md\:text-hs7 {
            font-size:1.125rem;
            line-height:var(--tw-leading, 1.33333)
        }
        .md\:text-lg {
            font-size:var(--text-lg);
            line-height:var(--tw-leading, var(--text-lg--line-height))
        }
        .md\:text-mobile-xs {
            font-size:.875rem;
            line-height:var(--tw-leading, 1.57143)
        }
        .md\:text-section-title {
            font-size:32px;
            line-height:var(--tw-leading, 40px)
        }
        .md\:text-neon-blue {
            color:#0025e8
        }
        .md\:text-neutral-800 {
            color:#6f6c67
        }
        .md\:text-primary {
            color:#171d97
        }
        .md\:text-primary-black, .md\:text-secondary {
            color:#302f2d
        }
        .md\:text-white {
            color:#fff
        }
        .md\:opacity-0 {
            opacity:0
        }
        .md\:opacity-100 {
            opacity:1
        }
        .md\:transition-transform {
            transition-property:transform, translate, scale, rotate;
            transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));
            transition-duration:var(--tw-duration, var(--default-transition-duration))
        }
        .md\:duration-300 {
            --tw-duration: .3s;
            transition-duration:.3s
        }
        :is(.md\:\*\:border-t>*) {
            border-top-style:var(--tw-border-style);
            border-top-width:1px
        }
        :is(.md\:\*\:border-l>*) {
            border-left-style:var(--tw-border-style);
            border-left-width:1px
        }
        :is(.md\:\*\:border-neutral-50>*) {
            border-color:#f8f8f8
        }
        .md\:first\:border-l-1:first-child {
            border-left-style:var(--tw-border-style);
            border-left-width:1px
        }
        .md\:first\:ps-0:first-child {
            padding-inline-start:0
        }
        .md\:last\:border-r-1:last-child {
            border-right-style:var(--tw-border-style);
            border-right-width:1px
        }
        .md\:last\:pr-0:last-child {
            padding-right:0
        }
        .md\:nth-4\:border-l-1:nth-child(4) {
            border-left-style:var(--tw-border-style);
            border-left-width:1px
        }
    }
    @media (width >=64rem) {
        .lg\: sticky {
            position:sticky
        }
        .lg\:top-4 {
            top:32px
        }
        .lg\:right-4 {
            right:32px
        }
        .lg\:order-first {
            order:-9999
        }
        .lg\:col-span-4 {
            grid-column:span 4/span 4
        }
        .lg\:-mx-6 {
            margin-inline:-48px
        }
        .lg\:-mx-10 {
            margin-inline:-80px
        }
        .lg\:mx-0 {
            margin-inline:0
        }
        .lg\:mx-auto {
            margin-inline:auto
        }
        .lg\:mt-0 {
            margin-top:0
        }
        .lg\:mt-16 {
            margin-top:128px
        }
        .lg\:mb-0 {
            margin-bottom:0
        }
        .lg\:mb-22 {
            margin-bottom:176px
        }
        .lg\:block {
            display:block
        }
        .lg\:flex {
            display:flex
        }
        .lg\:grid {
            display:grid
        }
        .lg\:hidden {
            display:none
        }
        .lg\:inline-block {
            display:inline-block
        }
        .lg\:h-2 {
            height:16px
        }
        .lg\:h-10 {
            height:80px
        }
        .lg\:h-\[40px\] {
            height:40px
        }
        .lg\:h-\[50px\] {
            height:50px
        }
        .lg\:h-\[72px\] {
            height:72px
        }
        .lg\:h-\[80px\] {
            height:80px
        }
        .lg\:h-\[140px\] {
            height:140px
        }
        .lg\:h-\[325px\] {
            height:325px
        }
        .lg\:h-\[330px\] {
            height:330px
        }
        .lg\:h-\[707px\] {
            height:707px
        }
        .lg\:h-\[760px\] {
            height:760px
        }
        .lg\:h-\[770px\] {
            height:770px
        }
        .lg\:h-auto {
            height:auto
        }
        .lg\:h-full {
            height:100%
        }
        .lg\:max-h-\[800px\] {
            max-height:800px
        }
        .lg\:max-h-none {
            max-height:none
        }
        .lg\:w-1\/2 {
            width:50%
        }
        .lg\:w-2 {
            width:16px
        }
        .lg\:w-10 {
            width:80px
        }
        .lg\:w-\[40px\] {
            width:40px
        }
        .lg\:w-\[50\%\] {
            width:50%
        }
        .lg\:w-\[72px\] {
            width:72px
        }
        .lg\:w-\[80px\] {
            width:80px
        }
        .lg\:w-\[140px\] {
            width:140px
        }
        .lg\:w-\[250px\] {
            width:250px
        }
        .lg\:w-\[330px\] {
            width:330px
        }
        .lg\:w-\[360px\] {
            width:360px
        }
        .lg\:w-\[400px\] {
            width:400px
        }
        .lg\:w-\[680px\] {
            width:680px
        }
        .lg\:w-auto {
            width:auto
        }
        .lg\:w-fit {
            width:fit-content
        }
        .lg\:w-full {
            width:100%
        }
        .lg\:max-w-\[65\%\] {
            max-width:65%
        }
        .lg\:max-w-\[320px\] {
            max-width:320px
        }
        .lg\:max-w-\[350px\] {
            max-width:350px
        }
        .lg\:max-w-\[420px\] {
            max-width:420px
        }
        .lg\:max-w-\[460px\] {
            max-width:460px
        }
        .lg\:max-w-\[470px\] {
            max-width:470px
        }
        .lg\:max-w-\[510px\] {
            max-width:510px
        }
        .lg\:max-w-\[520px\] {
            max-width:520px
        }
        .lg\:max-w-\[540px\] {
            max-width:540px
        }
        .lg\:max-w-\[630px\] {
            max-width:630px
        }
        .lg\:max-w-\[640px\] {
            max-width:640px
        }
        .lg\:max-w-\[800px\] {
            max-width:800px
        }
        .lg\:max-w-auto {
            max-width:auto
        }
        .lg\:max-w-full {
            max-width:100%
        }
        .lg\:min-w-\[350px\] {
            min-width:350px
        }
        .lg\:min-w-\[420px\] {
            min-width:420px
        }
        .lg\:min-w-\[460px\] {
            min-width:460px
        }
        .lg\:min-w-\[500px\] {
            min-width:500px
        }
        .lg\:min-w-\[50px\] {
            min-width:50px
        }
        .lg\:min-w-\[540px\] {
            min-width:540px
        }
        .lg\:min-w-\[560px\] {
            min-width:560px
        }
        .lg\:min-w-\[580px\] {
            min-width:580px
        }
        .lg\:min-w-\[600px\] {
            min-width:600px
        }
        .lg\:min-w-full {
            min-width:100%
        }
        .lg\:flex-1 {
            flex:1
        }
        .lg\:translate-x-0 {
            --tw-translate-x: 0
        }
        .lg\:translate-x-0, .lg\:translate-x-\[-100\%\] {
            translate:var(--tw-translate-x) var(--tw-translate-y)
        }
        .lg\:translate-x-\[-100\%\] {
            --tw-translate-x: -100%
        }
        .lg\:grid-cols-1 {
            grid-template-columns:repeat(1, minmax(0, 1fr))
        }
        .lg\:grid-cols-2 {
            grid-template-columns:repeat(2, minmax(0, 1fr))
        }
        .lg\:grid-cols-3 {
            grid-template-columns:repeat(3, minmax(0, 1fr))
        }
        .lg\:grid-cols-4 {
            grid-template-columns:repeat(4, minmax(0, 1fr))
        }
        .lg\:grid-cols-6 {
            grid-template-columns:repeat(6, minmax(0, 1fr))
        }
        .lg\:grid-cols-\[1\.35fr_1fr\] {
            grid-template-columns:1.35fr 1fr
        }
        .lg\:grid-cols-\[1fr_1\.5fr\] {
            grid-template-columns:1fr 1.5fr
        }
        .lg\:grid-cols-\[1fr_2fr\] {
            grid-template-columns:1fr 2fr
        }
        .lg\:grid-cols-\[1fr_4fr\] {
            grid-template-columns:1fr 4fr
        }
        .lg\:grid-cols-\[2\.5fr_1fr\] {
            grid-template-columns:2.5fr 1fr
        }
        .lg\:grid-rows-1 {
            grid-template-rows:repeat(1, minmax(0, 1fr))
        }
        .lg\:flex-col {
            flex-direction:column
        }
        .lg\:flex-row {
            flex-direction:row
        }
        .lg\:flex-row-reverse {
            flex-direction:row-reverse
        }
        .lg\:items-center {
            align-items:center
        }
        .lg\:items-end {
            align-items:flex-end
        }
        .lg\:items-start {
            align-items:flex-start
        }
        .lg\:justify-between {
            justify-content:space-between
        }
        .lg\:justify-center {
            justify-content:center
        }
        .lg\:justify-end {
            justify-content:flex-end
        }
        .lg\:justify-start {
            justify-content:flex-start
        }
        .lg\:gap-0 {
            gap:0
        }
        .lg\:gap-1 {
            gap:8px
        }
        .lg\:gap-1\.5 {
            gap:12px
        }
        .lg\:gap-2 {
            gap:16px
        }
        .lg\:gap-3 {
            gap:24px
        }
        .lg\:gap-4 {
            gap:32px
        }
        .lg\:gap-8 {
            gap:64px
        }
        .lg\:gap-10 {
            gap:80px
        }
        .lg\:gap-13 {
            gap:104px
        }
        .lg\:gap-16 {
            gap:128px
        }
        .lg\:gap-x-6 {
            column-gap:48px
        }
        .lg\:gap-y-6 {
            row-gap:48px
        }
        .lg\:self-center {
            align-self:center
        }
        .lg\:border-x-1 {
            border-inline-style:var(--tw-border-style);
            border-inline-width:1px
        }
        .lg\:border-y-0 {
            border-block-style:var(--tw-border-style);
            border-block-width:0
        }
        .lg\:border-y-1 {
            border-block-style:var(--tw-border-style);
            border-block-width:1px
        }
        .lg\:border-r-1 {
            border-right-style:var(--tw-border-style);
            border-right-width:1px
        }
        .lg\:bg-\[\#fcf9f0\] {
            background-color:#fcf9f0
        }
        .lg\:p-3 {
            padding:24px
        }
        .lg\:p-4 {
            padding:32px
        }
        .lg\:p-6 {
            padding:48px
        }
        .lg\:px-4 {
            padding-inline:32px
        }
        .lg\:px-22 {
            padding-inline:176px
        }
        .lg\:py-0 {
            padding-block:0
        }
        .lg\:py-6 {
            padding-block:48px
        }
        .lg\:py-8 {
            padding-block:64px
        }
        .lg\:pt-0 {
            padding-top:0
        }
        .lg\:pt-13 {
            padding-top:104px
        }
        .lg\:pt-22 {
            padding-top:176px
        }
        .lg\:pr-4 {
            padding-right:32px
        }
        .lg\:pb-13 {
            padding-bottom:104px
        }
        .lg\:pb-16 {
            padding-bottom:128px
        }
        .lg\:pb-22 {
            padding-bottom:176px
        }
        .lg\:text-center {
            text-align:center
        }
        .lg\:text-start {
            text-align:start
        }
        .lg\:text-h0 {
            font-size:2.5rem;
            line-height:var(--tw-leading, 1.3)
        }
        .lg\:text-h1 {
            font-size:4.5rem;
            line-height:var(--tw-leading, 1.06)
        }
        .lg\:text-h2 {
            font-size:4rem;
            line-height:var(--tw-leading, 1.09)
        }
        .lg\:text-hs2 {
            font-size:3rem;
            line-height:var(--tw-leading, 1.33)
        }
        .lg\:text-hs3 {
            font-size:1.5rem
        }
        .lg\:text-hs3, .lg\:text-hs7 {
            line-height:var(--tw-leading, 1.33333)
        }
        .lg\:text-hs7 {
            font-size:1.125rem
        }
    }
    @media (width >=64rem) and (hover: hover) {
        .lg\:group-hover\:border-neon-blue:is(:where(.group):hover *) {
            border-color:#0025e8
        }
    }
    .\[\&_\*\]\: justify-center * {
        justify-content:center
    }
    .\[\&_\*\]\: gap-0\.5 * {
        gap:4px
    }
    .\[\&_\*\]\: text-h0 * {
        font-size:2.5rem;
        line-height:var(--tw-leading, 1.3)
    }
    .\[\&_\*\]\: text-hs6 * {
        font-size:2rem;
        line-height:var(--tw-leading, 1.25)
    }
    .\[\&_\*\]\: text-hs7 * {
        font-size:1.125rem;
        line-height:var(--tw-leading, 1.33333)
    }
    .\[\&_\*\]\: text-mobile-xs * {
        font-size:.875rem;
        line-height:var(--tw-leading, 1.57143)
    }
    .\[\&_\*\]\:text-\[11px\] * {
        font-size:11px
    }
    .\[\&_\*\]\: text-black * {
        color:var(--color-black)
    }
    .\[\&_\*\]\: text-neutral-800 * {
        color:#6f6c67
    }
    .\[\&_\*\]\:italic * {
        font-style:italic
    }
    @media (width >=48rem) {
        .\[\&_\*\]\: md\:text-h2 * {
            font-size:4rem;
            line-height:var(--tw-leading, 1.09)
        }
        .\[\&_\*\]\:md\:text-h3 * {
            font-size:3rem;
            line-height:var(--tw-leading, 1.16)
        }
        .\[\&_\*\]\:md\:text-hs7 * {
            font-size:1.125rem;
            line-height:var(--tw-leading, 1.33333)
        }
    }
    .\[\&_a\]\: justify-start a {
        justify-content:flex-start
    }
    .\[\&_a\]\: text-neon-blue a {
        color:#0025e8
    }
    .\[\&_a\, \&_button\]\: w-\[155px\] a, .\[\&_a\, \&_button\]\:w-\[155px\] button {
        width:155px
    }
    .\[\&_a\, \&_button\]\: w-\[220px\] a, .\[\&_a\, \&_button\]\:w-\[220px\] button {
        width:220px
    }
    .\[\&_a\, \&_button\]\: w-fit a, .\[\&_a\, \&_button\]\:w-fit button {
        width:fit-content
    }
    .\[\&_a\, \&_button\]\: w-full a, .\[\&_a\, \&_button\]\:w-full button, .\[\&_button\]\:w-full button, .\[\&_div\]\:w-full div {
        width:100%
    }
    @media (width >=40rem) {
        .\[\&_div\]\: sm\:w-\[50\%\] div {
            width:50%
        }
    }
    .\[\&_h1\, \&_h2\, \&_h3\]\: text-hs6 h1, .\[\&_h1\, \&_h2\, \&_h3\]\:text-hs6 h2, .\[\&_h1\, \&_h2\, \&_h3\]\:text-hs6 h3, .\[\&_h2\]\:text-hs6 h2, .\[\&_h2_\*\]\:text-hs6 h2 * {
        font-size:2rem;
        line-height:var(--tw-leading, 1.25)
    }
    .\[\&_h2\, \&_h3\]\: font-medium h2, .\[\&_h2\, \&_h3\]\:font-medium h3 {
        --tw-font-weight: 500;
        font-weight:500
    }
    .\[\&_h3\]\: text-hs3 h3, .\[\&_h3_\*\]\:text-hs3 h3 * {
        font-size:1.5rem;
        line-height:var(--tw-leading, 1.33333)
    }
    .\[\&_img\]\: max-w-none img {
        max-width:none
    }
    .\[\&_input\]\: mt-0\.5 input {
        margin-top:4px
    }
    .\[\&_input\]\: h-2 input {
        height:16px
    }
    .\[\&_input\]\: max-h-2 input {
        max-height:16px
    }
    .\[\&_input\]\: min-h-2 input {
        min-height:16px
    }
    .\[\&_input\]\: w-2 input {
        width:16px
    }
    .\[\&_input\]\: max-w-2 input {
        max-width:16px
    }
    .\[\&_input\]\: min-w-2 input {
        min-width:16px
    }
    .\[\&_input\]\: p-2 input {
        padding:16px
    }
    .\[\&_input\, \&_select\]\: h-\[47px\] input, .\[\&_input\, \&_select\]\:h-\[47px\] select {
        height:47px
    }
    .\[\&_input\, \&_select\, \&_textarea\]\: rounded-sm input, .\[\&_input\, \&_select\, \&_textarea\]\:rounded-sm select, .\[\&_input\, \&_select\, \&_textarea\]\:rounded-sm textarea {
        border-radius:var(--radius-sm)
    }
    .\[\&_input\, \&_select\, \&_textarea\]\: border input, .\[\&_input\, \&_select\, \&_textarea\]\:border select, .\[\&_input\, \&_select\, \&_textarea\]\:border textarea {
        border-style:var(--tw-border-style);
        border-width:1px
    }
    .\[\&_input\, \&_select\, \&_textarea\]\: border-neutral-200 input, .\[\&_input\, \&_select\, \&_textarea\]\:border-neutral-200 select, .\[\&_input\, \&_select\, \&_textarea\]\:border-neutral-200 textarea {
        border-color:#e1e1e0
    }
    .\[\&_label\]\: w-fit label {
        width:fit-content
    }
    .\[\&_label\]\: cursor-pointer label {
        cursor:pointer
    }
    .\[\&_li\]\: mx-8 li {
        margin-inline:64px
    }
    .\[\&_li\]\: mb-2 li {
        margin-bottom:16px
    }
    .\[\&_li\]\: pb-2 li {
        padding-bottom:16px
    }
    .\[\&_li\]\: pl-2 li {
        padding-left:16px
    }
    .\[\&_ol\]\: list-outside ol {
        list-style-position:outside
    }
    .\[\&_ol\]\: list-decimal ol {
        list-style-type:decimal
    }
    .\[\&_ol\]\: pl-6 ol {
        padding-left:48px
    }
    .\[\&_ol_strong\]\: block ol strong {
        display:block
    }
    .\[\&_p\, \&_h1\, \&_h2\, \&_h3\, \&_h4\, \&_h5\, \&_h6\, \&_li\]\: pb-3 h1, .\[\&_p\, \&_h1\, \&_h2\, \&_h3\, \&_h4\, \&_h5\, \&_h6\, \&_li\]\:pb-3 h2, .\[\&_p\, \&_h1\, \&_h2\, \&_h3\, \&_h4\, \&_h5\, \&_h6\, \&_li\]\:pb-3 h3, .\[\&_p\, \&_h1\, \&_h2\, \&_h3\, \&_h4\, \&_h5\, \&_h6\, \&_li\]\:pb-3 h4, .\[\&_p\, \&_h1\, \&_h2\, \&_h3\, \&_h4\, \&_h5\, \&_h6\, \&_li\]\:pb-3 h5, .\[\&_p\, \&_h1\, \&_h2\, \&_h3\, \&_h4\, \&_h5\, \&_h6\, \&_li\]\:pb-3 h6, .\[\&_p\, \&_h1\, \&_h2\, \&_h3\, \&_h4\, \&_h5\, \&_h6\, \&_li\]\:pb-3 li, .\[\&_p\, \&_h1\, \&_h2\, \&_h3\, \&_h4\, \&_h5\, \&_h6\, \&_li\]\:pb-3 p {
        padding-bottom:24px
    }
    .\[\&_select\]\: px-2 select {
        padding-inline:16px
    }
    .\[\&_select\, \&_input\, \&_textarea\]\: bg-white input, .\[\&_select\, \&_input\, \&_textarea\]\:bg-white select, .\[\&_select\, \&_input\, \&_textarea\]\:bg-white textarea {
        background-color:#fff
    }
    .\[\&_span\]\: font-medium span {
        --tw-font-weight: 500;
        font-weight:500
    }
    .\[\&_span\]\: text-neon-blue span {
        color:#0025e8
    }
    .\[\&_span\]\: italic span {
        font-style:italic
    }
    @media (width >=64rem) {
        .\[\&_span\]\: lg\:block span {
            display:block
        }
    }
    .\[\&_strong\]\: font-medium strong {
        --tw-font-weight: 500;
        font-weight:500
    }
    .\[\&_td\]\: border td {
        border-style:var(--tw-border-style);
        border-width:1px
    }
    .\[\&_td\]\: border-neutral-200 td {
        border-color:#e1e1e0
    }
    .\[\&_td\]\: p-2 td {
        padding:16px
    }
    .\[\&_td\]\: pb-4 td {
        padding-bottom:32px
    }
    .\[\&_td\]\: align-top td {
        vertical-align:top
    }
    .\[\&_ul\]\: list-outside ul {
        list-style-position:outside
    }
    .\[\&_ul\]\: list-disc ul {
        list-style-type:disc
    }
    .\[\&_ul\]\: pl-4 ul {
        padding-left:32px
    }
    .\[\&_ul_strong\]\: block ul strong {
        display:block
    }
    .\[\&_ul\, \&_ol\, \&_li\]\: mb-0 li, .\[\&_ul\, \&_ol\, \&_li\]\:mb-0 ol, .\[\&_ul\, \&_ol\, \&_li\]\:mb-0 ul {
        margin-bottom:0
    }
    .\[\&_ul\, \&_ol\, \&_li\]\: ml-2 li, .\[\&_ul\, \&_ol\, \&_li\]\:ml-2 ol, .\[\&_ul\, \&_ol\, \&_li\]\:ml-2 ul {
        margin-left:16px
    }
    .\[\&\>\*\]\: text-\[\.69rem\]>* {
        font-size:.69rem
    }
    .\[\&\>\*\]\: break-all>* {
        word-break:break-all
    }
    .\[\&\>\*\]\: text-neutral-600>* {
        color:var(--color-neutral-600)
    }
    .\[\&\>div\: first-child\]\:justify-start>div:first-child {
        justify-content:flex-start
    }
}
@keyframes scroll {
    0% {
        transform:translate(0)
    }
    to {
        transform:translate(-1750px)
    }
}
@keyframes fadeIn {
    0% {
        opacity:0
    }
    to {
        opacity:1
    }
}
@keyframes fadeOut {
    0% {
        opacity:1
    }
    to {
        opacity:0
    }
}
@keyframes slideIn {
    0% {
        opacity:0;
        transform:translateY(20px)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}
@keyframes slideOut {
    0% {
        opacity:1;
        transform:translateY(0)
    }
    to {
        opacity:0;
        transform:translateY(20px)
    }
}
.animate-fadeIn {
    animation:fadeIn .5s ease-in-out forwards
}
.animate-fadeOut {
    animation:fadeOut .5s ease-in-out forwards
}
.animate-slideIn {
    animation:slideIn .5s ease-in-out forwards
}
.animate-slideOut {
    animation:slideOut .5s ease-in-out forwards
}
.scrollBlue {
    scrollbar-color:#171d97 #fff
}
input:focus, select:focus, textarea:focus {
    box-shadow:none!important;
    border-width:1px!important;
    border-color:#0025e8!important;
    outline:none!important
}
.newsletter_container h1 {
    font-size:var(--text-4xl);
    line-height:var(--tw-leading, var(--text-4xl--line-height));
    margin-bottom:16px
}
.newsletter_container h2 {
    font-size:var(--text-3xl);
    line-height:var(--tw-leading, var(--text-3xl--line-height));
    margin-bottom:16px
}
.newsletter_container h3 {
    font-size:var(--text-2xl);
    line-height:var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: 700;
    margin-bottom:16px;
    font-weight:700
}
.newsletter_container p {
    margin-bottom:24px
}
:root {
    --cursor-plus: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' width='48' height='48'>      <circle cx='24' cy='24' r='22' fill='%230025E8'/>      <rect x='14' y='23' width='20' height='2' fill='white'/>      <rect x='23' y='14' width='2' height='20' fill='white'/>    </svg>") 24 24, auto;
    --cursor-minus: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' width='48' height='48'>      <circle cx='24' cy='24' r='22' fill='%230025E8'/>      <rect x='14' y='23' width='20' height='2' fill='white'/>    </svg>") 24 24, auto;
    --cursor-arrow: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' width='48' height='48'>      <circle cx='24' cy='24' r='22' fill='%230025E8'/>      <path d='M15 24 H31 M26 18 L33 24 L26 30' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/>    </svg>") 24 24, auto
}
@keyframes spin {
    to {
        transform:rotate(1turn)
    }
}
@keyframes ping {
    75%, to {
        opacity:0;
        transform:scale(2)
    }
}
@keyframes pulse {
    50% {
        opacity:.5
    }
}
@keyframes bounce {
    0%, to {
        animation-timing-function:cubic-bezier(.8, 0, 1, 1);
        transform:translateY(-25%)
    }
    50% {
        animation-timing-function:cubic-bezier(0, 0, .2, 1);
        transform:none
    }
}
@keyframes wiggle {
    0%, to {
        transform:rotate(-3deg)
    }
    50% {
        transform:rotate(3deg)
    }
}
@keyframes wiggle-more {
    0%, to {
        transform:rotate(-12deg)
    }
    50% {
        transform:rotate(12deg)
    }
}
@keyframes rotate-y {
    0% {
        transform:rotateY(1turn)
    }
    to {
        transform:rotateY(0)
    }
}
@keyframes rotate-x {
    0% {
        transform:rotateX(1turn)
    }
    to {
        transform:rotateX(0)
    }
}
@keyframes jump {
    0%, to {
        transform:scale(1)
    }
    10% {
        transform:scale(.8)
    }
    50% {
        transform:scale(1.2)
    }
}
@keyframes jump-in {
    0% {
        transform:scale(0)
    }
    80% {
        transform:scale(1.2)
    }
    to {
        transform:scale(1)
    }
}
@keyframes jump-out {
    0% {
        transform:scale(1)
    }
    20% {
        transform:scale(1.2)
    }
    to {
        transform:scale(0)
    }
}
@keyframes shake {
    0% {
        transform:translate(0)
    }
    25% {
        transform:translate(-1rem)
    }
    75% {
        transform:translate(1rem)
    }
    to {
        transform:translate(0)
    }
}
@keyframes fade {
    0% {
        opacity:0
    }
    to {
        opacity:1
    }
}
@keyframes fade-down {
    0% {
        opacity:0;
        transform:translateY(-2rem)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}
@keyframes fade-up {
    0% {
        opacity:0;
        transform:translateY(2rem)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}
@keyframes fade-left {
    0% {
        opacity:0;
        transform:translate(2rem)
    }
    to {
        opacity:1;
        transform:translate(0)
    }
}
@keyframes fade-right {
    0% {
        opacity:0;
        transform:translate(-2rem)
    }
    to {
        opacity:1;
        transform:translate(0)
    }
}
@keyframes flip-up {
    0% {
        transform-origin:bottom;
        transform:rotateX(90deg)
    }
    to {
        transform-origin:bottom;
        transform:rotateX(0)
    }
}
@keyframes flip-down {
    0% {
        transform-origin:top;
        transform:rotateX(-90deg)
    }
    to {
        transform-origin:top;
        transform:rotateX(0)
    }
}
@keyframes infinite-scroll {
    0% {
        transform:translate(0)
    }
    to {
        transform:translate(-100%)
    }
}
@keyframes fade-in-left-to-right {
    0% {
        opacity:0;
        clip-path:inset(0 100% 0 0)
    }
    to {
        opacity:1;
        clip-path:inset(0)
    }
}
@keyframes fade-in-right {
    0% {
        opacity:0;
        clip-path:inset(0 0 0 100%)
    }
    to {
        opacity:1;
        clip-path:inset(0)
    }
}
@keyframes slide-out {
    0% {
        transform:translate(0)
    }
    to {
        transform:translate(100%)
    }
}
@keyframes slide-in {
    0% {
        transform:translate(-100%)
    }
    to {
        transform:translate(0)
    }
}
@property --tw-translate-x {
    syntax:"*";
    inherits: false;
    initial-value: 0;
}
@property --tw-translate-y {
    syntax:"*";
    inherits: false;
    initial-value: 0;
}
@property --tw-translate-z {
    syntax:"*";
    inherits: false;
    initial-value: 0;
}
@property --tw-scale-x {
    syntax:"*";
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-y {
    syntax:"*";
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-z {
    syntax:"*";
    inherits: false;
    initial-value: 1;
}
@property --tw-rotate-x {
    syntax:"*";
    inherits: false;
    initial-value: rotateX(0);
}
@property --tw-rotate-y {
    syntax:"*";
    inherits: false;
    initial-value: rotateY(0);
}
@property --tw-rotate-z {
    syntax:"*";
    inherits: false;
    initial-value: rotateZ(0);
}
@property --tw-skew-x {
    syntax:"*";
    inherits: false;
    initial-value: skewX(0);
}
@property --tw-skew-y {
    syntax:"*";
    inherits: false;
    initial-value: skewY(0);
}
@property --tw-scroll-snap-strictness {
    syntax:"*";
    inherits: false;
    initial-value: proximity;
}
@property --tw-space-y-reverse {
    syntax:"*";
    inherits: false;
    initial-value: 0;
}
@property --tw-divide-y-reverse {
    syntax:"*";
    inherits: false;
    initial-value: 0;
}
@property --tw-border-style {
    syntax:"*";
    inherits: false;
    initial-value: solid;
}
@property --tw-gradient-position {
    syntax:"*";
    inherits: false;
}
@property --tw-gradient-from {
    syntax:"<color>";
    inherits: false;
    initial-value: rgba(0, 0, 0, 0);
}
@property --tw-gradient-via {
    syntax:"<color>";
    inherits: false;
    initial-value: rgba(0, 0, 0, 0);
}
@property --tw-gradient-to {
    syntax:"<color>";
    inherits: false;
    initial-value: rgba(0, 0, 0, 0);
}
@property --tw-gradient-stops {
    syntax:"*";
    inherits: false;
}
@property --tw-gradient-via-stops {
    syntax:"*";
    inherits: false;
}
@property --tw-gradient-from-position {
    syntax:"<length-percentage>";
    inherits: false;
    initial-value: 0;
}
@property --tw-gradient-via-position {
    syntax:"<length-percentage>";
    inherits: false;
    initial-value: 50%;
}
@property --tw-gradient-to-position {
    syntax:"<length-percentage>";
    inherits: false;
    initial-value: 100%;
}
@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 rgba(0, 0, 0, 0);
}
@property --tw-shadow-color {
    syntax:"*";
    inherits: false;
}
@property --tw-inset-shadow {
    syntax:"*";
    inherits: false;
    initial-value: 0 0 rgba(0, 0, 0, 0);
}
@property --tw-inset-shadow-color {
    syntax:"*";
    inherits: false;
}
@property --tw-ring-color {
    syntax:"*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax:"*";
    inherits: false;
    initial-value: 0 0 rgba(0, 0, 0, 0);
}
@property --tw-inset-ring-color {
    syntax:"*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax:"*";
    inherits: false;
    initial-value: 0 0 rgba(0, 0, 0, 0);
}
@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 rgba(0, 0, 0, 0);
}
@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-duration {
    syntax:"*";
    inherits: false;
}
@property --tw-ease {
    syntax:"*";
    inherits: false;
}
@property --tw-divide-x-reverse {
    syntax:"*";
    inherits: false;
    initial-value: 0;
}
@font-face {
    font-family:signifierFont;
    /*src:url(/assets/96579389b8b4082b-s.p.otf) format("opentype");*/
    font-display:swap;
    font-weight:400
}
@font-face {
    font-family:signifierFont;
    /*src:url(/assets/425c2d81ac757b39-s.p.otf) format("opentype");*/
    font-display:swap;
    font-weight:400;
    font-style:italic
}
@font-face {
    font-family:signifierFont Fallback;
    src:local("Arial");
    ascent-override:105.92%;
    descent-override:31.72%;
    line-gap-override:0%;
    size-adjust:93.93%
}
.__className_28aada {
    font-family:signifierFont, signifierFont Fallback
}
.__variable_28aada {
    --font-signifier:"signifierFont", "signifierFont Fallback"
}
@font-face {
    font-family:waldenburgFont;
    /*src:url(/assets/5e466c6c51a44007-s.p.otf) format("opentype");*/
    font-display:swap;
    font-weight:500
}
@font-face {
    font-family:waldenburgFont;
    /*src:url(/assets/43d99f1c1ccd8164-s.p.otf) format("opentype");*/
    font-display:swap;
    font-weight:500;
    font-style:italic
}
@font-face {
    font-family:waldenburgFont;
    /*src:url(/assets/5c0b79cfb197ed41-s.p.otf) format("opentype");*/
    font-display:swap;
    font-weight:400
}
@font-face {
    font-family:waldenburgFont;
    /*src:url(/assets/5c0b79cfb197ed41-s.p.otf) format("opentype");*/
    font-display:swap;
    font-weight:375
}
@font-face {
    font-family:waldenburgFont;
    /*src:url(/assets/de713b413e46aa2d-s.p.otf) format("opentype");*/
    font-display:swap;
    font-weight:400;
    font-style:italic
}
@font-face {
    font-family:waldenburgFont Fallback;
    src:local("Arial");
    ascent-override:91.06%;
    descent-override:23.26%;
    line-gap-override:9.49%;
    size-adjust:105.32%
}
.__className_c09444 {
    font-family:waldenburgFont, waldenburgFont Fallback
}
.__variable_c09444 {
    --font-waldenburg:"waldenburgFont", "waldenburgFont Fallback"
}
@font-face {
    font-family:suisseIntlMonoFont;
    /*src:url(/assets/6df7f667924dd080-s.p.otf) format("opentype");*/
    font-display:swap;
    font-weight:400
}
@font-face {
    font-family:suisseIntlMonoFont Fallback;
    src:local("Arial");
    ascent-override:69.65%;
    descent-override:21.97%;
    line-gap-override:0%;
    size-adjust:141.57%
}
.__className_c3f43c {
    font-family:suisseIntlMonoFont, suisseIntlMonoFont Fallback;
    font-weight:400
}
.__variable_c3f43c {
    --font-suisseIntlMono:"suisseIntlMonoFont", "suisseIntlMonoFont Fallback"
}
.osano-cm-window__dialog {
    margin:16px;
    border:1px solid #ccc;
    border-radius:6px
}
.osano-cm-window__dialog .osano-cm-close {
    display:none
}
.osano-cm-window__dialog .osano-cm-content {
    margin-bottom:16px
}
@media screen and (min-width: 768px) {
    .osano-cm-window__dialog .osano-cm-content {
        margin-bottom:0
    }
}
.osano-cm-window__dialog .osano-cm-buttons {
    gap:8px
}
.osano-cm-window__dialog .osano-cm-buttons .osano-cm-denyAll {
    display:none
}
.osano-cm-window__dialog .osano-cm-buttons button {
    width:100%;
    border-radius:6px;
    padding:16px 8px;
    font-size:15px
}
.osano-cm-widget {
    display:none
}