@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,600;8..144,700&display=swap");

:root {
    --font-1: "Roboto Flex", Sans-Serif;
    --font-2: "Playfair Display", Serif;
    --font-mono: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

:root {
    --color-1-50: #fff0f0;
    --color-1-100: #ffdede;
    --color-1-200: #ffc2c2;
    --color-1-300: #ff9696;
    --color-1-400: #ff5c5c;
    --color-1-500: #ff0000;
    --color-1-600: #db0000;
    --color-1-700: #b80000;
    --color-1-800: #990606;
    --color-1-900: #7f0a0a;
    --color-1-950: #450202;
    --color-1: var(--color-1-500);

    --color-2-50: #f0fdf4;
    --color-2-100: #dcfce7;
    --color-2-200: #bbf7d0;
    --color-2-300: #86efac;
    --color-2-400: #4ade80;
    --color-2-500: #00A859;
    --color-2-600: #008a47;
    --color-2-700: #026e3a;
    --color-2-800: #065832;
    --color-2-900: #06482b;
    --color-2-950: #022c1a;
    --color-2: var(--color-2-500);

    --color-accent-yellow: #D7CC75;

    --color-neutral-50: #fbfbfb;
    --color-neutral-100: #f2f2f3;
    --color-neutral-200: #e5e5e6;
    --color-neutral-300: #d1d1d4;
    --color-neutral-400: #aeb0b6;
    --color-neutral-500: #898b92;
    --color-neutral-600: #6b6d73;
    --color-neutral-700: #55575c;
    --color-neutral-800: #3f4044;
    --color-neutral-900: #1a1a1a;
    --color-neutral-950: #000000;
    --color-neutral: var(--color-neutral-500);

    --color-white: #ffffff;
    --color-black: #000000;

    --color-error: var(--color-1-500);
    --color-success: var(--color-2-500);
    --color-info: hsl(205, 82%, 60%);
    --color-notice: var(--color-accent-yellow);

    --color-error-content: #ffffff;
    --color-success-content: #ffffff;
    --color-info-content: #ffffff;
    --color-notice-content: #282829;

    --color-bg: #000000;
    --color-bg-inverse: #ffffff;

    --color-bg-primary: var(--color-1-900);
    --color-bg-primary-light: var(--color-1-800);
    --color-bg-primary-dark: #000000;

    --color-bg-secondary: var(--color-2-900);
    --color-bg-secondary-light: var(--color-2-800);
    --color-bg-secondary-dark: #000000;

    --color-bg-accent: var(--color-1-500);
    --color-bg-accent-light: var(--color-1-400);
    --color-bg-accent-dark: var(--color-1-600);

    --color-bg-neutral: #121212;
    --color-bg-neutral-light: #1E1E1E;
    --color-bg-neutral-dark: #000000;

    --color-border: #333333;

    --color-text: #e0e0e0;
    --color-text-bold: #ffffff;
    --color-text-light: #a0a0a0;
    --color-headings: #ffffff;
    --color-placeholder: #666666;

    --color-link: var(--color-1-500);
    --color-link-hover: #ffffff;
    --color-link-active: var(--color-1-600);

    --color-btn: #1a1a1a;
    --color-btn-text: #ffffff;
    --color-btn-hover: #ffffff;
    --color-btn-hover-text: #000000;

    --color-btn-primary: var(--color-1-500);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-hover: #ffffff;
    --color-btn-primary-hover-text: #000000;

    --color-btn-ghost: #1a1a1a;
    --color-btn-ghost-text: #a0a0a0;
    --color-btn-ghost-hover: #ffffff;
    --color-btn-ghost-hover-text: #000000;

    --card-border: rgba(255, 255, 255, 0.1);

    --dropdown-bg: rgba(20, 20, 20, 0.95);
    --dropdown-hover: rgba(255, 255, 255, 0.1);

    --color-preloader-bg: #000000;
    --color-loader: var(--color-1-500);
    --color-loader-light: #ffffff;
}

[data-theme="light"] {
    --color-bg: #ffffff;
    --color-bg-inverse: #000000;

    --color-bg-neutral: #f4f4f5;
    --color-bg-neutral-light: #ffffff;
    --color-bg-neutral-dark: #e4e4e7;

    --color-border: #e4e4e7;
    --card-border: rgba(0, 0, 0, 0.08);

    --color-text: #27272a;
    --color-text-bold: #000000;
    --color-text-light: #52525b;
    --color-headings: #000000;
    --color-placeholder: #a1a1aa;

    --color-white: #000000;

    --color-btn: #f4f4f5;
    --color-btn-text: #18181b;
    --color-btn-hover: #18181b;
    --color-btn-hover-text: #ffffff;

    --color-btn-primary: var(--color-1-500);
    --color-btn-primary-text: #ffffff;
    --color-btn-primary-hover: #000000;
    --color-btn-primary-hover-text: #ffffff;

    --color-link: var(--color-1-500);
    --color-link-hover: #000000;
    --color-link-active: #000000;

    --dropdown-bg: rgba(255, 255, 255, 0.95);
    --dropdown-hover: rgba(0, 0, 0, 0.05);
}

:root {
    --shadow-color: 0, 0%, 0%;
    --shadow-low: 0 2px 2px hsla(var(--shadow-color), 0.01), 0 4px 4px hsla(var(--shadow-color), 0.02);
    --shadow-medium: 0 2px 2px hsla(var(--shadow-color), 0.01), 0 4px 4px -0.2px hsla(var(--shadow-color), 0.02), 0 16px 16px -0.4px hsla(var(--shadow-color), 0.06);
    --shadow-high: 0 2px 2px hsla(var(--shadow-color), 0.01), 0 4px 4px -0.6px hsla(var(--shadow-color), 0.02), 0 16px 16px -1.2px hsla(var(--shadow-color), 0.06), 0 32px 32px -2.2px hsla(var(--shadow-color), 0.08);

    --ease-linear: linear;
    --ease-in: ease-in;
    --ease-out: ease-out;
    --ease-in-out: ease-in-out;
    --ease-smooth: cubic-bezier(0.25, 0.1, 0.25, 1);
    --ease-smooth-in: cubic-bezier(0.42, 0, 1, 1);
    --ease-smooth-out: cubic-bezier(0, 0, 0.58, 1);
    --ease-smooth-in-out: cubic-bezier(0.42, 0, 0.58, 1);
    --ease-snappy-polished: cubic-bezier(0.28, 0.12, 0.22, 1);
    --ease-quick-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --ease-quick-out: cubic-bezier(0.215, 0.61, 0.355, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-elastic: cubic-bezier(0.7, -0.4, 0.2, 1.4);
    --ease-subtle: cubic-bezier(0.2, 0.2, 0.4, 0.8);
    --ease-gentle: cubic-bezier(0.33, 0.1, 0.33, 1);
}

:root {
    --base-size: 62.5%;
    --multiplier: 1;
    --space: calc(3.2rem * var(--multiplier));
    --base-font-size: calc(2rem * var(--multiplier));

    --radius-0: 0;
    --radius-xs: 3px;
    --radius-sm: 5px;
    --radius-md: 10px;
    --radius-lg: 15px;
    --radius-xl: 20px;
    --radius-2xl: 25px;
    --radius-3xl: 30px;
    --radius-full: 1000px;
    --border-radius: var(--radius-sm);

    --vspace-0_125: calc(0.125 * var(--space));
    --vspace-0_25: calc(0.25 * var(--space));
    --vspace-0_375: calc(0.375 * var(--space));
    --vspace-0_5: calc(0.5 * var(--space));
    --vspace-0_625: calc(0.625 * var(--space));
    --vspace-0_75: calc(0.75 * var(--space));
    --vspace-0_875: calc(0.875 * var(--space));
    --vspace-1: calc(var(--space));
    --vspace-1_25: calc(1.25 * var(--space));
    --vspace-1_5: calc(1.5 * var(--space));
    --vspace-1_75: calc(1.75 * var(--space));
    --vspace-2: calc(2 * var(--space));
    --vspace-2_5: calc(2.5 * var(--space));
    --vspace-3: calc(3 * var(--space));
    --vspace-3_5: calc(3.5 * var(--space));
    --vspace-4: calc(4 * var(--space));
    --vspace-4_5: calc(4.5 * var(--space));
    --vspace-5: calc(5 * var(--space));
    --vspace-5_5: calc(5.5 * var(--space));
    --vspace-6: calc(6 * var(--space));
    --vspace-6_5: calc(6.5 * var(--space));
    --vspace-7: calc(7 * var(--space));
    --vspace-7_5: calc(7.5 * var(--space));
    --vspace-8: calc(8 * var(--space));
    --vspace-8_5: calc(8.5 * var(--space));
    --vspace-9: calc(9 * var(--space));
    --vspace-9_5: calc(9.5 * var(--space));
    --vspace-10: calc(10 * var(--space));

    --text-scale-ratio: 1.2;
    --text-base: var(--base-font-size);
    --text-xs: calc((var(--text-base) / var(--text-scale-ratio)) / var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
    --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
    --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
    --text-2xl: calc(var(--text-xl) * var(--text-scale-ratio));
    --text-3xl: calc(var(--text-2xl) * var(--text-scale-ratio));
    --text-display: calc(var(--text-3xl) * var(--text-scale-ratio));
    --text-2display: calc(var(--text-display) * var(--text-scale-ratio));
    --text-3display: calc(var(--text-2display) * var(--text-scale-ratio));
    --text-huge: calc(var(--text-3display) * var(--text-scale-ratio));
    --text-2huge: calc(var(--text-huge) * var(--text-scale-ratio));
    --text-3huge: calc(var(--text-2huge) * var(--text-scale-ratio));
}

@media screen and (max-width: 600px) {
    :root {
        --multiplier: .875;
    }
}

@media screen and (max-width: 400px) {
    :root {
        --multiplier: .8125;
    }
}

:root {
    --type-body: var(--font-1);
    --type-headings: var(--font-2);
    --type-headings-alt: var(--font-1);
    --type-all-caps: var(--font-1);
    --type-quote: var(--font-2);
    --type-lead: var(--font-1);
    --type-caption: var(--font-1);
    --type-drop-cap: var(--font-1);
    --type-code: var(--font-mono);

    --type-line-height-body: var(--vspace-1);
    --type-line-height-body-sm: var(--vspace-0_875);
    --type-line-height-headings: 1.1;
    --type-line-height-headings-alt: 1.2;
    --type-line-height-all-caps: 1.6;
    --type-line-height-quote: 1.4;
    --type-line-height-lead: 1.6;
    --type-line-height-caption: var(--vspace-0_75);
    --type-line-height-code: var(--vspace-0_625);

    --type-weight-body: 400;
    --type-weight-body-sm: 400;
    --type-weight-body-bold: 600;
    --type-weight-headings: 400;
    --type-weight-headings-alt: 500;
    --type-weight-all-caps: 500;
    --type-weight-quote: 400;
    --type-weight-lead: 300;
    --type-weight-caption: 400;
    --type-weight-drop-cap: 600;
    --type-weight-code: 400;

    --type-spacing-all-caps: .18em;
    --type-spacing-all-caps-alt: .2em;
    --type-spacing-headlines: -0.02em;
    --type-spacing-headlines-alt: -0.01em;

    --type-size-body: var(--text-base);
    --type-size-body-sm: var(--text-sm);
    --type-size-all-caps: var(--text-sm);
    --type-size-h1: clamp(var(--text-display), calc((var(--text-display) - 1rem) + 2vw), var(--text-2display));
    --type-size-h2: clamp(var(--text-2xl), calc((var(--text-2xl) - .75rem) + 1.5vw), var(--text-3xl));
    --type-size-h3: clamp(var(--text-xl), calc((var(--text-xl) - .5rem) + 1vw), var(--text-2xl));
    --type-size-h4: var(--text-lg);
    --type-size-h5: var(--text-md);
    --type-size-h6: var(--type-size-all-caps);
    --type-size-quote: clamp(var(--text-md), calc((var(--text-md) - .5rem) + 1vw), var(--text-lg));
    --type-size-lead: clamp(var(--text-base), calc((var(--text-base) - .5rem) + 1vw), var(--text-md));
    --type-size-caption: var(--text-xs);
    --type-size-drop-cap: var(--vspace-3);
    --type-size-code: var(--text-xs);
}

:root {
    --width-sixteen-cols: 1760px;
    --width-default: 1440px;
    --width-wide: 1600px;
    --width-wider: 1800px;
    --width-narrow: 1200px;
    --width-narrower: 1000px;
    --width-narrowest: 800px;
    --width-full: 100%;
    --width-grid-max: var(--width-default);

    --gutter: clamp(1rem, calc(2vw + .2rem), 2.2rem);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

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

.container {
    width: min(98%, var(--width-grid-max));
    margin-inline: auto;
    padding-inline: calc(var(--gutter) * 2);
}

.row {
    display: flex;
    flex-flow: row wrap;
    margin-inline: calc(var(--gutter) * -1);
}

.column {
    flex: 1;
    padding-inline: var(--gutter);
}

.collapse>.column,
.column.collapse {
    padding: 0;
}

.collapse>.column .row,
.column.collapse .row {
    margin-inline: 0;
}

.row.row-wrap {
    flex-wrap: wrap;
}

.row.row-nowrap {
    flex-wrap: nowrap;
}

.row.row-y-top {
    align-items: flex-start;
}

.row.row-y-bottom {
    align-items: flex-end;
}

.row.row-y-center {
    align-items: center;
}

.row.row-stretch {
    align-items: stretch;
}

.row.row-baseline {
    align-items: baseline;
}

.row.row-x-left {
    justify-content: flex-start;
}

.row.row-x-right {
    justify-content: flex-end;
}

.row.row-x-center {
    justify-content: center;
}

.row.row-center {
    align-items: center;
    justify-content: center;
}

.xl-1 {
    flex: none;
    width: 8.3333333333%;
}

.xl-2 {
    flex: none;
    width: 16.6666666667%;
}

.xl-3 {
    flex: none;
    width: 25%;
}

.xl-4 {
    flex: none;
    width: 33.3333333333%;
}

.xl-5 {
    flex: none;
    width: 41.6666666667%;
}

.xl-6 {
    flex: none;
    width: 50%;
}

.xl-7 {
    flex: none;
    width: 58.3333333333%;
}

.xl-8 {
    flex: none;
    width: 66.6666666667%;
}

.xl-9 {
    flex: none;
    width: 75%;
}

.xl-10 {
    flex: none;
    width: 83.3333333333%;
}

.xl-11 {
    flex: none;
    width: 91.6666666667%;
}

.xl-12 {
    flex: none;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .container {
        width: min(100%, var(--width-grid-max));
    }

    .lg-1 {
        flex: none;
        width: 8.3333333333%;
    }

    .lg-2 {
        flex: none;
        width: 16.6666666667%;
    }

    .lg-3 {
        flex: none;
        width: 25%;
    }

    .lg-4 {
        flex: none;
        width: 33.3333333333%;
    }

    .lg-5 {
        flex: none;
        width: 41.6666666667%;
    }

    .lg-6 {
        flex: none;
        width: 50%;
    }

    .lg-7 {
        flex: none;
        width: 58.3333333333%;
    }

    .lg-8 {
        flex: none;
        width: 66.6666666667%;
    }

    .lg-9 {
        flex: none;
        width: 75%;
    }

    .lg-10 {
        flex: none;
        width: 83.3333333333%;
    }

    .lg-11 {
        flex: none;
        width: 91.6666666667%;
    }

    .lg-12 {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .md-1 {
        flex: none;
        width: 8.3333333333%;
    }

    .md-2 {
        flex: none;
        width: 16.6666666667%;
    }

    .md-3 {
        flex: none;
        width: 25%;
    }

    .md-4 {
        flex: none;
        width: 33.3333333333%;
    }

    .md-5 {
        flex: none;
        width: 41.6666666667%;
    }

    .md-6 {
        flex: none;
        width: 50%;
    }

    .md-7 {
        flex: none;
        width: 58.3333333333%;
    }

    .md-8 {
        flex: none;
        width: 66.6666666667%;
    }

    .md-9 {
        flex: none;
        width: 75%;
    }

    .md-10 {
        flex: none;
        width: 83.3333333333%;
    }

    .md-11 {
        flex: none;
        width: 91.6666666667%;
    }

    .md-12 {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .tab-1 {
        flex: none;
        width: 8.3333333333%;
    }

    .tab-2 {
        flex: none;
        width: 16.6666666667%;
    }

    .tab-3 {
        flex: none;
        width: 25%;
    }

    .tab-4 {
        flex: none;
        width: 33.3333333333%;
    }

    .tab-5 {
        flex: none;
        width: 41.6666666667%;
    }

    .tab-6 {
        flex: none;
        width: 50%;
    }

    .tab-7 {
        flex: none;
        width: 58.3333333333%;
    }

    .tab-8 {
        flex: none;
        width: 66.6666666667%;
    }

    .tab-9 {
        flex: none;
        width: 75%;
    }

    .tab-10 {
        flex: none;
        width: 83.3333333333%;
    }

    .tab-11 {
        flex: none;
        width: 91.6666666667%;
    }

    .tab-12 {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .mob-1 {
        flex: none;
        width: 8.3333333333%;
    }

    .mob-2 {
        flex: none;
        width: 16.6666666667%;
    }

    .mob-3 {
        flex: none;
        width: 25%;
    }

    .mob-4 {
        flex: none;
        width: 33.3333333333%;
    }

    .mob-5 {
        flex: none;
        width: 41.6666666667%;
    }

    .mob-6 {
        flex: none;
        width: 50%;
    }

    .mob-7 {
        flex: none;
        width: 58.3333333333%;
    }

    .mob-8 {
        flex: none;
        width: 66.6666666667%;
    }

    .mob-9 {
        flex: none;
        width: 75%;
    }

    .mob-10 {
        flex: none;
        width: 83.3333333333%;
    }

    .mob-11 {
        flex: none;
        width: 91.6666666667%;
    }

    .mob-12 {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .row {
        margin-inline: 0;
    }

    .column {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-inline: 0;
    }
}

@media screen and (max-width: 900px) {
    .stack-on-900 {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .stack-on-700 {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .stack-on-550 {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.grid-block {
    --col: 12;
    --grid-gap-h: calc(var(--gutter) * 2);
    --grid-gap-v: 0;

    display: grid;
    grid-template-columns: repeat(var(--col), [col] 1fr);
    -moz-column-gap: var(--grid-gap-h);
    column-gap: var(--grid-gap-h);
    row-gap: var(--grid-gap-v);
}

.grid-block.no-h-gutter {
    --grid-gap-h: 0;
}

.grid-block.no-v-gutter {
    --grid-gap-h: 0;
}

.grid-block.grid-16 {
    --col: 16;
}

.grid-block.grid-16 .span-half-start {
    grid-column: 1/span 8;
}

.grid-block.grid-16 .span-half-end {
    grid-column: 9/span 8;
}

.grid-block__item,
.grid-block .span-full {
    grid-column: 1/-1;
}

.grid-block .span-half-start {
    grid-column: 1/span 6;
}

.grid-block .span-half-end {
    grid-column: 7/span 6;
}

.grid-cols {
    --col-min-width: 300px;
    --grid-gap: calc(var(--gutter) * 2);

    display: grid;
    -moz-column-gap: var(--grid-gap);
    column-gap: var(--grid-gap);
    grid-template-columns: repeat(auto-fit, minmax(min(var(--col-min-width), 100%), 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
}

.grid-cols--nowrap {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
}

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

    .grid-block,
    .grid-block.grid-16 {
        --col: 8;
    }

    .grid-block.stack-grids-on-md .grid-block__item {
        grid-column: 1/-1;
    }

    .grid-block .span-half-start {
        grid-column: 1/span 4;
    }

    .grid-block .span-half-end {
        grid-column: 5/span 4;
    }

    .grid-cols--nowrap {
        grid-auto-flow: row;
        grid-auto-columns: auto;
    }
}

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

    .grid-block,
    .grid-block.grid-16 {
        --col: 4;
    }

    .grid-block.stack-grids-on-sm .grid-block__item {
        grid-column: 1/-1;
    }

    .grid-block .span-half-start {
        grid-column: 1/span 2;
    }

    .grid-block .span-half-end {
        grid-column: 3/span 2;
    }
}

@media screen and (max-width: 400px) {
    .grid-block .grid-block__item {
        grid-column: 1/-1;
    }
}

html {
    font-size: var(--base-size);
    box-sizing: border-box;
}

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

body {
    background-color: var(--color-bg);
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: inherit;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
}

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

pre {
    overflow: auto;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.u-flexitem-center {
    margin: auto;
    align-self: center;
}

.u-flexitem-left {
    margin-right: auto;
    align-self: center;
}

.u-flexitem-right {
    margin-left: auto;
    align-self: center;
}

.u-flexitem-x-center {
    margin-right: auto;
    margin-left: auto;
}

.u-flexitem-x-left {
    margin-right: auto;
}

.u-flexitem-x-right {
    margin-left: auto;
}

.u-flexitem-y-center {
    align-self: center;
}

.u-flexitem-y-top {
    align-self: flex-start;
}

.u-flexitem-y-bottom {
    align-self: flex-end;
}

.u-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    word-wrap: normal !important;
}

.u-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

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

.u-hidden {
    display: none;
}

.u-invisible {
    visibility: hidden;
}

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

.u-overflow-hidden {
    overflow: hidden;
}

.u-remove-top {
    margin-top: 0;
}

.u-remove-bottom {
    margin-bottom: 0;
}

.u-add-half-bottom {
    margin-bottom: var(--vspace-0_5);
}

.u-add-bottom {
    margin-bottom: var(--vspace-1);
}

.u-no-border {
    border: none;
}

.u-fullwidth {
    width: 100%;
}

.u-pull-left {
    float: left;
}

.u-pull-right {
    float: right;
}

.u-text-center {
    text-align: center;
}

.u-text-left {
    text-align: left;
}

.u-text-right {
    text-align: right;
}

body {
    font-family: var(--type-body);
    font-size: var(--type-size-body);
    font-weight: var(--type-weight-body);
    line-height: var(--type-line-height-body);
    color: var(--color-text);
}

a {
    color: var(--color-link);
    transition: all 0.3s var(--ease-snappy-polished);
}

a:focus,
a:hover,
a:active {
    color: var(--color-link-hover);
}

a:hover,
a:active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--type-headings);
    font-weight: var(--type-weight-headings);
    color: var(--color-headings);
}

h1,
.h1 {
    margin-top: var(--vspace-2_5);
    margin-bottom: var(--vspace-1_25);
}

h2,
.h2,
h3,
.h3 {
    margin-top: var(--vspace-2);
    margin-bottom: var(--vspace-0_75);
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: var(--vspace-1_75);
    margin-bottom: var(--vspace-0_5);
}

h1,
.h1 {
    font-size: var(--type-size-h1);
    line-height: var(--type-line-height-headings);
    letter-spacing: var(--type-spacing-headings);
}

h2,
.h2 {
    font-size: var(--type-size-h2);
    line-height: var(--type-line-height-headings-alt);
    letter-spacing: var(--type-spacing-headings-alt);
}

h3,
.h3 {
    font-size: var(--type-size-h3);
    line-height: var(--type-line-height-headings-alt);
}

h4,
.h4 {
    font-size: var(--type-size-h4);
    line-height: var(--type-line-height-headings-alt);
}

h5,
.h5 {
    font-weight: var(--type-weight-headings-alt);
    font-family: var(--type-headings-alt);
    font-size: var(--type-size-h5);
    line-height: var(--type-line-height-headings-alt);
}

h6,
.h6 {
    font-family: var(--type-all-caps);
    font-weight: var(--type-weight-all-caps);
    font-size: var(--type-size-h6);
    line-height: var(--type-line-height-all-caps);
    text-transform: uppercase;
    letter-spacing: var(--type-spacing-all-caps);
}

em,
i,
strong,
b {
    font-size: inherit;
    line-height: inherit;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: var(--type-weight-body-bold);
    color: var(--color-text-bold);
}

small {
    font-size: 85%;
    font-weight: 400;
    line-height: var(--vspace-0_5);
}

blockquote {
    margin: 0 0 var(--vspace-1) 0;
    padding: var(--vspace-1);
    border-left: 2px solid var(--color-border);
    position: relative;
}

blockquote p {
    font-family: var(--type-quote);
    font-weight: var(--type-weight-quote);
    font-size: var(--type-size-quote);
    font-style: normal;
    line-height: var(--type-line-height-quote);
    color: var(--color-text);
    padding: 0;
}

blockquote cite {
    display: block;
    font-family: var(--type-caption);
    font-weight: var(--type-weight-caption);
    font-size: var(--type-size-caption);
    line-height: var(--type-line-height-caption);
    font-style: normal;
}

blockquote cite:before {
    content: "— ";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
    color: var(--color-text-light);
    border: none;
}

figure img,
p img {
    margin: 0;
    vertical-align: bottom;
}

figure {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

figure img+figcaption {
    margin-top: var(--vspace-1);
}

figcaption {
    font-size: var(--type-size-caption);
    line-height: var(--type-line-height-caption);
    text-align: center;
    margin-bottom: 0;
}

var,
kbd,
samp,
code,
pre {
    font-family: var(--type-code);
}

pre {
    padding: var(--vspace-0_75) var(--vspace-1) var(--vspace-1);
    background: var(--color-bg-neutral);
    overflow-x: auto;
}

code {
    font-size: var(--type-size-code);
    line-height: var(--type-line-height-code);
    margin: 0 0.2rem;
    padding: calc((var(--vspace-1) - var(--type-line-height-code)) / 2 - 0.1rem) calc(var(--vspace-0_25) - 0.1rem);
    white-space: nowrap;
    background: var(--color-bg-neutral);
    border: 1px solid var(--color-bg-neutral-light);
    color: var(--color-text);
    border-radius: var(--radius-sm);
}

pre>code {
    display: block;
    white-space: pre;
    font-size: var(--text-sm);
    line-height: var(--vspace-1);
    padding: 0;
    margin: 0;
    border: none;
}

del {
    text-decoration: line-through;
}

abbr {
    font-family: var(--type-body);
    font-weight: 400;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 0.1em;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted var(--color-text-light);
    cursor: help;
    text-decoration: none;
}

mark {
    background: var(--color-bg-secondary);
    color: var(--color-bg);
    padding-inline: 0.2em;
}

hr {
    border: solid var(--color-border);
    border-width: 0.1rem 0 0;
    clear: both;
    margin: var(--vspace-2) 0 calc(var(--vspace-2) - 1px);
    height: 0;
}

hr.fancy {
    border: none;
    margin: var(--vspace-2) 0;
    height: var(--vspace-1);
    text-align: center;
}

hr.fancy::before {
    content: "*****";
    letter-spacing: 0.3em;
}

.text-body-sm {
    font-size: var(--type-size-body-sm);
    line-height: var(--type-line-height-body-sm);
}

.lead,
.attention-getter {
    font-family: var(--type-lead);
    font-weight: var(--type-weight-lead);
    font-size: var(--type-size-lead);
    line-height: var(--type-line-height-lead);
}

.pull-quote {
    position: relative;
    padding: 0;
    margin-top: 0;
    text-align: center;
}

.pull-quote blockquote {
    border: none;
    margin: 0 auto;
    max-width: min(100%, 62rem);
    padding-top: var(--vspace-2_5);
    position: relative;
}

.pull-quote blockquote:before {
    content: "";
    display: block;
    height: var(--vspace-1);
    width: var(--vspace-1);
    background-repeat: no-repeat;
    background: center center;
    background-size: contain;
    background-image: url(../images/icons/icon-quote.svg);
    transform: translate(-50%, 0, 0);
    position: absolute;
    top: var(--vspace-1);
    left: 50%;
}

.drop-cap:first-letter {
    float: left;
    font-family: var(--type-drop-cap);
    font-weight: var(--type-weight-drop-cap);
    font-size: var(--type-size-drop-cap);
    line-height: 1;
    padding: 0 var(--vspace-0_375) 0 0;
    text-transform: uppercase;
    background: transparent;
    color: var(--color-text);
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: var(--vspace-0_5);
}

ul li {
    padding-left: var(--vspace-0_125);
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: var(--vspace-0_5) 0 var(--vspace-0_5) var(--vspace-0_5);
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 var(--vspace-0_25);
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: var(--color-bg-accent);
    position: absolute;
    left: calc(var(--vspace-0_25) * -1);
    top: calc(50% - var(--vspace-0_125));
    vertical-align: middle;
}

dt {
    margin: 0;
    color: var(--color-bg-accent);
}

dt strong {
    color: var(--color-bg-accent);
}

dd {
    margin: 0 0 0 var(--vspace-0_625);
}

.lining dt,
.lining dd {
    display: inline;
    margin: 0;
}

.lining dt+dt:before,
.lining dd+dt:before {
    content: "\a";
    white-space: pre;
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd:before {
    content: ": ";
    margin-left: -0.2em;
}

.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt+dt:before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
}

img.u-pull-right {
    margin: var(--vspace-0_5) 0 var(--vspace-0_5) var(--vspace-0_75);
}

img.u-pull-left {
    margin: var(--vspace-0_5) var(--vspace-0_75) var(--vspace-0_5) 0;
}

.video-container {
    --aspect-ratio: 16/9;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

fieldset,
button,
.btn {
    margin-bottom: var(--vspace-0_5);
}

input,
textarea,
select,
pre,
blockquote,
figure,
figcaption,
table,
p,
ul,
ol,
dl,
form,
img,
.video-container,
.ss-custom-select {
    margin-bottom: var(--vspace-1);
}

#preloader {
    position: fixed;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 500;
    height: 100vh;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.logo-preload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    transform: translateY(0);
    animation: float 3s ease-in-out infinite;
}

.logo-preload {
    width: 100px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-preload-shape {
    width: 100px;
    height: 80px;
    border-radius: 20px;
    position: relative;
}

.logo-preload-shape:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 10px;
    animation: pulse 2s infinite;
}

.logo-preload-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    text-align: center;
    letter-spacing: 1px;
}

#loader {
    position: relative;
    width: 4px;
    height: 4px;
    padding: 0;
    display: inline-block;
}

#loader>div {
    content: "";
    background: var(--color-loader);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

#loader>div:nth-of-type(1) {
    left: 25px;
}

#loader>div:nth-of-type(3) {
    left: -25px;
}

.dots-fade>div {
    animation: dots-fade 1.6s infinite ease, dots-up 2s infinite ease;
    animation-delay: 0.4s;
}

.dots-fade>div:nth-of-type(1) {
    animation-delay: 0.8s;
}

.dots-fade>div:nth-of-type(3) {
    animation-delay: 0s;
}

@keyframes dots-fade {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    40% {
        opacity: 0.2;
        transform: scale(0.8);
    }

    80% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes dots-up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes textGlow {
    0% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    }

    100% {
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
    }
}

.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: float-particle 15s infinite linear;
}

@keyframes float-particle {
    0% {
        transform: translateY(100vh) translateX(0);
    }

    100% {
        transform: translateY(-100px) translateX(20px);
    }
}

.ss-loaded #preloader {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0.6s var(--ease-smooth-in-out);
}

.ss-loaded #preloader #loader {
    opacity: 0;
    transition: opacity 0.3s var(--ease-smooth-in-out);
}

fieldset {
    border: none;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
    --input-height: var(--vspace-2);
    --input-line-height: var(--vspace-1);
    --input-vpadding: calc((var(--input-height) - var(--input-line-height)) / 2);

    display: block;
    height: var(--input-height);
    padding: var(--input-vpadding) 0 calc(var(--input-vpadding) - 1px);
    border: 0;
    outline: 0;
    color: var(--color-text-light);
    font-family: var(--type-body);
    font-size: calc(var(--text-size) * 0.9);
    line-height: var(--input-line-height);
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid var(--color-border);
    transition: all 0.3s var(--ease-smooth-in-out);
}

.ss-custom-select {
    position: relative;
    padding: 0;
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    margin: 0;
    vertical-align: middle;
    line-height: var(--vspace-1);
}

.ss-custom-select select option {
    padding-inline: var(--vspace-0_625);
    background-color: var(--color-bg);
}

.ss-custom-select select::-ms-expand {
    display: none;
}

.ss-custom-select::after {
    border-bottom: 1px solid var(--color-text);
    border-right: 1px solid var(--color-text);
    content: "";
    display: block;
    height: var(--vspace-0_25);
    width: var(--vspace-0_25);
    margin-top: calc((var(--vspace-0_25) - 1) * -1);
    pointer-events: none;
    position: absolute;
    right: var(--vspace-0_75);
    top: 50%;
    transition: all 0.15s var(--ease-smooth-in-out);
    transform-origin: 66% 66%;
    transform: rotate(45deg);
}

textarea {
    min-height: var(--vspace-8);
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    color: var(--color-bg-accent);
    border-bottom: 1px solid var(--color-bg-accent);
}

label,
legend {
    display: flex;
    align-items: flex-start;
    font-family: var(--type-body);
    font-weight: 600;
    font-size: var(--text-xs);
    line-height: var(--vspace-0_625);
    margin-bottom: var(--vspace-0_25);
    color: var(--color-headings);
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
}

label>.label-text {
    display: inline-block;
    margin-left: var(--vspace-0_25);
    font-family: var(--type-body);
    line-height: inherit;
}

label>input[type=checkbox],
label>input[type=radio] {
    margin: 0;
    position: relative;
    top: var(--vspace-0_125);
}

::-moz-placeholder {
    color: var(--color-placeholder);
    opacity: 1;
}

::placeholder {
    color: var(--color-placeholder);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--color-bg-accent);
    -webkit-transition: background-color 5000s var(--ease-smooth-in-out) 0s;
    transition: background-color 5000s var(--ease-smooth-in-out) 0s;
}

.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {

    --btn-text-size: var(--text-sm);
    --btn-lineheight: var(--vspace-0_75);
    --btn-icon-size: var(--btn-text-size);
    --btn-gap: var(--vspace-0_25);
    --btn-border-width: 1px;
    --btn-padding: var(--vspace-0_5);
    --btn-vpadding: calc(var(--btn-padding) - var(--btn-border-width));
    --btn-hpadding: calc((var(--btn-padding) * 2) - var(--btn-border-width));
    --btn-radius: var(--radius-full);

    display: inline-flex;
    gap: var(--btn-gap);
    align-items: center;
    justify-content: center;
    font-family: var(--type-body);
    font-weight: 500;
    font-size: var(--btn-text-size);
    letter-spacing: 0.02em;
    line-height: var(--btn-lineheight);
    padding: var(--btn-vpadding) var(--btn-hpadding);
    margin: 0 var(--vspace-0_25) var(--vspace-0_5) 0;
    color: var(--color-btn-text);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: var(--btn-radius);
    background-color: var(--color-btn);
    border: var(--btn-border-width) solid var(--color-btn);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s var(--ease-smooth-in-out);
}

.btn:focus,
.btn:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
    background-color: var(--color-btn-hover);
    border-color: var(--color-btn-hover);
    color: var(--color-btn-hover-text);
    outline: 0;
}

.btn .btn__icon,
button .btn__icon,
input[type=submit] .btn__icon,
input[type=reset] .btn__icon,
input[type=button] .btn__icon {
    height: var(--btn-icon-size);
    width: var(--btn-icon-size);
    margin: 0;
}

.btn.btn--primary,
button.btn--primary,
input[type=submit].btn--primary,
input[type=reset].btn--primary,
input[type=button].btn--primary {
    background: var(--color-btn-primary);
    border-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
}

.btn.btn--primary:focus,
.btn.btn--primary:hover,
button.btn--primary:focus,
button.btn--primary:hover,
input[type=submit].btn--primary:focus,
input[type=submit].btn--primary:hover,
input[type=reset].btn--primary:focus,
input[type=reset].btn--primary:hover,
input[type=button].btn--primary:focus,
input[type=button].btn--primary:hover {
    background: var(--color-btn-primary-hover);
    border-color: var(--color-btn-primary-hover);
    color: var(--color-btn-primary-hover-text);
}

.btn.btn--ghost,
button.btn--ghost,
input[type=submit].btn--ghost,
input[type=reset].btn--ghost,
input[type=button].btn--ghost {
    background: transparent;
    border-color: var(--color-btn-ghost);
    color: var(--color-btn-ghost-text);
}

.btn.btn--ghost:focus,
.btn.btn--ghost:hover,
button.btn--ghost:focus,
button.btn--ghost:hover,
input[type=submit].btn--ghost:focus,
input[type=submit].btn--ghost:hover,
input[type=reset].btn--ghost:focus,
input[type=reset].btn--ghost:hover,
input[type=button].btn--ghost:focus,
input[type=button].btn--ghost:hover {
    background: var(--color-btn-ghost-hover);
    border: var(--btn-border-width) solid var(--color-btn-ghost-hover);
    color: var(--color-btn-ghost-hover-text);
}

.btn.u-fullwidth,
button.u-fullwidth,
input[type=submit].u-fullwidth,
input[type=reset].u-fullwidth,
input[type=button].u-fullwidth {
    width: 100%;
    margin-right: 0;
}

.btn.btn--small,
button.btn--small,
input[type=submit].btn--small,
input[type=reset].btn--small,
input[type=button].btn--small {
    --btn-text-size: var(--text-xs);
    --btn-lineheight: var(--vspace-0_5);
    --btn-hpadding: calc((var(--btn-padding) * 1.5) - var(--btn-border-width));
}

.btn.btn--medium,
button.btn--medium,
input[type=submit].btn--medium,
input[type=reset].btn--medium,
input[type=button].btn--medium {
    --btn-padding: calc(var(--vspace-0_625));
}

.btn.btn--large,
button.btn--large,
input[type=submit].btn--large,
input[type=reset].btn--large,
input[type=button].btn--large {
    --btn-text-size: var(--text-base);
    --btn-padding: calc(var(--vspace-0_75));
}

.btn.btn--pill,
button.btn--pill,
input[type=submit].btn--pill,
input[type=reset].btn--pill,
input[type=button].btn--pill {
    --btn-radius: var(--radius-full);
}

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: var(--type-body);
    border-collapse: collapse;
}

th,
td {
    padding: var(--vspace-0_5) var(--vspace-1) calc(var(--vspace-0_5) - 1px);
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

th {
    padding: var(--vspace-0_5) var(--vspace-1);
    color: var(--color-text-bold);
    font-family: var(--type-headings-alt);
    font-size: var(--text-sm);
    font-weight: 600;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pgn {
    --pgn-num-height: calc(var(--vspace-1) + var(--vspace-0_125));

    margin: 0 auto var(--vspace-1);
    text-align: center;
}

.pgn ul {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    margin-left: 0;
    position: relative;
    padding: 0 var(--vspace-2);
}

.pgn ul li {
    margin: 0;
    padding: 0;
}

.pgn__num {
    font-family: var(--type-body);
    font-weight: 400;
    font-size: var(--text-sm);
    line-height: var(--vspace-1);
    display: block;
    padding: 0.2rem var(--vspace-0_375);
    height: var(--pgn-num-height);
    margin: 0.2rem 0.2rem;
    color: var(--color-text);
    border-radius: var(--border-radius);
    transition: all, 0.3s, var(--ease-snappy-polished);
}

.pgn__num:focus,
.pgn__num:hover {
    background: var(--color-border);
    color: var(--color-white);
}

.pgn .current,
.pgn .current:focus,
.pgn .current:hover {
    background: var(--color-border);
    color: var(--color-white);
}

.pgn .inactive,
.pgn .inactive:focus,
.pgn .inactive:hover {
    opacity: 0.4;
    cursor: default;
}

.pgn__prev,
.pgn__next {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: var(--pgn-num-height);
    width: var(--vspace-1_5);
    line-height: var(--vspace-1);
    border-radius: var(--border-radius);
    padding: 0;
    margin: 0;
    opacity: 1;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    transition: all, 0.3s, var(--ease-snappy-polished);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.pgn__prev:focus,
.pgn__prev:hover,
.pgn__next:focus,
.pgn__next:hover {
    background: var(--color-border);
}

.pgn__prev svg,
.pgn__next svg {
    height: var(--vspace-0_75);
    width: var(--vspace-0_75);
    transition: all, 0.3s, var(--ease-snappy-polished);
}

.pgn__prev svg path,
.pgn__next svg path {
    fill: var(--color-text);
}

.pgn__prev {
    left: 0;
}

.pgn__next {
    right: 0;
}

.pgn__prev.inactive,
.pgn__next.inactive {
    opacity: 0.4;
    cursor: default;
}

.pgn__prev.inactive:focus,
.pgn__prev.inactive:hover,
.pgn__next.inactive:focus,
.pgn__next.inactive:hover {
    background-color: transparent;
}

@media screen and (max-width: 600px) {
    .pgn ul {
        padding: 0 var(--vspace-1_75);
    }
}

.alert-box {
    padding: var(--vspace-0_75) var(--vspace-1_25) var(--vspace-0_75) var(--vspace-1);
    margin-bottom: var(--vspace-1);
    border-radius: var(--border-radius);
    font-family: var(--type-body);
    font-weight: 400;
    font-size: var(--text-sm);
    line-height: var(--vspace-0_75);
    opacity: 1;
    visibility: visible;
    position: relative;
}

.alert-box__close {
    position: absolute;
    display: block;
    right: var(--vspace-0_5);
    top: var(--vspace-0_5);
    cursor: pointer;
    width: var(--vspace-0_375);
    height: var(--vspace-0_375);
}

.alert-box__close::before,
.alert-box__close::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: var(--vspace-0_375);
    position: absolute;
    top: 0;
    left: var(--vspace-0_125);
}

.alert-box__close::before {
    transform: rotate(45deg);
}

.alert-box__close::after {
    transform: rotate(-45deg);
}

.alert-box--error {
    background-color: var(--color-error);
    color: var(--color-error-content);
}

.alert-box--error .alert-box__close::before,
.alert-box--error .alert-box__close::after {
    background-color: var(--color-error-content);
}

.alert-box--success {
    background-color: var(--color-success);
    color: var(--color-success-content);
}

.alert-box--success .alert-box__close::before,
.alert-box--success .alert-box__close::after {
    background-color: var(--color-success-content);
}

.alert-box--info {
    background-color: var(--color-info);
    color: var(--color-info-content);
}

.alert-box--info .alert-box__close::before,
.alert-box--info .alert-box__close::after {
    background-color: var(--color-info-content);
}

.alert-box--notice {
    background-color: var(--color-notice);
    color: var(--color-notice-content);
}

.alert-box--notice .alert-box__close::before,
.alert-box--notice .alert-box__close::after {
    background-color: var(--color-notice-content);
}

.alert-box.hideit {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s var(--ease-snappy-polished);
}

.skill-bars {
    list-style: none;
    margin: var(--vspace-2) 0 var(--vspace-1);
}

.skill-bars li {
    height: var(--vspace-0_125);
    background: var(--color-bg-neutral-light);
    width: 100%;
    margin-bottom: calc(var(--vspace-2) - var(--vspace-0_125));
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    font-family: var(--type-body);
    font-weight: 600;
    color: var(--color-text);
    font-size: var(--text-xs);
    line-height: var(--vspace-0_75);
    position: absolute;
    left: 0;
    top: calc(var(--vspace-1) * 1.25 * -1);
}

.skill-bars li .progress {
    background: var(--color-bg-accent);
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    display: block;
    font-family: var(--type-body);
    font-weight: 600;
    color: var(--color-text);
    font-size: 1.1rem;
    line-height: 1;
    background: var(--color-bg-neutral);
    padding: var(--vspace-0_25);
    border-radius: var(--radius-sm);
    position: absolute;
    right: 0;
    top: calc((var(--vspace-1) + var(--vspace-0_25)) * -1);
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: var(--color-bg-neutral, var(--color-black));
    content: "";
}

.skill-bars li .percent5 {
    width: 5%;
}

.skill-bars li .percent10 {
    width: 10%;
}

.skill-bars li .percent15 {
    width: 15%;
}

.skill-bars li .percent20 {
    width: 20%;
}

.skill-bars li .percent25 {
    width: 25%;
}

.skill-bars li .percent30 {
    width: 30%;
}

.skill-bars li .percent35 {
    width: 35%;
}

.skill-bars li .percent40 {
    width: 40%;
}

.skill-bars li .percent45 {
    width: 45%;
}

.skill-bars li .percent50 {
    width: 50%;
}

.skill-bars li .percent55 {
    width: 55%;
}

.skill-bars li .percent60 {
    width: 60%;
}

.skill-bars li .percent65 {
    width: 65%;
}

.skill-bars li .percent70 {
    width: 70%;
}

.skill-bars li .percent75 {
    width: 75%;
}

.skill-bars li .percent80 {
    width: 80%;
}

.skill-bars li .percent85 {
    width: 85%;
}

.skill-bars li .percent90 {
    width: 90%;
}

.skill-bars li .percent95 {
    width: 95%;
}

.skill-bars li .percent100 {
    width: 100%;
}

.stats-tabs {
    padding: 0;
    margin: var(--vspace-1) 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 var(--vspace-0_5) var(--vspace-0_5) 0;
    padding: 0 var(--vspace-0_5) 0 0;
    border-right: 1px solid var(--color-border);
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: block;
    font-family: var(--type-body);
    font-size: var(--text-xl);
    font-weight: 600;
    line-height: var(--vspace-1_5);
    border: none;
    color: var(--color-text);
}

.stats-tabs li a:hover {
    color: var(--color-1-500);
}

.stats-tabs li a em {
    display: block;
    margin: 0;
    font-family: var(--type-body);
    font-size: var(--text-xs);
    line-height: var(--vspace-0_5);
    font-weight: 400;
    font-style: normal;
    color: var(--color-text-light);
}

.width-sixteen-col {
    --width-grid-max: var(--width-sixteen-cols);
}

.width-wide {
    --width-grid-max: var(--width-wide);
}

.width-narrow {
    --width-grid-max: var(--width-narrow);
}

.width-narrower {
    --width-grid-max: var(--width-narrower);
}

.section-header {
    margin-bottom: var(--vspace-2);
}

.section-header .text-display-title {
    margin-top: 0;
    font-size: clamp(var(--text-display), var(--text-display) - 1rem + 2vw, var(--text-huge));
}

.section-header::before {
    display: block;
    content: attr(data-num) ".";
    font-family: var(--type-headings);
    font-weight: 400;
    font-size: var(--text-md);
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--color-text-light);
    margin-left: 0.4em;
    margin-bottom: -0.4em;
}

.social-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

.social-list li {
    padding-left: 0;
    margin-right: var(--vspace-0_25);
}

.social-list li:last-child {
    margin-right: 0;
}

.social-list a {
    display: flex;
    align-items: center;
}

.social-list a:focus svg path,
.social-list a:focus svg circle,
.social-list a:hover svg path,
.social-list a:hover svg circle {
    fill: var(--color-white);
}

.social-list svg {
    height: var(--vspace-0_875);
    width: var(--vspace-0_875);
}

.social-list svg path,
.social-list svg circle {
    fill: rgba(255, 255, 255, 0.5);
    transition: all 0.3s var(--ease-snappy-polished);
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--vspace-0_375);
}

.swiper-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--color-neutral-500);
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
    background: var(--color-white);
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet:only-child {
    visibility: hidden;
}

