.button,
.input,
.select select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top
}

.button:active,
.button:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    outline: none
}

.select select[disabled],
[disabled].button,
[disabled].input,
[disabled].textarea {
    cursor: not-allowed
}

.button,
.file {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.select:not(.is-multiple):not(.is-loading):after {
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: .625em;
    border-left: 3px solid #6e79d6;
    border-bottom: 3px solid #6e79d6;
    border-right-color: #6e79d6;
    border-top-color: #6e79d6;
    right: 1.125em;
    z-index: 4
}

.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.button.is-loading:after,
.control.is-loading:after,
.select.is-loading:after {
    animation: spinAround .5s linear infinite;
    border-radius: 9999px;
    border-color: transparent transparent #dbdbdb #dbdbdb;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

/*!minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css*/
blockquote,
body,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: visible;
    overflow-x: initial;
    overflow-y: visible;
    overflow-y: initial;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

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

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

figure,
header {
    display: block
}

body,
button,
input,
select,
textarea {
    font-family: Inter, Helvetica, Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, sans-serif
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: inherit;
    font-size: 1em;
    font-weight: 400;
    line-height: 24px
}

a {
    color: #6e79d6;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: #363636
}

code {
    color: #da1039;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em
}

code,
hr {
    background-color: #f5f5f5
}

hr {
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

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

input[type=checkbox] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    font-weight: 700
}

pre,
strong {
    color: inherit
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0
}

@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding: calc(.5em - 1px) 1em;
    text-align: center;
    white-space: nowrap
}

.button,
.button strong {
    color: inherit
}

.button .icon {
    height: 1.5em;
    width: 1.5em
}

.button .icon:first-child:not(:last-child) {
    margin-left: calc(-.5em - 1px);
    margin-right: .25em
}

.button .icon:last-child:not(:first-child) {
    margin-left: .25em;
    margin-right: calc(-.5em - 1px)
}

.button .icon:first-child:last-child {
    margin-left: calc(-.5em - 1px);
    margin-right: calc(-.5em - 1px)
}

.button:hover {
    border-color: #b5b5b5;
    color: #363636
}

.button:focus {
    border-color: #485fc7;
    color: #363636
}

.button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(110, 121, 214, .25)
}

.button.is-active,
.button:active {
    border-color: #4a4a4a;
    color: #363636
}

.button.is-light {
    background-color: #f5f5f5
}

.button.is-light,
.button.is-light:hover {
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light:hover {
    background-color: #efefef
}

.button.is-light:focus {
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light:focus:not(:active) {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.button.is-light.is-active,
.button.is-light:active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none
}

.button.is-light.is-loading:after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-primary {
    background-color: #6e79d6;
    border-color: transparent;
    color: #fff
}

.button.is-primary:hover {
    background-color: #6470d3
}

.button.is-primary:focus,
.button.is-primary:hover {
    border-color: transparent;
    color: #fff
}

.button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(110, 121, 214, .25)
}

.button.is-primary.is-active,
.button.is-primary:active {
    background-color: #5a67d0;
    border-color: transparent;
    color: #fff
}

.button.is-primary[disabled] {
    background-color: #6e79d6;
    border-color: #6e79d6;
    box-shadow: none
}

.button.is-primary.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-light {
    background-color: #eff0fb;
    color: #2f3ca7
}

.button.is-primary.is-light:hover {
    background-color: #e5e7f8;
    border-color: transparent;
    color: #2f3ca7
}

.button.is-primary.is-light.is-active,
.button.is-primary.is-light:active {
    background-color: #dbdef5;
    border-color: transparent;
    color: #2f3ca7
}

.button.is-success {
    background-color: #21ce99;
    border-color: transparent;
    color: #fff
}

.button.is-success:hover {
    background-color: #1fc391
}

.button.is-success:focus,
.button.is-success:hover {
    border-color: transparent;
    color: #fff
}

.button.is-success:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(33, 206, 153, .25)
}

.button.is-success.is-active,
.button.is-success:active {
    background-color: #1db889;
    border-color: transparent;
    color: #fff
}

.button.is-success[disabled] {
    background-color: #21ce99;
    border-color: #21ce99;
    box-shadow: none
}

.button.is-success.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-light {
    background-color: #edfcf8;
    color: #158462
}

.button.is-success.is-light:hover {
    background-color: #e2faf3;
    border-color: transparent;
    color: #158462
}

.button.is-success.is-light.is-active,
.button.is-success.is-light:active {
    background-color: #d7f9ee;
    border-color: transparent;
    color: #158462
}

.button[disabled] {
    background-color: #fff;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: .5
}

.button.is-loading {
    color: transparent !important;
    pointer-events: none
}

.button.is-loading:after {
    left: calc(50% - (1em * .5));
    top: calc(50% - (1em * .5));
    position: absolute !important
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

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

@media screen and (min-width:1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1152px
    }
}

.subtitle,
.title {
    word-break: break-word
}

.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.title {
    color: #282a30;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.125
}

.title strong {
    color: inherit;
    font-weight: inherit
}

.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.subtitle {
    color: #4a4574;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: inherit;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.tag:not(body) {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: inherit;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.tag:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.375rem
}

.tag:not(body).is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-primary {
    background-color: #6e79d6;
    color: #fff
}

.tag:not(body).is-primary.is-light {
    background-color: #eff0fb;
    color: #2f3ca7
}

.tag:not(body).is-success {
    background-color: #21ce99;
    color: #fff
}

.tag:not(body).is-success.is-light {
    background-color: #edfcf8;
    color: #158462
}

.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em
}

.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em
}

.tag:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.375em
}

a.tag:hover {
    text-decoration: underline
}

.input,
.select select,
.textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: inherit
}

.input::-moz-placeholder,
.select select::-moz-placeholder,
.textarea::-moz-placeholder {
    color: inherit
}

.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: inherit
}

.input:-moz-placeholder,
.select select:-moz-placeholder,
.textarea:-moz-placeholder {
    color: inherit
}

.input:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: inherit
}

.input:hover,
.select select:hover,
.textarea:hover {
    border-color: #b5b5b5
}

.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    border-color: #6e79d6;
    box-shadow: 0 0 0 .125em rgba(110, 121, 214, .25)
}

.select select[disabled],
[disabled].input,
[disabled].textarea {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.select select[disabled]::-moz-placeholder,
[disabled].input::-moz-placeholder,
[disabled].textarea::-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]:-moz-placeholder,
[disabled].input:-moz-placeholder,
[disabled].textarea:-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input,
.textarea {
    box-shadow: inset 0 .0625em .125em hsla(0, 0%, 4%, .05);
    max-width: 100%;
    width: 100%
}

[readonly].input,
[readonly].textarea {
    box-shadow: none
}

.is-light.input,
.is-light.textarea {
    border-color: #f5f5f5
}

.is-light.input:active,
.is-light.input:focus,
.is-light.is-active.input,
.is-light.is-active.textarea,
.is-light.textarea:active,
.is-light.textarea:focus {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.is-primary.input,
.is-primary.textarea {
    border-color: #6e79d6
}

.is-primary.input:active,
.is-primary.input:focus,
.is-primary.is-active.input,
.is-primary.is-active.textarea,
.is-primary.textarea:active,
.is-primary.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(110, 121, 214, .25)
}

.is-success.input,
.is-success.textarea {
    border-color: #21ce99
}

.is-success.input:active,
.is-success.input:focus,
.is-success.is-active.input,
.is-success.is-active.textarea,
.is-success.textarea:active,
.is-success.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(33, 206, 153, .25)
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(.75em - 1px);
    resize: vertical
}

.textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em
}

.textarea[rows] {
    height: auto
}

.checkbox {
    display: inline-block;
    line-height: 1.25;
    position: relative
}

.checkbox,
.checkbox input {
    cursor: pointer
}

.checkbox:hover {
    color: inherit
}

.checkbox input[disabled],
[disabled].checkbox {
    color: #7a7a7a;
    cursor: not-allowed
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.select:not(.is-multiple) {
    height: 2.5em
}

.select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none
}

.select select::-ms-expand {
    display: none
}

.select select[disabled]:hover {
    border-color: #f5f5f5
}

.select select:not([multiple]) {
    padding-right: 2.5em
}

.select select[multiple] {
    height: auto;
    padding: 0
}

.select select[multiple] option {
    padding: .5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover:after {
    border-color: inherit
}

.select.is-light select,
.select.is-light:not(:hover):after {
    border-color: #f5f5f5
}

.select.is-light select:hover {
    border-color: #e8e8e8
}

.select.is-light select.is-active,
.select.is-light select:active,
.select.is-light select:focus {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.select.is-primary select,
.select.is-primary:not(:hover):after {
    border-color: #6e79d6
}

.select.is-primary select:hover {
    border-color: #5a67d0
}

.select.is-primary select.is-active,
.select.is-primary select:active,
.select.is-primary select:focus {
    box-shadow: 0 0 0 .125em rgba(110, 121, 214, .25)
}

.select.is-success select,
.select.is-success:not(:hover):after {
    border-color: #21ce99
}

.select.is-success select:hover {
    border-color: #1db889
}

.select.is-success select.is-active,
.select.is-success select:active,
.select.is-success select:focus {
    box-shadow: 0 0 0 .125em rgba(33, 206, 153, .25)
}

.select.is-loading:after {
    margin-top: 0;
    position: absolute;
    right: .625em;
    top: .625em;
    transform: none
}

.file {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative
}

.label {
    color: inherit;
    display: block;
    font-size: 1rem;
    font-weight: 700
}

.label:not(:last-child) {
    margin-bottom: .5em
}

.field:not(:last-child) {
    margin-bottom: .75rem
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit
}

.control.is-loading:after {
    position: absolute !important;
    right: .625em;
    top: .625em;
    z-index: 4
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .75rem)
}

@media print,
screen and (min-width:769px) {
    .columns:not(.is-desktop) {
        display: flex
    }
}

.has-text-danger {
    color: #ff3860 !important
}

a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #ff0537 !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.is-flex-direction-column {
    flex-direction: column !important
}

.is-justify-content-center {
    justify-content: center !important
}

.is-align-items-flex-start {
    align-items: flex-start !important
}

