@charset "UTF-8";.theme-toggle{background:transparent;border:none;cursor:pointer;transition:all .2s ease-in-out;width:39px;height:39px;border-radius:4px;display:grid;place-items:center;z-index:11}.theme-toggle .light{display:none}.theme-toggle .dark{display:inline-block;animation:iconPop .35s ease-in-out both}.theme-toggle svg{width:25px;height:25px;display:block;line-height:1}.theme-toggle svg path{stroke:var(--theme-color-200)}.theme-toggle:hover{background:#ffffff1a}.layout__lighten .theme-toggle .light{display:inline-block;animation:iconPop .35s ease-in-out both;opacity:1}.layout__lighten .theme-toggle .dark{display:none}.layout__lighten .theme-toggle:hover{background:var(--theme-surface-opacity-color)}body{transition:background-color .5s ease-in-out}.full-width{width:100%}@keyframes iconPop{0%{transform:translate(100%);opacity:0;filter:blur(5px)}to{transform:translate(0);opacity:1;filter:blur(0px)}}:root{--family-sans: "Satoshi-Regular", sans-serif;--family-sans-bold: "Satoshi-Bold", sans-serif;--family-sans-light: "Satoshi-Light", sans-serif;--family-serif: "Libre Baskerville", serif;--family-mono: "Fira Code", monospace}:root{--color-brand-100: #f5f5f5;--color-brand-200: #8F8374;--color-brand-300: #D9D9D9;--color-brand-400: #B3B3B3;--color-brand-500: #757575;--color-brand-600: #444444;--color-brand-700: #383838;--color-brand-800: #2C2C2C;--color-brand-900: #1E1E1E;--color-brand-1000: #111111;--color-white-100: rgba(255,255,255, .05);--color-white-200: rgba(255,255,255, .1);--color-white-300: rgba(255,255,255, .2);--color-white-400: rgba(255,255,255, .4);--color-white-500: rgba(255,255,255, .7);--color-white-600: rgba(255,255,255, .8);--color-white-700: rgba(255,255,255, .85);--color-white-800: rgba(255,255,255, .9);--color-white-900: rgba(255,255,255, .95);--color-white-1000: rgba(255,255,255, 1);--color-black-100: rgba(0,0,0, .05);--color-black-200: rgba(0,0,0, .1);--color-black-300: rgba(0,0,0, .2);--color-black-400: rgba(0,0,0, .4);--color-black-500: rgba(0,0,0, .7);--color-black-600: rgba(0,0,0, .8);--color-black-700: rgba(0,0,0, .85);--color-black-800: rgba(0,0,0, .9);--color-black-900: rgba(0,0,0, .95);--color-black-1000: rgba(0,0,0, 1);--color-green-100: #EBFFEE;--color-green-200: #CFF7D3;--color-green-300: #AFF4C6;--color-green-400: #85E0A3;--color-green-500: #14AE5C;--color-green-600: #009951;--color-green-700: #008043;--color-green-800: #02542D;--color-green-900: #024023;--color-green-1000: #062D1B;--color-pink-100: #FCF1FD;--color-pink-200: #FAE1FA;--color-pink-300: #F5C0EF;--color-pink-400: #F19EDC;--color-pink-500: #EA3FB8;--color-pink-600: #D732A8;--color-pink-700: #BA2A92;--color-pink-800: #8A226F;--color-pink-900: #57184A;--color-pink-1000: #3F1536;--color-red-100: #FEE9E7;--color-red-200: #FDD3D0;--color-red-300: #FCB3AD;--color-red-400: #F4776A;--color-red-500: #EC221F;--color-red-600: #C00F0C;--color-red-700: #900B09;--color-red-800: #690807;--color-red-900: #4D0B0A;--color-red-1000: #300603;--color-slate-100: #F3F3F3;--color-slate-200: #E3E3E3;--color-slate-300: #CDCDCD;--color-slate-400: #B2B2B2;--color-slate-500: #949494;--color-slate-600: #767676;--color-slate-700: #5A5A5A;--color-slate-800: #434343;--color-slate-900: #303030;--color-slate-1000: #242424;--color-yellow-100: #FFFBE8;--color-yellow-200: #FFF1C2;--color-yellow-300: #FFE8A3;--color-yellow-400: #E8B931;--color-yellow-500: #E5A000;--color-yellow-600: #BF6A02;--color-yellow-700: #975102;--color-yellow-800: #682D03;--color-yellow-900: #522504;--color-yellow-1000: #401B01}:root{--weight-100: 100;--weight-200: 200;--weight-300: 300;--weight-400: 400;--weight-500: 500;--weight-600: 600;--weight-700: 700;--weight-800: 800;--weight-900: 900;--space-0: 0;--space-050: 2px;--space-100: 4px;--space-150: 6px;--space-200: 8px;--space-300: 12px;--space-400: 16px;--space-600: 24px;--space-800: 32px;--space-1000: 42px;--space-1200: 48px;--space-1600: 64px;--space-2400: 96px;--space-3200: 124px;--space-4000: 160px;--space-negative-100: -4px;--space-negative-200: -8px;--space-negative-300: -12px;--space-negative-400: -16px;--space-negative-600: -24px;--radius-100: 4px;--radius-200: 8px;--radius-400: 16px;--radius-full: 9999px;--device-100: 380px;--device-200: 480px;--device-250: 540px;--device-300: 768px;--device-400: 960px;--device-500: 1024px;--device-600: 1280px;--device-700: 1440px;--device-650: 1680px;--device-800: 1920px}:root{--layout-row: row;--layout-column: column;--align-start: flex-start;--align-center: center;--align-end: flex-end;--align-between: space-between;--align-around: space-around;--container-padding: var(--space-4);--section-gap: var(--space-6);--element-gap: var(--space-3);--scale-100: clamp(.75rem, calc(.75rem + .2vw) , .8125rem);--scale-150: clamp(.8125rem, calc(.8125rem + .2vw) , .875rem);--scale-200: clamp(.875rem, calc(.875rem + .2vw) , 1rem);--scale-250: clamp(.9375rem, calc(.9375rem + .2vw) , 1.15rem);--scale-300: clamp(1rem, calc(1rem + .2vw) , 1.25rem);--scale-400: clamp(1rem, calc(1.188rem + .2vw) , 1.45rem);--scale-500: clamp(1rem, calc(1.25rem + .2vw) , 1.5rem);--scale-600: clamp(1rem, calc(1.5rem + .2vw) , 2rem);--scale-700: clamp(1rem, calc(2rem + .2vw) , 2.5rem);--scale-800: clamp(1rem, calc(2.5rem + .2vw) , 3rem);--scale-900: clamp(1rem, calc(3rem + .2vw) , 3.25rem);--scale-950: clamp(1rem, calc(3.25rem + .2vw) , 4rem);--scale-1000: clamp(1rem, calc(4rem + .2vw) , 4.25rem);--scale-1100: clamp(1rem, calc(8rem + .2vw) , 9rem)}:root{--title-hero-family: var(--family-sans);--title-hero-size: var(--scale-1100);--title-hero-size-sm: var(--scale-1000);--title-hero-weight: var(--weight-700);--title-page-family: var(--family-sans);--title-page-size: var(--scale-800);--title-page-weight: var(--weight-700);--subtitle-family: var(--family-sans);--subtitle-size: var(--scale-700);--subtitle-weight: var(--weight-400);--heading-family: var(--family-sans);--heading-size-sm: var(--scale-400);--heading-size-base: var(--scale-500);--heading-size-lg: var(--scale-600);--heading-weight: var(--weight-600);--subheading-family: var(--family-sans);--subheading-size-sm: var(--scale-300);--subheading-size-md: var(--scale-400);--subheading-size-lg: var(--scale-500);--subheading-weight: var(--weight-400);--body-family: var(--family-sans);--body-size-xs: var(--scale-100);--body-size-sm: var(--scale-250);--body-size-md: var(--scale-300);--body-size-lg: var(--scale-400);--body-weight-regular: var(--weight-400);--body-weight-strong: var(--weight-600);--body-style-italic: italic}:root{--surface-default: #262626;--surface-default-hover: var(--color-black-100);--surface-secondary: #343434;--surface-secondary-hover: var(--color-black-200);--surface-tertiary: var(--color-black-300);--surface-tertiary-hover: var(--color-black-400);--border-default: #3E3E3E;--border-default-on: #F6E2C8;--surface-neutral-default: var(--color-slate-700);--surface-neutral-hover: var(--color-slate-800);--surface-neutral-secondary: var(--color-slate-300);--surface-neutral-secondary-hover: var(--color-slate-400);--surface-neutral-tertiary: var(--color-slate-200);--surface-neutral-tertiary-hover: var(--color-slate-300);--surface-brand-default: #ED7347;--surface-brand-hover: var(--color-brand-900);--surface-brand-secondary: #8F8374;--surface-brand-secondary-hover: var(--color-brand-300);--surface-brand-tertiary: var(--color-brand-100);--surface-brand-tertiary-hover: var(--color-brand-200);--surface-positive-default: var(--color-green-500);--surface-positive-hover: var(--color-green-600);--surface-positive-secondary: var(--color-green-200);--surface-positive-secondary-hover: var(--color-green-300);--surface-positive-tertiary: var(--color-green-100);--surface-positive-tertiary-hover: var(--color-green-200);--surface-warning-default: var(--color-yellow-400);--surface-warning-hover: var(--color-yellow-500);--surface-warning-secondary: var(--color-yellow-200);--surface-warning-secondary-hover: var(--color-yellow-300);--surface-warning-tertiary: var(--color-yellow-100);--surface-warning-tertiary-hover: var(--color-yellow-200);--surface-danger-default: var(--color-red-500);--surface-danger-hover: var(--color-red-600);--surface-danger-secondary: var(--color-red-200);--surface-danger-secondary-hover: var(--color-red-300);--surface-danger-tertiary: var(--color-red-100);--surface-danger-tertiary-hover: var(--color-red-200)}:root{--text-default: #FFFFFF;--text-default-on: #292928;--text-secondary: #C2C2C2;--text-secondary-on: var(--color-white-500);--text-tertiary: var(--color-black-400);--text-tertiary-on: var(--color-white-400);--text-neutral-default: var(--color-slate-900);--text-neutral-default-on: var(--color-slate-200);--text-neutral-secondary: var(--color-slate-700);--text-neutral-secondary-on: var(--color-slate-300);--text-neutral-tertiary: var(--color-slate-600);--text-neutral-tertiary-on: var(--color-slate-400);--text-on-neutral: var(--color-slate-100);--text-on-neutral-secondary: var(--color-slate-900);--text-on-neutral-tertiary: var(--color-slate-800);--text-brand-default: var(--color-brand-800);--text-brand-default-on: var(--color-brand-100);--text-brand-secondary: var(--color-brand-600);--text-brand-secondary-on: var(--color-brand-300);--text-brand-tertiary: var(--color-brand-500);--text-brand-tertiary-on: var(--color-brand-400);--text-on-brand: var(--color-brand-100);--text-on-brand-secondary: var(--color-brand-900);--text-on-brand-tertiary: var(--color-brand-800);--text-positive-default: var(--color-green-800);--text-positive-default-on: var(--color-green-200);--text-positive-secondary: var(--color-green-600);--text-positive-secondary-on: var(--color-green-400);--text-positive-tertiary: var(--color-green-500);--text-positive-tertiary-on: var(--color-green-600);--text-on-positive: var(--color-green-100);--text-on-positive-secondary: var(--color-green-800);--text-on-positive-tertiary: var(--color-green-800);--text-warning-default: var(--color-yellow-900);--text-warning-default-on: var(--color-yellow-200);--text-warning-secondary: var(--color-yellow-700);--text-warning-secondary-on: var(--color-yellow-400);--text-warning-tertiary: var(--color-yellow-600);--text-warning-tertiary-on: var(--color-yellow-600);--text-on-warning: var(--color-yellow-1000);--text-on-warning-secondary: var(--color-yellow-800);--text-on-warning-tertiary: var(--color-yellow-900);--text-danger-default: var(--color-red-700);--text-danger-default-on: var(--color-red-200);--text-danger-secondary: var(--color-red-600);--text-danger-secondary-on: var(--color-red-400);--text-danger-tertiary: var(--color-red-500);--text-danger-tertiary-on: var(--color-red-500);--text-on-danger: var(--color-red-100);--text-on-danger-secondary: var(--color-red-700);--text-on-danger-tertiary: var(--color-red-700);--text-disabled-default: var(--color-brand-400);--text-on-disabled: var(--color-brand-400);--text-on-overlay: var(--color-black-1000);--text-on-measurement: var(--color-pink-800)}:root{--theme-surface-100: #212121;--theme-surface-200: #343434;--theme-surface-300: #2E2E2E;--theme-surface-400: #4A4A4A;--theme-surface-100-reverse: #fff;--theme-surface-party-100: #F67547;--theme-surface-party-150: #FF8F66;--theme-surface-party-200: #8DA372;--theme-surface-party-300: #808EC1;--theme-surface-party-400: #E5B72F;--theme-color-100: #FFF;--theme-color-200: #C2C2C2;--theme-color-300: #212121;--theme-color-100-reverse: rgb(34, 34, 34);--theme-color-200-reverse: rgb(61, 57, 51)}body,.layout{background:var(--theme-surface-100)}h1,h2,h3,h4,h5,h6{color:var(--theme-color-100)}p,a,span{color:var(--theme-color-200)}[class^=button],a{text-decoration:none}.button{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:var(--space-400) var(--space-1200);gap:var(--space-400);width:fit-content;transition:all .3s ease;font-weight:600;border-radius:var(--radius-100)}.button:hover{color:var(--theme-color-100);background-color:var(--theme-surface-200)}.button.button--primary{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:var(--space-400) var(--space-600);gap:var(--space-400);background:var(--theme-surface-party-100)}.button.button--primary .text{letter-spacing:0;color:var(--theme-color-300);font-weight:700;font-size:var(--scale-300);text-align:center}@media (min-width: 992px){.button.button--primary .text{font-size:var(--scale-250)}}.button.button--primary:hover{background-color:var(--theme-surface-party-150)}@keyframes fade-variation{0%{opacity:1}to{opacity:.4}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes blurred-in{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur(0px)}}@keyframes fade-from-bottom{0%{transform:translateY(20%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-from-top{0%{transform:translateY(-20%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-from-top-sm{0%{transform:translateY(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-from-left{0%{transform:translate(-20%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fade-from-right{0%{transform:translate(20%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes strafe-from-bottom{0%{transform:translateY(20%)}to{transform:translateY(0)}}@keyframes rounded-from-left{0%{transform:rotate(-90deg);opacity:0}to{transform:rotate(0);opacity:1}}@keyframes slide-from-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slides-left-to-right{0%{transform:translate(-100%)}25%{transform:translate(100%)}to{transform:translate(100%)}}h1,h2,h3,h4,h5,h6,p{margin:0;line-height:1}body{font-family:var(--body-family);color:var(--theme-color-200)}h1,h2,h3,h4,h5,h6{font-family:var(--family-sans)}p{font-family:var(--body-family);font-size:var(--body-size-lg);line-height:160%}.sm{font-size:var(--body-size-md);line-height:140%}.xs{font-size:var(--scale-250);line-height:120%}h1,.title-label{color:var(--theme-color-100);font-family:var(--font-sans);font-size:var(--body-size-md);font-size:var(--body-size-xs);font-weight:700;text-transform:uppercase;letter-spacing:.3em}h2{font-size:var(--scale-700);font-family:var(--font-sans);text-align:center;max-width:1100px;line-height:130%;padding:var(--space-400);font-weight:350;font-weight:400;padding-bottom:var(--space-600)}h2 strong{font-family:Satoshi-bold,sans-serif;font-weight:600}h2 strong em{font-family:var(--family-serif);font-weight:600}@media (min-width: 992px){h2{font-size:var(--scale-900);max-width:var(--device-500)}}h3{font-size:var(--scale-500);font-family:var(--family-sans);font-weight:var(--subtitle-weight);line-height:140%;margin-bottom:.5em;font-weight:400}@media (min-width: 992px){h3{font-size:var(--scale-500)}}h4{font-size:var(--heading-size-md);font-weight:var(--heading-weight)}h5{font-size:var(--title-page-size-md);font-weight:var(--title-page-weight)}.title{line-height:120%}.description,.paragraph{line-height:160%}body{height:100%;margin:0}::selection{background-color:var(--theme-surface-100-reverse);color:var(--theme-color-200-reverse)}img{user-select:none}.layout.debug [class*=container],.layout.debug [class*=section],.layout.debug header,.layout.debug footer{box-shadow:0 0 0 3px gray}.layout.debug [class*=container]>:hover,.layout.debug [class*=section]>:hover,.layout.debug header>:hover,.layout.debug footer>:hover{box-shadow:0 0 0 3px #000;background-color:#ff21211a}.layout{overflow-x:hidden;width:100%;padding:0;margin:0;animation:fade-in .5s ease-in-out both}.container{max-width:var(--device-600);width:100%}.container--sm{max-width:var(--device-400);width:100%}.container--md{max-width:var(--device-600);width:100%}.container--lg{max-width:var(--device-800);width:100%}.text-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:var(--space-400) 0;gap:var(--space-200)}.text-container p.description{font-size:var(--scale-500)}.buttons-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:var(--space-400) 0;gap:var(--space-400)}.swiper{width:100%}.swiper .swiper-slide{display:flex;justify-content:center;align-items:center}html{scroll-behavior:auto}.layout{animation:fade-in 1s 0s ease both;width:100%}:root{--font-sans: "Satoshi", system-ui, -apple-system, Segoe UI, Roboto, sans-serif}body{font-family:var(--font-sans)}