.glightbox-container a {
    font-weight: 500 !important;
    color: var(--color-link);
    border-bottom: 1px dotted var(--color-link);
}

.glightbox-container .gslide-inner-content {
    width: min(100%, 1050px);
}

.glightbox-container .gslide-description {
    background: rgb(0, 0, 0);
    width: 100%;
    text-align: center;
}

.glightbox-container .gdesc-inner {
    padding: var(--vspace-1_25) var(--vspace-0_75) var(--vspace-2);
}

.glightbox-container .gslide-title,
.glightbox-container .gslide-desc {
    width: min(100%, 600px);
    margin: 0 auto;
}

.glightbox-container .gslide-title {
    font-family: var(--type-body);
    font-weight: 400;
    font-size: 1.7rem !important;
    color: var(--color-white);
    margin-top: 0;
    margin-bottom: var(--vspace-0_375);
}

.glightbox-container .gslide-desc {
    font-family: var(--type-body);
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.571;
    color: rgba(255, 255, 255, 0.5) !important;
}

.glightbox-container .gprev,
.glightbox-container .gnext,
.glightbox-container .gclose {
    margin: 0;
    padding: 0;
}

.glightbox-container .gprev svg,
.glightbox-container .gnext svg,
.glightbox-container .gclose svg {
    width: var(--vspace-0_75);
}

