@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");:root{--gray-100:#E3E3E3;--gray-200:#C8C8C8;--gray-300:#ACACAC;--gray-400:#919191;--gray-500:#757575;--gray-600:#5E5E5E;--gray-700:#302f2f;--gray-800:#1e1e1e;--gray-900:#1d1d1d;--gray-1000:#1a1a1a;--gray-1100:#161616;--gray-1200:#050505;--limegreen-100:#fafff3;--limegreen-200:#ebfedd;--limegreen-300:#dcfdb2;--limegreen-400:#c3f18f;--limegreen-500:#b0f863;--limegreen-600:#a7ff2c;--limegreen-700:#71bb10;--limegreen-800:#4f8a0c;--limegreen-900:#2b5608;--limegreen-1000:#213a05;--limegreen-1100:#192e03;--limegreen-1200:#122102;--limeyellow-100:#fffdf3;--limeyellow-200:#fff8db;--limeyellow-300:#fff1b1;--limeyellow-400:#ffe98c;--limeyellow-500:#ffe166;--limeyellow-600:#ffd942;--limeyellow-700:#f9c62b;--limeyellow-800:#e5b122;--limeyellow-900:#d09d1b;--limeyellow-1000:#b98715;--limeyellow-1100:#a27210;--limeyellow-1200:#8b5e0c;--green-100:#f3fdf8;--green-200:#d6f7e4;--green-300:#b0f0d0;--green-400:#7ee9b8;--green-500:#4ee1a1;--green-600:#25d88b;--green-700:#1ab070;--green-800:#159a42;--green-900:#126b36;--green-1000:#0e5134;--green-1100:#0b3c26;--green-1200:#082b1b;--red-100:#fff5f5;--red-200:#ffe3e3;--red-300:#ffbdbd;--red-400:#ff9999;--red-500:#ff7070;--red-600:#ff4c4c;--red-700:#e03232;--red-800:#bf2a2a;--red-900:#991f1f;--red-1000:#731717;--red-1100:#511111;--red-1200:#3a0c0c;--yellow-100:#fffaf0;--yellow-200:#fff0d6;--yellow-300:#ffe2b3;--yellow-400:#ffd08a;--yellow-500:#ffbd61;--yellow-600:#ffab38;--yellow-700:#e6922e;--yellow-800:#cc7a24;--yellow-900:#b3621c;--yellow-1000:#994d14;--yellow-1100:#803a0f;--yellow-1200:#662b0b;--blue-100:#f0faff;--blue-200:#ccf1ff;--blue-300:#99e1ff;--blue-400:#66d1ff;--blue-500:#33c1ff;--blue-600:#00b0ff;--blue-700:#0096e6;--blue-800:#0078bf;--blue-900:#005d99;--blue-1000:#004472;--blue-1100:#002f4d;--blue-1200:#001d31}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background-color:var(--gray-1000);border-radius:9999px;box-shadow:inset 0 0 4px black}::-webkit-scrollbar-thumb{background-color:var(--gray-700);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background-color:var(--gray-600)}.displayNone{display:none}.label-input{gap:8px}.label-input,.radio-options{display:flex;flex-direction:column}.radio-options{gap:16px}*{margin:0;padding:0;box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}html{text-size-adjust:none;-webkit-text-size-adjust:none}body{font-family:Inter,sans-serif;background:radial-gradient(1200px 800px at 100% -10%,rgba(167,255,44,.08),transparent 60%),radial-gradient(1000px 600px at -10% 110%,rgba(167,255,44,.06),transparent 60%),var(--gray-1000);color:var(--gray-200);font-size:.9rem;min-height:100vh;line-height:1.4rem}*{vertical-align:middle!important}a{text-decoration:none;color:inherit}hr{border:0;border-top:1px solid var(--gray-900);margin:8px 0}button{all:unset;cursor:pointer}h1,h2,h3,h4,h5,h6,p{font-family:Inter,sans-serif}h1{font-size:5rem;font-weight:600;line-height:5rem}@media (max-width:900px){h1{font-size:4rem;font-weight:600;line-height:4.2rem}}h2{font-size:5rem;font-weight:600;line-height:5rem}@media (max-width:900px){h2{font-size:5rem;font-weight:600;line-height:5rem}}h3{font-size:clamp(1.5rem,4vw,2rem);font-weight:500}h4{font-size:clamp(1.25rem,3.5vw,1.5rem)}h4,h5{font-weight:400}h5{font-size:clamp(1rem,3vw,1rem)}h6{font-size:clamp(.75rem,2.5vw,.75rem);font-weight:400}p{font-size:clamp(.875rem,2vw,.875rem);font-weight:300;line-height:1.4rem}.tests-header .tabs{display:flex;flex-direction:row;gap:8px}.tests-header .tabs button{border-radius:50px;padding-left:12px;padding-right:12px}.flex-row-16-center,.flex-row-16-center-wrap{display:flex;gap:16px;align-items:center;justify-content:center}.flex-row-16-center-wrap{flex-wrap:wrap}.flex-col-8{display:flex;flex-direction:column;gap:8px}.flex-col-16,.flex-col-16-spaceBetween{display:flex;flex-direction:column;gap:16px}.flex-col-16-spaceBetween{align-items:center;justify-content:space-between}:root{--sidebar-width:60px}.content{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));transition:margin-left .25s ease,width .25s ease;overflow-x:hidden}.CookiesConsent_cookies-consent__ObiKh{position:fixed;bottom:24px;left:24px;right:24px;background:var(--gray-1000);border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.4);padding:1.5rem;display:flex;flex-direction:column;gap:20px;z-index:9999;max-width:400px;margin:0 auto;text-align:left;color:var(--gray-100)}.CookiesConsent_cookies-message__TrJkQ{display:flex;gap:12px;align-items:flex-start;flex-direction:column}.CookiesConsent_cookie-icon__VH8oo{width:32px;height:32px;flex-shrink:0}.CookiesConsent_cookies-actions__7l_s9{display:flex;gap:.75rem;justify-content:space-between;flex-wrap:wrap;width:100%}