.is-align-items-center {
    align-items: center !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 1.5rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.has-text-centered {
    text-align: center !important
}

.is-flex {
    display: flex !important
}

:root {
    --background: #fff;
    --background-opaque: hsla(0, 0%, 100%, .7);
    --background-highlight: #f0f3f9;
    --background-highlight-highlight: #e5eaf5;
    --background-highlight-transparent: hsla(0, 0%, 100%, .7);
    --background-button: #fff;
    --text: #000;
    --border-modal: #eff1f4;
    --shadow-modal: rgba(0, 0, 0, .09) 0px 3px 12px;
    --shadow-watermark: 3px 3px 10px 3px rgba(56, 28, 100, .1);
    --shadow-navbar: 0 0 20px rgba(0, 0, 0, .04);
    --shadow-preview: 0px 4px 25px 3px rgba(0, 0, 0, .15);
    --accent: #5e5df0;
    --text-sharp: #282a30;
    --text-light: #6b6f76;
    --text-lighter: #929cad;
    --shadow-color-unicorn: #f18099;
    --shadow-color-nebula: #b664b0;
    --shadow-color-water: #67b7e5;
    --shadow-color-candy: #9d8eee;
    --shadow-color-melon: #5cd4ac;
    --shadow-color-orange: #fa9e34;
    --shadow-color-yellow: #f7cc5c;
    --shadow-color-green: #23cfa4;
    --shadow-color-blue: #06c1ff;
    --shadow-color-indigo: #6968f7;
    --shadow-color-purple: #8a24ff;
    --shadow-color-pink: #f54b94;
    --shadow-color-red: #f32e60;
    --shadow-color-black: #000;
    --shadow-color-white: rgba(0, 0, 0, .2);
    --shadow-color-accent: #6e79d6;
    --background-invert: #131415;
    --background-invert-highlight: #2d2f36;
    --text-invert: #d7d8db;
    --text-invert-sharp: #fff;
    --text-invert-light: #8a8f98
}

[data-theme=dark] {
    --background: #131415;
    --background-opaque: rgba(19, 20, 21, .7);
    --background-highlight: #2c2c30;
    --background-highlight-highlight: #393941;
    --background-highlight-transparent: rgba(66, 66, 66, .7);
    --background-button: #1f2124;
    --text: #fff;
    --border-modal: #303236;
    --shadow-modal: rgba(0, 0, 0, .35) 0px 7px 32px 0px;
    --shadow-watermark: 3px 3px 10px 3px rgba(0, 0, 0, .4);
    --shadow-navbar: 0 0 20px rgba(0, 0, 0, .4);
    --shadow-preview: 0px 4px 25px 3px hsla(0, 0%, 100%, .15);
    --accent: #8383ff;
    --text-sharp: #fff;
    --text-light: #8a8f98;
    --text-lighter: #757783;
    --shadow-color-unicorn: #000;
    --shadow-color-nebula: #000;
    --shadow-color-water: #000;
    --shadow-color-candy: #000;
    --shadow-color-melon: #000;
    --shadow-color-orange: #000;
    --shadow-color-yellow: #000;
    --shadow-color-green: #000;
    --shadow-color-blue: #000;
    --shadow-color-indigo: #000;
    --shadow-color-purple: #000;
    --shadow-color-pink: #000;
    --shadow-color-red: #000;
    --shadow-color-black: #000;
    --shadow-color-white: #000;
    --shadow-color-accent: #000;
    --background-invert: #fff;
    --background-invert-highlight: #f0f3f9;
    --text-invert: #3c4149;
    --text-invert-sharp: #000;
    --text-invert-light: #6b6f76
}

body,
html {
    margin: 0;
    padding: 0;
    background-color: var(--background);
    font-family: Inter, Helvetica, Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, sans-serif
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

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

body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar {
    background-color: var(--background-highlight-highlight);
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box
}

body::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 16px
}

img.darken,
video.darken {
    background-color: rgba(0, 0, 0, .6);
    filter: brightness(.4)
}

a.td-navbar-item.is-active,
a.td-navbar-item:focus,
a.td-navbar-item:focus-within,
a.td-navbar-item:hover {
    color: inherit;
    background-color: transparent;
    background-color: initial
}

.td-navbar {
    position: relative;
    color: var(--text);
    background-color: var(--background);
    z-index: 30
}

.td-navbar-item {
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    color: var(--text, inherit);
    font-weight: 500;
    line-height: 1.5;
    padding: .5rem .75rem;
    cursor: pointer
}

.td-navbar-brand {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-shrink: 0;
    height: 100%;
    font-size: 20px
}

.td-navbar-brand .td-navbar-item {
    display: flex;
    font-weight: 700
}

.td-navbar-brand-logo {
    padding: 2px 5px;
    min-width: 40px;
    min-height: 44px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.td-navbar-burger {
    color: inherit;
    cursor: pointer;
    display: block;
    position: relative;
    width: 3.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0
}

.td-navbar-burger:hover {
    background-color: transparent
}

.td-navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px
}

.td-navbar-burger span:first-child {
    top: calc(50% - 6px)
}

.td-navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.td-navbar-burger span:nth-child(3) {
    top: calc(50% + 4px)
}

.td-navbar-burger.is-active span:first-child {
    transform: translateY(5px) rotate(45deg)
}

.td-navbar-burger.is-active span:nth-child(2) {
    opacity: 0
}

.td-navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg)
}

.td-navbar-end,
.td-navbar-middle,
.td-navbar-mobile {
    background-color: inherit
}

.td-navbar-mobile {
    padding: 10px
}

.td-navbar-item svg {
    position: absolute;
    right: 25px;
    margin-top: 3px
}

.td-navbar-container-border {
    border-bottom: 1px solid var(--border-modal)
}

.td-navbar-container-shadow {
    box-shadow: var(--shadow-navbar)
}

.td-navbar-container-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: var(--background-opaque)
}

.td-navbar-item-color-gradient span:not(.slate-navbar_dropdown_menu span) {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent
}

.td-navbar-item-button {
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 700
}

.td-navbar-item-button,
.td-navbar-item-dropdown,
.td-navbar-item-link {
    width: -moz-fit-content;
    width: fit-content
}

.td-navbar-item-link:hover {
    color: var(--text)
}

.td-navbar-item-dropdown {
    height: 100%;
    display: inline-flex;
    align-items: center
}

.td-navbar-item-dropdown+.icon-chevron-down {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-left: 1rem;
    transition: transform .3s
}

.td-navbar-item-dropdown>div {
    display: inline
}

.typedream.content.td-navbar-item-dropdown-menu {
    background-color: transparent;
    cursor: default
}

@media only screen and (max-width:1023px) {
    .typedream.content.td-navbar-item-dropdown-menu {
        height: 0;
        overflow-y: hidden
    }

    .td-navbar-end,
    .td-navbar-middle {
        display: none
    }

    .td-navbar-mobile {
        position: absolute;
        left: 0;
        right: 0;
        overflow-y: auto;
        box-shadow: 0 8px 16px hsla(0, 0%, 4%, .1);
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .td-navbar-brand>.td-navbar-item {
        flex-shrink: 1;
        white-space: nowrap;
        overflow: hidden
    }

    .td-navbar-item[data-state=open] .icon-chevron-down {
        transform: rotate(-180deg)
    }

    .td-navbar-item[data-state=open] .typedream.content.td-navbar-item-dropdown-menu {
        height: auto
    }
}

@media only screen and (min-width:1024px) {
    .td-navbar {
        display: grid;
        grid-template-columns: 1fr auto 1fr
    }

    .td-navbar.align-end,
    .td-navbar.align-start {
        grid-template-columns: auto 1fr auto
    }

    .td-navbar-mobile {
        display: none
    }

    .td-navbar.align-end .td-navbar-middle {
        justify-content: end
    }

    .td-navbar-end,
    .td-navbar-item,
    .td-navbar-middle {
        display: flex
    }

    .td-navbar-item svg {
        position: static;
        margin-top: 0
    }

    .td-navbar-end {
        justify-content: end
    }

    .td-navbar-burger {
        display: none
    }

    .td-navbar-end,
    .td-navbar-middle {
        margin-left: calc(1.5em - 15px);
        margin-right: calc(1.5em - 15px);
        background-color: transparent;
        background-color: initial
    }

    .td-navbar-end .td-navbar-item,
    .td-navbar-middle .td-navbar-item {
        margin: 0 .75em;
        padding: 0 5px;
        cursor: pointer
    }

    .typedream.content.td-navbar-item-dropdown-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 60px;
        display: none;
        overflow: visible
    }

    .td-navbar-item:hover .icon-chevron-down {
        transform: rotate(-180deg)
    }

    .td-navbar-item:hover .typedream.content.td-navbar-item-dropdown-menu {
        display: flex
    }
}

@media(max-device-width:1024px) and (min-device-height:768px) and (orientation:landscape) {
    .td-navbar-item .td-navbar-item-dropdown {
        pointer-events: none;
        cursor: default
    }

    .td-navbar-item[data-state=open] .td-navbar-item-dropdown {
        pointer-events: auto
    }
}

