.heading--xs{font-family:var(--font-sora);font-size:1rem;line-height:1.125rem}.heading--s{font-family:var(--font-sora);font-size:1.25rem;line-height:1.5rem}.heading--m{font-family:var(--font-sora);font-size:1.5rem;line-height:1.625rem}.heading--l{font-family:var(--font-sora);font-size:1.875rem;line-height:2.125rem}.heading--xl{font-family:var(--font-sora);font-size:2.25rem;line-height:2.5rem}.heading--xxl{font-family:var(--font-sora);font-size:2.5rem;line-height:2.75rem}.text--s{font-family:var(--font-montserrat);font-size:.75rem;line-height:.875rem}.text--m{font-family:var(--font-montserrat);font-size:.875rem;line-height:1rem}.text--l{font-family:var(--font-montserrat);font-size:1rem;line-height:1.125rem}.text--xl{font-family:var(--font-montserrat);font-size:1.125rem;line-height:1.375rem}.weight--light{font-weight:300}.weight--regular{font-weight:400}.weight--bold{font-weight:700}.weight--black{font-weight:800}.flex{display:flex}.flex--row{flex-direction:row}.flex--column{flex-direction:column}.flex--row-reverse{flex-direction:row-reverse}.flex--column-reverse{flex-direction:column-reverse}.flex--justify-start{justify-content:flex-start}.flex--justify-end{justify-content:flex-end}.flex--justify-center{justify-content:center}.flex--justify-between{justify-content:space-between}.flex--justify-around{justify-content:space-around}.flex--justify-evenly{justify-content:space-evenly}.flex--items-start{align-items:flex-start}.flex--items-end{align-items:flex-end}.flex--items-center{align-items:center}.flex--items-stretch{align-items:stretch}.flex--items-baseline{align-items:baseline}.flex--wrap{flex-wrap:wrap}.flex--nowrap{flex-wrap:nowrap}.flex--wrap-reverse{flex-wrap:wrap-reverse}.flex--1{flex:1}.flex--auto{flex:auto}.flex--initial{flex:0 auto}.flex--none{flex:none}.gap--0{gap:0}.gap--025{gap:.25rem}.gap--05{gap:.5rem}.gap--075{gap:.75rem}.gap--1{gap:1rem}.gap--125{gap:1.25rem}.gap--15{gap:1.5rem}.gap--175{gap:1.75rem}.gap--2{gap:2rem}.gap--25{gap:2.5rem}.gap--3{gap:3rem}.gap--4{gap:4rem}.gap--5{gap:5rem}.row-gap--0{row-gap:0}.row-gap--025{row-gap:.25rem}.row-gap--05{row-gap:.5rem}.row-gap--075{row-gap:.75rem}.row-gap--1{row-gap:1rem}.row-gap--125{row-gap:1.25rem}.row-gap--15{row-gap:1.5rem}.row-gap--175{row-gap:1.75rem}.row-gap--2{row-gap:2rem}.row-gap--25{row-gap:2.5rem}.row-gap--3{row-gap:3rem}.row-gap--4{row-gap:4rem}.row-gap--5{row-gap:5rem}.col-gap--0{column-gap:0}.col-gap--025{column-gap:.25rem}.col-gap--05{column-gap:.5rem}.col-gap--075{column-gap:.75rem}.col-gap--1{column-gap:1rem}.col-gap--125{column-gap:1.25rem}.col-gap--15{column-gap:1.5rem}.col-gap--175{column-gap:1.75rem}.col-gap--2{column-gap:2rem}.col-gap--25{column-gap:2.5rem}.col-gap--3{column-gap:3rem}.col-gap--4{column-gap:4rem}.col-gap--5{column-gap:5rem}.flex--grow{flex-grow:1}.flex--shrink{flex-shrink:1}.flex--center{justify-content:center;align-items:center;display:flex}.flex--between-center{justify-content:space-between;align-items:center;display:flex}.flex--around-center{justify-content:space-around;align-items:center;display:flex}.flex--evenly-center{justify-content:space-evenly;align-items:center;display:flex}*{box-sizing:border-box;min-width:0;margin:0;position:relative}body{min-height:100dvh}h1,h2,h3,h4,h5,h6,p{text-wrap:pretty}:focus-visible{outline:-webkit-focus-ring-color auto 1.25rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}button{cursor:pointer;background:0 0;border:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-sora);line-break:auto;margin:0}p{font-family:var(--font-montserrat);line-break:auto;margin:0}input{background-color:#0000;border:none;border-radius:1.25rem;outline:none}a{font-family:var(--font-montserrat);color:var(--primary-color);text-decoration:none}a:focus,a:focus-visible{outline-offset:2px}ul{width:100%;margin:0;padding:0;list-style-type:none}ul li{margin:0;padding:0}select{border:none;outline:none}table{border-collapse:collapse}.auth__form{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-width:43.5rem;display:flex}@media (min-width:420px) and (max-width:759px){.auth__form{min-width:25rem}}@media (min-width:321px) and (max-width:419px){.auth__form{min-width:20rem}}@media (max-width:320px){.auth__form{min-width:15rem}}.auth__form__title{color:var(--text-primary);text-align:center}.auth__form__content{width:100%}.auth__form__content--grid{grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem;width:100%;margin-bottom:.5rem;display:grid}@media (min-width:420px) and (max-width:759px){.auth__form__content--grid{grid-template-columns:repeat(1,1fr);gap:1rem;display:grid}}@media (min-width:321px) and (max-width:419px){.auth__form__content--grid{grid-template-columns:repeat(1,1fr);gap:1rem;display:grid}}@media (max-width:320px){.auth__form__content--grid{grid-template-columns:repeat(1,1fr);gap:1rem;display:grid}}.auth__form__content__checks{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.auth__form__content__checks div{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.auth__form__content__submit{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}@media (max-width:320px){.auth__form__content__submit p{text-align:center}}.auth__form__content__continueWith{width:100%;color:var(--text-black);text-align:center;white-space:nowrap;font-family:var(--font-montserrat);align-items:center;gap:.75rem;margin-block:1.5rem;font-size:.75rem;line-height:.875rem;display:flex}.auth__form__content__continueWith:before,.auth__form__content__continueWith:after{content:"";background-color:var(--tertiary-500);flex:auto;height:1px}.auth__form__content__socials{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;display:grid}@media (min-width:420px) and (max-width:759px){.auth__form__content__socials{grid-template-columns:repeat(1,1fr);gap:1rem;display:grid}}@media (min-width:321px) and (max-width:419px){.auth__form__content__socials{grid-template-columns:repeat(1,1fr);gap:1rem;display:grid}}@media (max-width:320px){.auth__form__content__socials{grid-template-columns:repeat(1,1fr);gap:1rem;display:grid}}.auth__form a{text-decoration:underline}.auth__modal{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}.auth__modal--otp{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:100%;display:flex}.auth__modal--otp .otp{width:100%;margin-top:.5rem}.auth__modal--otp__resend{margin-top:1.5rem}.auth__otp.otp__field,.auth__otp .otp__group{width:100%}.auth__otp .otp__group{gap:1rem}@media (min-width:420px) and (max-width:759px){.auth__otp .otp__group{gap:.5rem}}@media (min-width:321px) and (max-width:419px){.auth__otp .otp__group{gap:.5rem}}@media (max-width:320px){.auth__otp .otp__group{gap:.375rem}}.auth__otp .otp__slot{flex:1 1 0;min-width:0;height:auto}.auth__otp .otp__slot[data-state=idle]{border-color:var(--primary-300)}.awards{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:100%;display:flex}.awards__content{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.5rem;width:100%;display:flex}.awards__participations{border:1px solid var(--primary-400);background-color:var(--neutral-white);border-radius:1rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;width:100%;padding:1rem;display:flex}.awards__participations--header{color:var(--text-primary);flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.awards__participations--title{font-family:var(--font-montserrat);color:var(--text-black);font-size:.875rem;font-weight:700;line-height:1rem}.awards__participations--description{font-family:var(--font-montserrat);color:var(--text-black);font-size:.75rem;line-height:.875rem}.awards__participations--list{grid-template-columns:repeat(auto-fit,minmax(min(12rem,100%),1fr));gap:.75rem;width:100%;margin:0;padding:0;list-style:none;display:grid}@media (max-width:759px){.awards__participations--list{grid-template-columns:1fr}}.awards__participation{font-family:var(--font-montserrat);border:1px solid var(--neutral-300);color:var(--text-black);border-radius:1rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;line-height:.875rem;display:flex}.awards__card.card{border:1px solid var(--primary-500)}.awards__card-label{font-family:var(--font-montserrat);color:var(--text-black);font-size:.75rem;font-weight:700;line-height:.875rem}.awards__card-description{font-family:var(--font-montserrat);color:var(--text-primary);font-size:.875rem;line-height:1rem}.container{background-color:var(--background);max-width:75rem;margin:0 auto;padding:0 1rem}.container-full{background-color:var(--background);width:100dvw;height:100dvh}.exchangeable{flex-direction:row;justify-content:flex-start;align-items:stretch;gap:1.5rem;width:100%;display:flex}@media (max-width:759px){.exchangeable{flex-direction:column}}.exchangeable__balance{flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:stretch;gap:.75rem;width:7rem;display:flex;position:relative}@media (max-width:759px){.exchangeable__balance{border:1px solid var(--primary-400);border-radius:.75rem;width:100%;padding:.75rem}}.exchangeable__balance:before{content:"";background-color:var(--primary-400);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:759px){.exchangeable__balance:before{display:none}}.exchangeable__balance-total,.exchangeable__balance-wave{background-color:var(--neutral-white);border:1px solid var(--neutral-300);text-align:center;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.5rem;display:flex;position:relative}@media (max-width:759px){.exchangeable__balance-total,.exchangeable__balance-wave{flex-direction:row;justify-content:center;align-items:center;gap:.375rem;display:flex}}.exchangeable__balance-total{border-color:var(--primary-400)}@media (max-width:759px){.exchangeable__balance-total{background-color:#0000;border:0;padding:0}.exchangeable__balance-wave{border-color:var(--primary-400)}}.exchangeable__balance-label{font-family:var(--font-montserrat);color:var(--text-black);font-size:.75rem;font-weight:700;line-height:.875rem}.exchangeable__balance-amount{font-family:var(--font-montserrat);color:var(--text-primary);font-size:.875rem;font-weight:700;line-height:1rem}.exchangeable__balance-list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;width:100%;margin:0;padding:0;list-style:none;display:flex}@media (max-width:759px){.exchangeable__balance-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}}.exchangeable__card.card{border:1px solid var(--primary-500);position:relative;overflow:hidden}.exchangeable__card.card .card__header{padding-left:0;padding-right:2.5rem;position:static}.exchangeable__card.card .card__footer{justify-content:flex-end}.exchangeable__card-label{font-family:var(--font-montserrat);color:var(--text-black);font-size:.75rem;font-weight:700;line-height:.875rem}.exchangeable__card-description{font-family:var(--font-montserrat);color:var(--text-primary);font-size:.875rem;line-height:1rem}.exchangeable__card-price{font-family:var(--font-montserrat);background-color:var(--primary-400);color:var(--text-white);border-bottom-left-radius:.75rem;padding:.5rem;font-size:.75rem;font-weight:700;line-height:.875rem;position:absolute;top:0;right:0}.exchangeable__card-body{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.75rem;width:100%;display:flex}.exchangeable__card-image{object-fit:cover;border-radius:.5rem;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:0;width:5rem;height:4rem;display:flex}.exchangeable__card-image--empty{background-color:var(--neutral-300);color:var(--neutral-gray)}.exchangeable__card-info{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}.exchangeable__quantity{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;display:flex}.exchangeable__quantity-btn{background-color:var(--primary-400);width:1.25rem;height:1.25rem;color:var(--text-white);cursor:pointer;border:0;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:0;display:flex}.exchangeable__quantity-btn:disabled{background-color:var(--neutral-300);color:var(--text-disabled);cursor:not-allowed}.exchangeable__quantity-value{font-family:var(--font-montserrat);text-align:center;min-width:1rem;color:var(--text-black);font-size:.875rem;font-weight:700;line-height:1rem}.layout:has(.landing) .topbar{margin-bottom:0}.landing{--landing-bar-slant:.55rem;background-color:var(--neutral-white);flex:1;width:100%;overflow-x:clip}.landing__inner{z-index:1;width:100%;margin-inline:auto;padding-inline:clamp(1.25rem,7vw,6.5rem);position:relative}.landing__diagonal{--landing-cut-top:5%;--landing-cut-right:29%;--landing-cut-left:100%;isolation:isolate;position:relative}@media (max-width:1439px){.landing__diagonal{--landing-cut-top:6%;--landing-cut-right:54%;--landing-cut-left:66%}}@media (max-width:759px){.landing__diagonal{--landing-cut-right:58%;--landing-cut-left:68%}}.landing__diagonal:before{content:"";z-index:0;background-color:var(--primary-400);width:200svw;height:60.61rem;position:absolute;inset:0 0 0 -74%;transform:rotate(-25deg)}.landing__eyebrow{font-family:var(--font-montserrat);color:var(--neutral-gray);font-size:.75rem;line-height:.875rem}.landing__eyebrow--light{color:var(--text-white)}.landing__heading{font-family:var(--font-sora);font-size:2.25rem;font-weight:800;line-height:2.5rem}@media (max-width:759px){.landing__heading{font-family:var(--font-sora);font-size:1.875rem;line-height:2.125rem}}.landing__heading--yellow{color:var(--yellow-300)}.landing__heading--blue{color:var(--text-primary)}.landing__hero{flex-direction:column;justify-content:flex-start;align-items:center;gap:0;margin-top:9rem;padding-block:2rem 3rem;display:flex}@media (min-width:1440px){.landing__hero{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:stretch;padding-block:3rem 5rem;display:grid}}.landing__hero-logo{width:min(20rem,65%);height:auto}@media (min-width:1440px){.landing__hero-logo{place-self:end center;width:min(21rem,100%)}}@media (max-width:759px){.landing__hero-logo{width:min(11rem,50%)}}.landing__hero-content{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2.5rem;width:100%;display:flex}@media (min-width:1440px){.landing__hero-content{align-self:start}}.landing__hero-title{font-family:var(--font-sora);color:var(--yellow-300);font-size:2.5rem;font-weight:800;line-height:2.75rem}@media (max-width:1439px){.landing__hero-title{font-family:var(--font-sora);text-align:center;font-size:2.25rem;line-height:2.5rem}}@media (max-width:759px){.landing__hero-title{font-family:var(--font-sora);font-size:1.875rem;line-height:2.125rem}}.landing__hero-text{font-family:var(--font-montserrat);color:var(--text-white);max-width:70%;font-size:1rem;line-height:1.125rem}.landing__hero-text strong{font-weight:400}.landing__cta{align-self:flex-start;width:fit-content}@media (max-width:1439px){.landing__cta{align-self:center}}.landing__stats{flex-flow:wrap;justify-content:flex-start;align-items:stretch;gap:0;margin:0;padding:0;list-style:none;display:flex}@media (max-width:759px){.landing__stats{flex-direction:column;gap:1rem}}.landing__stats--decorated .landing__stat:after{animation:.5s forwards landing-stat-border}.landing__stats--decorated .landing__stat:before{animation:.35s forwards landing-stat-corner}.landing__stats--decorated .landing__stat:first-child:after{animation-delay:0s}.landing__stats--decorated .landing__stat:first-child:before{animation-delay:.4s}.landing__stats--decorated .landing__stat:nth-child(2):after{animation-delay:.12s}.landing__stats--decorated .landing__stat:nth-child(2):before{animation-delay:.52s}.landing__stats--decorated .landing__stat:nth-child(3):after{animation-delay:.24s}.landing__stats--decorated .landing__stat:nth-child(3):before{animation-delay:.64s}.landing__stats--decorated .landing__stat:nth-child(4):after{animation-delay:.36s}.landing__stats--decorated .landing__stat:nth-child(4):before{animation-delay:.76s}.landing__stat{min-width:10rem;padding-top:.75rem;padding-left:1rem;position:relative}.landing__stat:after{content:"";pointer-events:none;border-top:1px solid var(--green-400);border-right:1px solid var(--green-400);clip-path:inset(0 100% 0 0);position:absolute;inset:0}@media (max-width:759px){.landing__stat:after{border-right:none}}.landing__stat:last-child:after{border-right:none}.landing__stat:before{content:"";background-color:var(--green-400);clip-path:polygon(0 0,100% 0,0 100%);transform-origin:0 0;opacity:0;width:1.75rem;height:1.25rem;position:absolute;top:0;left:0;transform:scale(.2)}.landing__stat-value{font-family:var(--font-sora);color:var(--text-white);font-size:1.875rem;font-weight:800;line-height:2.125rem}.landing__stat-label{font-family:var(--font-montserrat);color:var(--text-white);font-size:.75rem;line-height:.875rem}.landing__steps{padding-block:1rem 3rem}@media (min-width:1440px){.landing__steps{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:3rem;padding-block:11rem 6rem;display:grid}}.landing__steps-intro{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;max-width:30rem;display:flex}.landing__steps-description{font-family:var(--font-montserrat);color:var(--text-white);padding-top:.5rem;font-size:.875rem;line-height:1rem}.landing__steps-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1.5rem;margin:0;padding:2.5rem 0 0;list-style:none;display:grid}@media (min-width:1440px){.landing__steps-list{padding-top:0}}@media (max-width:759px){.landing__steps-list{grid-template-columns:minmax(0,1fr);gap:1.75rem}}.landing__step{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.landing__step-marker{border:2px solid var(--primary-400);background-color:var(--neutral-white);width:6.625rem;height:6.625rem;color:var(--primary-500);font-family:var(--font-sora);border-radius:50%;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:0;font-size:1.5rem;font-weight:800;line-height:1.625rem;display:flex}.landing__step-marker svg{width:1.75rem;height:1.75rem}.landing__step-title{font-family:var(--font-montserrat);color:var(--primary-500);font-size:1rem;font-weight:800;line-height:1.125rem}.landing__step-text{font-family:var(--font-montserrat);color:var(--text-black);max-width:18rem;font-size:.75rem;line-height:.875rem}.landing__chart{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;padding-block:5rem;display:flex}.landing__chart-intro{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;display:flex}.landing__chart-track{scroll-snap-type:x proximity;scrollbar-width:none;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:.5rem;margin:5rem 0;padding:0;list-style:none;display:flex;overflow-x:auto}.landing__chart-track::-webkit-scrollbar{display:none}.landing__chart-item{scroll-snap-align:start;flex-direction:column;flex:none;justify-content:flex-end;align-items:center;gap:.375rem;width:clamp(2.75rem,6vw,4.5rem);display:flex}.landing__chart-column{align-items:flex-end;width:clamp(1.5rem,2.6vw,2.3rem);height:clamp(7rem,13vw,11rem);margin-bottom:.5rem;display:flex}.landing__chart-bar{background-color:var(--green-400);width:100%;clip-path:polygon(0 var(--landing-bar-slant), 49% 0, 100% 0, 100% calc(100% - var(--landing-bar-slant)), 51% 100%, 0 100%)}.landing__chart-year{font-family:var(--font-montserrat);color:var(--tertiary-500);font-size:.875rem;font-weight:800;line-height:1rem}.landing__chart-count{font-family:var(--font-montserrat);color:var(--tertiary-400);flex-direction:row;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;line-height:.875rem;display:flex}.landing__chart-count svg{flex-shrink:0}.landing__chart-nav{flex-direction:row;justify-content:center;align-items:center;gap:.75rem;display:flex}.landing__chart-nav-button{background-color:var(--primary-500);width:2.25rem;height:2.25rem;color:var(--text-white);cursor:pointer;border:none;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;gap:0;display:flex}.landing__chart-nav-button:disabled{background-color:var(--neutral-300);color:var(--text-white);cursor:not-allowed}.landing__rewards{background-color:var(--primary-400);padding-block:3rem 3.5rem}.landing__rewards-intro{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;padding-bottom:2rem;display:flex}.landing__rewards-description{font-family:var(--font-montserrat);color:var(--text-white);max-width:26rem;padding-top:.5rem;font-size:.875rem;line-height:1rem}.landing__rewards-list{grid-template-columns:repeat(auto-fit,minmax(min(15rem,100%),1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.landing__reward{background-color:var(--neutral-white);border-radius:1rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;height:100%;padding:1.25rem;display:flex}@media (max-width:1439px){.landing__reward{text-align:center;align-items:center}}.landing__reward-label{font-family:var(--font-montserrat);color:var(--neutral-gray);font-size:.75rem;line-height:.875rem}.landing__reward-icon{color:var(--primary-400);margin-block:.25rem}.landing__reward-title{font-family:var(--font-montserrat);color:var(--primary-500);font-size:1.125rem;font-weight:800;line-height:1.375rem}.landing__reward-text{font-family:var(--font-montserrat);color:var(--text-black);max-width:21rem;font-size:.875rem;line-height:1rem}.landing__notes{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.landing__note{font-family:var(--font-montserrat);color:var(--text-white);font-size:.75rem;line-height:.875rem}.landing__note:before{content:"* "}.landing__legal-link{font-family:var(--font-montserrat);color:var(--text-white);margin-top:1rem;font-size:.75rem;line-height:.875rem;text-decoration:underline;display:inline-block}.landing__legal-link:hover{color:var(--yellow-300)}.landing-content{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;margin:auto;padding-inline:.75rem;display:flex}.landing-content-text{text-align:center;max-width:28.5rem}.landing-content-buttons{flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;display:flex}.landing-content--title{color:var(--primary-color);font-weight:700}.landing-content--description{color:var(--gray-color);text-align:center;max-width:28.5rem}.landing-content--text{text-align:center}.landing__modal{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}@keyframes landing-stat-border{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes landing-stat-corner{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.landing__stats .landing__stat:after{clip-path:inset(0);animation:none}.landing__stats .landing__stat:before{opacity:1;animation:none;transform:none}}.legal{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2.5rem;width:100%;max-width:56rem;margin-inline:auto;padding-top:3rem;padding-bottom:4rem;display:flex}@media (max-width:759px){.legal{gap:2rem;padding-top:2rem;padding-bottom:3rem}}.legal__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;display:flex}.legal__title{color:var(--text-black);font-family:var(--font-sora);font-size:2.25rem;font-weight:800;line-height:2.5rem}@media (max-width:759px){.legal__title{font-family:var(--font-sora);font-size:1.875rem;line-height:2.125rem}}.legal__sections{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2rem;list-style:none;display:flex}.legal__section{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;display:flex}.legal__section-title{color:var(--text-black);font-family:var(--font-sora);font-size:1.5rem;font-weight:700;line-height:1.625rem}@media (max-width:759px){.legal__section-title{font-family:var(--font-sora);font-size:1.25rem;line-height:1.5rem}}.legal__paragraph,.legal__list-item{color:var(--text-black);text-wrap:pretty;white-space:pre-line;font-family:var(--font-montserrat);font-size:1rem;line-height:1.65}.legal__paragraph a,.legal__list-item a{color:var(--primary-400);text-decoration:underline}.legal__list{padding-inline-start:1.5rem}.legal__list>li+li{margin-block-start:.5rem}.legal__list--bulleted{list-style:outside}.legal__list--ordered{list-style:decimal}.legal__list .legal__list{margin-block-start:.5rem}.legal__list .legal__list.legal__list--bulleted{list-style:circle}.legal__list .legal__list.legal__list--ordered{list-style:lower-latin}.legal__list-item{display:list-item}.legal__updated{color:var(--neutral-gray);font-family:var(--font-montserrat);font-size:.875rem;line-height:1rem}.logons__search{max-width:18.5rem;margin-block:1.5rem}@media (max-width:759px){.logons__search{max-width:100%}}.layout{flex-direction:column;width:100%;min-height:100dvh;display:flex}.layout-internal{padding:.75rem}.auth-layout,.main-layout,.platform-layout{justify-content:unset;align-items:unset;flex-direction:column;flex:1;gap:0;padding-inline:1.25rem;display:flex}@media (max-width:1439px){.auth-layout,.main-layout,.platform-layout{padding:.75rem}}.auth-layout__container{margin:auto}.modules,.individual-module{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;display:flex}.modules__actions,.individual-module__actions{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:1rem;width:100%;display:flex}@media (min-width:420px) and (max-width:759px){.modules__actions,.individual-module__actions{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;display:flex}.modules__actions .btn,.individual-module__actions .btn{width:100%}}.create-module .toggle__label{font-family:var(--font-montserrat);color:var(--text-black);font-size:1rem;font-weight:400;line-height:1.125rem}.import-modules .modal__footer .btn{width:100%}.import-modules__label{min-width:unset!important}.profile{flex-direction:column;display:flex}.profile__container{justify-content:center;align-self:center;align-items:unset;flex-direction:column;gap:1.5rem;width:28.5rem;max-width:100%;min-height:60dvh;display:flex}@media (min-width:2560px){.profile__container{gap:2rem;width:40rem}}@media (min-width:760px) and (max-width:1023px){.profile__container{width:90%}}@media (max-width:759px){.profile__container{width:100%}}.profile__data{width:100%}.profile__data p{margin-left:.5rem}.profile__actions{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}@media (min-width:321px) and (max-width:419px){.profile__actions{justify-content:center}}@media (max-width:320px){.profile__actions{justify-content:center}}.survey{padding-block:1.5rem;display:flex}@media (max-width:1439px){.survey{flex-direction:column;gap:1.5rem}}.survey__left-panel{flex-direction:column;flex:none;justify-content:flex-start;align-items:flex-start;gap:1.5rem;display:flex}@media (min-width:1440px){.survey__left-panel{border-right:2.4px solid var(--text-black);width:19rem;min-height:75vh;padding-right:1.5rem}}@media (min-width:2560px){.survey__left-panel{width:25rem}}@media (max-width:1439px){.survey__left-panel{border-bottom:2.4px solid var(--text-black);width:100%;padding-bottom:1.5rem}}.survey__number-nav{grid-template-columns:repeat(10,1.5rem);justify-content:flex-start;gap:.375rem;display:grid}@media (min-width:2560px){.survey__number-nav{grid-template-columns:repeat(auto-fill,1.5rem);width:100%}}@media (min-width:760px) and (max-width:1023px){.survey__number-nav{grid-template-columns:repeat(auto-fill,1.5rem);width:100%}}@media (max-width:759px){.survey__number-nav{grid-template-columns:repeat(10,1.5rem);justify-content:space-between;width:100%}}.survey__number-nav__button{--number-nav-ring:var(--primary-300);aspect-ratio:1;width:1.5rem;min-width:1.5rem;height:1.5rem;min-height:1.5rem;color:var(--text-primary);background-color:var(--neutral-white);box-shadow:inset 0 0 0 1px var(--number-nav-ring);font-family:var(--font-montserrat);text-align:center;border:none;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:0;font-size:.75rem;line-height:.875rem;display:flex}.survey__number-nav__button--answered{--number-nav-ring:var(--green-400);color:var(--text-black);background-color:var(--green-400)}.survey__number-nav__button--excluded{--number-nav-ring:var(--neutral-300);color:var(--text-white);background-color:var(--neutral-300);cursor:not-allowed}.survey__number-nav__button--active{--number-nav-ring:var(--primary-500);color:var(--text-white);background-color:var(--primary-500)}.survey__legend{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}.survey__legend__title{font-family:var(--font-montserrat);color:var(--text-black);font-size:.75rem;font-weight:700;line-height:.875rem}.survey__legend__content{grid-template-columns:repeat(2,auto);justify-content:flex-start;gap:.5rem 1rem;display:grid}@media (min-width:760px) and (max-width:1023px){.survey__legend__content{grid-template-columns:repeat(4,auto)}}@media (max-width:759px){.survey__legend__content{grid-template-columns:repeat(2,auto)}}.survey__legend__item{font-family:var(--font-montserrat);color:var(--text-disabled);flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.75rem;line-height:.875rem;display:flex}.survey__legend__dot{background-color:var(--neutral-white);border:1px solid var(--primary-300);border-radius:50%;flex:none;width:.75rem;height:.75rem}.survey__legend__dot--answered{background-color:var(--green-400);border-color:var(--green-400)}.survey__legend__dot--selected{background-color:var(--primary-500);border-color:var(--primary-500)}.survey__legend__dot--excluded{background-color:var(--neutral-300);border-color:var(--neutral-300)}.survey__content{flex-direction:row;flex:1;justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}@media (min-width:1440px){.survey__content{padding-inline:1.5rem}}@media (max-width:1439px){.survey__content{flex-wrap:wrap;justify-content:center}}.survey__content__question{background-color:var(--neutral-white);border:1px solid var(--primary-300);border-radius:1.25rem;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}@media (max-width:1439px){.survey__content__question{flex:1 0 100%;order:-1;width:100%}}.survey__content__question__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex}.survey__content__question__statement{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}.survey__content__question__title{font-family:var(--font-montserrat);color:var(--text-black);font-size:1.125rem;font-weight:700;line-height:1.375rem}.survey__content__question__description{font-family:var(--font-montserrat);color:var(--text-black);font-size:1rem;line-height:1.125rem}.survey__content__question__copy-icon{cursor:pointer;min-width:1.125rem;height:1.25rem}.survey__content__question input[type=radio]{border-color:var(--primary-500);width:1.125rem;height:1.125rem}.survey__content__question input[type=radio]:checked{border-color:var(--primary-500)}.survey__content__question input[type=radio]:checked:after{background-color:var(--primary-500)}.survey__content__question .input-radio__label{color:var(--text-black);margin-right:0}.surveys{flex-direction:row;justify-content:flex-start;align-items:stretch;gap:0;width:100%;height:100%;padding-block:2.25rem;display:flex}@media (max-width:759px){.surveys{flex-direction:column;gap:2.25rem}}.surveys__empty{font-family:var(--font-sora);flex:1;align-items:center;font-size:1.25rem;font-weight:700;line-height:1.5rem}.surveys__empty--text{margin:auto}.survey-filters{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;display:flex}@media (min-width:760px){.survey-filters{border-right:2px solid var(--text-black);width:21rem;min-height:75vh;padding-right:1.5rem}}.survey-filters{flex-shrink:0;font-weight:700}.survey-filters__title{font-family:var(--font-sora);color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.625rem}.surveys-list{gap:1.5rem;display:grid}@media (min-width:760px){.surveys-list{grid-template-columns:repeat(auto-fit,minmax(min(25rem,100%),1fr));padding-inline:1.5rem}}.surveys-list__content{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;min-width:0;display:flex}.surveys-list__toggle{margin-left:1.5rem}.survey-card{border:1px solid var(--neutral-300);border-radius:1.25rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;height:100%;padding:1rem 1rem 1.25rem;display:flex;position:relative;overflow:auto}.survey-card--expired{background-color:var(--neutral-300)}.survey-card--completed{background-color:var(--green-100)}.survey-card--not-completed{background-color:var(--orange-100)}.survey-card__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%;display:flex}.survey-card__title{font-family:var(--font-montserrat);flex:1;font-size:1rem;line-height:1.125rem}.survey-card__dates{width:100%;color:var(--tertiary-400);flex-direction:row;justify-content:space-between;align-items:center;gap:0;font-weight:700;display:flex}.survey-card__dates time{font-weight:400}.survey-card__date{font-family:var(--font-montserrat);font-size:.75rem;line-height:.875rem}.survey-card__footer{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin-top:auto;display:flex}.survey-card__progress-wrapper{background-color:var(--neutral-white);border:1px solid var(--primary-100);border-radius:1.25rem;flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:1rem;height:100%;padding-inline:1rem;display:flex}.survey-card__progress{appearance:none;border:none;border:1px solid var(--primary-100);border-radius:1rem;flex:1;height:.375rem}.survey-card__progress::-webkit-progress-bar{border:1px solid var(--primary-100);background-color:var(--neutral-white);border-radius:1rem}.survey-card__progress::-webkit-progress-value{background-color:var(--primary-500);border-radius:1rem}.survey-card__progress::-moz-progress-bar{border-radius:1rem}.survey-card__count{font-family:var(--font-montserrat);color:var(--text-black);white-space:nowrap;font-size:.75rem;line-height:.875rem}.tickets{flex-direction:row;flex:1;justify-content:flex-start;align-items:stretch;gap:0;width:100%;height:100%;padding-block:2.25rem;display:flex}@media (max-width:759px){.tickets{flex-direction:column}}.tickets--empty{justify-content:center}.tickets__panel{flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;gap:0;min-height:0;display:flex;overflow:hidden}.tickets__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:28rem;margin:auto;padding:1rem;display:flex}.tickets__empty-title{font-family:var(--font-sora);color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.625rem}.tickets__empty-message{font-family:var(--font-sora);color:var(--text-black);font-size:1.25rem;font-weight:700;line-height:1.5rem}.ticket-list{border-right:1px solid var(--neutral-300);flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:stretch;gap:1rem;width:26rem;padding-right:1.5rem;display:flex}@media (max-width:759px){.ticket-list{border-right:none;border-bottom:1px solid var(--neutral-300);width:100%;padding-bottom:1.5rem;padding-right:0}}.ticket-list__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.ticket-list__header .btn{white-space:nowrap}.ticket-list__empty{font-family:var(--font-montserrat);color:var(--text-disabled);padding:.5rem 0;font-size:.875rem;line-height:1rem}.ticket-list__items{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;max-height:calc(100vh - 20rem);margin:0;padding:0 .75rem 0 0;list-style:none;display:flex;overflow-y:auto}.ticket-list__item-wrapper{padding:.5rem 0;position:relative}.ticket-list__item{border:1px solid var(--tertiary-500);color:var(--text-black);border-radius:1.25rem;padding:.75rem 1.25rem;text-decoration:none;transition:border-color .15s,background .15s,color .15s;display:block}.ticket-list__item:hover,.ticket-list__item:focus-visible{background:var(--neutral-white);border-color:var(--yellow-400);outline:none}.ticket-list__item--active,.ticket-list__item--active:hover,.ticket-list__item--active:focus-visible{background:var(--tertiary-500);border-color:var(--tertiary-500);color:var(--text-white)}.ticket-list__item--active .ticket-list__item-date,.ticket-list__item--active:hover .ticket-list__item-date,.ticket-list__item--active:focus-visible .ticket-list__item-date{color:var(--text-white)}.ticket-list__item--active .ticket-list__item-owner,.ticket-list__item--active:hover .ticket-list__item-owner,.ticket-list__item--active:focus-visible .ticket-list__item-owner,.ticket-list__item--active .ticket-list__item-owner strong,.ticket-list__item--active:hover .ticket-list__item-owner strong,.ticket-list__item--active:focus-visible .ticket-list__item-owner strong{color:var(--primary-100)}.ticket-list__item-header{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.ticket-list__item-id{font-family:var(--font-montserrat);white-space:nowrap;font-size:1rem;font-weight:700;line-height:1.125rem}.ticket-list__item-status{font-family:var(--font-montserrat);color:var(--text-black);white-space:nowrap;border-radius:1.25rem;padding:.375rem 1rem;font-size:.875rem;line-height:1rem}.ticket-list__item-status--open{background:var(--success)}.ticket-list__item-status--closed{background:var(--red-200)}.ticket-list__item-date{font-family:var(--font-montserrat);color:var(--text-disabled);white-space:nowrap;margin-top:.375rem;font-size:.875rem;line-height:1rem;display:block}.ticket-list__item-owner{font-family:var(--font-montserrat);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-top:.375rem;font-size:.875rem;line-height:1rem;display:block;overflow:hidden}.ticket-list__item-owner strong{color:var(--text-black);font-weight:700}.ticket-list__item-unread{background:var(--red-500);border-radius:100%;width:1rem;height:1rem;position:absolute;top:0;right:-.25rem}.ticket-conversation{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;height:100%;max-height:71svh;padding-left:1.5rem;display:flex}@media (max-width:759px){.ticket-conversation{max-height:91svh;padding-top:1.5rem;padding-left:0}}.ticket-conversation__header{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.ticket-conversation__title{font-family:var(--font-sora);color:var(--text-black);font-size:1rem;font-weight:700;line-height:1.125rem}.ticket-conversation__header-actions{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.ticket-conversation__date{font-family:var(--font-montserrat);color:var(--text-disabled);white-space:nowrap;font-size:.75rem;line-height:.875rem}.ticket-conversation__closed-notice{font-family:var(--font-montserrat);text-align:center;width:100%;color:var(--text-disabled);font-size:.75rem;line-height:.875rem}.ticket-conversation__intro{text-align:center;color:var(--text-black);font-family:var(--font-montserrat);flex-direction:row;flex:1;justify-content:center;align-items:center;gap:0;font-size:.875rem;line-height:1rem;display:flex}.ticket-conversation__messages{background:var(--neutral-white);flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;gap:0;min-height:0;padding:1.5rem;display:flex}.ticket-conversation__messages--new{border:1px solid var(--primary-500);border-radius:1.25rem}.ticket-conversation__messages-data{font-family:var(--font-montserrat);flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.75rem;line-height:.875rem;display:flex}.ticket-conversation__messages-list{flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;gap:1rem;min-height:0;margin:0;padding:0 .75rem 0 0;list-style:none;display:flex;overflow-y:auto}.ticket-conversation__composer{border-top:1px solid var(--neutral-300);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.ticket-textarea{border:1px solid var(--primary-500);background:var(--background);width:100%;color:var(--text-black);font-family:var(--font-montserrat);resize:none;border-radius:1.25rem;padding:.75rem 1rem;font-size:.875rem;line-height:1rem;display:block;overflow-y:hidden}.ticket-textarea:focus{border-color:var(--primary-500);outline:none}.ticket-textarea::placeholder{color:var(--text-disabled)}.ticket-textarea:disabled{opacity:.6;cursor:not-allowed}.ticket-composer{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;width:100%;display:flex}.ticket-composer__row{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.ticket-composer__row>button{flex-shrink:0}.ticket-composer__field{flex:1;min-width:0;position:relative}.ticket-composer__field .tooltipTrigger{line-height:0;position:absolute;bottom:50%;right:1rem;translate:0% 50%}.ticket-composer__input{border-radius:1.5rem;padding-right:3.25rem}.ticket-composer__attach{color:var(--text-black);cursor:pointer;background:0 0;border:none;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:.25rem;transition:color .15s;display:flex}.ticket-composer__attach:hover{color:var(--primary-500)}.ticket-composer__attach:disabled{opacity:.5;cursor:not-allowed}.ticket-attachments{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.ticket-attachments__chip{background:var(--primary-500);max-width:14rem;min-height:1.75rem;color:var(--text-white);font-family:var(--font-montserrat);border-radius:1.25rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;line-height:.875rem;display:flex}.ticket-attachments__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ticket-attachments__remove{color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:0;padding:0;display:flex}.ticket-attachments__remove:disabled{opacity:.5;cursor:not-allowed}.attach-images__dropzone{border:1px solid var(--primary-500);border-radius:1.25rem;width:100%;transition:background .15s}.attach-images__dropzone--active{background:var(--neutral-white)}.attach-images__input{display:none}.attach-images__trigger{cursor:pointer;text-align:center;background:0 0;border:none;border-radius:1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;padding:1.5rem 1rem;display:flex}.attach-images__title{font-family:var(--font-montserrat);color:var(--text-black);font-size:1rem;line-height:1.125rem}.attach-images__link{font-family:var(--font-montserrat);color:var(--primary-500);font-size:.875rem;line-height:1rem;text-decoration:underline}.attach-images__formats{font-family:var(--font-montserrat);color:var(--text-disabled);font-size:.75rem;line-height:.875rem}.attach-images__size{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.attach-images__size-label{font-family:var(--font-montserrat);color:var(--text-black);white-space:nowrap;font-size:.75rem;line-height:.875rem}.attach-images__size-bar{background:var(--neutral-300);border-radius:1rem;flex:1;height:.5rem;position:relative}.attach-images__size-fill{background:var(--primary-500);border-radius:1rem;position:absolute;inset:0 auto 0 0}.attach-images__size-thumb{background:var(--primary-500);border-radius:100%;width:.75rem;height:.75rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.attach-images__error{width:100%;color:var(--error)}.attach-images__chips{width:100%;min-height:1.75rem}.ticket-message{border:1px solid var(--neutral-300);background:var(--background);border-radius:0 1.25rem 1.25rem;align-self:flex-start;max-width:85%;padding:.875rem 1rem}.ticket-message--self{border-color:var(--primary-500);border-top-left-radius:1.25rem;border-top-right-radius:0;align-self:flex-end}.ticket-message__header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}@media (max-width:759px){.ticket-message__header{flex-flow:column-reverse wrap;align-items:flex-start;gap:0}}.ticket-message__author{font-family:var(--font-montserrat);font-size:.875rem;font-weight:700;line-height:1rem}.ticket-message--self .ticket-message__author{color:var(--primary-500)}.ticket-message__meta{flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.ticket-message__date{font-family:var(--font-montserrat);color:var(--text-disabled);white-space:nowrap;font-size:.75rem;line-height:.875rem}.ticket-message__actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.ticket-message__action{color:var(--text-disabled);cursor:pointer;background:0 0;border:none;border-radius:1.25rem;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:.25rem;transition:color .15s;display:flex}.ticket-message__action:hover{color:var(--primary-500)}.ticket-message__action:disabled{opacity:.5;cursor:not-allowed}.ticket-message__action--danger:hover{color:var(--error)}.ticket-message__text{font-family:var(--font-montserrat);color:var(--text-black);font-size:.875rem;line-height:1rem}.ticket-message__text p{margin:0}.ticket-message__editor{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;display:flex}.ticket-message__edit-actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.users{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.waves,.individual-wave{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;display:flex}.waves__actions,.individual-wave__actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;width:100%;display:flex}@media (min-width:420px) and (max-width:759px){.waves__actions,.individual-wave__actions{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;display:flex}.waves__actions .btn,.individual-wave__actions .btn{width:100%}}.link-modules__description{width:100%;color:var(--text-black)}.link-modules__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;width:100%;max-height:18rem;display:flex;overflow-y:auto}.link-modules__badges{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.accordion__header{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;border-radius:1.25rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;padding:.5rem;transition:border-radius .15s ease-in-out;display:flex}.accordion__header:focus{outline:2px solid var(--black-color);outline-offset:2px}.accordion__header--open{border-bottom:none;border-radius:1rem 1rem 0 0;transition:border-radius .15s ease-in-out}.accordion__content{color:var(--primary-color);border:1px solid var(--primary-color);border-top:none;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;padding:.5rem}.badge{color:var(--white-color);text-align:center;min-width:5rem;font-family:var(--font-montserrat);font-family:var(--font-montserrat);border-radius:1.25rem;padding:.25rem 1rem;font-size:.75rem;line-height:.875rem;display:inline-block}.badge--primary{background-color:var(--primary-color);color:var(--white-color)}.badge--pending{color:var(--complementary-color);background-color:#0000;min-width:auto;padding:0}.badge--completed{color:var(--success-color);background-color:#0000;min-width:auto;padding:0}.badge--in-progress{color:var(--warning-color);background-color:#0000;min-width:auto;padding:0}.badge--active{color:var(--green-500);background-color:#0000;min-width:auto;padding:0}.badge--expired{color:var(--neutral-gray);background-color:#0000;min-width:auto;padding:0}.badge--default{color:var(--text-black);background-color:#0000;min-width:auto;padding:0}.badge--removable{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;min-width:auto;max-width:100%;padding-left:.75rem;padding-right:.5rem;display:inline-flex}.badge--wave{background-color:var(--primary-400);color:var(--text-white)}.badge--module{background-color:var(--primary-500);color:var(--text-white)}.badge--muted{background-color:var(--primary-100);color:var(--text-white)}.badge__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.badge__remove{color:inherit;cursor:pointer;background-color:#0000;border:0;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:0;padding:0;display:flex}.badge__remove:focus-visible{outline:1px solid var(--text-white);outline-offset:2px}.breadcrumb{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:0;list-style:none;display:flex}.breadcrumb ol{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumb__item{color:var(--text-disabled);flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.breadcrumb__item a{color:var(--text-disabled);font-family:var(--font-montserrat);font-size:.75rem;line-height:.875rem;text-decoration:underline}.breadcrumb__item a:hover{text-decoration:underline}.breadcrumb__item:not(:last-child):after{content:"/";margin-left:.5rem}.btn{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}@media (max-width:759px){.btn{gap:.25rem}}.btn{font-family:var(--font-montserrat);border-radius:2.25rem;padding:.6875rem 1.5rem;font-size:1rem;line-height:1.125rem}.btn:focus,.btn:focus-visible{outline:-webkit-focus-ring-color auto 1px;outline-color:var(--text-black);outline-offset:4px}.btn:active:not(.button--disabled){transform:scale(.97)}.btn--outline{color:var(--primary-color);background-color:var(--background);border:1.2px solid var(--primary-color)}.btn--outline:hover{background-color:var(--primary-color);color:var(--text-white);border:1.2px solid var(--primary-color)}.btn--primary{background-color:var(--primary-500);color:var(--text-white);border:1.2px solid var(--primary-500)}.btn--primary:hover{color:var(--text-black);border:1.2px solid var(--text-black);background-color:var(--yellow-500)}.btn--secondary{background-color:var(--green-400);color:var(--text-black);border:1.2px solid var(--green-400)}.btn--secondary:hover{color:var(--text-black);border:1.2px solid var(--green-400);background-color:var(--green-400)}.btn--yellow{background-color:var(--yellow-200);color:var(--text-black);border:1.2px solid var(--yellow-500)}.btn--yellow:hover{color:var(--text-black);border:1.2px solid var(--yellow-300);background-color:var(--yellow-300)}.btn--icon-round{border-radius:50%;width:2.25rem;min-width:2.25rem;height:2.25rem;padding:0}.btn--delete{background-color:var(--red-100);color:var(--red-500);border:1.2px solid var(--red-500)}.btn--delete:hover{color:var(--text-white);border:1.2px solid var(--red-500);background-color:var(--red-500)}.btn--red{background-color:var(--red-color);color:var(--text-white);border:1.2px solid var(--red-color)}.btn--red:hover{color:var(--red-color);border:1.2px solid var(--red-color);background-color:var(--background)}.btn--green{background-color:var(--green-color);color:var(--text-white);border:1.2px solid var(--green-color)}.btn--green:hover{color:var(--green-color);border:1.2px solid var(--green-color);background-color:var(--background)}.btn--orange{background-color:var(--orange-color);color:var(--text-white);border:1.2px solid var(--orange-color)}.btn--orange:hover{color:var(--orange-color);border:1.2px solid var(--orange-color);background-color:var(--background)}.btn--disabled{background-color:var(--neutral-300);color:var(--text-disabled);border:1.2px solid var(--neutral-300);cursor:not-allowed}.btn--disabled:hover{background-color:var(--neutral-300);color:var(--text-disabled);border:1.2px solid var(--neutral-300)}.btn--outline--black{color:var(--text-black);background-color:var(--background);border:1.2px solid var(--text-black)}.btn--outline--black:hover,.btn--black{background-color:var(--text-black);color:var(--text-white);border:1.2px solid var(--text-black)}.btn--black:hover{color:var(--text-black);border:1.2px solid var(--text-black);background-color:var(--background)}.btn--social{width:100%;color:var(--text-black);background-color:var(--background);border:1.2px solid var(--tertiary-500);padding-block:.5rem}.btn--social:hover{color:var(--text-black);background-color:var(--yellow-500)}.btn--link{color:var(--text-primary);font:inherit;background:0 0;border:none;border-radius:.33rem;padding:0;text-decoration:underline;display:inline}.btn--full{width:100%}.btn--icon{aspect-ratio:1;padding:.6875rem}.cards-list{grid-template-columns:repeat(auto-fill,minmax(min(21rem,100%),1fr));gap:1rem;width:100%;display:grid}.cards-list>li{height:100%}.card{border:2px solid var(--neutral-300);background-color:var(--neutral-white);border-radius:1rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;height:100%;padding:1rem;display:flex}.card--active{border-color:var(--green-400)}.card--default{border-color:var(--primary-500)}.card--custom{border-color:var(--orange-400)}.card__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%;display:flex}.card__title{font-family:var(--font-montserrat);color:var(--text-black);word-break:break-word;font-size:1rem;font-weight:700;line-height:1.125rem}.card__row{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.card__row--between{justify-content:space-between}.card__row .card__data,.card__row .card__value{font-family:var(--font-montserrat);color:var(--tertiary-400);font-size:.75rem;font-weight:400;line-height:.875rem}.card__data{font-family:var(--font-montserrat);color:var(--text-black);font-size:1rem;font-weight:300;line-height:1.125rem}.card__value{font-family:var(--font-montserrat);color:var(--text-primary);font-size:1rem;font-weight:400;line-height:1.125rem}.card__footer{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding-top:.5rem;display:flex}.card__footer .btn{font-family:var(--font-montserrat);padding:.5rem 1rem;font-size:.75rem;line-height:.875rem}.card__footer .btn--icon{padding:.5rem}.carousel-body{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4rem;width:100%;height:100%;display:flex}.carousel__close{align-self:flex-end}.carousel__close button,.carousel__close button:hover{border:none}.carousel-modal__content{flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.carousel-modal__content button{border:none;padding:.5rem}.carousel-modal__content button:hover{border:none}@media (min-width:2560px){.carousel-modal__content button{border-radius:2rem;width:4rem;height:4rem}.carousel-modal__content button svg{width:100%;height:100%}}.carousel-image{object-fit:contain}@media (min-width:2560px){.carousel-image{width:1500px;height:800px}}.checkbox{flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;display:flex}input[type=checkbox]{appearance:none;border:2.4px solid var(--primary-500);background-color:var(--background);cursor:pointer;border-radius:.25rem;width:1.5em;height:1.5em;transition:all .2s;position:relative}input[type=checkbox]:hover{border-color:var(--primary-500)}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{background-color:var(--primary-500);border-color:var(--primary-500)}input[type=checkbox]:checked:after{content:"✔";color:var(--background);font-size:1em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}input[type=checkbox]:indeterminate:after{content:"";background-color:var(--background);border-radius:.0625rem;width:.6em;height:.15em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}input[type=checkbox]:focus{outline:2.4px solid var(--primary-500);outline-offset:.2rem}.cookies-modal{all:unset;z-index:1000;background:var(--white-color);opacity:1;border-radius:1rem;width:29.25rem;transition:opacity .3s ease-in-out;position:fixed;bottom:3rem;right:2rem;box-shadow:0 4px 10px #00000040}@media (min-width:420px) and (max-width:759px){.cookies-modal{width:calc(100vw - 2rem);max-width:none;bottom:1rem;right:1rem}}@media (min-width:321px) and (max-width:419px){.cookies-modal{width:calc(100vw - 2rem);max-width:none;bottom:1rem;right:1rem}}@media (max-width:320px){.cookies-modal{width:calc(100vw - 1rem);max-width:none;bottom:.5rem;right:.5rem}}.cookies-modal img{border-top-left-radius:1rem;border-top-right-radius:1rem;width:100%}.cookies-modal__content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;padding:1rem;display:flex}.cookies-modal__content p{max-width:26.25rem;color:var(--tertiary-color)}.cookies-modal__content p a{color:var(--primary-color)}.cookies-modal__buttons{width:100%}.cookies-modal__buttons button,.cookies-modal__buttons--personalize button{border-radius:1rem}.cookies-modal__buttons--personalize{align-self:center;width:60%}@media (min-width:420px) and (max-width:759px){.cookies-modal__buttons--personalize{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.cookies-modal__buttons--personalize button{width:100%}}@media (min-width:321px) and (max-width:419px){.cookies-modal__buttons--personalize{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.cookies-modal__buttons--personalize button{width:100%}}@media (max-width:320px){.cookies-modal__buttons--personalize{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.cookies-modal__buttons--personalize button{width:100%}}@media (min-width:420px) and (max-width:759px){.cookies-modal__buttons{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.cookies-modal__buttons button{width:100%}}@media (min-width:321px) and (max-width:419px){.cookies-modal__buttons{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.cookies-modal__buttons button{width:100%}}@media (max-width:320px){.cookies-modal__buttons{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.cookies-modal__buttons button{width:100%}}.datepicker{flex-direction:column;gap:.5rem;width:100%;display:flex;position:relative}.datepicker__input{border:1px solid var(--primary-500);cursor:pointer;background-color:#0000;border-radius:1.25rem;width:100%;padding:.688rem .5rem}.datepicker__input-container{width:100%}.datepicker__input--error{border-color:var(--error)}.datepicker__input:focus{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:1.25rem}.datepicker__toggle{cursor:pointer;color:var(--gray-color);background:0 0;border:none;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.datepicker__toggle:focus-visible{outline-offset:2px}.datepicker__button{pointer-events:none;color:inherit;stroke-width:.1rem}.datepicker__calendar{background:var(--neutral-white);border:1px solid var(--primary-500);z-index:10;border-radius:1.25rem;padding:.6rem;position:absolute;top:90%;left:0;box-shadow:0 .25rem .35rem #0000001a}.datepicker__header{gap:.5rem;width:100%;padding-left:.5rem;padding-right:.5rem;display:flex}.datepicker__header__year-select{width:40%}.datepicker__days{padding-top:1rem;padding-bottom:.5rem}.datepicker__table{table-layout:fixed;width:100%}.datepicker__table th{font-family:var(--font-montserrat);font-size:.875rem;line-height:1rem}.datepicker__table td button{font-family:var(--font-montserrat);font-size:.75rem;line-height:.875rem}.datepicker__weekday{text-align:center;color:var(--text-primary)}.datepicker__day{cursor:pointer;width:1.5rem;height:1.5rem;color:var(--text-black);background-color:#0000;border:none;border-radius:50%;place-items:center;margin:0 auto;padding:0;transition:background .3s,color .3s;display:grid}.datepicker__day:hover{background:var(--tertiary-200);color:var(--black-color)}.datepicker__day:focus-visible{outline-offset:2px}.datepicker__day--selected{background:var(--primary-500);color:var(--white-color)}.datepicker__day--disabled{color:var(--text-disabled);opacity:.55;cursor:not-allowed}.datepicker__day--disabled:hover{color:var(--text-disabled);background:0 0}.dropzone{width:100%;display:inline-block;position:relative}.dropzone__input{display:none}.dropzone__label{border:1px solid var(--primary-500);cursor:pointer;background-color:#0000;border-radius:1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;min-width:28.25rem;padding-top:2rem;padding-bottom:2rem;display:flex}@media (min-width:420px) and (max-width:759px){.dropzone__label{min-width:unset}}.dropzone__preview{margin-top:1rem;margin-bottom:1rem}.dropzone__title{font-family:var(--font-montserrat);color:var(--text-black);text-align:center;word-break:break-word;font-size:1rem;font-weight:400;line-height:1.125rem}.dropzone__link{font-family:var(--font-montserrat);color:var(--text-primary);text-align:center;font-size:.75rem;font-weight:400;line-height:.875rem}.dropzone__error{color:var(--error);flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;margin-top:.5rem;display:flex}.dropzone--active .dropzone__label{background-color:var(--primary-100);border-style:dashed}.dropzone--error .dropzone__label{border-color:var(--error)}.expired-session{z-index:1000;background-color:var(--neutral-white);border:1px solid var(--neutral-300);border-radius:1rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:23.25rem;max-width:calc(100vw - 3rem);padding:1.5rem;display:flex;position:fixed;top:1.5rem;left:1.5rem;box-shadow:0 4px 10px #00000026}@media (max-width:759px){.expired-session{width:calc(100vw - 2rem);max-width:none;padding:1rem;top:1rem;left:1rem}}.expired-session__close{flex-direction:row;justify-content:flex-end;align-items:center;gap:0;width:100%;display:flex}.expired-session__close__button{aspect-ratio:1;padding:.375rem}.expired-session__close__button svg{width:1rem;height:1rem}.expired-session__header{color:var(--primary-500)}.expired-session__text{color:var(--text-black)}.expired-session__footer,.expired-session__footer button{width:100%}@media (min-width:1440px){.footer{padding-inline:1.5rem}}.footer{background-color:var(--grey-background);border-top-left-radius:.125rem;border-top-right-radius:.125rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;margin:auto;padding-block:.75rem;display:flex}@media (max-width:1439px){.footer{flex-direction:column}}.footer__company{font-family:var(--font-montserrat);font-size:.75rem;line-height:.875rem}.footer__links{color:var(--primary-color);flex-direction:row;flex:1;justify-content:center;align-items:center;gap:2.5rem;display:flex}@media (max-width:759px){.footer__links{grid-template-columns:repeat(2,auto);justify-content:space-evenly;justify-items:start;gap:.25rem 0;width:100%;display:grid}}.footer__link{font-family:var(--font-montserrat);color:var(--text-primary);padding-block:.1875rem;font-size:.875rem;line-height:1rem;text-decoration:underline}.footer__link:hover{color:var(--black-color)}.footer__link:active{color:var(--yellow-500)}.form{flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:28.5rem;display:flex}.form__content{width:100%}.form--gap{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.form-row{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:100%;display:flex}.form--login{width:26.875rem;margin:auto}.form--login a{text-decoration:underline}@media (min-width:420px) and (max-width:759px){.form--login{width:20rem}}@media (min-width:321px) and (max-width:419px){.form--login{width:20rem}}@media (max-width:320px){.form--login{width:15rem}.form--login p{text-align:center}}.icon{border-radius:.33rem;width:2rem;min-width:2rem;height:2rem;min-height:2rem;padding:.5rem}.icon__table{cursor:pointer}.icon__close{color:var(--black-color)}.icon--back{color:var(--text-white);background-color:var(--primary-500);stroke-width:1.5px;border-radius:1.25rem;width:1.5rem;height:1.5rem}.image{cursor:pointer;object-fit:cover;transition:transform .3s ease-in-out}.image--zoomable:hover{transform:scale(1.05)}.image__preview{z-index:50;background-color:#000000b3;flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;height:auto;display:flex;position:fixed;inset:0}.image__preview__content{object-fit:contain;max-width:50rem;max-height:50rem;transition:transform .3s ease-in-out}.image__preview__close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;transition:opacity .2s ease-in-out;position:absolute;top:1.5rem;right:1.5rem}.image__preview__close:hover{opacity:.8}.otp{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:inline-flex}.otp__header{flex-direction:row;justify-content:flex-start;align-items:center;gap:.375rem;display:flex}.otp__header--with-action{width:100%}.otp__action{flex-direction:row;justify-content:center;align-items:center;gap:0;margin-left:auto;display:flex}.otp__action .btn{color:var(--text-black);text-decoration:none;transition:color .15s;display:inline-flex}.otp__action .btn:hover,.otp__action .btn:focus-visible{color:var(--text-primary)}.otp__label{font-family:var(--font-montserrat);color:var(--text-black);font-size:.75rem;font-weight:700;line-height:.875rem}.otp__required{color:var(--text-primary);margin-left:.125rem}.otp__help{color:var(--text-disabled);cursor:help;display:block}.otp__field{gap:.5rem;display:inline-flex;position:relative}.otp__field--horizontal{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.otp__field--vertical{flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.otp__field--shake{animation:.35s ease-in-out both otp-shake}.otp__group{align-items:center;display:inline-flex}.otp__group--horizontal{flex-direction:row}.otp__group--vertical{flex-direction:column}.otp__group--joined{gap:0}.otp__group--separated{gap:.375rem}.otp__slot{height:2.5rem;aspect-ratio:var(--otp-ratio,1);border:1.5px solid var(--neutral-300);background-color:var(--neutral-white);cursor:text;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:0;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}@media (min-width:760px){.otp__slot{height:3.25rem}}.otp__slot[data-variant=separated]{border-radius:var(--otp-radius);-webkit-border-radius:var(--otp-radius);-moz-border-radius:var(--otp-radius)}.otp__slot[data-variant=joined]{border-radius:0}.otp__slot[data-variant=joined][data-position=only]{border-radius:var(--otp-radius);-webkit-border-radius:var(--otp-radius);-moz-border-radius:var(--otp-radius)}.otp__slot[data-state=filled]{border-color:var(--primary-500)}.otp__slot[data-state=focused]{border-color:var(--primary-500);box-shadow:0 0 0 2px var(--tertiary-500);z-index:10}.otp__slot[data-state=invalid]{border-color:var(--error);box-shadow:0 0 0 2px #fa6f6f4d}.otp__slot[data-state=invalid-focused]{border-color:var(--error);box-shadow:0 0 0 1px var(--neutral-white),0 0 0 3px var(--error);z-index:10}.otp__slot[data-variant=joined][data-state=focused],.otp__slot[data-variant=joined][data-state=invalid-focused]{z-index:20}.otp__group--horizontal .otp__slot[data-variant=joined][data-position=first]{border-top-left-radius:var(--otp-radius);border-bottom-left-radius:var(--otp-radius)}.otp__group--horizontal .otp__slot[data-variant=joined][data-position=last]{border-top-right-radius:var(--otp-radius);border-bottom-right-radius:var(--otp-radius)}.otp__group--horizontal .otp__slot[data-variant=joined][data-position=middle],.otp__group--horizontal .otp__slot[data-variant=joined][data-position=last]{margin-left:-1.5px}.otp__group--vertical .otp__slot[data-variant=joined][data-position=first]{border-top-left-radius:var(--otp-radius);border-top-right-radius:var(--otp-radius)}.otp__group--vertical .otp__slot[data-variant=joined][data-position=last]{border-bottom-left-radius:var(--otp-radius);border-bottom-right-radius:var(--otp-radius)}.otp__group--vertical .otp__slot[data-variant=joined][data-position=middle],.otp__group--vertical .otp__slot[data-variant=joined][data-position=last]{margin-top:-1.5px}.otp__input{width:100%;height:100%;color:var(--text-black);text-align:center;letter-spacing:.025em;caret-color:#0000;cursor:text;appearance:textfield;background-color:#0000;border:none;outline:none;padding:0;font-size:1.5rem;font-weight:700;position:absolute;inset:0}.otp__input::selection{background-color:#0000}.otp__input::-webkit-inner-spin-button{appearance:none;margin:0}.otp__input::-webkit-outer-spin-button{appearance:none;margin:0}.otp__input:focus,.otp__input:focus-visible{outline:none}.otp__caret{background-color:var(--tertiary-500);pointer-events:none;border-radius:9999px;width:1.5px;height:1.4rem;animation:1s ease-out infinite otp-caret-blink;display:block;position:absolute}.otp__dash{color:var(--neutral-300);-webkit-user-select:none;user-select:none;flex-direction:row;justify-content:center;align-items:center;gap:0;padding-left:.125rem;padding-right:.125rem;font-size:1.25rem;font-weight:300;line-height:1;display:flex}.otp__error{font-family:var(--font-montserrat);min-height:.875rem;color:var(--error);flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;margin-left:1.25rem;font-size:.75rem;line-height:.875rem;display:flex}.otp__error>svg{flex-shrink:0;width:.875rem;height:.875rem}@keyframes otp-caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}@keyframes otp-shake{10%,90%{translate:-1px}20%,80%{translate:2px}30%,50%,70%{translate:-4px}40%,60%{translate:4px}}.input-radio__group{border:none;grid-template-columns:repeat(auto-fit,minmax(2.5rem,1fr));justify-items:start;gap:1rem;display:grid}.input-radio__group--vertical{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.input-radio__legend{font-family:var(--font-montserrat);margin-bottom:.5rem;font-size:1rem;line-height:1.125rem}.input-radio__label{font-family:var(--font-montserrat);flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-right:1rem;font-size:1rem;line-height:1.125rem;display:flex}.input-radio label p{margin-left:1rem}input[type=radio]{appearance:none;border:2px solid var(--primary-500);border-radius:50%;flex:none;width:1.5em;height:1.5em;transition:all .2s}input[type=radio]:hover{border-color:var(--primary-500);cursor:pointer}input[type=radio]:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}input[type=radio]:checked{border-color:var(--primary-500);position:relative}input[type=radio]:checked:after{content:"";background-color:var(--primary-500);border-radius:50%;width:50%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.input{border:1.2px solid var(--primary-500);width:100%;color:var(--text-disabled);border-radius:1.25rem;padding:.688rem .5rem}.input--wrapper{display:inline-block;position:relative}.input--wrapper .input-icon{pointer-events:none;flex-direction:row;justify-content:center;align-items:center;gap:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.input--wrapper .input-icon--left{left:1rem}.input--wrapper .input-icon--right{right:1rem}.input--disabled{cursor:not-allowed;pointer-events:none}.input-radio{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.5rem;width:100%;display:flex}.input-group,.input-group-radio{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.2rem;width:100%;display:flex}.input-group__container{width:100%}.input-group__eye{cursor:pointer;background-color:#0000;border:none;padding:0;position:absolute;top:1.6em;right:1em;transform:translateY(-50%)}.input-group__eye svg{color:var(--gray-color);stroke-width:.1rem}.input-group__eye--disabled{cursor:not-allowed;pointer-events:none}.form .input-group__message,.auth__form .input-group__message{padding-left:1rem;display:block}.form .input-group__message--mandatory,.auth__form .input-group__message--mandatory{height:.875rem}.input-group__message{display:none}.input-group__error-message{color:var(--error)}.input--error{border:1.2px solid var(--error)}.input--file{background-color:var(--neutral-white)}.input--file::-webkit-file-upload-button{background-color:var(--neutral-white);color:var(--text-black);border:0;border-radius:1.25rem;padding:1rem 1.5rem}.input--icon-left{padding-left:3rem}.input--icon-right{padding-right:3rem}.input--password::-ms-reveal{display:none}.input--password::-webkit-textfield-decoration-container{display:none}.input--password::-webkit-credentials-auto-fill-button{display:none}.input:focus{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:1.25rem}.label{font-family:var(--font-montserrat);color:var(--text-black);background-color:var(--background);font-size:.75rem;font-weight:700;line-height:.875rem}.label-radio{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.5rem;width:100%;display:flex}.label--mandatory:after{content:"*"}.label--underline{border-bottom:1px solid var(--text-black);width:100%}.language-switch{--_ls-color:var(--text-primary);--_ls-color-hover:var(--text-secondary)}@media (max-width:1439px){.language-switch{margin-inline:-.5rem}}.language-switch__link{color:var(--_ls-color);flex-direction:row;justify-content:center;align-items:center;gap:.25rem;padding:.5rem;display:flex}.language-switch__link svg{flex-shrink:0}.language-switch__link:focus,.language-switch__link:hover{color:var(--_ls-color-hover)}.link{color:var(--text-primary);border-radius:.33rem}.link--big{color:var(--primary-color);border-radius:.33rem;padding:.5rem}.lists{border-radius:.33rem;padding:.5rem}.modal{display:none}.modal__header{color:var(--primary-color)}.modal--overlay{background-color:var(--shadow-color);z-index:2;flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;height:100%;transition:background-color .3s ease-in-out;display:flex;position:fixed;top:0;right:0}.modal--no-overlay{z-index:2;background-color:#2222221a;flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;height:100%;transition:background-color .3s ease-in-out;display:flex;position:fixed;top:0;right:0}.modal-body{border:1px solid var(--text-black);background-color:var(--background);border-radius:1.25rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;min-width:28.5rem;max-width:28.5rem;height:max-content;padding:1.5rem;display:flex;position:absolute}@media (min-width:2560px){.modal-body{min-width:40rem;max-width:40rem}}@media (min-width:760px) and (max-width:1023px){.modal-body{min-width:0;max-width:90%;padding:1rem}}@media (min-width:420px) and (max-width:759px){.modal-body{min-width:0;max-width:90%;padding:.5rem}}@media (min-width:321px) and (max-width:419px){.modal-body{min-width:0;max-width:90%;padding:.5rem}}@media (max-width:320px){.modal-body{min-width:0;max-width:90%;padding:.5rem}}.modal__footer{flex-direction:row;justify-content:center;align-items:center;gap:1rem;display:flex}.modal__footer button,.modal__footer{width:100%}@media (max-width:320px){.modal__footer{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}}.modal__close{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:1.5rem;width:100%;display:flex}.modal__close__button{font-family:var(--font-montserrat);padding:.25rem;font-size:.75rem;line-height:.875rem}.modal__close__button svg{width:1rem;height:1rem}.modal__content{width:100%;max-width:28rem;color:var(--text-black);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;max-height:80vh;padding:.25rem .5rem;display:flex;overflow-y:auto}@media (min-width:2560px){.modal__content{max-width:100%}}.modal__required-text{align-self:center}.modal-confirmation{width:100%;max-width:28.5rem;max-height:80vh;overflow-y:auto}.modal-confirmation p{font-family:var(--font-montserrat);font-size:1rem;line-height:1.125rem}@media (min-width:321px) and (max-width:419px){.modal-confirmation{max-width:90%}}@media (max-width:320px){.modal-confirmation{max-width:90%}}@media (min-width:420px) and (max-width:759px){.modal-confirmation{max-width:90%}}.modal__buttons{flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}@media (max-width:320px){.modal__buttons{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}}.modal__required-message{text-align:center;width:100%}.modal .form{width:100%}@media (min-width:2560px){.modal .form{max-width:100%}}.pagination{flex-direction:row;justify-content:center;align-items:center;gap:0;margin-top:1rem;margin-bottom:0;display:flex}.pagination__container{outline:1px solid var(--primary-500);font-family:var(--font-montserrat);border-radius:2.25rem;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;padding-left:1rem;padding-right:1rem;font-size:.75rem;line-height:.875rem;display:flex}.pagination__pages{flex-direction:row;justify-content:center;align-items:center;gap:.25rem;display:flex}.pagination__pages__list{flex-direction:row;justify-content:center;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.pagination__nav{color:var(--tertiary-500)}.pagination__page{color:var(--primary-400)}.pagination__nav,.pagination__page{cursor:pointer;min-width:1.5rem;height:1.5rem;font-family:var(--font-montserrat);background-color:#0000;border:none;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;gap:0;padding-left:.25rem;padding-right:.25rem;font-size:.75rem;line-height:.875rem;display:flex}.pagination__nav:hover:not(:disabled),.pagination__page:hover:not(:disabled){color:var(--primary-500);background-color:var(--primary-100)}.pagination__nav:disabled,.pagination__page:disabled{color:var(--neutral-300);cursor:not-allowed}.pagination__page--current{color:var(--text-white);background-color:var(--tertiary-500);font-weight:700}.pagination__page--current:hover:not(:disabled){color:var(--text-white);background-color:var(--tertiary-500)}.pagination__ellipsis{color:var(--tertiary-500);text-align:center;min-width:1.5rem;list-style:none}.pagination .input-group{width:4.5rem}.pagination .input-group section input,.pagination .input-group section .select{width:100%;padding:.25rem 1rem}.pagination .input-group section input{width:2.438rem;height:1.5rem;padding:.25rem}.pagination__go-to-page .input-group{width:2.75rem}@media (max-width:1439px){.pagination{width:100%}.pagination__container{flex-wrap:wrap;row-gap:.75rem;max-width:100%;padding-top:.5rem;padding-bottom:.5rem}}@media (max-width:759px){.pagination__container{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.pagination__container>div,.pagination__container>nav{flex-wrap:wrap;justify-content:center;width:100%}.pagination__label{min-width:0}}.password-strength{width:100%;overflow:hidden}.password-strength__content{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.password-strength__bar-row{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.25rem;width:100%;display:flex}.password-strength__bar-track{gap:.5rem;width:100%;display:flex}.password-strength__bar-segment{background-color:var(--neutral-300);border-radius:9999px;flex:1;height:.375rem;overflow:hidden}.password-strength__bar-fill{background-color:var(--primary-500);border-radius:9999px;height:100%}.password-strength__bar-fill--very-weak{background-color:var(--red-500)}.password-strength__bar-fill--weak{background-color:var(--orange-500)}.password-strength__bar-fill--improve{background-color:var(--green-500)}.password-strength__bar-fill--secure{background-color:var(--primary-500)}.password-strength__label{font-family:var(--font-montserrat);color:var(--primary-500);align-self:flex-end;font-size:.75rem;font-weight:700;line-height:.875rem}.password-strength__label--very-weak{color:var(--red-500)}.password-strength__label--weak{color:var(--orange-500)}.password-strength__label--improve{color:var(--green-500)}.password-strength__label--secure{color:var(--primary-500)}.password-strength__rules{grid-template-columns:repeat(2,1fr);gap:.375rem 1rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:321px) and (max-width:419px){.password-strength__rules{grid-template-columns:1fr}}@media (max-width:320px){.password-strength__rules{grid-template-columns:1fr}}.password-strength__rule{font-family:var(--font-montserrat);flex-direction:row;justify-content:flex-start;align-items:center;gap:.375rem;font-size:.75rem;line-height:.875rem;display:flex}.password-strength__rule-icon{flex-shrink:0}.password-strength__rule-icon--ok{color:var(--green-500)}.password-strength__rule-icon--ko{color:var(--red-500)}.password-strength__rule-text{color:var(--text-black)}.layout ::-webkit-scrollbar{width:.5rem;height:.5rem}.layout ::-webkit-scrollbar-thumb{background-color:var(--tertiary-500);cursor:pointer;border:4px solid #0000;border-radius:1rem}.layout ::-webkit-scrollbar-track{background-color:var(--neutral-gray);border-radius:1rem}.layout ::-webkit-scrollbar-button{cursor:pointer;background-repeat:no-repeat;background-size:contain}.layout ::-webkit-scrollbar-button:vertical:decrement{background-image:url(/arrow-scrollbar-up.svg);background-position:center bottom .25rem;width:.5rem;height:1.125rem}.layout ::-webkit-scrollbar-button:vertical:increment{background-image:url(/arrow-scrollbar-down.svg);background-position:50% .25rem;width:.5rem;height:1.125rem}.layout ::-webkit-scrollbar-button:horizontal:decrement{background-image:url(/arrow-scrollbar-left.svg);background-position:right .25rem center;width:1.125rem;height:.5rem}.layout ::-webkit-scrollbar-button:horizontal:increment{background-image:url(/arrow-scrollbar-right.svg);background-position:.25rem;width:1.125rem;height:.5rem}.layout ::-webkit-scrollbar-button:vertical:start:increment{display:none}.layout ::-webkit-scrollbar-button:vertical:end:decrement{display:none}.layout ::-webkit-scrollbar-button:horizontal:start:increment{display:none}.layout ::-webkit-scrollbar-button:horizontal:end:decrement{display:none}.search-bar{width:100%;display:block}.search-bar__form{flex-direction:row;justify-content:flex-start;align-items:center;gap:0;width:100%;display:flex;position:relative}.search-bar__input{border:1px solid var(--primary-500);width:100%;font-family:var(--font-montserrat);background:var(--background);color:var(--text-black);border-radius:1.5rem;padding:.625rem 3.25rem .625rem 1rem;font-size:.875rem;line-height:1rem;transition:border-color .2s}.search-bar__input:focus{border-color:var(--primary-500);outline:none}.search-bar__input::placeholder{color:var(--text-disabled)}.search-bar__input::-webkit-search-cancel-button{display:none}.search-bar__button{background:var(--primary-500);width:2.5rem;height:100%;color:var(--text-white);cursor:pointer;border:none;border-radius:0% 50% 50% 0%;flex-direction:row;justify-content:center;align-items:center;gap:0;transition:opacity .15s;display:flex;position:absolute;right:0}.search-bar__button:hover{opacity:.9}.search-input__wrapper{width:100%;min-width:13.563rem;position:relative}@media (min-width:321px) and (max-width:419px){.search-input__wrapper{min-width:15rem}}@media (max-width:320px){.search-input__wrapper{min-width:12rem}}.search-input__input{box-sizing:border-box;width:100%;padding-right:5rem}.search-input__clear-button{cursor:pointer;color:var(--black-color);background:0 0;border:none;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:.25rem;display:flex;position:absolute;top:50%;right:3.5rem;transform:translateY(-50%)}.search-input__button{cursor:pointer;background-color:var(--primary-color);border:none;border-top-right-radius:2rem;border-bottom-right-radius:2rem;flex-direction:row;justify-content:center;align-items:center;gap:0;height:100%;padding-left:.5rem;padding-right:.75rem;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.search-input__button:hover{background-color:var(--primary-color);border:none}.search-input__button:hover svg{color:var(--white-color)}.search-input--modal{max-width:21rem}@media (max-width:320px){.search-input--modal{width:15rem}}.search-select__wrapper{width:100%;position:relative}.search-select__trigger{font-family:var(--font-montserrat);border:1.2px solid var(--primary-500);background-color:var(--background);width:100%;color:var(--text-disabled);text-align:left;cursor:pointer;border-radius:1.25rem;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;padding:.688rem .75rem .688rem 1rem;font-size:.875rem;line-height:1rem;transition:border-color .2s ease-in-out;display:flex}.search-select__trigger:hover{border-color:var(--primary-400)}.search-select__trigger:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}.search-select__trigger[aria-expanded=true] .search-select__icon{transform:rotate(180deg)}.search-select__trigger--error{border-color:var(--error)}.search-select__trigger--disabled{cursor:not-allowed;pointer-events:none;color:var(--text-non-interactive);border-color:var(--neutral-300)}.search-select__value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-select__value--placeholder{color:var(--text-disabled)}.search-select__icon{color:var(--primary-500);flex-shrink:0;transition:transform .2s ease-in-out}.search-select__list{z-index:10;width:100%;margin-top:.25rem;position:absolute;top:100%;left:0}.search-select__search{z-index:2;width:100%;position:relative}.search-select__search-input{background-color:var(--background);padding-right:3.5rem;box-shadow:0 .25rem .25rem #6b6b6b40}.search-select__search-input::-webkit-search-cancel-button{display:none}.search-select__search-icon{background-color:var(--primary-500);width:3rem;height:100%;color:var(--text-white);pointer-events:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:row;justify-content:center;align-items:center;gap:0;display:flex;position:absolute;top:0;right:0}.search-select__options{z-index:1;border:1.2px solid var(--primary-500);background-color:var(--background);border-top:0;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;max-height:12.5rem;margin-top:-1.25rem;padding-top:1.5rem;position:relative;overflow-y:auto}.search-select__option{border-bottom:1px solid var(--primary-100);width:100%}.search-select__option:last-child{border-bottom:0}.search-select__option__content{font-family:var(--font-montserrat);width:100%;color:var(--text-black);text-align:left;cursor:pointer;background-color:#0000;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding:.625rem 1rem;font-size:.875rem;line-height:1rem;display:flex}.search-select__option__content:hover{background-color:var(--primary-100)}.search-select__option__content:focus-visible{outline:1px solid var(--primary-500);outline-offset:-2px}.search-select__option__checkbox{pointer-events:none;flex-shrink:0;width:1.25em;height:1.25em}.search-select__option--selected{background-color:var(--primary-500);color:var(--text-white)}.search-select__option--selected:hover{background-color:var(--primary-400)}.search-select__option--disabled{color:var(--text-disabled);cursor:default}.selected-rows__section{flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;margin-top:1rem;display:flex}.selected-rows__toast{background-color:var(--white-color);border:2px solid var(--primary-500);width:fit-content;box-shadow:-4px 4px 4px 0 #6a6a6a14,0 0 8px 0 var(--secondary-color,#e2f6f9);border-radius:2.25rem;flex-direction:row;justify-content:center;align-items:center;gap:.75rem;padding:.375rem .5rem .375rem 1rem;display:flex}.selected-rows__toast--list{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:fit-content;display:flex}.selected-rows__clear-button{cursor:pointer;color:var(--primary-500);background:0 0;border:none;flex-direction:row;justify-content:center;align-items:center;gap:0;display:flex}.selected-rows__number{color:var(--black-color);white-space:nowrap}.selected-rows__number strong{color:var(--black-color);padding-right:.25em}.select{border:1px solid var(--primary-500);color:var(--text-disabled);appearance:none;background-color:#0000;border-radius:1.25rem;width:100%;padding-top:.688rem;padding-bottom:.688rem}.select-group__wrapper{width:100%;display:inline-block;position:relative}.form .select-group__message{height:.875rem;display:block}.select-group__message{display:none}.select-group__error-message{color:var(--error)}.select__icon{color:var(--neutral-300);pointer-events:none;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.select:hover{cursor:pointer}.select:focus{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:1.25rem}.select__value{background-color:var(--background)}.select-custom{text-align:left}.select-custom-group__wrapper{position:relative}.select-custom__list{z-index:10;background-color:var(--background);border:1px solid var(--primary-500);border-radius:1.25rem;width:100%;margin-top:.25rem;padding-top:.5rem;padding-bottom:.5rem;position:absolute;top:100%;left:0;overflow:hidden}.select-custom__list-scroll{scrollbar-width:thin;scrollbar-color:var(--primary-500) #0000;max-height:10.5rem;overflow-y:auto}.select-custom__list-scroll::-webkit-scrollbar{width:.375rem}.select-custom__list-scroll::-webkit-scrollbar-track{background:0 0}.select-custom__list-scroll::-webkit-scrollbar-thumb{background-color:var(--primary-500);border:1px solid #0000;border-radius:1.25rem}.select-custom__list-scroll::-webkit-scrollbar-thumb:hover{background-color:var(--primary-500)}.select-custom__list-scroll :last-child{border-bottom:none}.select-custom__option{cursor:pointer;border-bottom:1px solid var(--primary-500);background-color:#0000;width:100%}.select-custom__option__button{text-align:left;background-color:var(--white-color);width:100%;height:100%;padding-top:.75rem;padding-bottom:.75rem}.select-custom__option__button:focus-visible{outline:1px solid var(--primary-500);outline-offset:-2px}.skip-link{font-family:var(--font-montserrat);z-index:1000;background-color:var(--tertiary-500);color:var(--text-white);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1rem;transition:transform .25s;position:fixed;top:.5rem;left:.5rem;transform:translateY(calc(-100% - 1rem))}.skip-link:focus{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.skip-link{transition:none}}.status__empty{flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:7rem 0 1rem;display:flex}.status__content{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.status__content img{cursor:auto;width:18.9rem;height:20rem}.status__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:7rem 0 2rem;display:flex}.status__error img{cursor:auto;width:18.9rem;height:25rem}.status__loading{place-items:center;width:100%;height:100%;min-height:40vh;margin:0;display:grid;position:relative}.status__tag{cursor:default;border-radius:1.25rem;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:max-content;padding:.5rem 1.25rem;display:flex}.in-construction-status{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;margin:auto;padding:2rem 1rem;display:flex}.in-construction-status__title{color:var(--text-black)}.in-construction-status__messages{flex-direction:column;gap:.5rem;display:flex}.in-construction-status__message{color:var(--neutral-gray)}.table,.table__container{width:100%}.table__scroll-wrapper{width:100%;position:relative;overflow-x:auto}@media (min-width:760px) and (max-width:1023px){.table__scroll-wrapper{scrollbar-width:thin;padding:.5rem}}@media (min-width:420px) and (max-width:759px){.table__scroll-wrapper{scrollbar-width:thin;padding:.5rem}}@media (min-width:321px) and (max-width:419px){.table__scroll-wrapper{scrollbar-width:thin;padding:.5rem}}@media (max-width:320px){.table__scroll-wrapper{scrollbar-width:thin;padding:.5rem}}.table__scroll-wrapper table{min-width:max-content}@media (min-width:760px) and (max-width:1023px){.table__scroll-wrapper table{min-width:max-content}}@media (min-width:420px) and (max-width:759px){.table__scroll-wrapper table{min-width:max-content}}@media (min-width:321px) and (max-width:419px){.table__scroll-wrapper table{min-width:max-content}}@media (max-width:320px){.table__scroll-wrapper table{min-width:max-content}}.table__head__item{color:var(--text-black);background-color:var(--background);font-weight:700;font-family:var(--font-montserrat);text-align:left;border-bottom:1px solid var(--text-black);padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:.875rem}@media (min-width:760px) and (max-width:1023px){.table__head__item{white-space:nowrap;min-width:13rem}.table__head__item:first-child{min-width:.5rem}}@media (min-width:420px) and (max-width:759px){.table__head__item{white-space:nowrap;min-width:13rem}.table__head__item:first-child{min-width:.5rem}}@media (min-width:321px) and (max-width:419px){.table__head__item{white-space:nowrap;min-width:13rem}.table__head__item:first-child{min-width:.5rem}}@media (max-width:320px){.table__head__item{white-space:nowrap;min-width:13rem}.table__head__item:first-child{min-width:.5rem}}.table__head__item:last-child{border-top-right-radius:.5rem}.table__head__row{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.table__body tr{border-bottom:1px solid var(--neutral-300)}.table__body tr:hover{background-color:var(--green-400)}.table__body tr:hover .result-modal__table{background-color:#0000;transition:none}.table__body tr:hover td{color:var(--text-black)}.table__body__item{color:var(--text-black);background-color:var(--background);line-break:anywhere;padding-top:.25rem;padding-bottom:.25rem}@media (min-width:760px) and (max-width:1023px){.table__body__item{white-space:nowrap;min-width:13rem}.table__body__item:first-child{min-width:.5rem}}@media (min-width:420px) and (max-width:759px){.table__body__item{white-space:nowrap;min-width:13rem}.table__body__item:first-child{min-width:.5rem}}@media (min-width:321px) and (max-width:419px){.table__body__item{white-space:nowrap;min-width:13rem}.table__body__item:first-child{min-width:.5rem}}@media (max-width:320px){.table__body__item{white-space:nowrap;min-width:13rem}.table__body__item:first-child{min-width:.5rem}}.table__body__item .badge{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:8rem;padding-top:.4rem;padding-bottom:.4rem;display:flex}.table__body__empty{color:var(--text-black);padding:2rem;text-align:center!important}.table--checkboxes .table__head__item:first-child{text-align:center;width:1rem;padding-right:.25rem}.table--checkboxes .table__head__item:first-child div{justify-content:flex-end;margin:0}.table--checkboxes .table__body td:first-child{text-align:end;justify-content:flex-end;width:1rem}.table--checkboxes .table__body__item:first-child{padding-left:.5rem;padding-right:.25rem}.table__skeleton{background:linear-gradient(90deg,#eee,#e7e7e7,#eee) 0 0/12.5rem 50%;width:100%;height:1em;animation:4s ease-in-out infinite skeleton-loading;display:inline-block}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.table__expanded{padding:.5rem}.table__expanded__text{max-width:100%}.table__expanded__content{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;display:flex}.table__expanded__content p{line-break:anywhere}.table__expanded__content p:nth-child(2){font-weight:400}.table__global-filter{margin-top:0;margin-bottom:1rem}.tabs{color:var(--primary-500);border-bottom:1px solid var(--primary-500);width:fit-content;margin-bottom:1rem}.tabs ul{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.tabs li a{font-family:var(--font-montserrat);color:var(--primary-500);border-bottom:2px solid #0000;margin-bottom:-1px;padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;line-height:1rem;display:inline-block}.tabs li a:hover{color:var(--primary-500)}.tabs li.tabs__item--active a{color:var(--tertiary-500);border-bottom:3px solid var(--tertiary-500);font-weight:700}.textarea{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.textarea__input{border:1px solid var(--primary-color);resize:none;width:100%;min-height:10rem;color:var(--black-color);background-color:#0000;border-radius:1.25rem;padding:1rem 1.5rem;transition:border-color .2s ease-in-out}.title{flex-direction:row;justify-content:space-between;align-items:center;gap:0;width:100%;margin-top:0;margin-bottom:1rem;display:flex}.title__container{flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:1.5rem;display:flex}.title__text h1{color:var(--text-black);font-family:var(--font-sora);font-size:1.5rem;line-height:1.625rem}.title__last-login{color:var(--text-black)}.toggle{width:3rem;height:1.5em;display:inline-block;position:relative}.toggle__container{flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;display:flex}.toggle input{z-index:1;opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.toggle input:disabled{cursor:not-allowed}.toggle input:focus-visible+.toggle__slider{outline:1px solid var(--primary-500);outline-offset:2px}.toggle input:checked+.toggle__slider{background-color:var(--primary-500);border:1.2px solid var(--primary-500)}.toggle input:checked+.toggle__slider:before{transform:translate(1.4em)translateY(-50%)}.toggle--readonly input+.toggle__slider{border:1px solid var(--primary-500)}.toggle--readonly input+.toggle__slider:before{background-color:var(--primary-500)}.toggle--readonly input:checked+.toggle__slider{background-color:var(--primary-500);border:1px solid var(--primary-500)}.toggle--readonly input:checked+.toggle__slider:before{transform:translate(1.5em)translateY(-50%)}.toggle--theme input:not(:checked)+.toggle__slider{border:1.2px solid var(--primary-500)}.toggle--theme input:not(:checked)+.toggle__slider:before{background-color:var(--primary-500)}.toggle__slider{cursor:pointer;border:1.2px solid var(--primary-500);border-radius:.75rem;justify-content:space-between;transition:all .4s;position:absolute;inset:0}.toggle__slider:before{background-color:var(--text-white);content:"";border-radius:.75rem;width:1em;height:1em;transition:all .4s;position:absolute;top:50%;left:.2em;transform:translateY(-50%)}.toggle-icon{color:var(--primary-500);position:absolute;top:50%;transform:translateY(-50%)}.toggle-icon.left{left:.2rem}.toggle-icon.right{right:.2rem}.toggle-icon-white{color:var(--text-white)}.tooltipTrigger{display:inline-block}.tooltip{z-index:9999;background:var(--black-color);max-width:260px;color:var(--white-color);font-family:var(--font-montserrat);pointer-events:none;word-wrap:break-word;border-radius:1.25rem;padding:.375rem .625rem;font-size:.75rem;line-height:1.45;animation:.12s ease-out both tooltip-in;box-shadow:0 .5rem .75rem #0000002e}.tooltip__arrow{background:var(--black-color);border-radius:2px;width:.75rem;height:.75rem;position:absolute}.tooltip--top .tooltip__arrow{bottom:-.28125rem;left:50%;transform:translate(-50%)rotate(45deg)}.tooltip--bottom .tooltip__arrow{top:-.28125rem;left:50%;transform:translate(-50%)rotate(45deg)}.tooltip--left .tooltip__arrow{top:50%;right:-.28125rem;transform:translateY(-50%)rotate(45deg)}.tooltip--right .tooltip__arrow{top:50%;left:-.28125rem;transform:translateY(-50%)rotate(45deg)}@keyframes tooltip-in{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}.topbar{background-color:var(--tertiary-500);z-index:2;position:sticky;top:0}@media (min-width:1440px){.topbar{grid-template-columns:1fr auto 1fr;margin-bottom:1.5rem;padding:.5rem .75rem;display:grid}}@media (max-width:1439px){.topbar{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 1.5rem;display:flex}}.topbar__brand{z-index:100;flex-direction:row;grid-column:1;justify-content:flex-start;justify-self:start;align-items:center;gap:.75rem;width:fit-content;height:100%;display:flex}@media (max-width:1439px){.topbar__brand{z-index:10}}@media (max-width:759px){.topbar__brand{grid-template-columns:max-content max-content 1fr;align-items:center;gap:.5rem;width:auto;min-width:0;padding-inline:.5rem;display:grid}.topbar__brand img:first-child{grid-column:1/-1;justify-self:start}}.topbar__brand img{display:block}.topbar__menu{flex-direction:row;justify-content:center;align-items:center;gap:2.25rem;padding-inline:.5rem;display:flex}@media (min-width:1440px){.topbar__menu{grid-column:2;position:relative}}@media (max-width:1439px){.topbar__menu{flex-direction:column;justify-content:start;height:86.05dvh;padding-top:7rem;padding-bottom:.25rem;top:0}}@media (max-width:1439px) and (orientation:landscape){.topbar__menu{padding:4rem 0 0}}@media (max-width:1439px){.topbar--unauth .topbar__menu{height:0}}.topbar__menu-item{color:var(--text-white);font-family:var(--font-montserrat);flex-direction:row;justify-content:center;align-items:center;gap:.5rem;font-size:1rem;line-height:1.125rem;transition:color .2s;display:flex;position:relative}.topbar__menu-item svg{flex-shrink:0;transition:stroke-width .2s}.topbar__menu-item:after{content:"";background-color:var(--green-400);border-radius:999px;width:1rem;height:2px;transition:width .25s,height .25s,background-color .25s;position:absolute;bottom:-4px;left:0}.topbar__menu-item:focus-visible{outline:2px solid var(--text-white);outline-offset:.375rem;border-radius:.25rem}.topbar__menu-item:hover,.topbar__menu-item--active{--_color:var(--green-400);--_bg:var(--green-400);color:var(--_color)}.topbar__menu-item:hover:after,.topbar__menu-item--active:after{background-color:var(--_bg);width:100%}.topbar__menu-item--active{font-weight:800}.topbar__menu-item--active:after{height:3px}.topbar__menu-item--active svg{stroke-width:3px;transition:stroke-width .2s}.topbar__right{flex-direction:row;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}@media (min-width:1440px){.topbar__right{grid-column:3}}@media (max-width:1439px){.topbar__right{flex-direction:column;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;justify-content:flex-end;align-items:end;gap:.75rem;height:14dvh;display:grid;bottom:0}}@media (max-width:1439px) and (orientation:landscape){.topbar__right{height:14dvw}}@media (max-width:1439px){.topbar--unauth .topbar__right{grid-template-rows:auto 1fr;grid-template-columns:1fr;height:100%;padding-block:7rem 1.5rem}.topbar--unauth .topbar__right .topbar__actions{grid-row:1}.topbar--unauth .topbar__right .language-switch{grid-row:2;place-self:end start}}.topbar__actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}@media (max-width:1439px){.topbar__actions{flex-wrap:wrap}.topbar__menu,.topbar__right{z-index:9;background-color:var(--tertiary-500);align-items:flex-start;padding-inline:1.5rem;transition:transform .3s;position:fixed;transform:translate(100%)}.topbar--nav-open .topbar__menu,.topbar--nav-open .topbar__right{transform:translate(0)}}@media (max-width:1439px) and (max-width:759px){.topbar__menu,.topbar__right{width:95%;left:5%}}@media (max-width:1439px) and (min-width:461px) and (max-width:1439px){.topbar__menu,.topbar__right{width:19rem;right:0;left:unset}}.topbar__user-info{max-width:11.5rem}.topbar__user-info-name{font-family:var(--font-montserrat);color:var(--text-white);text-overflow:ellipsis;font-size:.875rem;font-weight:700;line-height:1rem;overflow:hidden}.topbar__user-info-email{font-family:var(--font-montserrat);color:var(--text-white);text-overflow:ellipsis;font-size:.75rem;font-weight:300;line-height:.875rem;overflow:hidden}@media (max-width:1439px){.topbar__user-info{grid-column:1}}.topbar__user-menu{display:inline-flex;position:relative}@media (max-width:1439px){.topbar__user-menu{justify-self:flex-end}}.topbar__user-menu-toggle{cursor:pointer;color:var(--text-white);border-radius:1.25rem;padding:0}.topbar__user-menu-toggle:hover{color:var(--green-400)}.topbar__user-menu-toggle:active{background-color:var(--green-400)}.topbar__dropdown{background-color:var(--text-white);width:max-content}.topbar__dropdown svg{color:var(--primary-500)}.topbar__dropdown{outline:1px solid var(--tertiary-500);opacity:0;visibility:hidden;--popper-transform-origin:top right;transform-origin:var(--popper-transform-origin);transform-style:preserve-3d;border-radius:1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex;position:absolute;top:2.5rem;right:0;transform:scale(.8)translateZ(0);box-shadow:0 .125rem .625rem #0000001a}@media (max-width:1439px){.topbar__dropdown{--popper-transform-origin:bottom right;top:-6.5rem}}.topbar__dropdown{transition:opacity .15s,visibility .15s,transform .15s ease-out}.topbar__dropdown--open{opacity:1;visibility:visible;transform:none}.topbar__dropdown-item{color:var(--tertiary-500);width:100%;font-family:var(--font-montserrat);align-items:center;padding:.5rem .25rem;font-size:1rem;line-height:1.125rem;display:flex}.topbar__dropdown-item:last-child{border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem}.topbar__dropdown-item:first-child{border-bottom:1px solid;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.topbar__dropdown-item:hover{background-color:var(--green-400)}.topbar .language-switch{--_ls-color:var(--text-white);--_ls-color-hover:var(--green-400)}.burger{display:none}@media (max-width:1439px){.burger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;gap:0;width:24px;height:20px;margin-right:.5rem;padding:0;display:flex;position:fixed;top:1rem;right:1rem}}.burger--open .burger__bar:first-child{transform:translateY(9px)rotate(45deg)}.burger--open .burger__bar:nth-child(2){opacity:0;transform:scaleX(0)}.burger--open .burger__bar:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.burger__bar{background-color:var(--text-white);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .2s;display:block}:root,[data-theme=light]{--background:#fafafa;--primary-100:#abbcea;--primary-200:#839cdf;--primary-300:#5a7bd5;--primary-400:#335cc9;--primary-500:#2949a0;--secondary-100:#7197e4;--secondary-200:#4678dc;--secondary-300:#265cc9;--secondary-400:#1e499e;--secondary-500:#163573;--tertiary-100:#5e77c5;--tertiary-200:#3f5bb0;--tertiary-300:#32488b;--tertiary-400:#243465;--tertiary-500:#172140;--green-100:#c1f5f0;--green-200:#95eee6;--green-300:#69e8db;--green-400:#3de1d0;--green-500:#14ad9e;--yellow-100:#fff5cc;--yellow-200:#ffeb99;--yellow-300:#ffe266;--yellow-400:#ffd833;--yellow-500:#ffce00;--orange-100:#ffe9cc;--orange-200:#ffd299;--orange-300:#ffbc66;--orange-400:#ffa533;--orange-500:#ff8f00;--red-100:#ffe7e7;--red-200:#ffb4b5;--red-300:#ff8182;--red-400:#ff6061;--red-500:#ff4e50;--neutral-300:#bcbcbc;--neutral-white:#fff;--neutral-gray:#949494;--success:#6de8dc;--error:#fa6f6f;--warning:#fde87d;--text-disabled:#4c4c4c;--text-primary:#2949a0;--text-above-black:#ed164f;--text-white:#fff;--text-black:#172140;--text-non-interactive:#bcbcbc}html{background-color:var(--background);color:var(--black-color);scroll-behavior:smooth}:focus-visible{outline-color:var(--black-color);outline-offset:4px}.error-status{margin:auto}
