:root{--theme-border-radius:24px;--theme-border-radius-small:12px;--theme-breakpoints-xs-raw:400;--theme-breakpoints-sm-raw:600;--theme-breakpoints-smd-raw:760;--theme-breakpoints-md-raw:960;--theme-breakpoints-lg-raw:1280;--theme-breakpoints-xl-raw:1920;--theme-breakpoints-xs:400px;--theme-breakpoints-sm:600px;--theme-breakpoints-smd:760px;--theme-breakpoints-md:960px;--theme-breakpoints-lg:1280px;--theme-breakpoints-xl:1920px;--theme-text-primary:#000000de;--theme-text-secondary:#0000008a;--theme-text-disabled:#00000061;--theme-text-hint:#00000061;--theme-text-icon:#00000061;--theme-text-primary-rgb-values:0, 0, 0;--theme-text-primary-inverted:#fff;--theme-text-secondary-inverted:#ffffffb3;--theme-text-disabled-inverted:#ffffff80;--theme-text-hint-inverted:#ffffff80;--theme-text-icon-inverted:#ffffff80;--theme-text-primary-rgb-values-inverted:255, 255, 255;--theme-background:#fff;--theme-background-darker:#fafafa;--theme-background-darkest:#eaeaea;--theme-background-rgb-values:255, 255, 255;--theme-background-inverted:#000;--theme-background-rgb-values-inverted:0, 0, 0;--theme-colors-primary:#717171;--theme-colors-primary-darker:#5d5d5d;--theme-colors-primary-darkest:#404040;--theme-colors-primary-rgb-values:113, 113, 113;--theme-colors-secondary:#212121;--theme-colors-secondary-darker:#111;--theme-colors-secondary-darkest:#000;--theme-colors-secondary-disabled:#959595;--theme-colors-secondary-rgb-values:33, 33, 33;--theme-colors-secondary-text:#fff;--theme-colors-error:#fa4a4a;--theme-colors-success:#388e3c;--navbar-height:64px;--navbar-height-mobile:56px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;overflow-x:hidden}body{min-height:100dvh;color:var(--theme-text-primary);background-color:var(--theme-background);font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif}a{color:var(--theme-text-secondary);text-transform:none;font-size:1rem;font-weight:400;line-height:1.5;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}a:hover{color:var(--theme-text-primary);cursor:pointer;text-decoration:underline}a.strip:hover{color:unset;-webkit-text-decoration:unset;text-decoration:unset}p,span,label{color:var(--theme-text-primary);text-transform:none;font-size:1rem;font-weight:400;line-height:1.5;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}p.body2,span.body2,label.body2{color:var(--theme-text-secondary);text-transform:none;font-size:.9rem;font-weight:400;line-height:1.43;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}p.caption,span.caption,label.caption{color:var(--theme-text-hint);text-transform:none;font-size:.8rem;font-weight:500;line-height:1.66;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}h1{color:var(--theme-text-primary);text-transform:none;font-size:5rem;font-weight:500;line-height:1.167;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}h2{color:var(--theme-text-primary);text-transform:none;font-size:3.5rem;font-weight:500;line-height:1.2;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}h3{color:var(--theme-text-primary);text-transform:none;font-size:2.4rem;font-weight:400;line-height:1.167;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}h4{color:var(--theme-text-primary);text-transform:none;font-size:2rem;font-weight:400;line-height:1.235;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}h5{color:var(--theme-text-primary);text-transform:none;font-size:1.5rem;font-weight:400;line-height:1.334;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}h6{color:var(--theme-text-primary);text-transform:none;font-size:1.25rem;font-weight:300;line-height:1;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}.bold{font-weight:700}button{white-space:nowrap;text-align:center;cursor:pointer;background-color:var(--theme-colors-secondary);-webkit-user-select:none;user-select:none;touch-action:manipulation;box-sizing:border-box;border-radius:var(--theme-border-radius);border:1px solid var(--theme-text-disabled);height:38px;color:var(--theme-colors-secondary-text);box-shadow:0 2px 0 rgba(var(--theme-background-rgb-values), .02);font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;text-transform:none;outline:none;padding:1px 15px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.645,.045,.355,1);display:inline-block;position:relative}button span{color:var(--theme-colors-secondary-text)}button.secondary{background-color:var(--theme-background);color:var(--theme-text-primary);border:1px solid var(--theme-text-disabled)}button.secondary:hover{background-color:var(--theme-background-darker)}button:hover{background-color:var(--theme-colors-secondary-darkest)}button:disabled{background-color:var(--theme-colors-secondary-disabled);border-color:var(--theme-colors-secondary-disabled);cursor:not-allowed}button.icon{white-space:nowrap;text-align:center;cursor:pointer;background-color:var(--theme-background);-webkit-user-select:none;user-select:none;touch-action:manipulation;box-sizing:border-box;border-radius:var(--theme-border-radius);box-shadow:none;color:var(--theme-text-primary);width:40px;height:40px;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;text-transform:none;border:none;outline:none;padding:8px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.645,.045,.355,1);display:inline-block;position:relative}button.icon span{color:var(--theme-text-primary)}button.icon:hover{background-color:var(--theme-background-darkest)}button.with-icon{justify-content:center;align-items:center;gap:4px;display:inline-flex}button.with-icon span{color:var(--theme-colors-secondary-text);font-size:18px}input,select,option,textarea{color:var(--theme-text-primary);text-transform:none;font-size:1rem;font-weight:400;line-height:1.5;font-family:var(--font-main), cursive, system-ui, Avenir, Helvetica, Arial, sans-serif;margin:0;text-decoration:none}.error{color:var(--theme-colors-error)!important}main{flex-direction:column;min-height:100vh;display:flex;position:relative}.section{flex-direction:column;width:60%;margin:0 auto;padding:40px 0;display:flex;position:relative}@media (max-width:1280px){.section{width:80%}}@media (max-width:960px){.section{width:90%}}@media (max-width:600px){.section{width:calc(100% - 32px)}}.section.full-height{min-height:100vh}@media (max-width:960px){.section.full-height{min-height:100dvh}}.section.margin{margin:60px auto}.section.strip-margin{width:100%;margin:0}.section.strip-padding{padding:0}.section.full-height.margin{min-height:calc(100vh - 160px)}.section .header{margin-bottom:36px}.section .text{margin-bottom:24px}@media (max-width:1280px){p,span,label,a{font-size:.9rem}p.body2,span.body2,label.body2{font-size:.8rem}p.caption,span.caption,label.caption{font-size:.7rem}h1{font-size:4.5rem}h2{font-size:3rem}h3{font-size:2rem}h4{font-size:1.8rem}h5{font-size:1.4rem}h6{font-size:1rem}}@media (max-width:800px){p,span,label,a{font-size:.9rem}p.body2,span.body2,label.body2,p.caption,span.caption,label.caption{font-size:.8rem}h1{font-size:3.7rem}h2{font-size:2.7rem}h3{font-size:1.7rem}h4{font-size:1.5rem}h5{font-size:1.3rem}h6{font-size:.8rem}}@media (max-width:760px){.desktop{display:none!important}}@media (min-width:761px){.mobile{display:none!important}body::-webkit-scrollbar{width:4px}body::-webkit-scrollbar-track{background:unset}body::-webkit-scrollbar-thumb{background:var(--theme-background-inverted);border-radius:var(--theme-border-radius)}body::-webkit-scrollbar-thumb:hover{background:var(--theme-background-inverted)}.section.full-height:first-child{min-height:calc(100vh - var(--navbar-height-mobile))}}.card{background-color:var(--theme-background);border-radius:var(--theme-border-radius);box-shadow:0 0 0 1px rgba(var(--theme-background-rgb-values-inverted), .05), 0 2px 4px rgba(var(--theme-background-rgb-values-inverted), .1), 0 12px 24px rgba(var(--theme-background-rgb-values-inverted), .1);-webkit-backdrop-filter:blur(8px);flex-direction:column;flex:1;margin:0;padding:24px;display:flex;position:relative}@media (max-width:760px){.card{padding:12px}}.card.row{flex-direction:row}.card h5{align-items:center;gap:8px;margin-bottom:16px;font-weight:600;display:flex}.card h5 span{color:var(--theme-colors-secondary);font-size:2.2rem}.divider{content:"";border-bottom:1px solid rgba(var(--theme-text-primary-rgb-values), .1);width:100%}.disable-scroll,.disable-scroll-loading{overflow:hidden}.badge{border-radius:var(--theme-border-radius);background-color:var(--theme-background-darker);color:var(--theme-text-primary);padding:2px 6px;font-size:.9rem;font-weight:500;position:relative}.emphasized-card:before,.badge:before{content:"";border-radius:var(--theme-border-radius-small);-webkit-mask-composite:xor;pointer-events:none;box-sizing:border-box;background:conic-gradient(from 180deg at 50% 50%, var(--theme-background) 0deg, var(--theme-colors-secondary) 33deg, var(--theme-background) 110deg, var(--theme-background) 176deg, var(--theme-colors-secondary) 217deg, var(--theme-background) 277deg, var(--theme-background) 1turn);padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}

@font-face{font-family:icomoon;src:url(../media/icomoon.0fm-97gpzqa_p.eot?dpl=dpl_363Qq5Y3KiNJYaxbEJKKGU1nt7NV);src:url(../media/icomoon.0fm-97gpzqa_p.eot?dpl=dpl_363Qq5Y3KiNJYaxbEJKKGU1nt7NV)format("embedded-opentype"),url(../media/icomoon.07-u.-6zx9np3.ttf?dpl=dpl_363Qq5Y3KiNJYaxbEJKKGU1nt7NV)format("truetype"),url(../media/icomoon.0~dicc18u2kvn.woff?dpl=dpl_363Qq5Y3KiNJYaxbEJKKGU1nt7NV)format("woff"),url(../media/icomoon.0h26u.w9y-7p9.svg?dpl=dpl_363Qq5Y3KiNJYaxbEJKKGU1nt7NV)format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\ icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:icomoon!important}.icon-gmail:before{content:"";color:#d14836}.icon-pinterest:before{content:"";color:#bd081c}.icon-instagram:before{content:"";color:#e4405f}.icon-facebook:before{content:"";color:#1877f2}