.typedream.content {
    --background: #fff;
    --background-highlight: #f0f3f9;
    --background-highlight-highlight: #e5eaf5;
    --background-button: #fff;
    --background-modal: linear-gradient(136.61deg, #fff 13.72%, #fff 74.3%);
    --background-modal-highlight: #f8f9fb;
    --background-popup-overlay: hsla(217, 6%, 59%, .4);
    --shadow-modal-color: rgba(0, 0, 0, .09);
    --shadow-modal: rgba(0, 0, 0, .09) 0px 3px 12px;
    --shadow-modal-highlight: rgba(0, 0, 0, .6) 0px 3px 20px;
    --shadow-card: rgba(0, 0, 0, .12) 0px 10px 40px -10px;
    --shadow-card-highlight: rgba(0, 0, 0, .3) 0px 10px 40px -10px;
    --shadow-card-container: rgba(0, 0, 0, .2) 0px 30px 50px -10px;
    --shadow-navbar: 0 0 20px rgba(0, 0, 0, .04);
    --highlight: rgba(0, 0, 0, .05);
    --highlight-highlight: rgba(0, 0, 0, .1);
    --highlight-3: rgba(0, 0, 0, .3);
    --border-modal: #eff1f4;
    --border-highlight: #e7eaee;
    --border-card: transparent;
    --text: #000;
    --side-background: #fff;
    --side-text: #3c4149;
    --text-sharp: #282a30;
    --text-light: #6b6f76;
    --text-lighter: #929cad;
    --accent: #6e79d6;
    --accent-light: #efeffe;
    --accent-transparent: rgba(113, 124, 225, .2);
    --accent-semi-transparent: rgba(113, 124, 225, .5);
    --accent-highlight: #717ce1;
    --text-on-accent: #fff;
    --background-input: #fff;
    --border-input: #dfe1e4;
    --border-input-focused: #2161dc;
    --background-invert: #131415;
    --background-invert-highlight: #2d2f36;
    --text-invert: #d7d8db;
    --text-invert-light: #8a8f98;
    --danger: var(--error-500);
    --danger-transparent: rgba(254, 236, 240, .3);
    --danger-background: var(--error-25);
    --green: #48c774;
    --dark-transparent: rgba(39, 40, 43, .6);
    --light-transparent: hsla(225, 5%, 85%, .6);
    --background-input-dark: #1f2023;
    --border-input-dark: #3c3f44;
    --border-input-focused-dark: #6499ff;
    --text-white: #d7d8db;
    --box-transition: opacity .3s, width .2s cubic-bezier(.175, .885, .32, 1.275), height .2s cubic-bezier(.175, .885, .32, 1.275), transform .2s cubic-bezier(.175, .885, .32, 1.275);
    --background-light-theme: #fff;
    --text-light-theme: #000;
    --background-dark-theme: #131415;
    --text-dark-theme: #d7d8db;
    --shadow-color-unicorn: #f18099;
    --shadow-color-nebula: #b664b0;
    --shadow-color-water: #67b7e5;
    --shadow-color-candy: #9d8eee;
    --shadow-color-melon: #5cd4ac;
    --shadow-color-orange: #fa9e34;
    --shadow-color-yellow: #f7cc5c;
    --shadow-color-green: #23cfa4;
    --shadow-color-blue: #06c1ff;
    --shadow-color-indigo: #6968f7;
    --shadow-color-purple: #8a24ff;
    --shadow-color-pink: #f54b94;
    --shadow-color-red: #f32e60;
    --shadow-color-black: #000;
    --shadow-color-white: rgba(0, 0, 0, .2);
    --shadow-color-accent: #6e79d6;
    --neutral-25: #fff;
    --neutral-50: #fafafa;
    --neutral-100: #f5f5f5;
    --neutral-200: #ebebeb;
    --neutral-300: #e0e0e0;
    --neutral-400: #ccc;
    --neutral-500: #aaa;
    --neutral-600: grey;
    --neutral-700: #555;
    --neutral-800: #2a2a2a;
    --neutral-900: #000;
    --primary-25: #dfdffc;
    --primary-50: #c9c9fa;
    --primary-100: #aeaef7;
    --primary-200: #9493f4;
    --primary-300: #7978f2;
    --primary-400: #5e5def;
    --primary-500: #4e4ec7;
    --primary-600: #3f3e9f;
    --primary-700: #2f2f78;
    --primary-800: #1f1f50;
    --primary-900: #131330;
    --error-25: #fed5d5;
    --error-50: #fdbaba;
    --error-100: #fc9797;
    --error-200: #fb7474;
    --error-300: #fa5252;
    --error-400: #f92f2f;
    --error-500: #d02727;
    --error-600: #a61f1f;
    --error-700: #7d1818;
    --error-800: #531010;
    --error-900: #320909;
    --warning-25: #ffefd3;
    --warning-50: #fee5b5;
    --warning-100: #fed790;
    --warning-200: #feca6c;
    --warning-300: #fdbd47;
    --warning-400: #fdb022;
    --warning-500: #d3931c;
    --warning-600: #a97517;
    --warning-700: #7f5811;
    --warning-800: #543b0b;
    --warning-900: #332307;
    --success-25: #d0f1e1;
    --success-50: #d0f1e1;
    --success-100: #88dbb5;
    --success-200: #61cf9c;
    --success-300: #39c383;
    --success-400: #12b76a;
    --success-500: #0f9858;
    --success-600: #0c7a47;
    --success-700: #095c35;
    --success-800: #063d23;
    --success-900: #042515;
    --red-25: #fdd5df;
    --red-50: #fbb9ca;
    --red-100: #f997b0;
    --red-200: #f77495;
    --red-300: #f5517b;
    --red-400: #f32e60;
    --red-500: #ca2650;
    --red-600: #a21f40;
    --red-700: #7a1730;
    --red-800: #510f20;
    --red-900: #310913;
    --orange-25: #feecd6;
    --orange-50: #fddfbb;
    --orange-100: #fdce9a;
    --orange-200: #fcbe78;
    --orange-300: #fbae56;
    --orange-400: #fa9e34;
    --orange-500: #d0842b;
    --orange-600: #a76923;
    --orange-700: #7d4f1a;
    --orange-800: #533511;
    --orange-900: #32200a;
    --green-25: #d3f5ed;
    --green-50: #b6efe0;
    --green-100: #91e7d1;
    --green-200: #6cdfc2;
    --green-300: #48d7b2;
    --green-400: #23cfa3;
    --green-500: #1dac88;
    --green-600: #178a6d;
    --green-700: #116751;
    --green-800: #0c4536;
    --green-900: #042515;
    --blue-25: #ccf3ff;
    --blue-50: #abeaff;
    --blue-100: #80e0ff;
    --blue-200: #56d5ff;
    --blue-300: #2ccbff;
    --blue-300: #02c1ff;
    --blue-400: #02c1ff;
    --blue-500: #02a1d5;
    --blue-600: #0181aa;
    --blue-700: #016080;
    --blue-800: #014055;
    --blue-900: #002733;
    --indigo-25: #dfdffc;
    --indigo-50: #c9c9fa;
    --indigo-100: #aeaef7;
    --indigo-200: #9493f4;
    --indigo-300: #7978f2;
    --indigo-400: #5e5def;
    --indigo-500: #4e4ec7;
    --indigo-600: #3f3e9f;
    --indigo-700: #2f2f78;
    --indigo-800: #1f1f50;
    --indigo-900: #131330;
    --purple-25: #e8d3ff;
    --purple-50: #d8b6ff;
    --purple-100: #c492ff;
    --purple-200: #b16dfe;
    --purple-300: #9d49fe;
    --purple-400: #8a24fe;
    --purple-500: #731ed4;
    --purple-600: #5c18a9;
    --purple-700: #45127f;
    --purple-800: #2e0c55;
    --purple-900: #1c0733;
    --pink-25: #fddbea;
    --pink-50: #fbc3db;
    --pink-100: #faa4c9;
    --pink-200: #f886b8;
    --pink-300: #f66ba6;
    --pink-400: #f44a94;
    --pink-500: #cb3e7b;
    --pink-600: #a33163;
    --pink-700: #7a254a;
    --pink-800: #511931;
    --pink-900: #310f1e;
    --color-border: var(--neutral-400);
    --color-border-light: var(--neutral-300);
    --color-text-light: var(--neutral-800);
    --color-surface-raised: var(--neutral-25);
    --color-background-input: var(--neutral-25);
    --elevation-surface-raised: 0px 0px 0px transparent, 0px 1px 1px rgba(3, 4, 4, .5), 0px 0px 1px rgba(3, 4, 4, .5);
    color: var(--text);
    font-family: Inter, Helvetica, Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

[data-theme=dark] .typedream.content {
    --background: #131415;
    --background-highlight: #2c2c30;
    --background-highlight-highlight: #393941;
    --background-button: #1f2124;
    --background-modal: linear-gradient(136.61deg, #27282b 13.72%, #2d2e31 74.3%);
    --background-modal-highlight: #37373c;
    --background-popup-overlay: rgba(28, 29, 31, .5);
    --shadow-modal-color: rgba(0, 0, 0, .2);
    --shadow-modal: rgba(0, 0, 0, .35) 0px 7px 32px 0px;
    --shadow-modal-highlight: rgba(0, 0, 0, .6) 0px 7px 32px 0px;
    --shadow-navbar: 0 0 20px rgba(0, 0, 0, .4);
    --highlight: hsla(0, 0%, 100%, .05);
    --highlight-highlight: hsla(0, 0%, 100%, .1);
    --highlight-3: hsla(0, 0%, 100%, .3);
    --border-modal: #303236;
    --border-card: #303236;
    --text: #fff;
    --side-background: #131415;
    --side-text: #d7d8db;
    --text-light: #8a8f98;
    --text-lighter: #757783;
    --text-sharp: #fff;
    --accent: #7381ff;
    --accent-light: #1d1e33;
    --accent-transparent: rgba(115, 129, 255, .2);
    --accent-semi-transparent: rgba(115, 129, 255, .5);
    --accent-highlight: #8995ff;
    --text-on-accent: #fff;
    --background-input: #1f2023;
    --border-input: #3c3f44;
    --border-input-focused: #6499ff;
    --background-invert: #fff;
    --background-invert-highlight: #f0f3f9;
    --text-invert: #3c4149;
    --text-invert-light: #6b6f76;
    --danger: var(--error-300);
    --danger-transparent: rgba(204, 15, 53, .3);
    --danger-background: var(--error-800);
    --shadow-color-unicorn: #000;
    --shadow-color-nebula: #000;
    --shadow-color-water: #000;
    --shadow-color-candy: #000;
    --shadow-color-melon: #000;
    --shadow-color-orange: #000;
    --shadow-color-yellow: #000;
    --shadow-color-green: #000;
    --shadow-color-blue: #000;
    --shadow-color-indigo: #000;
    --shadow-color-purple: #000;
    --shadow-color-pink: #000;
    --shadow-color-red: #000;
    --shadow-color-black: #000;
    --shadow-color-white: #000;
    --shadow-color-accent: #000;
    --neutral-900: #fff;
    --neutral-800: #ccc;
    --neutral-700: #646668;
    --neutral-600: #43474b;
    --neutral-500: #3e4246;
    --neutral-400: #35383b;
    --neutral-300: #35383b;
    --neutral-200: #303335;
    --neutral-100: #26282b;
    --neutral-50: #1d1e20;
    --neutral-25: #131415;
    --color-border: var(--neutral-600);
    --color-border-light: var(--neutral-500);
    --color-text-light: var(--neutral-800);
    --color-surface-raised: var(--neutral-400);
    --color-background-input: var(--neutral-200);
    --elevation-surface-raised: 0px 0px 0px transparent, 0px 1px 1px rgba(3, 4, 4, .5), 0px 0px 1px rgba(3, 4, 4, .5)
}

.typedream.content h1,
.typedream.content h2,
.typedream.content h3,
.typedream.content h4,
.typedream.content h5,
.typedream.content h6,
.typedream.content ol,
.typedream.content p,
.typedream.content pre,
.typedream.content ul {
    margin: initial
}

.typedream.content h1,
.typedream.content h2,
.typedream.content h3,
.typedream.content h4,
.typedream.content h5,
.typedream.content h6 {
    line-height: normal
}

.typedream.content *,
.typedream.content :after,
.typedream.content :before {
    box-sizing: inherit
}

.typedream.content a {
    text-decoration: none;
    color: inherit
}

@media only screen and (max-width:768px) {
    .typedream.content .mobile\:hidden:not([data-slate-editor] .mobile\:hidden) {
        display: none !important
    }
}

@media only screen and (min-width:769px) {
    .typedream.content .desktop\:hidden:not([data-slate-editor] .desktop\:hidden) {
        display: none !important
    }
}

.typedream.content .animated-block-initial:not([data-slate-editor] .animated-block-initial) {
    opacity: 0
}

.typedream.content .animated-block-visible {
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.typedream.content .animated-block-visible.slide-in-up {
    animation-name: slide-in-up
}

.typedream.content .animated-block-visible.slide-in-down {
    animation-name: slide-in-down
}

.typedream.content .animated-block-visible.slide-in-left {
    animation-name: slide-in-left
}

.typedream.content .animated-block-visible.slide-in-right {
    animation-name: slide-in-right
}

.typedream.content .animated-block-visible.fade-in {
    animation-name: fade-in
}

.typedream.content .animated-block-visible.scale-in-grow {
    animation-name: scale-in-grow
}

.typedream.content .animated-block-visible.scale-in-shrink {
    animation-name: scale-in-shrink
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slide-in-up {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    20% {
        opacity: 15%
    }

    40% {
        opacity: 1;
        transform: translateY(-3px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-in-down {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }

    20% {
        opacity: 15%
    }

    40% {
        opacity: 1;
        transform: translateY(3px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-in-left {
    0% {
        opacity: 0;
        transform: translate(100px)
    }

    20% {
        opacity: 15%
    }

    40% {
        opacity: 1;
        transform: translate(-3px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes slide-in-right {
    0% {
        opacity: 0;
        transform: translate(-100px)
    }

    20% {
        opacity: 15%
    }

    40% {
        opacity: 1;
        transform: translate(3px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes scale-in-grow {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    20% {
        opacity: 15%
    }

    40% {
        opacity: 1;
        transform: scale(103%)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes scale-in-shrink {
    0% {
        opacity: 0;
        transform: scale(1.5)
    }

    20% {
        opacity: 15%
    }

    40% {
        opacity: 1;
        transform: scale(97%)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.typedream.content .yk4y7v0,
.yk4y7v0 {
    text-decoration: none;
    color: var(--accent)
}

._1h3aayo0 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    white-space: normal
}

._1h3aayo0>* {
    width: 100%;
    flex: 1 1
}

._1h3aayo0>iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0
}

._1h3aayo0 iframe {
    width: 100%;
    height: 100%
}

.mt1x150 {
    position: relative
}

.mt1x150::marker {
    color: var(--marker-color)
}

._107wm5h0 {
    display: block;
    height: 1.18em;
    width: 100%
}

._107wm5h0 span {
    width: 100%;
    display: inline-block
}

._1buablx0 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-wrap: break-word;
    overflow-x: hidden;
    min-height: 100vh
}

._1buablx1 {
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 30px;
    height: 100vh
}

._1buablx2 {
    align-items: flex-start
}

._1buablx3 {
    align-items: center
}

._1buablx4 {
    align-items: flex-end
}

._1buablx5 {
    justify-content: flex-start
}

._1buablx6 {
    justify-content: center
}

._1buablx7 {
    justify-content: flex-end
}

._1buablx8 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

._1buablx8 img,
._1buablx8 video {
    pointer-events: none
}

._1buablx9 {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden
}

.r2ud8k0 {
    position: relative
}

._1iqelwt0,
.x1sja70 {
    position: relative;
    display: flex;
    flex-direction: column
}

.x1sja70 {
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.fti94b0 {
    border-radius: .25rem
}

.fti94b2 {
    position: relative;
    box-shadow: none;
    background-color: transparent;
    padding-top: 16px;
    width: 100%
}

.fti94b4 {
    background: var(--background);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    justify-content: safe center;
    margin: 0 auto
}

.fti94b4[data-navbar-dropdown-item-type=simple],
.fti94b4[data-navbar-dropdown-item-type=title_only] {
    row-gap: .5rem
}

@media only screen and (min-width:1024px) {
    .fti94b2 {
        position: var(--position);
        left: var(--left);
        box-shadow: 0 22px 40px #0000000f
    }

    .fti94b2.fti94b1 {
        padding-top: 0
    }

    .fti94b2.fti94b0 {
        width: auto;
        max-width: none
    }

    .fti94b3 {
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid var(--background)
    }

    .fti94b4 {
        display: grid;
        grid-template-columns: repeat(var(--columns), 350px);
        padding-bottom: .5rem
    }

    .fti94b1 .fti94b4 {
        overflow-x: auto;
        padding: 3rem
    }

    .fti94b0 .fti94b4 {
        padding: 2rem 3rem;
        border-radius: 6px
    }
}

.vvqwo70 {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.vvqwo71 {
    background-color: var(--background-highlight);
    padding: 16px 20px
}

.vvqwo72 {
    width: 100%
}

.vvqwo73 {
    padding: 16px;
    border-radius: 0
}

.vvqwo74 {
    border-radius: 99px
}

.vvqwo75 {
    border-radius: 10px
}

.vvqwo77 {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 99px;
    min-width: 142px;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 600;
    color: var(--text-lighter);
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.vvqwo77,
.vvqwo78 {
    transition: all .1s ease
}

.vvqwo78 {
    font-weight: 700;
    background-color: var(--accent);
    color: var(--text-invert-sharp)
}

.vvqwo7b {
    border-radius: 10px
}

.vvqwo7c {
    color: var(--accent);
    border-bottom: 2px solid var(--accent)
}

.vvqwo7d {
    background-color: var(--accent);
    color: var(--text-invert-sharp)
}

.vvqwo7e {
    border-radius: 0;
    border-bottom: 2px solid transparent
}

.vvqwo7e:focus,
.vvqwo7e:hover {
    transition: all .1s ease;
    color: var(--accent)
}

.vvqwo7h {
    border-radius: 10px
}

.vvqwo7h:focus:not(.vvqwo7b),
.vvqwo7h:hover:not(.vvqwo7b) {
    transition: all .1s ease;
    background-color: var(--background-highlight-highlight)
}

.vvqwo7j {
    display: flex;
    gap: 4px;
    overflow: visible;
    overflow-x: scroll;
    scroll-behavior: smooth
}

.vvqwo7k {
    padding: 16px;
    margin: -16px
}

.vvqwo7k::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0
}

.vvqwo7l {
    padding: 16px;
    margin: -16px;
    border-radius: 99px
}

.vvqwo7l::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0
}

.vvqwo7m {
    padding: 16px;
    margin: -16px
}

.vvqwo7m::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0
}

.vvqwo7p,
.vvqwo7q {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.vvqwo7v {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    width: 10%;
    min-width: 50px;
    transform: translateY(-50%)
}

.vvqwo7w {
    left: auto;
    right: 8px;
    justify-content: flex-end
}

:is(.vvqwo7s, .vvqwo7t, .vvqwo7p) .vvqwo7w {
    right: 16px
}

.vvqwo7x {
    left: 8px;
    justify-content: flex-start
}

:is(.vvqwo7s, .vvqwo7t, .vvqwo7p) .vvqwo7x {
    left: 16px
}

.vvqwo7w button,
.vvqwo7x button {
    border: 0;
    padding: 0;
    border-radius: 50%;
    background-color: var(--background);
    width: 36px;
    height: 36px;
    color: var(--text-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 20px -10px var(--shadow-color-white)
}

:is(.vvqwo7s, .vvqwo7t, .vvqwo7p) :is(.vvqwo7x, .vvqwo7w) button {
    width: 48px;
    height: 48px
}

@media screen and (min-width:768px) {
    .vvqwo7i {
        padding: 8px 20px;
        width: 100%;
        border: 0;
        border-radius: 8px;
        background-color: transparent;
        text-align: left;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5em;
        color: var(--text-lighter);
        cursor: pointer
    }

    .vvqwo7i:focus:not(.vvqwo7d),
    .vvqwo7i:hover:not(.vvqwo7d) {
        transition: all .1s ease;
        background-color: var(--background-highlight-highlight)
    }

    .vvqwo7i.vvqwo7d {
        background-color: var(--accent)
    }

    .vvqwo7o {
        display: flex;
        flex-direction: column;
        gap: 8px
    }
}

@media screen and (max-width:768px) {
    .vvqwo72 {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        background-color: var(--background-highlight);
        padding: 16px 20px;
        border-radius: 10px
    }

    .vvqwo7d {
        font-weight: 700
    }

    .vvqwo7d,
    .vvqwo7i {
        transition: all .1s ease;
        border-radius: 10px
    }

    .vvqwo7i {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1.5em;
        min-width: 142px;
        white-space: nowrap;
        flex-shrink: 0;
        font-weight: 600;
        color: var(--text-lighter);
        background-color: transparent;
        border: 0;
        cursor: pointer
    }

    .vvqwo7i:focus:not(.vvqwo7d),
    .vvqwo7i:hover:not(.vvqwo7d) {
        transition: all .1s ease;
        background-color: var(--background-highlight-highlight)
    }

    .vvqwo7i.vvqwo7d {
        background-color: var(--accent)
    }

    .vvqwo7o {
        display: flex;
        gap: 4px;
        overflow: visible;
        overflow-x: scroll;
        scroll-behavior: smooth;
        padding: 16px;
        margin: -16px
    }

    .vvqwo7o::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: 0 0
    }
}

.k5xziq0 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem
}

[data-navbar-dropdown-item-type=short] .k5xziq0 {
    row-gap: 1rem
}

@media only screen and (max-width:768px) {
    .k5xziq0 {
        padding: 0
    }
}

.vdg96m1 {
    position: relative;
    display: flex;
    gap: 1rem;
    padding: .75rem 2rem;
    line-height: 1.21;
    border-radius: 16px
}

[data-navbar-dropdown-item-type=short] .vdg96m1 {
    gap: 1.5rem;
    padding: 2rem
}

[data-navbar-dropdown-item-type=simple] .vdg96m1,
[data-navbar-dropdown-item-type=title_only] .vdg96m1 {
    border-radius: 8px
}

.vdg96m1.vdg96m0 {
    background: linear-gradient(270deg, #8000ff, #5e5de7);
    padding: 32px;
    margin: 0 1rem;
    grid-column: 1/-1
}

.vdg96m1:not([data-slate-editor] .vdg96m1):hover {
    background: var(--background-highlight)
}

.vdg96m2 {
    border-radius: 14px;
    flex-shrink: 0;
    overflow: hidden
}

.vdg96m2>img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.vdg96m3 {
    height: 1.21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.vdg96m1:not([data-slate-editor] .vdg96m1):hover .vdg96m3:after {
    content: "->";
    position: absolute;
    right: 22px
}

.vdg96m0:not([data-slate-editor] .vdg96m0):hover .vdg96m3 span {
    color: #323232 !important
}

.vdg96m4 {
    height: 2.42em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.vdg96m0 .vdg96m4 {
    height: auto;
    -webkit-line-clamp: unset
}

.vdg96m5 {
    display: inherit;
    gap: inherit;
    width: 100%
}

.vdg96m0:not([data-slate-editor] .vdg96m0):hover .vdg96m4 span {
    color: #999 !important
}

@media only screen and (max-width:768px) {
    .vdg96m1.vdg96m0 {
        margin: 0
    }
}

.l4d89p0 {
    position: relative;
    all: unset;
    display: flex
}

[data-accordion-style=button] .l4d89p1 {
    display: inline;
    display: initial;
    transition: transform .3s cubic-bezier(.87, 0, .13, 1)
}

[data-accordion-style=button] [data-state=open]>.l4d89p1 {
    transform: rotate(-180deg)
}

.l4d89p2 {
    font-size: 24px;
    color: #b1b5dc;
    display: none
}

[data-accordion-style=button] .l4d89p2,
[data-accordion-style=card] .l4d89p2 {
    margin-left: 1rem
}

[data-accordion-style=plain] .l4d89p2 {
    margin-right: 1rem
}

[data-accordion-style=card] .l4d89p4,
[data-accordion-style=card] [data-state=open]>.l4d89p3,
[data-accordion-style=plain] .l4d89p4,
[data-accordion-style=plain] [data-state=open]>.l4d89p3 {
    display: inline;
    display: initial
}

[data-accordion-style=card] [data-state=open]>.l4d89p4,
[data-accordion-style=plain] [data-state=open]>.l4d89p4 {
    display: none
}

.l4d89p5 {
    all: unset;
    background-color: transparent;
    padding: 15px 30px;
    flex: 1 1;
    display: flex;
    align-items: center
}

[data-accordion-style=button] .l4d89p5,
[data-accordion-style=card] .l4d89p5 {
    justify-content: space-between
}

[data-accordion-style=plain] .l4d89p5 {
    flex-direction: row-reverse;
    justify-content: left
}

.gbm3cz0 {
    position: relative;
    all: unset;
    display: flex;
    flex-direction: column;
    width: 100%
}

.gbm3cz0 input[type=text],
input[type=number] {
    all: unset;
    width: 100%;
    font-size: 16px
}

.gbm3cz2 {
    position: relative;
    padding: 10px 15px;
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--color-border);
    background: var(--color-background-input);
    align-items: center;
    justify-content: space-between;
    display: flex
}

.gbm3cz2:focus-within {
    outline: medium invert;
    outline: initial;
    border: 1px solid var(--accent)
}

.gbm3cz2::-moz-placeholder {
    color: var(--neutral-600)
}

.gbm3cz2::placeholder {
    color: var(--neutral-600)
}

.gbm3cz3 {
    opacity: 0;
    cursor: pointer
}

.gbm3cz2:focus-within .gbm3cz3 {
    opacity: .5
}

.gbm3cz4 {
    color: var(--danger);
    border: 1px solid var(--danger)
}

.gbm3cz4:focus-within {
    outline: medium invert;
    outline: initial;
    border: 1px solid var(--danger)
}

.gbm3cz5 {
    line-height: 200%;
    color: var(--danger);
    font-size: 14px
}

.gbm3cz6 {
    font-size: .8rem;
    margin-bottom: 4px
}

.gbm3cz7 {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: var(--danger-background);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--danger)
}

.gbm3cz7 span {
    position: relative;
    top: 2px
}

@keyframes num1mw0 {
    0% {
        height: 0
    }

    to {
        height: var(--radix-accordion-content-height)
    }
}

@keyframes num1mw1 {
    0% {
        height: var(--radix-accordion-content-height)
    }

    to {
        height: 0
    }
}

.num1mw2 {
    position: relative;
    overflow: hidden
}

.num1mw2[data-state=open] {
    animation: num1mw0 .3s cubic-bezier(.87, 0, .13, 1)
}

.num1mw2[data-state=closed] {
    animation: num1mw1 .3s cubic-bezier(.87, 0, .13, 1)
}

.num1mw3 {
    padding: 0 30px 30px
}

[data-accordion-style=plain] .num1mw3 {
    padding-left: 70px
}

.kpid2t0 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: var(--width);
    max-width: var(--max-width);
    min-height: var(--min-height);
    padding: 20px 25px
}

.kpid2t1 {
    justify-content: flex-end
}

.kpid2t2 {
    align-items: center
}

.kpid2t3 {
    align-items: flex-start
}

.kpid2t4 {
    justify-content: center
}

.kpid2t5 {
    align-items: flex-end
}

.kpid2t6 {
    justify-content: flex-start
}

.kpid2t7 {
    all: unset;
    background: var(--color-surface-raised);
    border: 1px solid var(--color-border-light);
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 8px 12px;
    gap: 8px;
    color: var(--color-text-light);
    margin-top: 24px;
    cursor: pointer
}

.kpid2t8 {
    height: 77px;
    width: 77px;
    margin-bottom: 24px
}

.kpid2t9 {
    height: 28px;
    width: 28px
}

.kpid2ta {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 20px;
    background: var(--error-200);
    color: #fff;
    gap: 16px
}

.kpid2tb {
    margin-bottom: 4px
}

.kpid2tc {
    font-size: .75rem
}

._11cr6ec0 {
    position: relative;
    isolation: isolate;
    overflow: hidden
}

._11cr6ec0:not(:last-of-type) {
    margin-bottom: 1rem
}

[data-accordion-style=button] ._11cr6ec0 {
    border-radius: 43px;
    box-shadow: 0 8px 38px #0000001a
}

[data-accordion-style=card] ._11cr6ec0 {
    border-radius: 10px;
    box-shadow: 0 8px 38px #0000001a
}

[data-accordion-style=plain] ._11cr6ec0 {
    border-radius: 10px
}

._11cr6ec1 {
    position: absolute;
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: -1
}

._11cr6ec1 img {
    pointer-events: none
}

._11cr6ec1~* {
    z-index: 1
}

[data-accordion-style=button] ._11cr6ec1 img {
    border-radius: 43px
}

[data-accordion-style=card] ._11cr6ec1 img,
[data-accordion-style=plain] ._11cr6ec1 img {
    border-radius: 10px
}

._1e78qcb0 {
    scroll-snap-align: start;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    border-radius: 20px;
    box-shadow: var(--shadow-card-container);
    overflow: hidden;
    isolation: isolate;
    grid-column: var(--grid-x)/span var(--grid-w);
    grid-row: var(--grid-y)/span var(--grid-h)
}

._1e78qcb1 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

._1e78qcb2 {
    margin-bottom: 18px
}

._1e78qcb3 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin: 0
}

._1e78qcb3,
._1e78qcb4 {
    font-style: normal;
    letter-spacing: -.04em;
    line-height: 1.1
}

._1e78qcb4 {
    font-weight: 500;
    font-size: 18px;
    color: #fffc;
    margin: 6px 0
}

._1e78qcb5 {
    background: linear-gradient(transparent, rgba(0, 0, 0, .6), rgba(0, 0, 0, .7))
}

._1e78qcb5,
._1e78qcb6 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: var(--aspect-ratio);
    border-radius: 20px
}

._1e78qcb6 {
    background: linear-gradient(transparent, rgba(0, 0, 0, .3), rgba(0, 0, 0, .4))
}

._1e78qcb7 {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

._1e78qcb7,
._1e78qcb8 {
    position: absolute;
    border-radius: 20px
}

._1e78qcb8 {
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden
}

._1e78qcb9 {
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%
}

._1e78qcba {
    flex-grow: 1;
    font-weight: 600;
    text-align: center;
    color: #000
}

._1e78qcbb {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 30px
}

._1e78qcb8 img {
    pointer-events: none
}

._1e78qcb8~* {
    z-index: 1
}

._1e78qcbb img {
    width: 30px;
    height: 30px
}

._1e78qcb7~* {
    z-index: 1
}

@media screen and (max-width:600px) {
    ._1e78qcb0 {
        grid-column: span 1;
        grid-row: span 1
    }
}

._1qxd3el0 {
    scroll-snap-align: start;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 239px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 9px;
    background-color: var(--background);
    border: 1px solid var(--border-card);
    border-radius: 17px;
    box-shadow: var(--shadow-card-container);
    overflow: hidden;
    isolation: isolate;
    transition: all .3s ease-in-out;
    transform-origin: top left
}

._1qxd3el1 {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

._1qxd3el3 {
    padding-right: 20px;
    flex: 1 1;
    margin-top: 7px
}

._1qxd3el4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: var(--text);
    line-clamp: 1;
    -webkit-line-clamp: 1
}

._1qxd3el4,
._1qxd3el5 {
    display: -webkit-box;
    letter-spacing: -.04px;
    -webkit-box-orient: vertical;
    overflow: hidden
}

._1qxd3el5 {
    font-size: 13px;
    line-height: 16px;
    color: var(--text-lighter);
    line-clamp: 2;
    -webkit-line-clamp: 2
}

._1qxd3el6 {
    width: 100%;
    height: 97px;
    border-radius: 11px;
    -o-object-fit: cover;
    object-fit: cover
}

._1qxd3el7 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 9px;
    right: 9px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: var(--arrow-background-color);
    overflow: hidden
}

._1qxd3el8 {
    font-size: 16px;
    transform: rotate(-45deg);
    color: var(--arrow-color)
}

@container(max-width:300px) {
    ._1qxd3el2 {
        opacity: .5;
        transform: scale(.9)
    }
}

@media screen and (max-width:600px) {
    ._1qxd3el5 {
        line-clamp: 3;
        -webkit-line-clamp: 3
    }

    ._1qxd3el6 {
        height: 124px
    }
}

.koxz7a0 {
    scroll-snap-align: start;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    box-shadow: var(--shadow-card-container);
    overflow: hidden;
    isolation: isolate;
    container-type: inline-size;
    grid-column: var(--grid-x)/span var(--grid-w);
    grid-row: var(--grid-y)/span var(--grid-h)
}

.koxz7a1 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.koxz7a2 {
    margin: 0 -20px;
    min-height: 30px;
    overflow-y: hidden
}

.koxz7a3 {
    padding: 0 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.04em;
    color: #fff;
    margin: 0;
    line-height: 1.1
}

.koxz7a4 {
    background: linear-gradient(transparent, rgba(0, 0, 0, .6), rgba(0, 0, 0, .7))
}

.koxz7a4,
.koxz7a5 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: var(--aspect-ratio);
    border-radius: 20px
}

.koxz7a5 {
    background: linear-gradient(transparent, rgba(0, 0, 0, .3), rgba(0, 0, 0, .4))
}

.koxz7a6 {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.koxz7a6,
.koxz7a7 {
    position: absolute;
    border-radius: 20px
}

.koxz7a7 {
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden
}

.koxz7a8 {
    --slide-spacing: 16px;
    --slide-size: 183px;
    --slide-height: 239px;
    flex: 1 1;
    position: relative;
    padding: 16px 20px;
    margin-left: -20px;
    margin-right: -20px
}

.koxz7a8:last-child {
    padding-bottom: 20px;
    margin-bottom: -20px
}

.koxz7a9,
.koxz7aa {
    height: 100%
}

.koxz7aa {
    display: flex;
    flex-direction: row;
    margin-left: calc(var(--slide-spacing) * -1)
}

.koxz7ab {
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing);
    height: 100%;
    max-height: var(--slide-height);
    position: relative
}

.koxz7ad {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 5px 10px;
    gap: 3px;
    height: 26px;
    color: var(--text);
    background-color: var(--background);
    border: 1px solid var(--border-card);
    border-radius: 9999px;
    overflow: hidden;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700
}

.koxz7ae {
    font-size: 16px;
    transform: rotate(-45deg)
}

.koxz7a2::webkit-scrollbar {
    display: none
}

.koxz7a7 img {
    pointer-events: none
}

.koxz7a6~*,
.koxz7a7~* {
    z-index: 1
}

@media screen and (max-width:600px) {
    .koxz7a0 {
        grid-column: span 1;
        grid-row: span 1
    }

    .koxz7a3 {
        line-clamp: 3;
        -webkit-line-clamp: 3
    }
}

@media screen and (min-width:601px) {
    .koxz7a2 {
        overflow-x: auto;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
        mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
        scrollbar-width: none
    }

    .koxz7a2::-webkit-scrollbar {
        display: none
    }

    .koxz7a3 {
        white-space: nowrap
    }
}

@container(min-width:601px) {
    .koxz7a2 {
        overflow-x: auto;
        -webkit-mask-image: linear-gradient(90deg, transparent, #00020px, #000calc(100%-20px), transparent);
        mask-image: linear-gradient(90deg, transparent, #00020px, #000calc(100%-20px), transparent);
        scrollbar-width: none
    }

    .koxz7a2::-webkit-scrollbar {
        display: none
    }
}

._18zin760 {
    scroll-snap-align: start;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    border-radius: 20px;
    background: var(--background);
    border: 1px solid var(--border-card);
    box-shadow: var(--shadow-card-container);
    overflow: hidden;
    container-type: inline-size;
    grid-column: var(--grid-x)/span var(--grid-w);
    grid-row: var(--grid-y)/span var(--grid-h)
}

._18zin761 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -.04em;
    color: var(--text);
    line-height: 56px
}

._18zin762 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

._18zin763 {
    --scrollbar-width: 8px;
    --mask-height: 20px;
    --mask-image-content: linear-gradient(to bottom, transparent, #000 var(--mask-height), #000 calc(100% - var(--mask-height)), transparent);
    --mask-size-content: calc(100% - var(--scrollbar-width)) 100%;
    --mask-image-scrollbar: linear-gradient(#000, #000);
    --mask-size-scrollbar: var(--scrollbar-width) 100%;
    display: grid;
    grid-gap: var(--grid-gap);
    grid-auto-rows: var(--card-size);
    grid-template-columns: repeat(var(--num-columns), 1fr);
    flex: 1 1;
    overflow-y: auto;
    margin-top: calc(var(--mask-height) * -1);
    margin-bottom: calc(var(--mask-height) * -1);
    margin-right: -20px;
    padding-top: var(--mask-height);
    padding-bottom: var(--mask-height);
    padding-right: 20px;
    -webkit-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
    mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
    -webkit-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
    mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
    -webkit-mask-position: 0 0, 100% 0;
    mask-position: 0 0, 100% 0;
    -webkit-mask-repeat: no-repeat, no-repeat;
    mask-repeat: no-repeat, no-repeat
}

@media screen and (max-width:600px) {
    ._18zin760 {
        grid-column: span 1;
        grid-row: span 1
    }
}

@container(max-width:600px) {

    ._18zin760,
    ._18zin761 {
        grid-column: span1;
        grid-row: span1
    }
}

@container(max-width:559px) {
    ._18zin763 {
        --card-size: 122px;
        --grid-gap: 14px;
        --num-columns: 2
    }
}

@container(min-width:560px) and (max-width:799px) {
    ._18zin763 {
        --card-size: 122px;
        --grid-gap: 14px;
        --num-columns: 4
    }
}

@container(min-width:800px) {
    ._18zin763 {
        --card-size: 124px;
        --grid-gap: 10px;
        --num-columns: 6
    }
}

._1bp3tx70 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--background-highlight);
    border-radius: 42px
}

._1bp3tx71 {
    font-size: 26px;
    color: var(--text)
}

._1bp3tx72 {
    border-radius: 999px
}

._1bp3tx72,
._1bp3tx73 {
    width: 26px;
    height: 26px
}

._1bp3tx73 {
    display: flex;
    align-items: center;
    justify-content: center
}

._1bp3tx74 {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

._1bp3tx71 svg {
    fill: var(--text)
}

.yk4y7v0:hover ._1untytp0 {
    text-decoration: underline
}

._1untytp0 span:not(:empty),
._1untytp0:not(:empty) {
    font-size: var(--font-size);
    line-height: var(--line-height)
}

._1untytp0 span:empty:after,
._1untytp0:empty:after {
    content: "\feff"
}

._1untytp0 code {
    background-color: var(--background-highlight);
    color: var(--text-light);
    padding: .25em .5em;
    font-size: .875em
}

@media only screen and (max-width:768px) {

    ._1untytp0 span:not(:empty),
    ._1untytp0:not(:empty) {
        font-size: var(--mobile-font-size);
        line-height: var(--mobile-line-height)
    }
}

._1j76um0 {
    position: relative;
    isolation: isolate
}

._1buablx0>._1j76um0,
.x1sja70>._1j76um0 {
    padding-left: 30px;
    padding-right: 30px
}

._1j76um4 {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

._1j76umd {
    min-height: var(--min-height);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    position: relative
}

._1j76umd._1j76um8 {
    justify-content: center
}

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

._1j76ume {
    position: absolute;
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

._1j76ume img {
    pointer-events: none
}

._1j76ume~* {
    z-index: 1
}

@media only screen and (max-width:768px) {
    ._1j76um4._1j76um3 {
        width: calc(100% + 16px);
        margin-left: -8px;
        margin-right: -8px
    }

    ._1j76umd {
        min-height: 0;
        min-height: auto;
        height: auto
    }

    ._1j76um3 ._1j76umd {
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start
    }

    ._1j76um3._1j76um2 ._1j76umd {
        flex-direction: row-reverse
    }

    ._1j76um3:first-child ._1j76umd {
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start
    }

    ._1j76um1 ._1j76umd {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 0;
        min-height: auto
    }

    ._1j76um1._1j76um2 ._1j76umd {
        flex-direction: column-reverse
    }

    ._1j76um3 ._1j76umd._1j76um6,
    ._1j76um3 ._1j76umd._1j76um8:not(._1j76um5),
    ._1j76um3 ._1j76umd._1j76um9:not(._1j76um5) {
        scroll-snap-type: x mandatory;
        overflow-x: auto
    }
}

._154h9rv0 {
    position: relative;
    display: flex;
    padding-top: .25rem;
    padding-bottom: .25rem;
    width: var(--width);
    max-width: var(--max-width)
}

._1buablx0>._154h9rv0,
.x1sja70>._154h9rv0 {
    padding-left: 30px;
    padding-right: 30px
}

._154h9rv0>div:first-child {
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

._154h9rv0 input[type=checkbox] {
    height: 1rem;
    width: 1rem;
    margin: 0;
    position: relative;
    cursor: pointer;
    accent-color: var(--accent)
}

.c7sewk0 {
    position: relative;
    box-sizing: border-box;
    width: var(--width);
    max-width: var(--max-width)
}

._1buablx0>.c7sewk0,
.x1sja70>.c7sewk0 {
    padding-left: 30px;
    padding-right: 30px
}

.c7sewk1 {
    border: none;
    margin: 13px 0;
    background-color: var(--text-lighter) !important;
    height: 1px !important;
    opacity: .3;
    width: 100%
}

._10w3u1b0 {
    width: 100%;
    display: flex
}

._1buablx0>._10w3u1b0,
.x1sja70>._10w3u1b0 {
    max-width: var(--max-width)
}

._10w3u1b1 {
    position: relative;
    width: var(--width);
    aspect-ratio: var(--aspect-ratio);
    max-width: 100%
}

._10w3u1b2 {
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

._10w3u1b3 {
    -o-object-fit: cover;
    object-fit: cover
}

._10w3u1b4 {
    transition: all .3s;
    max-width: 100%
}

._10w3u1b4:hover {
    margin-top: -10px;
    margin-bottom: 10px
}

.miq55g0 {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap
}

.miq55g0,
.miq55g1 {
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center
}

.miq55g1 {
    display: block;
    box-sizing: inherit;
    color: var(--text, inherit);
    font-weight: 500;
    line-height: 1.5;
    padding: .5rem .75rem;
    cursor: pointer
}

.miq55g2 {
    position: relative;
    display: flex;
    align-items: center
}

.miq55g2:hover {
    color: var(--text, inherit)
}

.miq55g3 {
    position: relative;
    padding: 0 .5rem
}

.miq55g4 {
    display: block
}

.miq55g4:hover {
    color: var(--text, inherit)
}

.miq55g6 {
    font-weight: 500
}

.miq55g6,
.miq55g7 {
    cursor: pointer !important
}

.miq55g7 {
    padding: 6px 20px;
    border-radius: 999px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 0;
    font-weight: 700
}

.miq55g8 {
    margin-left: 1rem;
    transition: transform .3s;
    vertical-align: middle
}

.miq55g4:hover>.miq55g8,
.miq55g4[data-state=open]>.miq55g8 {
    transform: rotate(-180deg)
}

.miq55g9 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding-bottom: 50px;
    display: none
}

.miq55ga {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    -moz-background-clip: text
}

@media screen and (min-width:1024px) {
    .miq55g1 {
        margin: 0 .75em;
        padding: 0 5px
    }

    .miq55g4 {
        display: flex;
        align-items: center;
        margin: initial
    }
}

@media only screen and (min-width:1298px) {
    .miq55g3 {
        padding: 0 .25rem
    }
}

@media only screen and (min-width:1023px) {
    .miq55g4:hover>.miq55g9 {
        display: flex
    }
}

@media only screen and (max-width:1023px) {
    .miq55g4[data-state=open]>.miq55g9 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: flex
    }
}

._16lmqj10 {
    border: 2px solid var(--color-border);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    cursor: pointer
}

._16lmqj11 {
    color: var(--background)
}

._16lmqj12 {
    font-size: inherit;
    margin: 2px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--color-border);
    background: var(--color-background-input);
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    color: var(--text)
}

._16lmqj13 {
    background-color: var(--accent);
    border: 2px solid var(--accent)
}

._16lmqj12 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

._1gp96k0 {
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    color: var(--text, inherit);
    font-weight: 500;
    line-height: 1.5;
    padding: .5rem .75rem;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap
}

._1gp96k1 {
    display: flex;
    font-weight: 700
}

._1gp96k2 {
    position: relative;
    padding: 2px 5px;
    border-radius: 5px;
    min-width: 40px;
    min-height: 45px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

._1gp96k3 {
    background-color: none;
    transition: all .2s;
    cursor: pointer
}

._1gp96k3:hover {
    background-color: var(--highlight)
}

._1gp96k6 {
    color: var(--text);
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important
}

._1gp96k6,
._1gp96k6:focus {
    outline: none
}

._1gp96k8 {
    min-width: 0;
    min-width: auto;
    margin-right: 0
}

@media only screen and (max-width:1023px) {
    ._1gp96k1 {
        flex-shrink: 1;
        white-space: nowrap;
        overflow: hidden
    }
}

.q6crdl0 {
    scroll-snap-align: start;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 10px 18px;
    background: var(--social-link-brand-bg);
    border-radius: 17px;
    overflow: hidden
}

.q6crdl1 {
    border: 1px solid var(--neutral-200)
}

.q6crdl2 {
    display: none
}

.q6crdl3 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 36px;
    color: var(--text-on-accent);
    border-radius: 9999px
}

.q6crdl4,
.q6crdl5 {
    width: 36px;
    height: 36px
}

.q6crdl5 {
    display: flex;
    align-items: center;
    justify-content: center
}

.q6crdl6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
}

.q6crdl7 {
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.04em
}

.q6crdl8 {
    font-size: 20px
}

.q6crdl9 {
    font-size: 15px
}

.q6crdla {
    font-size: 9px;
    line-height: 10px;
    letter-spacing: -.04em
}

.q6crdlb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: var(--text-on-accent);
    border-radius: 9999px
}

.q6crdlb:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.q6crdlc {
    transform: rotate(-45deg);
    font-size: 14px;
    line-height: 10px
}

.q6crdld {
    pointer-events: none
}

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

.q6crdlf {
    color: var(--text-on-accent)
}

.q6crdlg {
    background-color: var(--neutral-200)
}

.q6crdlh {
    background-color: var(--neutral-25)
}

.q6crdl5 svg {
    fill: var(--text)
}

@media screen and (max-width:559px) {
    .q6crdl0 {
        grid-column: var(--grid-column-sm);
        grid-row: var(--grid-row-sm)
    }
}

@media screen and (min-width:560px) and (max-width:799px) {
    .q6crdl0 {
        grid-column: var(--grid-column-md);
        grid-row: var(--grid-row-md)
    }
}

@media screen and (min-width:800px) {
    .q6crdl0 {
        grid-column: var(--grid-column-lg);
        grid-row: var(--grid-row-lg)
    }
}

@container(max-width:559px) {
    .q6crdl0 {
        grid-column: var(--grid-column-sm);
        grid-row: var(--grid-row-sm)
    }
}

@container(min-width:560px) and (max-width:799px) {
    .q6crdl0 {
        grid-column: var(--grid-column-md);
        grid-row: var(--grid-row-md)
    }
}

@container(min-width:800px) {
    .q6crdl0 {
        grid-column: var(--grid-column-lg);
        grid-row: var(--grid-row-lg)
    }
}

@container(max-width:300px) {
    .q6crdl7 {
        font-size: 14px
    }

    .q6crdla {
        font-size: 8px
    }
}

.bm0wyz0 {
    overflow: hidden;
    background-color: var(--background);
    border-radius: 8px;
    border: 2px solid var(--border-input);
    z-index: 1
}

.bm0wyz2 {
    all: unset;
    height: 35px;
    padding: 0 35px 0 25px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    cursor: pointer
}

.bm0wyz2:hover {
    background-color: var(--border-input)
}

.bm0wyz3 {
    position: absolute;
    left: 0;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.bm0wyz4 {
    all: unset;
    width: 100%;
    border: 1px solid var(--color-border);
    background: var(--color-background-input);
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 0 15px;
    height: 40px;
    gap: 5px;
    font-size: 16px;
    position: relative;
    color: var(--text)
}

.bm0wyz4[data-placeholder] {
    color: var(--text-lighter)
}

.bm0wyz5 {
    border: 2px solid var(--danger)
}

.bm0wyz6 {
    color: var(--danger);
    font-size: 14px
}

.bm0wyz8 {
    height: 25px;
    cursor: default
}

.bm0wyz8,
.bm0wyz9 {
    display: flex;
    align-items: center;
    justify-content: center
}

.bm0wyz9 {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: var(--danger-background);
    color: var(--danger)
}

.bm0wyz9 span {
    position: relative;
    top: 2px
}

@keyframes _1f6sjyw2 {
    0% {
        background-position: 100% 100%
    }

    to {
        background-position: 0 0
    }
}

._1f6sjyw0 {
    border-radius: 50%
}

._1f6sjyw0,
._1f6sjyw1 {
    height: 100px;
    width: 100px;
    background: rgba(0, 0, 0, .1)
}

._1f6sjyw1 {
    border-radius: 20px
}

._1f6sjyw3 {
    background-image: linear-gradient(125deg, #eee, #eee 40%, #ddd 50%, #ddd 55%, #eee 65%, #eee);
    background-size: 400%;
    background-position: 0 0;
    animation: _1f6sjyw2 1.5s infinite
}

._1qvs4rw0 {
    scroll-snap-align: start;
    width: 100%;
    max-width: 1000px;
    container-type: inline-size;
    padding: 20px 0
}

._1buablx0>._1qvs4rw0,
.x1sja70>._1qvs4rw0 {
    padding-left: 30px;
    padding-right: 30px
}

._1qvs4rw1 {
    justify-content: space-between;
    gap: 20px
}

._1qvs4rw1,
._1qvs4rw2 {
    display: flex;
    flex-direction: row
}

._1qvs4rw2 {
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto
}

._1qvs4rw3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--text);
    line-height: 1
}

._1qvs4rw3,
._1qvs4rw4 {
    font-style: normal;
    letter-spacing: -.02em;
    margin: 0
}

._1qvs4rw4 {
    font-weight: 500;
    font-size: 16px;
    color: var(--text-lighter);
    line-height: 1.1
}

._1qvs4rw5 {
    position: relative;
    border-radius: 50%;
    min-width: 70px;
    min-height: 70px;
    width: 70px;
    height: 70px;
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden
}

._1qvs4rw6 {
    display: flex;
    flex-direction: column;
    gap: 10px
}

._1qvs4rw7 {
    display: flex;
    flex-shrink: 0;
    flex-basis: 266px;
    justify-content: flex-end
}

@media screen and (max-width:600px) {
    ._1qvs4rw1 {
        flex-direction: column
    }

    ._1qvs4rw2 {
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 20px
    }

    ._1qvs4rw7 {
        flex-basis: 100%;
        justify-content: flex-start
    }
}

@container(max-width:600px) {
    ._1qvs4rw1 {
        flex-direction: column
    }

    ._1qvs4rw2 {
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 20px
    }

    ._1qvs4rw7 {
        flex-basis: 100%;
        justify-content: flex-start
    }
}

@container(min-width:600px) {
    ._1qvs4rw1 {
        padding-top: 100px
    }
}

._1s3yrvc0 {
    display: flex;
    align-items: center;
    max-width: 100%
}

._1buablx0>._1s3yrvc0,
.x1sja70>._1s3yrvc0 {
    padding-left: 30px;
    padding-right: 30px
}

._1s3yrvc1 {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    flex-wrap: wrap
}

._1s3yrvc2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #f0f0f0;
    border-radius: 42px
}

._1s3yrvc3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

@media screen and (max-width:600px) {
    ._1s3yrvc1 {
        justify-content: flex-start
    }
}

@container(max-width:600px) {
    ._1s3yrvc1 {
        justify-content: flex-start
    }
}

._150gib10 {
    --aspect-ratio: 300/250;
    display: grid;
    grid-gap: 20px;
    max-width: 1000px;
    width: 100%;
    grid-auto-rows: 300px;
    grid-template-columns: repeat(var(--cols), 1fr);
    margin-bottom: 72px
}

._1buablx0>._150gib10,
.x1sja70>._150gib10 {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width:600px) {
    ._150gib10 {
        grid-template-columns: 1fr;
        grid-auto-rows: calc(100vw * var(--aspect-ratio))
    }
}

._122mapi0 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: var(--width);
    padding: 20px 15px;
    scroll-snap-align: start;
    scroll-snap-stop: normal
}

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

._1j76umb ._122mapi0 {
    justify-content: center
}

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

@media only screen and (max-width:768px) {
    ._1j76um1 ._122mapi0 {
        width: 100%;
        max-width: 100%;
        padding: 5px 15px
    }

    ._1j76um3 ._122mapi0 {
        padding: 5px 8px
    }

    ._1j76um3 ._1j76um6 ._122mapi0,
    ._1j76um3 ._1j76um8:not(._1j76um5) ._122mapi0,
    ._1j76um3 ._1j76um9:not(._1j76um5) ._122mapi0 {
        max-width: calc(var(--width-float) * var(--column-width));
        width: -moz-fit-content;
        width: fit-content
    }
}

.uay4480 {
    position: relative;
    margin: 0;
    padding: 0 30px;
    padding-inline-start: 24px;
    text-align: left;
    width: var(--width);
    max-width: var(--max-width)
}

._122mapi0>.uay4480,
.mt1x150>.uay4480 {
    width: 100%;
    max-width: 100%
}

._1buablx0>.uay4480,
.x1sja70>.uay4480 {
    padding-inline-start: 54px
}

ul.uay4480 {
    list-style: disc outside
}

ul.uay4480 ul.uay4480 {
    list-style: circle
}

ul.uay4480 ul.uay4480 ul.uay4480 {
    list-style: square
}

._1fk5aj50 {
    position: relative;
    color: var(--text);
    background-color: var(--background);
    z-index: 30
}

._1fk5aj51 {
    border-bottom: 1px solid var(--border-modal)
}

._1fk5aj52 {
    box-shadow: var(--shadow-navbar)
}

._1fk5aj53 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: var(--background-opaque)
}

._1fk5aj57 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-shrink: 0;
    height: 100%;
    font-size: 20px
}

._1fk5aj5a {
    color: inherit;
    cursor: pointer;
    display: block;
    position: relative;
    width: 3.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0
}

._1fk5aj5b {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px
}

._1fk5aj5b:first-child {
    top: calc(50% - 6px)
}

._1fk5aj5b:nth-child(2) {
    top: calc(50% - 1px)
}

._1fk5aj5b:nth-child(3) {
    top: calc(50% + 4px)
}

@media only screen and (max-width:1023px) {

    ._1fk5aj58,
    ._1fk5aj59 {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    ._1fk5aj50 {
        display: grid
    }

    ._1fk5aj54,
    ._1fk5aj55,
    ._1fk5aj56 {
        grid-template-columns: auto 1fr auto
    }

    ._1fk5aj58 {
        display: flex;
        margin-left: calc(1.5em - 15px);
        margin-right: calc(1.5em - 15px);
        background-color: transparent;
        background-color: initial
    }

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

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

    ._1fk5aj54 ._1fk5aj58 {
        justify-content: center
    }

    ._1fk5aj59 {
        display: flex;
        justify-content: flex-end
    }

    ._1fk5aj5a {
        display: none
    }
}

.ohgk4r0 {
    position: relative;
    color: inherit;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    width: var(--width);
    max-width: var(--max-width)
}

._1buablx0>.ohgk4r0,
.x1sja70>.ohgk4r0 {
    padding-left: 30px;
    padding-right: 30px
}

._122mapi0>.ohgk4r0,
.l4d89p0>button>.ohgk4r0 {
    width: 100%;
    max-width: 100%
}

h1.ohgk4r1 {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -2.5px
}

h2.ohgk4r2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px
}

h3.ohgk4r3 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.5px
}

@media only screen and (max-width:768px) {
    h1.ohgk4r1 {
        font-size: 40px
    }

    h2.ohgk4r2 {
        font-size: 30px
    }

    h3.ohgk4r3 {
        font-size: 23px
    }
}

._1vo7q450 {
    position: relative;
    color: inherit;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    width: var(--width);
    max-width: var(--max-width)
}

._1buablx0>._1vo7q450,
.x1sja70>._1vo7q450 {
    padding-left: 30px;
    padding-right: 30px
}

._122mapi0>._1vo7q450,
.l4d89p0>button>._1vo7q450,
.num1mw3 ._1vo7q450 {
    width: 100%;
    max-width: 100%
}

._161hv3m0 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

._161hv3m3 {
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(100%);
    white-space: nowrap;
    height: 100%
}

._161hv3m3._161hv3m1 {
    transform: translateY(0);
    opacity: 1
}

._161hv3m3._161hv3m2 {
    transform: translateY(-100%);
    opacity: 0
}

@media only screen and (max-width:768px) {
    ._161hv3m0 {
        vertical-align: middle
    }
}

._56g1z10 {
    position: relative;
    width: var(--width);
    max-width: var(--max-width);
    display: flex
}

._1buablx0>._56g1z10,
.x1sja70>._56g1z10 {
    padding-left: 30px;
    padding-right: 30px
}

._122mapi0>._56g1z10 {
    width: 100%;
    max-width: 100%
}

._56g1z11 {
    width: 100%;
    margin: .5rem 0;
    padding: .25em 1em .25em 30px;
    border-left: 1px solid var(--accent);
    font-size: large;
    letter-spacing: -.4px;
    line-height: 2
}

._2w3c4y0 {
    position: relative;
    width: var(--width);
    max-width: var(--max-width)
}

._1buablx0>._2w3c4y0,
.x1sja70>._2w3c4y0 {
    padding-left: 30px;
    padding-right: 30px
}

._122mapi0>._2w3c4y0 {
    width: 100%;
    max-width: 100%
}

._2w3c4y1,
._2w3c4y2 {
    -webkit-font-smoothing: auto;
    font-family: monospace
}

._2w3c4y2 {
    margin: 0;
    line-height: normal;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal;
    background-color: var(--background-button);
    box-shadow: var(--shadow-modal);
    border-radius: 10px
}

@keyframes _1paom1lg {
    0% {
        transform: translate(var(--start-position)) scaleX(1)
    }

    25% {
        transform: translate(var(--mid-top-position)) scaleX(var(--half-width))
    }

    35% {
        transform: translate(var(--end-position)) scaleX(1)
    }

    50% {
        transform: translate(var(--end-position)) rotate(180deg) scaleX(1)
    }

    75% {
        transform: translate(var(--mid-bottom-position)) rotate(180deg) scaleX(var(--half-width))
    }

    85% {
        transform: translate(var(--start-position)) rotate(180deg) scaleX(1)
    }

    to {
        transform: translate(var(--start-position)) rotate(1turn) scaleX(1)
    }
}

@keyframes _1paom1lh {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translate(var(--end-position))
    }

    50% {
        transform: translate(var(--end-position)) rotate(180deg)
    }

    75% {
        transform: translate(0) rotate(180deg)
    }

    to {
        transform: translate(0) rotate(1turn)
    }
}

@keyframes _1paom1li {
    0% {
        transform: translate(0) scaleX(1)
    }

    33.33% {
        transform: translate(var(--button-width)) scaleX(var(--width-multiplier))
    }

    50% {
        transform: translate(var(--button-width)) rotate(180deg) scaleX(1)
    }

    83.33% {
        transform: translate(0) rotate(180deg) scaleX(var(--width-multiplier))
    }

    to {
        transform: translate(0) rotate(1turn) scaleX(1)
    }
}

@keyframes _1paom1lj {
    0% {
        transform: translate(2px)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(1turn)
    }
}

._1paom1l0 {
    position: relative;
    display: flex;
    justify-content: var(--horizontal-alignment);
    width: var(--width);
    max-width: var(--max-width)
}

._1buablx0>._1paom1l0,
.x1sja70>._1paom1l0 {
    padding-left: 30px;
    padding-right: 30px
}

._122mapi0>._1paom1l0,
.num1mw2 ._1paom1l0 {
    width: 100%;
    max-width: 100%
}

._1paom1l2 {
    background: var(--color-button-primary-background);
    box-shadow: var(--shadow-button-primary);
    border-radius: var(--radius-button-primary);
    border: var(--border-button-primary)
}

._1paom1l3 {
    background: var(--color-button-secondary-background);
    box-shadow: var(--shadow-button-secondary);
    border-radius: var(--radius-button-secondary);
    border: var(--border-button-secondary);
    color: var(--color-button-secondary-text, unset)
}

._1paom1l4 {
    position: relative;
    padding: 12px 20px;
    border-radius: 999px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    background-color: initial
}

._1buablx0 a ._1paom1l4,
._1paom1l4[type=submit] {
    cursor: pointer
}

._1paom1l5 {
    display: grid;
    place-items: center;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    cursor: pointer;
    height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    margin: -5px -10px;
    pointer-events: none
}

[data-slate-editor] ._1paom1l5 {
    pointer-events: auto
}

[data-slate-editor] ._1paom1l5:hover {
    border-radius: 999px;
    background-color: #0000001a
}

._1paom1l6 {
    margin-right: -25px
}

._1paom1l5+:not(:empty) {
    margin-left: 15px
}

._1paom1l5 img {
    height: 20px;
    width: auto
}

._1paom1l7 {
    position: relative;
    border-radius: 999px;
    border: none;
    outline: none
}

._1paom1l8 {
    position: absolute;
    inset: 1px;
    border-radius: 999px;
    transition: opacity .3s ease-in;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

._1paom1la {
    background: #1b1b1b;
    color: #fff
}

._1paom1lb {
    background: #fff;
    color: #1b1b1b
}

._1paom1lc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    overflow: hidden;
    pointer-events: none
}

._1paom1lc,
._1paom1ld {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

._1paom1ld {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    z-index: 1
}

._1paom1le {
    opacity: 1
}

._1paom1le,
._1paom1lf {
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

._1paom1lf {
    border-radius: 999px
}

._1paom1lk {
    animation: _1paom1lg 3s linear infinite
}

._1paom1ll {
    animation: _1paom1lh 3s linear infinite
}

._1paom1lm {
    animation: _1paom1li 3s linear infinite
}

._1paom1ln {
    animation: _1paom1lj 3s linear infinite
}

._6hwc520 {
    scroll-snap-align: start;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow-card-container);
    overflow: hidden;
    grid-column: var(--grid-x)/span var(--grid-w);
    grid-row: var(--grid-y)/span var(--grid-h);
    background: var(--background);
    border: 1px solid var(--border-card);
    container-type: inline-size
}

._6hwc521 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

._6hwc522 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -.04em;
    color: var(--text)
}

._6hwc522,
._6hwc523 {
    font-style: normal;
    margin: 10px 0;
    line-height: 1.1
}

._6hwc523 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.02em;
    color: var(--text-lighter)
}

._6hwc524 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 20px
}

._6hwc525 {
    max-width: 600px
}

._6hwc526 {
    width: 300px
}

._6hwc520 .kpid2t0 {
    padding: 0
}

._6hwc520 .gbm3cz0 {
    margin: 6px 0
}

._6hwc520 .gbm3cz2 {
    padding: 15px 10px 15px 20px;
    height: 50px;
    border-radius: 15px;
    border-color: var(--border-input)
}

._6hwc520 input {
    font-weight: 700
}

._6hwc520 button[type=submit] {
    width: 100%;
    box-shadow: none !important;
    border-radius: 15px;
    font-weight: 700;
    margin: 6px 0;
    background: var(--background-invert);
    color: var(--text-invert)
}

._6hwc520 .gbm3cz7 {
    visibility: hidden;
    opacity: 0;
    background: blue
}

._6hwc520 .kpid2t8 {
    height: 30px;
    width: 30px;
    margin-bottom: 10px
}

[data-theme=light] ._6hwc520 .kpid2t8 {
    filter: brightness(0)
}

[data-theme=dark] ._6hwc520 .kpid2t8 {
    filter: brightness(1000%)
}

._6hwc520 .kpid2t0 h2,
._6hwc520 .kpid2t0 p {
    text-align: center;
    font-size: 16px
}

._6hwc520 .kpid2t0 p {
    color: var(--text-lighter)
}

._6hwc520 .kpid2t7 {
    display: none
}

@media screen and (max-width:600px) {
    ._6hwc520 {
        grid-column: span 1;
        grid-row: span 1
    }

    ._6hwc522 {
        margin-top: 20px
    }
}

@container(max-width:600px) {
    ._6hwc522 {
        font-size: 28px
    }

    ._6hwc523 {
        font-size: 16px
    }

    ._6hwc524 {
        gap: 15px;
        justify-content: flex-start;
        flex-direction: column
    }

    ._6hwc525,
    ._6hwc526 {
        width: 100%
    }
}

._1bgwy4x0 {
    position: relative;
    width: var(--width);
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

._1bgwy4x1 {
    align-items: flex-start
}

._1bgwy4x2 {
    align-items: center
}

._1bgwy4x3 {
    align-items: flex-end
}

._1bgwy4x4 {
    justify-content: flex-start
}

._1bgwy4x5 {
    justify-content: center
}

._1bgwy4x6 {
    justify-content: flex-end
}

._1bgwy4x7 {
    transition: all .3s
}

._1bgwy4x7:hover {
    margin-top: -10px;
    margin-bottom: 10px
}

._122mapi0>._1bgwy4x7,
._1iqelwt0>._1bgwy4x7 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto
}

._1bgwy4x8 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 25px
}

._122mapi0>._1bgwy4x7>._1bgwy4x8,
._1iqelwt0>._1bgwy4x7>._1bgwy4x8 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto
}

[data-slate-editor=true] ._1bgwy4x8 {
    z-index: -1
}

._1bgwy4x9 {
    min-height: var(--min-height);
    padding: 20px 25px;
    isolation: isolate;
    overflow: hidden;
    aspect-ratio: var(--aspect-ratio)
}

._1bgwy4x9.card {
    border-radius: 10px;
    box-shadow: var(--shadow-modal);
    background-color: transparent;
    background-color: initial;
    overflow: hidden
}

._122mapi0>._1bgwy4x7>._1bgwy4x8>._1bgwy4x9,
._122mapi0>._1bgwy4x9 {
    min-height: 0;
    min-height: auto
}

._122mapi0>._1bgwy4x7>._1bgwy4x8>._1bgwy4x9,
._122mapi0>._1bgwy4x9,
._1iqelwt0>._1bgwy4x7>._1bgwy4x8>._1bgwy4x9,
._1iqelwt0>._1bgwy4x9 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto
}

._1bgwy4xa {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: var(--aspect-ratio)
}

._1bgwy4xb {
    position: absolute;
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

._1bgwy4x9.card ._1bgwy4xb {
    border-radius: 10px;
    overflow: hidden
}

._1bgwy4xb img {
    pointer-events: none
}

._1bgwy4xb~* {
    z-index: 1
}

@media only screen and (max-width:768px) {
    ._1bgwy4x9:not(._1iqelwt0 ._1bgwy4x9) {
        min-height: 0;
        min-height: auto;
        height: auto
    }
}

._1wmk2020 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

._1buablx0>._1wmk2020,
.x1sja70>._1wmk2020 {
    padding-left: 30px;
    padding-right: 30px
}

._1bgwy4x9>._1wmk2020,
._1j76um0>._1wmk2020 {
    padding-left: 0;
    padding-right: 0
}

._1wmk2022 {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-left: .5rem
}

._1wmk2023 {
    margin-left: 1rem;
    cursor: pointer
}

._1wmk2023,
._1wmk2024 {
    color: var(--text-lighter);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

._1wmk2024 {
    margin-right: 1rem
}

._1wmk2025 {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-lighter);
    text-align: left;
    width: 100%
}

._1wmk2026 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    cursor: pointer;
    color: var(--accent)
}

._1wmk2026 .loader.is-loading {
    margin-right: .25rem;
    border-bottom-color: var(--accent);
    border-left-color: var(--accent)
}

._1wmk2027 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(var(--grid-repeat), minmax(200px, 1fr));
    align-content: center
}

._1wmk2027,
._1wmk2028 {
    width: 100%;
    justify-content: flex-start
}

._1wmk2028 {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 10px;
    background-color: var(--background);
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    transition: all .3s
}

._1wmk2028:focus-within {
    box-shadow: var(--shadow-card-highlight)
}

._1wmk2028 input {
    border: 0;
    outline: none;
    background: 0 0;
    font-size: 15px;
    flex-grow: 1;
    color: var(--text)
}

._1wmk2028 input::-moz-placeholder {
    color: var(--text-lighter)
}

._1wmk2028 input::placeholder {
    color: var(--text-lighter)
}

@media screen and (min-width:768px) {
    ._1wmk2021 {
        display: grid;
        grid-template-columns: 20% 80%;
        grid-gap: 16px;
        gap: 16px;
        align-items: start
    }
}

@media only screen and (max-width:768px) {
    ._1wmk2027 {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }
}

._13oolbf0 {
    position: relative;
    border-radius: 6px
}

._1bgwy4x9>._13oolbf0,
._1buablx0>._13oolbf0 {
    width: var(--width);
    max-width: var(--max-width)
}

._1buablx0>._13oolbf0,
.x1sja70>._13oolbf0 {
    padding-left: 30px;
    padding-right: 30px
}

._122mapi0>._13oolbf0 {
    width: 100%;
    max-width: 100%
}

[data-slate-editor] ._13oolbf0>div:not(:last-child) {
    margin-bottom: 1rem
}