.glightbox-container .goverlay {
    background: #000;
}

.glightbox-mobile .gslide-inner-content {
    padding-top: 0;
}

.glightbox-mobile .glightbox-container .gslide-desc a,
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: var(--color-link);
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    opacity: 1;
}

.s-pagewrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}

.ss-preload .s-pagewrap {
    opacity: 0;
    visibility: hidden;
}

.ss-loaded .s-pagewrap {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s var(--ease-smooth-in-out), visibility 0.3s var(--ease-smooth-in-out);
}

.s-header {
    --header-height: 7.2rem;
    --logo-width: 6.8rem;

    z-index: 100;
    background-color: transparent;
    font-size: var(--text-sm);
    line-height: var(--vspace-1);
    height: var(--header-height);
    width: 100%;
    position: absolute;
    top: var(--vspace-0_5);
    left: 0;
}

.s-header .s-header__content {
    background-color: transparent;
}

.s-header.offset {
    transform: translateY(-100%);
    transition-property: transform, background-color;
    transition-duration: 0.6s;
}

.s-header.scrolling {
    transform: translateY(0);
}

.s-header.sticky {
    --header-height: calc(var(--vspace-2_5) + var(--vspace-0_25));

    opacity: 0;
    visibility: hidden;
    background-color: var(--color-bg);
    box-shadow: var(--shadow-medium);
    border-bottom: 1px solid var(--color-bg-neutral-dark);
    position: fixed;
    top: 0;
    left: 0;
}

