*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){color:currentColor;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}@font-face{font-weight:700;font-family:stardosStencil;font-style:normal;src:url(/StardosStencil-Bold.woff2)format("woff2");font-display:swap}:root{--color-black:#000;--color-white:#fff;--color-white-transparent:#fffc;--color-white-40:#fff6;--color-white-100:#fff;--color-grey-50:#f5f5f5;--color-grey-100:#dbdbdb;--color-grey-300:#c4c4c4;--color-grey-500:#949494;--color-grey-700:#616161;--color-grey-900:#303030;--color-primary:#e6002e;--color-primary-dark:#cc0029;--color-secondary:#810923;--color-accent:#dbe8eb;--color-background:#dbe8eb;--color-green:#476654;--color-red:#e6002e;--color-orange:#e67205;--color-yellow:#cec009;--screen-sm:640px;--screen-md:768px;--screen-lg:1024px;--screen-xl:1280px;--screen-2xl:1536px;--rounded:.625rem;--rounded-xs:.25rem;--rounded-sm:.375rem;--rounded-md:.75rem;--rounded-lg:1.25rem;--rounded-full:9999px;--layer-0:0;--layer-1:10;--layer-2:20;--layer-3:30;--layer-4:40;--layer-5:50;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.25rem;--text-5xl:2.75rem;--text-6xl:4rem;--font-body:"neue-frutiger-world",system-ui,sans-serif;--font-title:var(--font-body);--max-width:76.5rem}body{min-height:100vh;font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-title)}.button{min-width:11rem;color:var(--color-white);text-align:center;text-transform:uppercase;border-radius:var(--rounded-full);background-color:var(--color-primary);cursor:pointer;border:none;padding-top:.75rem;padding-bottom:.75rem;padding-left:1.5rem;padding-right:1.5rem;text-decoration:none;transition:all .25s ease-in-out}.button:hover{color:var(--color-white);background-color:var(--color-primary-dark);transform:scale(1.03)}.button:focus-visible{color:var(--color-primary);background-color:var(--color-gray-50);outline:1px solid var(--color-primary)}.button:disabled{opacity:.7;pointer-events:none}.button--secondary{color:var(--color-grey-700);border:1px solid var(--color-grey-700);background-color:#0000;transition:all .25s ease-in-out}.button--secondary:hover{color:var(--color-grey-700);border:1px solid var(--color-grey-300);background-color:var(--color-grey-50);transform:scale(1.03)}.button--secondary:focus-visible{color:var(--color-grey-700);outline-offset:1px}.card{text-align:start;border-radius:var(--rounded-xs);background:var(--color-white);flex-direction:column;justify-content:start;gap:.75rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:.75rem;padding-right:.75rem;display:flex}@media screen and (min-width:1024px){.card{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:2.5rem;padding-right:2.5rem}}.card__heading{color:var(--color-black);font-size:1.25rem;font-weight:400;line-height:normal}.card__text{font-weight:200;line-height:normal}.compare{border-radius:var(--rounded-xs);background:var(--color-white);flex-direction:column;gap:.75rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:.75rem;padding-right:.75rem;display:flex}@media screen and (min-width:1024px){.compare{flex-direction:row;justify-content:space-between;align-items:center;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:2.5rem;padding-right:2.5rem}}.compare__heading{color:var(--color-black);font-size:1rem;font-weight:400;line-height:normal}@media screen and (min-width:1024px){.compare__heading{font-size:1.25rem}}.cta{background-color:var(--color-secondary);padding-top:6.25rem;padding-bottom:6.25rem}.cta__text{font-size:var(--text-lg);border-radius:var(--rounded-xs);background-color:var(--color-white);flex-direction:column;justify-content:space-between;align-items:center;gap:2.5rem;margin-left:.75rem;margin-right:.75rem;padding-top:2rem;padding-bottom:2rem;padding-left:1.5rem;padding-right:1.5rem;display:flex}@media screen and (min-width:768px){.cta__text{flex-direction:row}}@media screen and (min-width:1024px){.cta__text{margin-left:7.5rem;margin-right:7.5rem}}.combo-box{flex-direction:column;gap:.375rem;min-width:20rem;display:flex}@media screen and (min-width:1024px){.combo-box{align-self:end;width:26rem}}.combo-box--big{width:100%}.combo-box__list{z-index:var(--layer-1);border-radius:var(--rounded-sm);background-color:var(--color-white);width:100%;max-height:10rem;padding-left:0;padding-right:0;list-style:none;position:absolute;overflow:auto;box-shadow:0 4px 4px #c7c7c726}.combo-box__list-item{cursor:pointer;padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem;font-weight:300;line-height:1.25}.combo-box__list-item:hover{background-color:var(--color-grey-50)}.combo-box__list-item[data-current]{background-color:var(--color-grey-50)}.combo-box__list-item[aria-selected=true]{background-color:var(--color-grey-100)}.combo-box__list-item--with-separator:not(:last-child){border-bottom:1px solid var(--color-grey-100)}.combo-box__field{-webkit-appearance:none;appearance:none;background:0 0;border:none;outline:none;width:100%;height:100%;padding-top:.375rem;padding-bottom:.375rem;font-weight:200}.combo-box__field:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:2.5rem}.combo-box__field:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:2.5rem}.combo-box__field:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:2.5rem}.combo-box__field--big{background-color:var(--color-white);height:3rem}.combo-box__wrapper{background-color:var(--color-white);border:1px solid #0000;border-radius:4px;justify-self:stretch;display:inline-block;position:relative;box-shadow:4px 4px 12px #ababab1f}.combo-box__wrapper:hover{border:1px solid var(--color-grey-300)}.combo-box__wrapper:focus-within{outline:1px solid var(--color-primary);outline-offset:1px}.combo-box__wrapper:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M11.5667 12.5L7.36667 8.3C7.03333 8.56667 6.65 8.77778 6.21667 8.93333C5.78333 9.08889 5.32222 9.16667 4.83333 9.16667C3.62222 9.16667 2.59722 8.74722 1.75833 7.90833C0.919445 7.06944 0.5 6.04444 0.5 4.83333C0.5 3.62222 0.919445 2.59722 1.75833 1.75833C2.59722 0.919445 3.62222 0.5 4.83333 0.5C6.04444 0.5 7.06944 0.919445 7.90833 1.75833C8.74722 2.59722 9.16667 3.62222 9.16667 4.83333C9.16667 5.32222 9.08889 5.78333 8.93333 6.21667C8.77778 6.65 8.56667 7.03333 8.3 7.36667L12.5 11.5667L11.5667 12.5ZM4.83333 7.83333C5.66667 7.83333 6.375 7.54167 6.95833 6.95833C7.54167 6.375 7.83333 5.66667 7.83333 4.83333C7.83333 4 7.54167 3.29167 6.95833 2.70833C6.375 2.125 5.66667 1.83333 4.83333 1.83333C4 1.83333 3.29167 2.125 2.70833 2.70833C2.125 3.29167 1.83333 4 1.83333 4.83333C1.83333 5.66667 2.125 6.375 2.70833 6.95833C3.29167 7.54167 4 7.83333 4.83333 7.83333Z' fill='%23C4C4C4'/%3E%3C/svg%3E") 50%/contain no-repeat;width:.75rem;height:.75rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.combo-box__clear{content:"";cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") 50%/contain no-repeat;border:none;width:.75rem;height:.75rem;text-decoration:none;display:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.combo-box--has-value .combo-box__clear{display:block}.combo-box__label{font-weight:300;line-height:1.25}.footer{background:var(--color-primary)}.footer--from-lg{display:none}@media screen and (min-width:1024px){.footer--from-lg{display:unset}}.footer__img{max-width:6.5rem}.footer__primary{justify-content:space-between;padding-top:2.5rem;padding-bottom:2.5rem;padding-left:.75rem;padding-right:.75rem;display:flex}@media screen and (min-width:1024px){.footer__primary{padding-left:7.5rem;padding-right:7.5rem}}.footer__secondary{background:var(--color-primary-dark);justify-content:space-between;padding-top:.75rem;padding-bottom:.75rem;padding-left:.75rem;padding-right:.75rem;display:flex}@media screen and (min-width:1024px){.footer__secondary{padding-left:7.5rem;padding-right:7.5rem}}.footer__secondary .footer__img{max-width:3.8rem}.footer__sub-group{align-items:center;gap:1.25rem;font-size:.75rem;display:flex}@media screen and (min-width:1024px){.footer__links{gap:2.5rem;margin-top:auto;margin-bottom:auto;display:flex}}.footer__link{color:var(--color-white);cursor:pointer;background:0 0;border:none;padding-left:.25rem;padding-right:.25rem;font-weight:300;line-height:normal;text-decoration:none}.footer__link:hover{text-decoration:underline}.footer__link:focus{border-radius:var(--rounded-full);outline:1px solid var(--color-grey-300)}.footer__link--logo{padding-top:.25rem;padding-bottom:.25rem}.footer__link--logo:focus{border-radius:var(--rounded-xs)}.footer__text{color:var(--color-white);font-weight:300;font-size:var(--tet-xs);line-height:normal}.gauge{justify-content:center;align-items:center;display:flex}.gauge__svg{width:10rem;height:auto;margin-bottom:.75rem}@media screen and (min-width:1024px){.gauge__svg{margin-bottom:auto}}.gauge__text{font-weight:700}.gauge--unknown .guage__text{font-size:.5rem}.gauge__needle{stroke:var(--color-black);stroke-width:2px}.graph{background:var(--color-white);width:100%;max-height:85vh;margin-top:.75rem;display:flex}@media screen and (min-width:1024px){.graph{margin-top:1.25rem}}.graph__svg{margin-top:1rem;display:block}@media screen and (min-width:1024px){.graph--hide-lg{display:none}}.graph--show-lg{display:none}@media screen and (min-width:1024px){.graph--show-lg{display:flex}}.graph__axis{color:var(--color-grey-300)}.graph__axis-label{color:var(--color-grey-700);font-weight:300;font-size:var(--text-xs)}.graph__axis-title{color:var(--color-grey-900);font-weight:700;font-size:var(--text-xs)}.graph__axis-title--y-axis{writing-mode:vertical-lr}.graph__legend{flex-wrap:wrap;margin-top:1rem;margin-bottom:.625rem;display:flex}@media screen and (min-width:1024px){.graph__legend{flex-wrap:unset;gap:1.5rem}}.graph__legend-label{flex:50%;align-items:center;gap:.5rem;display:flex}@media screen and (min-width:1024px){.graph__legend-label{flex:unset}}.graph__path[data-switchable][data-hidden],.graph__legend-label[data-switchable][data-hidden]{display:none}.graph__text{font-weight:300}.header{--logo-height:3.75rem;align-items:center;gap:1.5rem;margin-bottom:2.25rem;padding:.75rem;display:flex}@media (-screen-md){.header{gap:3.25rem}}@media screen and (min-width:1024px){.header{--logo-height:5rem;gap:5rem;margin-bottom:1.75rem;padding-left:7.5rem;padding-right:7.5rem}}.header__logo{max-height:var(--logo-height)}.header__list{justify-content:center;align-items:center;gap:.375rem;margin-top:auto;margin-bottom:auto;padding:0;list-style:none;display:flex}.header__list:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:auto}.header__list:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:auto}.header__list:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:auto}.header__link{min-width:1rem;color:var(--color-black);text-align:center;text-transform:uppercase;border-radius:var(--rounded-xs);padding:.25rem .5rem;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;display:block}.header__link:hover{background-color:var(--color-grey-50)}.header__link:focus{outline:1px solid var(--color-primary)}.header__link[aria-current=page]{background-color:var(--color-white)}.heading{color:var(--color-grey-900);font-size:2.25rem;font-weight:700;line-height:2.5rem}@media screen and (min-width:1024px){.heading{font-size:var(--text-6xl)}}.label{--label-color:var(--color-grey-500);color:var(--color-white);font-size:var(--text-base);text-align:center;text-transform:uppercase;border:3.5px solid var(--color-white);border-radius:var(--rounded-sm);background:var(--label-color);place-self:center end;padding-top:.5rem;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;box-shadow:6px 6px 18px #7d7d7d33}.label--green{--label-color:var(--color-green)}.label--red{--label-color:var(--color-red)}.label--orange{--label-color:var(--color-orange)}.label--yellow{--label-color:var(--color-yellow)}.landing-page{flex-direction:column;flex:1;gap:2.75rem;margin-bottom:5rem;padding-top:4.375rem;padding-bottom:5rem;padding-left:.75rem;padding-right:.75rem;display:flex}@media screen and (min-width:1024px){.landing-page{flex-direction:row;align-items:center;padding-bottom:8rem;padding-left:8rem;padding-right:8rem}}.landing-page__heading{color:var(--color-black);font-weight:200;font-size:var(--text-5xl);line-height:1.14}@media screen and (min-width:1024px){.landing-page__heading{color:var(--color-grey-900);font-size:var(--text-6xl);line-height:1.17}}.landing-page__heading>b{font-weight:700}.landing-page__content{flex-direction:column;gap:.75rem;max-width:36rem;display:flex}.landing-page__form-wrapper{flex:1}.landing-page__form{flex-direction:column;gap:1.5rem;display:flex}.landing-page__buttons{justify-content:space-between;font-size:12px;display:flex}@media screen and (min-width:1024px){.landing-page__buttons{gap:.75rem;justify-content:unset;font-size:14px}}.landing-page__text{color:var(--color-grey-700);font-weight:200;font-size:var(--text-xl);line-height:1.2}@media screen and (min-width:1024px){.landing-page__text{font-size:var(--text-2xl);line-height:normal}}.link{color:var(--color-grey-900);font-weight:300;font-size:var(--text-base);border-radius:var(--rounded-full);cursor:pointer;background-color:#0000;border:none;align-items:center;gap:.5rem;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;line-height:normal;text-decoration:none;display:inline-flex}.link:hover{color:var(--color-grey-700)}.link:focus-visible{outline:1px solid var(--color-grey-300)}.link:disabled{opacity:.7;pointer-events:none}.link__arrow{transition:transform .1s ease-in-out}.link--button{outline:inherit;align-self:end;font-weight:100}.link--black{color:var(--color-black)}.link:hover .link__arrow{transform:translate(25%)}.link--underline{text-decoration:underline}.link--underline:hover{text-decoration:none}.main{flex-direction:column;gap:1.25rem;padding-left:1rem;padding-right:1rem;display:flex}@media screen and (min-width:1024px){.main{padding-left:7.5rem;padding-right:7.5rem}}.modal{border:none;width:min(97vw,44rem);padding-top:1.5rem;padding-bottom:3rem;padding-left:1.5rem;padding-right:1.5rem}.modal::backdrop{background-color:var(--color-black);opacity:.9}.modal[open]{flex-direction:column;gap:.375rem;display:flex}.modal__header{justify-content:space-between;gap:.5rem;margin-bottom:.375rem;display:flex}.modal__title{font-weight:700;font-size:var(--text-2xl)}.modal__content{white-space:pre-line}.modal__button-close{color:var(--color-black);padding-left:0;padding-right:0}.modal__button-svg{width:1rem}.nav{gap:.25rem;display:grid}@media screen and (min-width:1024px){.nav{grid-template-columns:repeat(5,1fr);gap:.5rem}}.nav-link{color:var(--color-grey-500);border:1px solid var(--color-grey-50);background:var(--color-white-40);border-radius:.25rem;justify-content:space-between;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:.75rem;padding-right:.75rem;text-decoration:none;display:flex}@media screen and (min-width:1024px){.nav-link{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}}.nav-link__heading{text-align:center;font-size:1rem;font-weight:400;line-height:normal}@media screen and (min-width:1024px){.nav-link__heading{text-align:unset}}.nav-link__text{text-align:center;font-weight:200;line-height:1.25}@media screen and (min-width:1024px){.nav-link__text{text-align:unset}}.nav-link__text-group{flex-direction:column;gap:.75rem;display:flex}@media screen and (min-width:1024px){.nav-link__text-group{flex:1}}.nav-link__sub-group{flex-direction:column;justify-content:center;align-items:start;gap:.25rem;display:flex}.nav-link__more{color:var(--color-grey-500);font-weight:100;font-size:var(--text-base);white-space:nowrap;align-items:center;gap:.5rem;line-height:1.2;text-decoration:none;display:flex}.nav-link:hover>.nav-link__more>.card__arrow{transform:translate(25%)}@media screen and (min-width:1024px){.nav-link--until-lg{display:none}}.nav-link--from-sm{display:none}@media screen and (min-width:1024px){.nav-link--from-sm{display:flex}}.nav-link__label{flex-direction:column;align-items:center;gap:.5rem;margin-top:auto;margin-bottom:auto;font-weight:600;display:flex}@media screen and (min-width:1024px){.nav-link__label{margin-block:unset}}.nav-link__heading--left{text-align:start}.nav-link--selected{min-height:19rem;color:var(--color-black);background:#fffc;flex-direction:column;align-items:center;gap:.75rem}@media screen and (min-width:1024px){.nav-link--selected{flex-direction:row;grid-column:span 3;gap:2.5rem;min-height:0;padding-top:2.5rem;padding-bottom:2.5rem;padding-left:2.5rem;padding-right:2.5rem}}.nav-link--selected .nav-link__heading{font-size:1.75rem}.nav-link--selected .nav-link__gauge-svg{width:15rem}@media screen and (min-width:1024px){.nav-link--selected .nav-link__gauge-svg{width:12rem}}.nav-link--selected .nav-link__label{font-size:1.5rem}@media screen and (min-width:1024px){.nav-link--selected .nav-link__label{font-size:1.25rem}}.page{background:radial-gradient(ellipse at top,var(--color-white),var(--color-background));flex-direction:column;display:flex}.page--accent{background:var(--color-accent)}.progress-indicator{z-index:50;border-radius:var(--rounded-full);background-color:var(--color-white);gap:.125rem;padding:.25rem;transition:transform .75s ease-out;display:flex;position:fixed;bottom:1rem;right:50%;transform:translate(50%)}@media screen and (min-width:1024px){.progress-indicator{flex-direction:column;bottom:50%;right:1rem;transform:translateY(50%)}}.progress-indicator__step{display:inline-flex;position:relative}.progress-indicator__text{color:var(--color-black);font-weight:300;font-size:var(--text-sm);border-radius:var(--rounded-full);background-color:color-mix(in srgb,var(--color-white)60%,transparent);opacity:0;padding-top:.25rem;padding-bottom:.25rem;padding-left:.75rem;padding-right:.75rem;transition:opacity .5s ease-in-out;position:absolute;top:50%;transform:translateY(-50%)}.progress-indicator__text:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:calc(100% + .5rem)}.progress-indicator__text:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:calc(100% + .5rem)}.progress-indicator__text:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:calc(100% + .5rem)}.progress-indicator__icon{--size:2rem;width:var(--size);height:var(--size);opacity:.1;transition:all .5s ease-in-out;transform:scale(.8)}@media screen and (min-width:1024px){.progress-indicator__icon{--size:3.125rem}}@media screen and (min-width:1024px){.progress-indicator__step[data-active] .progress-indicator__text{opacity:1}}.progress-indicator__step[data-active] .progress-indicator__icon{opacity:1;transform:scale(1)}.progress-indicator:not(:has([data-active])){transform:translate(50%,calc(100% + 2rem))}@media screen and (min-width:1024px){.progress-indicator:not(:has([data-active])){transform:translate(calc(100% + 2rem),50%)}}.scroll-indicator{z-index:var(--layer-1);width:-webkit-max-content;width:max-content;max-width:80vw;color:var(--color-black);font-weight:300;font-size:var(--text-base);text-align:center;background-color:var(--color-white);background-color:color-mix(in srgb,var(--color-white)20%,transparent);pointer-events:none;flex-direction:column;align-items:center;gap:.75rem;padding-top:.375rem;padding-bottom:.375rem;padding-left:1.25rem;padding-right:1.25rem;line-height:1.3;transition:opacity .4s ease-in;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)}@media screen and (min-width:768px){.scroll-indicator{bottom:3.5rem}}.scroll-indicator[hidden]{opacity:0}.scroll-indicator__icon{width:2rem;height:2rem;animation-name:tell-it-bounce;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes tell-it-bounce{0%{transform:translateY(-25%)}to{transform:translateY(25%)}}.section{flex-direction:column;gap:1.25rem;display:flex}@media screen and (min-width:1024px){.section{flex-direction:row;justify-content:space-between;padding-top:2.5rem;padding-bottom:2.5rem;padding-left:2.5rem;padding-right:2.5rem}}.section__details{flex-direction:column;gap:.5rem;display:flex}@media screen and (min-width:1024px){.section__details{gap:1.5rem}}.section__arrow{width:1.875rem;transition:transform .25s}.section__text{color:var(--color-grey-700);font-size:1.25rem;font-style:normal;font-weight:100;line-height:normal}@media screen and (min-width:1024px){.section__text{font-size:2rem}}.section__summary{flex-direction:column;gap:.25rem;display:flex}.section__heading{gap:.5rem;display:flex}.section__details[open] .section__arrow{transform:rotate(180deg)}@media screen and (min-width:1024px){.section__combobox{width:35rem;position:absolute}}.select-box{flex-direction:column;align-self:end;gap:.375rem;width:100%;min-width:min(100%,20rem);display:flex}@media screen and (min-width:1024px){.select-box{width:26rem}}.select-box--big{width:100%}.select-box__field{width:100%;height:100%;color:inherit;-webkit-appearance:none;appearance:none;background:0 0;border:none;outline:none;padding-top:.375rem;padding-bottom:.375rem;font-weight:300}.select-box__field:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:1.25rem}.select-box__field:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:1.25rem}.select-box__field:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:1.25rem}.select-box__wrapper{border:1px solid var(--color-grey-100);border-radius:4px;justify-self:stretch;display:inline-block;position:relative}.select-box__wrapper:hover{border:1px solid var(--color-grey-300)}.select-box__wrapper:focus-within{outline:1px solid var(--color-primary);outline-offset:1px}.select-box__wrapper:after{content:"";pointer-events:none;background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 17\" fill=\"none\"><path d=\"M8 10.9892L4 6.98918L4.93333 6.05585L8 9.12251L11.0667 6.05585L12 6.98918L8 10.9892Z\" fill=\"%23939393\"/></svg>") 50%/contain no-repeat;width:1rem;height:1rem;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.select-box__label{font-weight:300;line-height:1.25}.tab{border-radius:var(--rounded-xs);flex-direction:column;flex-grow:1;gap:.5rem;display:flex}@media screen and (min-width:1024px){.tab .tab-button{display:none}.tab .tab{gap:1.25rem}}.tab--selected{background:#fffc}.tab-buttons{display:none}@media screen and (min-width:1024px){.tab-buttons{flex-grow:1;gap:.5rem;padding-bottom:.5rem;display:flex}}.tab-button{font-size:var(--text-xl);border-radius:var(--rounded-xs);background:var(--color-white-40);cursor:pointer;border:none;flex-direction:column;align-items:center;gap:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;line-height:normal;display:flex;position:relative}@media screen and (min-width:1024px){.tab-button{flex:1 1 0}}.tab-button:hover{background-color:var(--color-white)}.tab-button:focus-visible{border-radius:var(--rounded-xs);outline:1px solid var(--color-black)}.tab-button__score{--score-color:var(--color-green);color:var(--score-color);font-weight:700;font-size:var(--text-xl);opacity:.4;padding-left:.75rem;padding-right:.75rem;font-style:normal;line-height:1.375rem}.tab-button__score--selected{color:var(--color-white);border-radius:var(--rounded-full);background-color:var(--score-color);opacity:unset;box-shadow:4px 4px 12px #7d7d7d33}.tab-button__score--yellow{--score-color:var(--color-yellow)}.tab-button__score--orange{--score-color:var(--color-orange)}.tab-button__score--red{--score-color:var(--color-red)}.tab-button__title{color:var(--color-grey-500);overflow-wrap:anywhere;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal}.tab-button__sub-title{color:var(--color-grey-700);font-weight:400;font-size:var(--text-sm);opacity:.4;line-height:.875rem}.tab-button__text{flex-direction:column;gap:.75rem;display:flex}.tab-button__label{margin-top:auto}.tab-button__unknown{color:var(--color-grey-500);font-size:1.5rem;font-weight:700;line-height:.91}.tab-button[aria-selected=true]{color:var(--color-black);background:var(--color-white-100);opacity:initial;border-bottom-right-radius:0;border-bottom-left-radius:0}.tab-button[aria-selected=true]:after{content:"";background-color:var(--color-white-100);width:100%;height:calc(.5rem + 2px);position:absolute;top:100%}.tab-button[aria-selected=true]+.tab-content{flex-direction:column;gap:1.25rem;display:flex}.tab-button[aria-selected=true]>.tab-button__text>.tab-button__title{color:var(--color-black);opacity:unset}.tab-button[aria-selected=true] .tab-button__unknown{color:var(--color-black);opacity:unset}.tab-content{display:block}.tab-content[hidden]{display:none}.tab-content[data-subject=tax]{flex-direction:column;gap:1.25rem;display:flex}.tab-content__wrapper{border-radius:var(--rounded-xs);background:var(--color-white);padding-top:1.25rem;padding-bottom:1.25rem;padding-left:.75rem;padding-right:.75rem}@media screen and (min-width:1024px){.tab-content__wrapper{padding-bottom:2.5rem;padding-left:2.5rem;padding-right:2.5rem}}.tab-content__right{align-items:end}.tab-content__data-group{grid-template-columns:1fr;gap:.75rem;margin-top:.75rem;display:grid}@media screen and (min-width:1024px){.tab-content__data-group{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;margin-top:2rem}}.tab-content__sub-group{flex-direction:column;gap:.25rem;display:flex}@media screen and (min-width:1024px){.tab-content__sub-group{flex-direction:row;align-items:center}}.tab-content__data{justify-content:space-between;align-items:center;gap:.75rem;display:flex}@media screen and (min-width:1024px){.tab-content__data{flex-direction:column;align-items:flex-start}}@media screen and (min-width:1024px){.tab-content__data--right{align-items:flex-end}}.tab-content__arrow{display:none}@media screen and (min-width:1024px){.tab-content__arrow{display:inline}}.tab-content__paragraph{color:var(--color-grey-900);margin:0 0 1rem;font-weight:300;line-height:1.55}@media screen and (min-width:1024px){.tab-content__paragraph{margin-top:1.25rem;margin-bottom:1.25rem}}.tab-content__paragraph p{margin-bottom:1rem}.tab-content__text{color:var(--color-grey-900);font-weight:200;font-size:var(--text-sm);text-align:right;line-height:1.25rem}@media screen and (min-width:1024px){.tab-content__text{font-size:var(--text-base);text-align:left}}@media screen and (min-width:1024px){.tab-content__text-end{text-align:right}}.tab-content__title{color:var(--color-grey-900);font-weight:200;font-size:var(--text-sm);padding-bottom:.25rem}@media screen and (min-width:1024px){.tab-content__title{font-size:var(--text-xl)}.tab-content__title.tab-content__title--right{text-align:right}}.tab-content__sub-group .tab-content__text{color:var(--color-grey-700)}.tab-content__formatted-data{color:var(--color-black);font-size:2.25rem;line-height:1.15}@media screen and (min-width:1024px){.tab-content__formatted-data{font-size:var(--text-6xl);margin-bottom:auto}}.tab-content__formatted-data--sm{color:var(--color-black);font-weight:300;font-size:var(--text-sm)}@media screen and (min-width:1024px){.tab-content__formatted-data--sm{margin-bottom:-3px}}.tab-content__formatted-data--grey{color:var(--color-grey-700)}.tab-content__controls{flex-direction:column;gap:.75rem;padding-bottom:1.25rem;display:flex}@media screen and (min-width:1024px){.tab-content__controls{flex-direction:row;padding-bottom:0}}.tab-content__outer-group{flex-direction:column;flex-grow:1;flex-basis:0;display:flex}@media screen and (min-width:1024px){.tab-content__outer-group--right{align-items:end}}.tab-content--end{text-align:end}.tab-content__formatted-data[data-switchable][data-hidden]{display:none}.tab-group{flex-direction:column;gap:.5rem;margin-bottom:5rem;display:flex}@media screen and (min-width:1024px){.tab-group{gap:0}}