.s-header.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}

.s-header__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--header-height);
    background-color: var(--color-bg);
    padding: 0 calc(var(--gutter) * 2);
    position: relative;
}

.s-header__block {
    z-index: 101;
    align-items: center;
}

.header-logo {
    z-index: 3;
    line-height: 1;
    transform: translate(0, calc(-50% + 0.2rem));
    position: absolute;
    left: calc(var(--gutter) * 2);
    top: 50%;
}

.header-logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

.header-logo img {
    width: var(--logo-width);
    margin: 0;
    vertical-align: bottom;
}

.header-nav__links {
    list-style: none;
    display: inline-flex;
    flex-flow: row nowrap;
    margin: 0;
    padding: 0 var(--vspace-1_25);
}

.header-nav__links li {
    padding-left: 0;
}

.header-nav__links a {
    display: block;
    font-family: var(--type-body);
    font-weight: 500;
    color: var(--color-text-light);
    padding: 0 var(--vspace-0_375);
    transition-property: color, background-color;
    transition-duration: 0.3s;
}

.header-nav__links a:focus,
.header-nav__links a:hover {
    color: var(--color-text);
}

.header-nav__links .current a {
    color: var(--color-white);
}

.header-contact {
    transform: translate(0, calc(-50% + 0.2rem));
    position: absolute;
    right: calc(var(--gutter) * 2);
    top: 50%;
}

.header-contact__num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--vspace-0_25);
}

.header-contact__num svg {
    height: var(--vspace-0_5);
    width: var(--vspace-0_5);
}

.header-contact__num svg path {
    stroke: var(--color-text);
}

.header-contact .btn {
    margin: 0 0 var(--vspace-0_125) 0;
}

.header-menu-toggle {
    --toggle-block-width: 44px;
    --toggle-line-width: 28px;
    --toggle-line-height: 1px;

    display: none;
    width: var(--toggle-block-width);
    height: var(--toggle-block-width);
    position: absolute;
    top: calc((var(--header-height) - var(--toggle-block-width)) / 2);
    right: calc(var(--gutter) * 2 - var(--vspace-0_125));
}

.header-menu-toggle span {
    display: block;
    background-color: var(--color-white);
    width: var(--toggle-line-width);
    height: var(--toggle-line-height);
    margin-top: -1px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    transition: all 0.5s;
    position: absolute;
    right: calc((var(--toggle-block-width) - var(--toggle-line-width)) / 2);
    top: 50%;
    bottom: auto;
    left: auto;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    transition: all 0.5s;
    position: absolute;
    left: 0;
}

.header-menu-toggle span::before {
    top: -8px;
}

.header-menu-toggle span::after {
    bottom: -8px;
}

.header-menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.1s;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
    background-color: var(--color-white);
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    transform: rotate(225deg);
}

@media screen and (max-width: 1000px) {
    .header-nav__links a {
        padding: 0 var(--vspace-0_375);
    }
}

@media screen and (max-width: 900px) {
    .s-header {
        --header-height: 80px;
        top: 0;
    }

    .s-header__content {
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none;
    }

    .s-header__block {
        width: 100%;
        height: var(--header-height);
        border: none;
        border-bottom: var(--color-bg-neutral-dark);
    }

    .header-logo {
        transform: translate(0, -50%);
    }

    .header-nav {
        display: block;
        width: 100%;
        transform: scaleY(0);
        transform-origin: center top;
        background-color: var(--color-bg);
        box-shadow: var(--shadow-medium);
        border-bottom: 1px solid var(--color-bg-neutral-dark);
        padding-top: calc(var(--header-height) + var(--vspace-1_25));
        padding-right: calc(var(--gutter) * 2 + 0.2rem);
        padding-left: calc(var(--gutter) * 2 + 0.2rem);
        padding-bottom: var(--vspace-1_5);
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header-nav__links {
        display: block;
        padding-left: 0;
        margin: 0 0 var(--vspace-1_5) 0;
        transform: translateY(-2rem);
        opacity: 0;
        visibility: hidden;
    }

    .header-nav__links a {
        font-size: var(--text-base);
        padding: var(--vspace-0_25) 0;
    }

    .header-contact {
        position: static;
        transform: translateY(-2rem);
        opacity: 0;
        visibility: hidden;
    }

    .header-contact .btn {
        margin: 0;
    }

    .header-menu-toggle {
        display: block;
    }

    .menu-is-open .s-header {
        height: auto;
    }

    .menu-is-open .s-header__block {
        box-shadow: none;
    }

    .menu-is-open .header-nav {
        transform: scaleY(1);
        transition: transform 0.3s var(--ease-quick-out);
        transition-delay: 0s;
    }

    .menu-is-open .header-nav__links,
    .menu-is-open .header-contact {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: all 0.6s var(--ease-quick-out);
        transition-delay: 0.3s;
    }
}

@media screen and (max-width: 600px) {
    .header-logo {
        left: calc(var(--gutter) * 2);
    }

    .header-menu-toggle {
        right: calc(var(--gutter) * 2);
    }

    .header-nav {
        padding-right: calc(var(--gutter) * 2 + var(--vspace-0_125));
        padding-left: calc(var(--gutter) * 2 + var(--vspace-0_125));
    }
}

@media screen and (max-width: 400px) {
    .s-header {
        --logo-width: 9.8rem;
    }
}

.bg-dots {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image:
        radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0) 2px, transparent 0),
        radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0) 1px, transparent 0);
    background-size: 40px 40px, 40px 40px;
    background-position: 0 0, 20px 20px;
    opacity: 0.2;
}

.cursor-follower {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-1-300);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    mix-blend-mode: difference;
    opacity: 0.3;
    transform: translate(-50%, -50%);
}

@media (hover: none) and (pointer: coarse) {
    .cursor-follower {
        display: none;
    }
}

body {
    cursor: auto;
}

a,
button,
.btn,
.tab-nav a,
.gallery-items__item-thumb,
.swiper-container,
input,
textarea,
select {
    cursor: auto;
}

.cursor-follower.slow-transition {
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}









.s-intro {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-bg);
    overflow: hidden;
    perspective: 2000px;
}

.s-intro::before {
    content: "";
    position: absolute;
    width: 40vw;
    height: 40vw;
    background: radial-gradient(circle, var(--color-1-500) 0%, transparent 70%);
    top: 10%;
    right: -5%;
    opacity: 0.1;
    filter: blur(100px);
    z-index: 0;
}

.intro-universe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform-origin: center;
}

.orbit-1 {
    width: 45vw;
    height: 45vw;
    border: 1px dashed var(--color-1-500);
    opacity: 0.15;
    animation: spinOrbit 40s linear infinite;
    margin-top: -22.5vw;
    margin-left: -22.5vw;
}

.orbit-2 {
    width: 65vw;
    height: 65vw;
    border: 1px solid var(--color-accent-yellow);
    opacity: 0.1;
    animation: spinOrbit 60s linear infinite reverse;
    margin-top: -32.5vw;
    margin-left: -32.5vw;
}

.orbit-3 {
    width: 90vw;
    height: 90vw;
    border: 2px solid var(--color-text);
    opacity: 0.05;
    animation: spinOrbit 100s linear infinite;
    margin-top: -45vw;
    margin-left: -45vw;
}

@keyframes spinOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.intro-grid-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--width-wide);
    padding: 0 var(--gutter);
}

.future-sub-title,
.future-title,
.future-desc,
.intro-features,
.future-actions,
.tech-stats,
.intro-col-image,
.scroll-hud {
    opacity: 0;
}

.ss-loaded .future-sub-title {
    animation: revealUp 1s ease forwards;
    animation-delay: 0.2s;
}

.ss-loaded .future-title {
    animation: revealUp 1s ease forwards;
    animation-delay: 0.4s;
}

.ss-loaded .future-desc {
    animation: revealUp 1s ease forwards;
    animation-delay: 0.6s;
}

.ss-loaded .intro-features {
    animation: revealUp 1s ease forwards;
    animation-delay: 0.7s;
}

.ss-loaded .future-actions {
    animation: revealUp 1s ease forwards;
    animation-delay: 0.8s;
}

.ss-loaded .tech-stats {
    animation: revealUp 1s ease forwards;
    animation-delay: 1s;
}

.ss-loaded .intro-col-image {
    animation: revealRight 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.6s;
}

.ss-loaded .scroll-hud {
    animation: revealUp 1s ease forwards;
    animation-delay: 1.5s;
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

@keyframes revealRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

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

.future-sub-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.future-sub-title .line {
    height: 2px;
    width: 40px;
    background: var(--color-1-500);
}

.future-sub-title .text {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-1-500);
    font-weight: 700;
}

.future-title {
    font-size: clamp(3.5rem, 6vw, 7.5rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--color-headings);
    letter-spacing: -0.03em;
    background: linear-gradient(120deg, var(--color-accent-yellow) 0%, var(--color-1-500) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.future-desc {
    font-size: 1.7rem;
    line-height: 1.6;
    color: var(--color-text-light);
    margin-bottom: 3.5rem;
    max-width: 500px;
}

.intro-features {
    display: flex;
    gap: 25px;
    margin-bottom: 45px;
}

.feat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 600;
}

.feat-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(127, 127, 127, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent-yellow);
    border: 1px solid rgba(127, 127, 127, 0.2);
}

.future-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
    align-items: center;
}

.is-mobile-actions {
    display: none;
}

.btn-future {
    position: relative;
    height: 50px;
    padding: 0 32px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
}

.btn-primary-glow {
    background: var(--color-1-500);
    color: #fff;
    border: none;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.4);
}

.btn-primary-glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px -5px rgba(255, 0, 0, 0.3);
    color: #fff;
}

.btn-outline-yellow {
    background: transparent;
    color: var(--color-accent-yellow);
    border: 2px solid var(--color-accent-yellow);
}

.btn-outline-yellow:hover {
    background: var(--color-accent-yellow);
    color: var(--color-bg);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px -5px rgba(215, 204, 117, 0.3);
}

.tech-stats {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 18px 30px;
    background: rgba(127, 127, 127, 0.04);
    border: 1px solid rgba(127, 127, 127, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(5px);
}

.stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-headings);
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text-light);
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.stat-divider {
    width: 1px;
    height: 30px;
    background: rgba(127, 127, 127, 0.2);
}

.stack-container {
    position: relative;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 4/5;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.floating-badge {
    position: absolute;
    top: 10%;
    left: -8%;
    padding: 10px 20px;
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    color: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    animation: badgeFloat 4s ease-in-out infinite;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--color-accent-yellow);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--color-accent-yellow);
}

@keyframes badgeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.stack-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.8s ease,
        filter 0.8s ease,
        z-index 0s linear 0.4s;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    will-change: transform, opacity;
}

.stack-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layer-1 {
    z-index: 3;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: grayscale(0%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.layer-2 {
    z-index: 2;
    transform: translate3d(10%, -6%, -80px);
    opacity: 0.7;
    filter: grayscale(30%);
}

.layer-3 {
    z-index: 1;
    transform: translate3d(20%, -12%, -160px);
    opacity: 0.4;
    filter: grayscale(100%);
}

.layer-leaving {
    z-index: 4 !important;
    transform: translate3d(-120%, 15%, 50px) rotate(-15deg) !important;
    opacity: 0 !important;
}

.corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-accent-yellow);
    z-index: 4;
    opacity: 0.8;
}

.c-tl {
    top: 25px;
    left: 25px;
    border-right: none;
    border-bottom: none;
}

.c-tr {
    top: 25px;
    right: 25px;
    border-left: none;
    border-bottom: none;
}

.c-bl {
    bottom: 25px;
    left: 25px;
    border-right: none;
    border-top: none;
}

.c-br {
    bottom: 25px;
    right: 25px;
    border-left: none;
    border-top: none;
}

.scroll-hud {
    position: absolute;
    bottom: 40px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.hud-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, var(--color-1-500), transparent);
}

.hud-text {
    writing-mode: vertical-rl;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.hud-text:hover {
    opacity: 1;
    color: var(--color-accent-yellow);
}

html[lang="ar"] .layer-2,
html[lang="ku-sorani"] .layer-2,
html[lang="ku-badini"] .layer-2 {
    transform: translate3d(-10%, -6%, -80px);
}

html[lang="ar"] .layer-3,
html[lang="ku-sorani"] .layer-3,
html[lang="ku-badini"] .layer-3 {
    transform: translate3d(-20%, -12%, -160px);
}

html[lang="ar"] .layer-leaving,
html[lang="ku-sorani"] .layer-leaving,
html[lang="ku-badini"] .layer-leaving {
    transform: translate3d(120%, 15%, 50px) rotate(15deg) !important;
}

html[lang="ar"] .floating-badge,
html[lang="ku-sorani"] .floating-badge,
html[lang="ku-badini"] .floating-badge {
    left: auto;
    right: -8%;
}

@media screen and (max-width: 1200px) {
    .future-title {
        font-size: 5rem;
    }

    .stack-container {
        max-width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .future-title {
        font-size: 4rem;
    }

    .stack-container {
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .s-intro {
        height: auto;
        min-height: 100dvh;
        padding: 80px 0;
        align-items: flex-start;
    }

    .intro-grid-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 50px;
    }

    .intro-col-text {
        order: 1;
    }

    .intro-col-image {
        order: 2;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .future-sub-title {
        justify-content: center;
    }

    .future-title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .future-desc {
        font-size: 1.2rem;
        margin: 0 auto 2rem;
    }

    .intro-features {
        justify-content: center;
        margin-bottom: 30px;
    }

    .is-desktop-actions {
        display: none;
    }

    .is-mobile-actions {
        display: flex;
        margin-top: 40px;
        justify-content: center;
        width: 100%;
    }

    .btn-future {
        height: 48px;
        padding: 0 28px;
        font-size: 12px;
    }

    .orbit-1 {
        width: 70vw;
        height: 70vw;
        margin-top: -35vw;
        margin-left: -35vw;
    }

    .orbit-2 {
        width: 90vw;
        height: 90vw;
        margin-top: -45vw;
        margin-left: -45vw;
    }

    .orbit-3 {
        width: 130vw;
        height: 130vw;
        margin-top: -65vw;
        margin-left: -65vw;
    }

    .scroll-hud {
        display: none;
    }

    .stack-container {
        max-width: 280px;
        margin: 0 auto;
    }

    .layer-2 {
        transform: translate3d(6%, -4%, 0);
        opacity: 0.8;
    }

    .layer-3 {
        transform: translate3d(12%, -8%, 0);
        opacity: 0.6;
    }

    .layer-leaving {
        transform: translate3d(-120%, 15%, 50px) rotate(-15deg) !important;
    }

    .floating-badge {
        padding: 8px 16px;
        font-size: 11px;
        top: 5%;
        left: -10px;
    }

    html[lang="ar"] .floating-badge,
    html[lang="ku-sorani"] .floating-badge,
    html[lang="ku-badini"] .floating-badge {
        left: auto;
        right: -10px;
    }
}

@media screen and (max-width: 480px) {
    .future-title {
        font-size: 2.4rem;
    }

    .tech-stats {
        width: 100%;
        justify-content: center;
        padding: 15px;
    }

    .stat-num {
        font-size: 1.6rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .stack-container {
        max-width: 240px;
    }

    .is-mobile-actions {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .btn-future {
        width: 100%;
    }
}




































.s-about {
    padding-top: var(--vspace-5);
}

.s-about__content {
    align-items: flex-start;
    justify-content: space-between;
}

.s-about__content-start {
    position: sticky;
    top: var(--vspace-5);
    margin-bottom: var(--vspace-2);
}

.s-about__content-end {
    padding-top: var(--vspace-1_5);
    padding-bottom: var(--vspace-1);
}

.about-pic-primary {
    width: 100%;
}

.about-pic-primary img {
    padding: 0;
    margin: 0;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 2000/2000;
}

@media screen and (max-width: 1000px) {
    .s-about__content-start {
        position: static;
        margin-bottom: var(--vspace-1);
        display: flex;
        gap: var(--gutter);
    }

    .s-about__content-start .section-header {
        width: 50%;
    }

    .s-about__content-start .about-pic-primary {
        width: 50%;
    }

    .s-about__content-end {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .s-about__content-start {
        display: block;
    }

    .s-about__content-start .section-header {
        width: auto;
    }

    .s-about__content-start .about-pic-primary {
        width: min(400px, 100%);
        margin-inline: auto;
    }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 10px;
    height: 80vh;
    min-height: 600px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-sm, 8px);
}

.gallery-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.gallery-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.gallery-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.gallery-item:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.gallery-item:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.gallery-item:nth-child(6) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.gallery-item:nth-child(7) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.gallery-item:nth-child(8) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.center-large {
    grid-column: 2 / 5;
    grid-row: 2 / 5;
}

.gallery-item:nth-child(10) {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
}

.gallery-item:nth-child(11) {
    grid-column: 5 / 6;
    grid-row: 3 / 4;
}

.gallery-item:nth-child(12) {
    grid-column: 5 / 6;
    grid-row: 4 / 5;
}

.gallery-item:nth-child(13) {
    grid-column: 5 / 6;
    grid-row: 5 / 6;
}

.gallery-item:nth-child(14) {
    grid-column: 2 / 3;
    grid-row: 5 / 6;
}

.gallery-item:nth-child(15) {
    grid-column: 3 / 4;
    grid-row: 5 / 6;
}

.gallery-item:nth-child(16) {
    grid-column: 4 / 5;
    grid-row: 5 / 6;
}

.gallery-item:nth-child(17) {
    grid-column: 5 / 6;
    grid-row: 1 / 2;
}

.gallery-items__item-thumb {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.gallery-items__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.gallery-items__item-thumb:hover img {
    transform: scale(1.05);
}

.gallery-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(9, 10, 10, 0.5) 12%, rgba(9, 10, 10, 0) 100%);
    pointer-events: none;
}

.gallery-items__item-thumb::before {
    z-index: 1;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}

.gallery-items__item-thumb::after {
    z-index: 1;
    content: "+";
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: white;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: all 0.6s ease;
    position: absolute;
    left: 50%;
    top: 50%;
}

.gallery-items__item-thumb:focus::before,
.gallery-items__item-thumb:hover::before {
    opacity: 1;
    visibility: visible;
}

.gallery-items__item-thumb:focus::after,
.gallery-items__item-thumb:hover::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

@media screen and (max-width: 1200px) {
    .gallery-grid {
        height: 70vh;
        min-height: 500px;
        gap: 8px;
    }
}

@media screen and (max-width: 1000px) {
    .gallery-grid {
        height: 60vh;
        min-height: 400px;
        gap: 6px;
    }
}

@media screen and (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(9, 1fr);
        height: auto;
        min-height: auto;
        gap: 4px;
    }

    .gallery-item {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .center-large {
        grid-column: 1 / 3;
        grid-row: 5 / 7;
    }
}

.s-testimonials {
    padding-top: var(--vspace-5);
    padding-bottom: var(--vspace-2_5);
}

.s-testimonials .testimonials-title {
    margin-top: 0;
}

.s-testimonials .swiper-container {
    padding-bottom: var(--vspace-2);
}

.s-testimonials .testimonials-slider {
    margin-top: var(--vspace-2_5);
}

.testimonials-slider__slide {
    font-size: calc(var(--text-size) * 1.1);
    line-height: calc(1.125 * var(--space));
    padding-top: var(--vspace-1);
    border-top: 1px solid var(--color-border);
    position: relative;
}

@media screen and (max-width: 400px) {
    .testimonials-slider__slide {
        font-size: var(--text-base);
        line-height: var(--vspace-1);
    }
}

.testimonials-slider__author {
    display: flex;
    align-items: center;
    padding-bottom: var(--vspace-1_5);
    position: relative;
}

.testimonials-slider__avatar {
    background-color: var(--color-bg-neutral);
    width: 55px;
    height: 50px;
    padding: var(--vspace-0_25);
    margin-bottom: 0;
    margin-right: var(--vspace-0_5);
    border-radius: 100%;
    outline: none;
}

.testimonials-slider__cite {
    display: block;
    font-family: var(--type-body);
    font-weight: 500;
    font-size: var(--text-sm);
    line-height: 1.2;
    position: relative;
}

.testimonials-slider__cite span {
    display: block;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.2;
    color: var(--color-text-light);
    margin-top: 0.4rem;
}

@media screen and (max-width: 800px) {
    .testimonials-slider__slide {
        text-align: center;
    }

    .testimonials-slider__author {
        justify-content: center;
    }

    .testimonials-slider__cite {
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .s-testimonials {
        padding-top: var(--vspace-4);
        padding-bottom: var(--vspace-3);
    }

    .s-testimonials .swiper-container {
        padding-bottom: var(--vspace-1_5);
    }
}

@media screen and (max-width: 400px) {
    .testimonials-slider__cite {
        font-size: calc(var(--text-size) * 0.75);
    }
}





.s-footer {
    padding: 50px 0 30px;
    background: #050505;
    position: relative;
    border-top: 1px solid rgba(215, 204, 117, 0.1);
    /* Gold tint border */
    overflow: hidden;
}

/* Luxury spotlight effect */
.s-footer::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-brand-box {
    max-width: 250px;
}

.footer-logo-luxury {
    height: 50px;
    margin-bottom: 25px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}

.footer-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #D7CC75;
    /* Accent Yellow */
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}

.footer-links a:hover {
    color: #fff;
    padding-left: 8px;
}

.social-strip {
    display: flex;
    gap: 12px;
}

.lux-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(145deg, #111, #080808);
    border: 1px solid rgba(215, 204, 117, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
}

.lux-icon:hover {
    background: #ff0000;
    /* Color 1-500 */
    border-color: #ff0000;
    transform: translateY(-5px) rotate(8deg);
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
}

.footer-legal {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .footer-grid {
        flex-direction: column;
        text-align: center;
    }

    .social-strip {
        justify-content: center;
    }

    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
}