@goodhood-web/ui 1.12.0-development.4 → 1.12.0-development.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -213,4 +213,4 @@ ${t}</tr>
213
213
  `}tablecell(t){const a=this.parser.parseInline(t.tokens),i=t.header?"th":"td";return(t.align?`<${i} align="${t.align}">`:`<${i}>`)+a+`</${i}>
214
214
  `}strong({tokens:t}){return`<strong>${this.parser.parseInline(t)}</strong>`}em({tokens:t}){return`<em>${this.parser.parseInline(t)}</em>`}codespan({text:t}){return`<code>${t}</code>`}br(t){return"<br>"}del({tokens:t}){return`<del>${this.parser.parseInline(t)}</del>`}link({href:t,title:a,tokens:i}){const o=this.parser.parseInline(i),c=Df(t);if(c===null)return o;t=c;let d='<a href="'+t+'"';return a&&(d+=' title="'+a+'"'),d+=">"+o+"</a>",d}image({href:t,title:a,text:i}){const o=Df(t);if(o===null)return i;t=o;let c=`<img src="${t}" alt="${i}"`;return a&&(c+=` title="${a}"`),c+=">",c}text(t){return"tokens"in t&&t.tokens?this.parser.parseInline(t.tokens):t.text}}class Ld{strong({text:t}){return t}em({text:t}){return t}codespan({text:t}){return t}del({text:t}){return t}html({text:t}){return t}text({text:t}){return t}link({text:t}){return""+t}image({text:t}){return""+t}br(){return""}}class _n{constructor(t){ut(this,"options");ut(this,"renderer");ut(this,"textRenderer");this.options=t||xa,this.options.renderer=this.options.renderer||new hc,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new Ld}static parse(t,a){return new _n(a).parse(t)}static parseInline(t,a){return new _n(a).parseInline(t)}parse(t,a=!0){let i="";for(let o=0;o<t.length;o++){const c=t[o];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[c.type]){const v=c,h=this.options.extensions.renderers[v.type].call({parser:this},v);if(h!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(v.type)){i+=h||"";continue}}const d=c;switch(d.type){case"space":{i+=this.renderer.space(d);continue}case"hr":{i+=this.renderer.hr(d);continue}case"heading":{i+=this.renderer.heading(d);continue}case"code":{i+=this.renderer.code(d);continue}case"table":{i+=this.renderer.table(d);continue}case"blockquote":{i+=this.renderer.blockquote(d);continue}case"list":{i+=this.renderer.list(d);continue}case"html":{i+=this.renderer.html(d);continue}case"paragraph":{i+=this.renderer.paragraph(d);continue}case"text":{let v=d,h=this.renderer.text(v);for(;o+1<t.length&&t[o+1].type==="text";)v=t[++o],h+=`
215
215
  `+this.renderer.text(v);a?i+=this.renderer.paragraph({type:"paragraph",raw:h,text:h,tokens:[{type:"text",raw:h,text:h}]}):i+=h;continue}default:{const v='Token with "'+d.type+'" type was not found.';if(this.options.silent)return console.error(v),"";throw new Error(v)}}}return i}parseInline(t,a){a=a||this.renderer;let i="";for(let o=0;o<t.length;o++){const c=t[o];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[c.type]){const v=this.options.extensions.renderers[c.type].call({parser:this},c);if(v!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(c.type)){i+=v||"";continue}}const d=c;switch(d.type){case"escape":{i+=a.text(d);break}case"html":{i+=a.html(d);break}case"link":{i+=a.link(d);break}case"image":{i+=a.image(d);break}case"strong":{i+=a.strong(d);break}case"em":{i+=a.em(d);break}case"codespan":{i+=a.codespan(d);break}case"br":{i+=a.br(d);break}case"del":{i+=a.del(d);break}case"text":{i+=a.text(d);break}default:{const v='Token with "'+d.type+'" type was not found.';if(this.options.silent)return console.error(v),"";throw new Error(v)}}}return i}}class Hs{constructor(t){ut(this,"options");this.options=t||xa}preprocess(t){return t}postprocess(t){return t}processAllTokens(t){return t}}ut(Hs,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var Zn,ep,nd,tp;class a4{constructor(...t){Od(this,Zn);ut(this,"defaults",Ed());ut(this,"options",this.setOptions);ut(this,"parse",Ss(this,Zn,nd).call(this,kn.lex,_n.parse));ut(this,"parseInline",Ss(this,Zn,nd).call(this,kn.lexInline,_n.parseInline));ut(this,"Parser",_n);ut(this,"Renderer",hc);ut(this,"TextRenderer",Ld);ut(this,"Lexer",kn);ut(this,"Tokenizer",fc);ut(this,"Hooks",Hs);this.use(...t)}walkTokens(t,a){var o,c;let i=[];for(const d of t)switch(i=i.concat(a.call(this,d)),d.type){case"table":{const v=d;for(const h of v.header)i=i.concat(this.walkTokens(h.tokens,a));for(const h of v.rows)for(const b of h)i=i.concat(this.walkTokens(b.tokens,a));break}case"list":{const v=d;i=i.concat(this.walkTokens(v.items,a));break}default:{const v=d;(c=(o=this.defaults.extensions)==null?void 0:o.childTokens)!=null&&c[v.type]?this.defaults.extensions.childTokens[v.type].forEach(h=>{const b=v[h].flat(1/0);i=i.concat(this.walkTokens(b,a))}):v.tokens&&(i=i.concat(this.walkTokens(v.tokens,a)))}}return i}use(...t){const a=this.defaults.extensions||{renderers:{},childTokens:{}};return t.forEach(i=>{const o={...i};if(o.async=this.defaults.async||o.async||!1,i.extensions&&(i.extensions.forEach(c=>{if(!c.name)throw new Error("extension name required");if("renderer"in c){const d=a.renderers[c.name];d?a.renderers[c.name]=function(...v){let h=c.renderer.apply(this,v);return h===!1&&(h=d.apply(this,v)),h}:a.renderers[c.name]=c.renderer}if("tokenizer"in c){if(!c.level||c.level!=="block"&&c.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");const d=a[c.level];d?d.unshift(c.tokenizer):a[c.level]=[c.tokenizer],c.start&&(c.level==="block"?a.startBlock?a.startBlock.push(c.start):a.startBlock=[c.start]:c.level==="inline"&&(a.startInline?a.startInline.push(c.start):a.startInline=[c.start]))}"childTokens"in c&&c.childTokens&&(a.childTokens[c.name]=c.childTokens)}),o.extensions=a),i.renderer){const c=this.defaults.renderer||new hc(this.defaults);for(const d in i.renderer){if(!(d in c))throw new Error(`renderer '${d}' does not exist`);if(["options","parser"].includes(d))continue;const v=d;let h=i.renderer[v];i.useNewRenderer||(h=Ss(this,Zn,ep).call(this,h,v,c));const b=c[v];c[v]=(..._)=>{let k=h.apply(c,_);return k===!1&&(k=b.apply(c,_)),k||""}}o.renderer=c}if(i.tokenizer){const c=this.defaults.tokenizer||new fc(this.defaults);for(const d in i.tokenizer){if(!(d in c))throw new Error(`tokenizer '${d}' does not exist`);if(["options","rules","lexer"].includes(d))continue;const v=d,h=i.tokenizer[v],b=c[v];c[v]=(..._)=>{let k=h.apply(c,_);return k===!1&&(k=b.apply(c,_)),k}}o.tokenizer=c}if(i.hooks){const c=this.defaults.hooks||new Hs;for(const d in i.hooks){if(!(d in c))throw new Error(`hook '${d}' does not exist`);if(d==="options")continue;const v=d,h=i.hooks[v],b=c[v];Hs.passThroughHooks.has(d)?c[v]=_=>{if(this.defaults.async)return Promise.resolve(h.call(c,_)).then(T=>b.call(c,T));const k=h.call(c,_);return b.call(c,k)}:c[v]=(..._)=>{let k=h.apply(c,_);return k===!1&&(k=b.apply(c,_)),k}}o.hooks=c}if(i.walkTokens){const c=this.defaults.walkTokens,d=i.walkTokens;o.walkTokens=function(v){let h=[];return h.push(d.call(this,v)),c&&(h=h.concat(c.call(this,v))),h}}this.defaults={...this.defaults,...o}}),this}setOptions(t){return this.defaults={...this.defaults,...t},this}lexer(t,a){return kn.lex(t,a??this.defaults)}parser(t,a){return _n.parse(t,a??this.defaults)}}Zn=new WeakSet,ep=function(t,a,i){switch(a){case"heading":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,i.parser.parseInline(o.tokens),o.depth,Mx(i.parser.parseInline(o.tokens,i.parser.textRenderer)))};case"code":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,o.text,o.lang,!!o.escaped)};case"table":return function(o){if(!o.type||o.type!==a)return t.apply(this,arguments);let c="",d="";for(let h=0;h<o.header.length;h++)d+=this.tablecell({text:o.header[h].text,tokens:o.header[h].tokens,header:!0,align:o.align[h]});c+=this.tablerow({text:d});let v="";for(let h=0;h<o.rows.length;h++){const b=o.rows[h];d="";for(let _=0;_<b.length;_++)d+=this.tablecell({text:b[_].text,tokens:b[_].tokens,header:!1,align:o.align[_]});v+=this.tablerow({text:d})}return t.call(this,c,v)};case"blockquote":return function(o){if(!o.type||o.type!==a)return t.apply(this,arguments);const c=this.parser.parse(o.tokens);return t.call(this,c)};case"list":return function(o){if(!o.type||o.type!==a)return t.apply(this,arguments);const c=o.ordered,d=o.start,v=o.loose;let h="";for(let b=0;b<o.items.length;b++){const _=o.items[b],k=_.checked,T=_.task;let F="";if(_.task){const A=this.checkbox({checked:!!k});v?_.tokens.length>0&&_.tokens[0].type==="paragraph"?(_.tokens[0].text=A+" "+_.tokens[0].text,_.tokens[0].tokens&&_.tokens[0].tokens.length>0&&_.tokens[0].tokens[0].type==="text"&&(_.tokens[0].tokens[0].text=A+" "+_.tokens[0].tokens[0].text)):_.tokens.unshift({type:"text",text:A+" "}):F+=A+" "}F+=this.parser.parse(_.tokens,v),h+=this.listitem({type:"list_item",raw:F,text:F,task:T,checked:!!k,loose:v,tokens:_.tokens})}return t.call(this,h,c,d)};case"html":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,o.text,o.block)};case"paragraph":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,this.parser.parseInline(o.tokens))};case"escape":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,o.text)};case"link":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,o.href,o.title,this.parser.parseInline(o.tokens))};case"image":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,o.href,o.title,o.text)};case"strong":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,this.parser.parseInline(o.tokens))};case"em":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,this.parser.parseInline(o.tokens))};case"codespan":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,o.text)};case"del":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,this.parser.parseInline(o.tokens))};case"text":return function(o){return!o.type||o.type!==a?t.apply(this,arguments):t.call(this,o.text)}}return t},nd=function(t,a){return(i,o)=>{const c={...o},d={...this.defaults,...c};this.defaults.async===!0&&c.async===!1&&(d.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),d.async=!0);const v=Ss(this,Zn,tp).call(this,!!d.silent,!!d.async);if(typeof i>"u"||i===null)return v(new Error("marked(): input parameter is undefined or null"));if(typeof i!="string")return v(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(i)+", string expected"));if(d.hooks&&(d.hooks.options=d),d.async)return Promise.resolve(d.hooks?d.hooks.preprocess(i):i).then(h=>t(h,d)).then(h=>d.hooks?d.hooks.processAllTokens(h):h).then(h=>d.walkTokens?Promise.all(this.walkTokens(h,d.walkTokens)).then(()=>h):h).then(h=>a(h,d)).then(h=>d.hooks?d.hooks.postprocess(h):h).catch(v);try{d.hooks&&(i=d.hooks.preprocess(i));let h=t(i,d);d.hooks&&(h=d.hooks.processAllTokens(h)),d.walkTokens&&this.walkTokens(h,d.walkTokens);let b=a(h,d);return d.hooks&&(b=d.hooks.postprocess(b)),b}catch(h){return v(h)}}},tp=function(t,a){return i=>{if(i.message+=`
216
- Please report this to https://github.com/markedjs/marked.`,t){const o="<p>An error occurred:</p><pre>"+Ar(i.message+"",!0)+"</pre>";return a?Promise.resolve(o):o}if(a)return Promise.reject(i);throw i}};const va=new a4;function lt(r,t){return va.parse(r,t)}lt.options=lt.setOptions=function(r){return va.setOptions(r),lt.defaults=va.defaults,z1(lt.defaults),lt};lt.getDefaults=Ed;lt.defaults=xa;lt.use=function(...r){return va.use(...r),lt.defaults=va.defaults,z1(lt.defaults),lt};lt.walkTokens=function(r,t){return va.walkTokens(r,t)};lt.parseInline=va.parseInline;lt.Parser=_n;lt.parser=_n.parse;lt.Renderer=hc;lt.TextRenderer=Ld;lt.Lexer=kn;lt.lexer=kn.lex;lt.Tokenizer=fc;lt.Hooks=Hs;lt.parse=lt;lt.options;lt.setOptions;lt.use;lt.walkTokens;lt.parseInline;_n.parse;kn.lex;const i4=r=>r.replace(/"/g,"QUOTE"),s4=r=>r.replace(new RegExp("QUOTE","g"),'"');function l4({className:r,inline:t=!1,text:a}){const i=s4(bx(i4(a)));return R.jsx("span",{className:r,dangerouslySetInnerHTML:{__html:t?lt.parseInline(i):lt.parse(i)}})}const c4="_menuItem_164s4_106",u4="_highlightFrame_164s4_120",d4="_rightIcon_164s4_128",f4="_leftIcon_164s4_133",ca={menuItem:c4,highlightFrame:u4,rightIcon:d4,"menuItem--selected":"_menuItem--selected_164s4_133",leftIcon:f4,"menuItem--compact":"_menuItem--compact_164s4_144","highlightFrame--compact":"_highlightFrame--compact_164s4_151"},p4=({className:r,compact:t,href:a,isSelected:i,labelPillClassName:o,labelPillText:c,leftIcon:d,onClick:v,rightIcon:h,role:b,text:_})=>{const k=()=>t?"body-regular":i?"h5":"body-large";return R.jsx(gr,{role:b,onClick:v,className:xe(r,ca.menuItem,{[ca["menuItem--selected"]]:i,[ca["menuItem--compact"]]:t}),...a?{href:a}:{},children:R.jsxs("span",{className:xe(ca.highlightFrame,{[ca["menuItem--compact"]]:t}),children:[d&&R.jsx("span",{className:ca.leftIcon,children:d}),R.jsx(De,{type:k(),as:"span",children:_}),c&&R.jsx(xd,{label:c,size:"medium",className:o}),h&&R.jsx("span",{className:ca.rightIcon,children:h})]})})},h4="_navBar_1b0o6_106",m4={navBar:h4},g4=({children:r,onChange:t,value:a})=>{const[i,o]=B.useState(a||""),c=d=>{t(d),o(d)};return R.jsx("ul",{className:m4.navBar,children:B.Children.map(r,d=>B.cloneElement(d,{active:d.props.id.toLowerCase()===i.toLowerCase(),onChange:c}))})},v4="_listItem_e2my2_106",b4="_navItem_e2my2_106",y4="_selector_e2my2_120",w4="_label_e2my2_141",Ds={listItem:v4,navItem:b4,selector:y4,"navItem--active":"_navItem--active_e2my2_128",label:w4},x4=({active:r,ariaLabel:t,icon:a,id:i,label:o,onChange:c})=>{const d=()=>{c&&c(i)};return R.jsx("li",{className:Ds.listItem,children:R.jsxs(gr,{className:xe(Ds.navItem,{[Ds["navItem--active"]]:r}),onClick:d,"aria-label":t,children:[R.jsx("div",{className:Ds.selector}),a,o&&R.jsx(De,{className:Ds.label,type:"detail-medium",as:"span",children:o})]})})},k4="_emptyState_wydl1_106",_4="_emptyState__text_wydl1_112",C4="_emptyState__secondaryText_wydl1_117",S4="_emptyState__buttons_wydl1_120",xi={emptyState:k4,emptyState__text:_4,emptyState__secondaryText:C4,emptyState__buttons:S4,"emptyState--small":"_emptyState--small_wydl1_126","emptyState--small__text":"_emptyState--small__text_wydl1_129","emptyState--medium":"_emptyState--medium_wydl1_132","emptyState--medium__text":"_emptyState--medium__text_wydl1_135","emptyState--large":"_emptyState--large_wydl1_138","emptyState--large__text":"_emptyState--large__text_wydl1_141"},E4={large:{buttonSize:"medium",primaryTextType:"h3",secondaryTextType:"body-large"},medium:{buttonSize:"medium",primaryTextType:"h4",secondaryTextType:"body-regular"},small:{buttonSize:"small",primaryTextType:"h5",secondaryTextType:"detail-medium"}},R4=({buttons:r=[],customVisual:t,primaryText:a,secondaryText:i,size:o,stickerProps:c})=>{const d=xe(xi.emptyState,xi[`emptyState--${o}`]),{buttonSize:v,primaryTextType:h,secondaryTextType:b}=E4[o],_=r.map((k,T)=>{if(k.buttonType==="primary")return R.jsx(kd,{...k,size:v},T);if(k.buttonType==="text")return R.jsx(En,{...k,size:v},T)});return R.jsxs("div",{className:d,children:[c&&R.jsx(L1,{size:o,...c}),t,(a||i)&&R.jsxs("div",{className:xe(xi.emptyState__text,xi[`emptyState--${o}__text`]),children:[a&&R.jsx(De,{type:h,children:a}),i&&R.jsx(De,{type:b,className:xi.emptyState__secondaryText,children:i})]}),_.length>0&&R.jsx("div",{className:xi.emptyState__buttons,children:_})]})},T4="_notice__content_1fvlz_106",M4="_notice__header_1fvlz_113",I4="_notice__iconHeadline_1fvlz_119",mr={notice__content:T4,notice__header:M4,notice__iconHeadline:I4,"notice--small":"_notice--small_1fvlz_124","notice--medium":"_notice--medium_1fvlz_127","notice--sticky":"_notice--sticky_1fvlz_130","notice--embedded":"_notice--embedded_1fvlz_133","notice--pink":"_notice--pink_1fvlz_137","notice--green":"_notice--green_1fvlz_140","notice--grey":"_notice--grey_1fvlz_143"},P4=({context:r,dismissible:t,iconName:a,notificationBubble:i,onClick:o,onDismiss:c,primaryText:d,secondaryText:v,size:h,textButton:b,type:_})=>{const k=xe(mr[`notice--${h}`],mr[`notice--${_}`],{[mr["notice--green"]]:r==="infoGreen",[mr["notice--grey"]]:r==="infoGrey"}),T=t&&v;return R.jsxs("div",{className:mr.notice,children:[R.jsxs("div",{className:xe(mr.notice__content,k),children:[R.jsxs("div",{className:mr.notice__header,children:[R.jsxs("div",{className:mr.notice__iconHeadline,children:[a&&R.jsx(wt,{name:a,size:"24"}),i&&R.jsx(Gs,{...i}),d&&R.jsx(De,{type:h==="small"?"detail-bold":"h5",children:d})]}),T&&R.jsx(Li,{onClick:c,icon:"cross",ariaLabel:"Schließen",size:"small"}),!v&&b&&R.jsx(En,{onClick:o,color:"blue",size:h,text:b})]}),v&&R.jsx(De,{type:h==="small"?"detail-medium":"body-regular",children:v}),v&&b&&R.jsx(En,{onClick:o,color:"blue",size:h,text:b})]}),_==="sticky"&&R.jsx(O1,{})]})},L4=({dismissible:r,iconName:t,notificationBubble:a,onDismiss:i,primaryText:o,secondaryText:c,size:d})=>{const v=xe(mr["notice--pink"],mr[`notice--${d}`],mr["notice--embedded"]);return R.jsx("div",{className:mr.notice,children:R.jsxs("div",{className:xe(mr.notice__content,v),children:[R.jsxs("div",{className:mr.notice__header,children:[R.jsxs("div",{className:mr.notice__iconHeadline,children:[t&&R.jsx(wt,{name:t,size:"24"}),a&&R.jsx(Gs,{...a}),o&&R.jsx(De,{type:d==="small"?"detail-bold":"h5",children:o})]}),r&&R.jsx(Li,{onClick:i,icon:"cross",ariaLabelledBy:"Schließen",size:"small"})]}),c&&R.jsx(De,{type:d==="small"?"detail-medium":"body-regular",children:c})]})})},A4=r=>r.context==="warning"?R.jsx(L4,{...r}):R.jsx(P4,{...r});function mc(){return mc=Object.assign?Object.assign.bind():function(r){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(r[i]=a[i])}return r},mc.apply(null,arguments)}function rp(r,t){if(r==null)return{};var a={};for(var i in r)if({}.hasOwnProperty.call(r,i)){if(t.includes(i))continue;a[i]=r[i]}return a}function od(r,t){return od=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(a,i){return a.__proto__=i,a},od(r,t)}function np(r,t){r.prototype=Object.create(t.prototype),r.prototype.constructor=r,od(r,t)}function F4(r,t){return r.classList?!!t&&r.classList.contains(t):(" "+(r.className.baseVal||r.className)+" ").indexOf(" "+t+" ")!==-1}function D4(r,t){r.classList?r.classList.add(t):F4(r,t)||(typeof r.className=="string"?r.className=r.className+" "+t:r.setAttribute("class",(r.className&&r.className.baseVal||"")+" "+t))}function Nf(r,t){return r.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function O4(r,t){r.classList?r.classList.remove(t):typeof r.className=="string"?r.className=Nf(r.className,t):r.setAttribute("class",Nf(r.className&&r.className.baseVal||"",t))}const $f={disabled:!1};var B4=process.env.NODE_ENV!=="production"?j.oneOfType([j.number,j.shape({enter:j.number,exit:j.number,appear:j.number}).isRequired]):null,j4=process.env.NODE_ENV!=="production"?j.oneOfType([j.string,j.shape({enter:j.string,exit:j.string,active:j.string}),j.shape({enter:j.string,enterDone:j.string,enterActive:j.string,exit:j.string,exitDone:j.string,exitActive:j.string})]):null;const op=B.createContext(null);var ap=function(t){return t.scrollTop},Ns="unmounted",da="exited",fa="entering",Si="entered",ad="exiting",Rn=function(r){np(t,r);function t(i,o){var c;c=r.call(this,i,o)||this;var d=o,v=d&&!d.isMounting?i.enter:i.appear,h;return c.appearStatus=null,i.in?v?(h=da,c.appearStatus=fa):h=Si:i.unmountOnExit||i.mountOnEnter?h=Ns:h=da,c.state={status:h},c.nextCallback=null,c}t.getDerivedStateFromProps=function(o,c){var d=o.in;return d&&c.status===Ns?{status:da}:null};var a=t.prototype;return a.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},a.componentDidUpdate=function(o){var c=null;if(o!==this.props){var d=this.state.status;this.props.in?d!==fa&&d!==Si&&(c=fa):(d===fa||d===Si)&&(c=ad)}this.updateStatus(!1,c)},a.componentWillUnmount=function(){this.cancelNextCallback()},a.getTimeouts=function(){var o=this.props.timeout,c,d,v;return c=d=v=o,o!=null&&typeof o!="number"&&(c=o.exit,d=o.enter,v=o.appear!==void 0?o.appear:d),{exit:c,enter:d,appear:v}},a.updateStatus=function(o,c){if(o===void 0&&(o=!1),c!==null)if(this.cancelNextCallback(),c===fa){if(this.props.unmountOnExit||this.props.mountOnEnter){var d=this.props.nodeRef?this.props.nodeRef.current:js.findDOMNode(this);d&&ap(d)}this.performEnter(o)}else this.performExit();else this.props.unmountOnExit&&this.state.status===da&&this.setState({status:Ns})},a.performEnter=function(o){var c=this,d=this.props.enter,v=this.context?this.context.isMounting:o,h=this.props.nodeRef?[v]:[js.findDOMNode(this),v],b=h[0],_=h[1],k=this.getTimeouts(),T=v?k.appear:k.enter;if(!o&&!d||$f.disabled){this.safeSetState({status:Si},function(){c.props.onEntered(b)});return}this.props.onEnter(b,_),this.safeSetState({status:fa},function(){c.props.onEntering(b,_),c.onTransitionEnd(T,function(){c.safeSetState({status:Si},function(){c.props.onEntered(b,_)})})})},a.performExit=function(){var o=this,c=this.props.exit,d=this.getTimeouts(),v=this.props.nodeRef?void 0:js.findDOMNode(this);if(!c||$f.disabled){this.safeSetState({status:da},function(){o.props.onExited(v)});return}this.props.onExit(v),this.safeSetState({status:ad},function(){o.props.onExiting(v),o.onTransitionEnd(d.exit,function(){o.safeSetState({status:da},function(){o.props.onExited(v)})})})},a.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},a.safeSetState=function(o,c){c=this.setNextCallback(c),this.setState(o,c)},a.setNextCallback=function(o){var c=this,d=!0;return this.nextCallback=function(v){d&&(d=!1,c.nextCallback=null,o(v))},this.nextCallback.cancel=function(){d=!1},this.nextCallback},a.onTransitionEnd=function(o,c){this.setNextCallback(c);var d=this.props.nodeRef?this.props.nodeRef.current:js.findDOMNode(this),v=o==null&&!this.props.addEndListener;if(!d||v){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var h=this.props.nodeRef?[this.nextCallback]:[d,this.nextCallback],b=h[0],_=h[1];this.props.addEndListener(b,_)}o!=null&&setTimeout(this.nextCallback,o)},a.render=function(){var o=this.state.status;if(o===Ns)return null;var c=this.props,d=c.children;c.in,c.mountOnEnter,c.unmountOnExit,c.appear,c.enter,c.exit,c.timeout,c.addEndListener,c.onEnter,c.onEntering,c.onEntered,c.onExit,c.onExiting,c.onExited,c.nodeRef;var v=rp(c,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return B.createElement(op.Provider,{value:null},typeof d=="function"?d(o,v):B.cloneElement(B.Children.only(d),v))},t}(B.Component);Rn.contextType=op;Rn.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:j.shape({current:typeof Element>"u"?j.any:function(r,t,a,i,o,c){var d=r[t];return j.instanceOf(d&&"ownerDocument"in d?d.ownerDocument.defaultView.Element:Element)(r,t,a,i,o,c)}}),children:j.oneOfType([j.func.isRequired,j.element.isRequired]).isRequired,in:j.bool,mountOnEnter:j.bool,unmountOnExit:j.bool,appear:j.bool,enter:j.bool,exit:j.bool,timeout:function(t){var a=B4;t.addEndListener||(a=a.isRequired);for(var i=arguments.length,o=new Array(i>1?i-1:0),c=1;c<i;c++)o[c-1]=arguments[c];return a.apply(void 0,[t].concat(o))},addEndListener:j.func,onEnter:j.func,onEntering:j.func,onEntered:j.func,onExit:j.func,onExiting:j.func,onExited:j.func}:{};function ki(){}Rn.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:ki,onEntering:ki,onEntered:ki,onExit:ki,onExiting:ki,onExited:ki};Rn.UNMOUNTED=Ns;Rn.EXITED=da;Rn.ENTERING=fa;Rn.ENTERED=Si;Rn.EXITING=ad;var N4=function(t,a){return t&&a&&a.split(" ").forEach(function(i){return D4(t,i)})},Zu=function(t,a){return t&&a&&a.split(" ").forEach(function(i){return O4(t,i)})},Ad=function(r){np(t,r);function t(){for(var i,o=arguments.length,c=new Array(o),d=0;d<o;d++)c[d]=arguments[d];return i=r.call.apply(r,[this].concat(c))||this,i.appliedClasses={appear:{},enter:{},exit:{}},i.onEnter=function(v,h){var b=i.resolveArguments(v,h),_=b[0],k=b[1];i.removeClasses(_,"exit"),i.addClass(_,k?"appear":"enter","base"),i.props.onEnter&&i.props.onEnter(v,h)},i.onEntering=function(v,h){var b=i.resolveArguments(v,h),_=b[0],k=b[1],T=k?"appear":"enter";i.addClass(_,T,"active"),i.props.onEntering&&i.props.onEntering(v,h)},i.onEntered=function(v,h){var b=i.resolveArguments(v,h),_=b[0],k=b[1],T=k?"appear":"enter";i.removeClasses(_,T),i.addClass(_,T,"done"),i.props.onEntered&&i.props.onEntered(v,h)},i.onExit=function(v){var h=i.resolveArguments(v),b=h[0];i.removeClasses(b,"appear"),i.removeClasses(b,"enter"),i.addClass(b,"exit","base"),i.props.onExit&&i.props.onExit(v)},i.onExiting=function(v){var h=i.resolveArguments(v),b=h[0];i.addClass(b,"exit","active"),i.props.onExiting&&i.props.onExiting(v)},i.onExited=function(v){var h=i.resolveArguments(v),b=h[0];i.removeClasses(b,"exit"),i.addClass(b,"exit","done"),i.props.onExited&&i.props.onExited(v)},i.resolveArguments=function(v,h){return i.props.nodeRef?[i.props.nodeRef.current,v]:[v,h]},i.getClassNames=function(v){var h=i.props.classNames,b=typeof h=="string",_=b&&h?h+"-":"",k=b?""+_+v:h[v],T=b?k+"-active":h[v+"Active"],F=b?k+"-done":h[v+"Done"];return{baseClassName:k,activeClassName:T,doneClassName:F}},i}var a=t.prototype;return a.addClass=function(o,c,d){var v=this.getClassNames(c)[d+"ClassName"],h=this.getClassNames("enter"),b=h.doneClassName;c==="appear"&&d==="done"&&b&&(v+=" "+b),d==="active"&&o&&ap(o),v&&(this.appliedClasses[c][d]=v,N4(o,v))},a.removeClasses=function(o,c){var d=this.appliedClasses[c],v=d.base,h=d.active,b=d.done;this.appliedClasses[c]={},v&&Zu(o,v),h&&Zu(o,h),b&&Zu(o,b)},a.render=function(){var o=this.props;o.classNames;var c=rp(o,["classNames"]);return B.createElement(Rn,mc({},c,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(B.Component);Ad.defaultProps={classNames:""};Ad.propTypes=process.env.NODE_ENV!=="production"?mc({},Rn.propTypes,{classNames:j4,onEnter:j.func,onEntering:j.func,onEntered:j.func,onExit:j.func,onExiting:j.func,onExited:j.func}):{};const $4="_snackbarbottom_194fm_1",V4="_snackbar_194fm_138",W4="_snackbar__left_194fm_162",H4="_snackbar__right_194fm_168",z4="_snackbar__textLabel_194fm_173",U4="_snackbar__textButton_194fm_181",q4="_snackbar__dismiss_194fm_184",Z4="_snackbar__icon_194fm_187",Er={"animation--enter":"_animation--enter_194fm_120","animation--enter-active":"_animation--enter-active_194fm_124",snackbarbottom:$4,"animation--exit":"_animation--exit_194fm_129","animation--exit-active":"_animation--exit-active_194fm_133",snackbar:V4,snackbar__left:W4,snackbar__right:H4,snackbar__textLabel:z4,snackbar__textButton:U4,snackbar__dismiss:q4,snackbar__icon:Z4},Y4=60,Vf=600,G4=({dismissable:r=!1,isOpen:t,leftIconLarge:a,leftIconSmall:i,onClick:o,onClose:c,rightIconLarge:d,rightIconSmall:v,textButton:h,textLabel:b})=>{const[_,k]=B.useState(!1),[T,F]=B.useState(0),[A,N]=B.useState(4e3),O=B.useRef(null),{getRootProps:P}=D0({autoHideDuration:A,onClose:c,open:t}),z=$=>{const K=$.changedTouches[0].clientY;F(K),N(null)},Z=$=>{requestAnimationFrame(()=>{if(O.current){const oe=$.changedTouches[0].clientY,de=T-Math.max(T,oe),fe=Math.abs(1e3/de);O.current.style.marginBottom=`${de}px`,O.current.style.opacity=`${fe}%`}})},J=$=>{const K=$.changedTouches[0].clientY,oe=()=>{O.current&&(O.current.style.marginBottom="0",O.current.style.opacity="100%"),N(4e3),k(!1)};K-T>Y4?(k(!0),c&&c(),O.current&&(O.current.style.opacity="0"),setTimeout(()=>{oe()},Vf+10)):oe()};return R.jsx(Ad,{nodeRef:O,timeout:Vf,in:t,classNames:{enter:Er["animation--enter"],enterActive:Er["animation--enter-active"],exit:xe({[Er["animation--exit"]]:!_}),exitActive:xe({[Er["animation--exit-active"]]:!_})},unmountOnExit:!0,children:R.jsxs("div",{role:"alertdialog",...P,className:Er.snackbar,onTouchMove:Z,onTouchStart:z,onTouchEnd:J,ref:O,children:[R.jsxs("div",{className:Er.snackbar__left,children:[a&&R.jsx(wt,{name:a,size:"32",className:Er.snackbar__icon}),i&&R.jsx(wt,{name:i,size:"24",className:Er.snackbar__icon}),b&&R.jsx(De,{type:"body-semibold",className:Er.snackbar__textLabel,children:b})]}),R.jsxs("div",{className:Er.snackbar__right,children:[d&&R.jsx(wt,{name:d,size:"32",className:Er.snackbar__icon}),v&&R.jsx(wt,{name:v,size:"24",className:Er.snackbar__icon}),h&&R.jsx("div",{className:Er.snackbar__textButton,children:R.jsx(En,{color:"green",size:"medium",text:h,onClick:o})})]}),r&&R.jsx(Li,{icon:"cross",size:"small",ariaLabel:"Schließen",onClick:c,className:Er.snackbar__dismiss})]})})},X4="_fieldset_o9167_106",J4={fieldset:X4},Fd=({children:r,className:t,disabled:a,form:i,name:o})=>{const c=B.Children.map(r,d=>{if(B.isValidElement(d))return B.cloneElement(d,{disabled:a})});return R.jsx("fieldset",{className:xe(J4.fieldset,t),disabled:a,name:o,form:i,children:c})},Q4="_radiobuttoncluster_17n52_106",K4={radiobuttoncluster:Q4};function e6(r){const{children:t,disabled:a,onChange:i,value:o}=r;function c(v){i(v)}const d=B.Children.map(t,v=>B.cloneElement(v,{checked:o===v.props.value,onChange:c}));return R.jsx(Fd,{disabled:a,className:K4.radiobuttoncluster,children:d})}const t6="_toggleGroupStory_1hc98_106",r6={toggleGroupStory:t6},n6=({className:r,items:t,multiselect:a=!1,onChange:i,selectedItems:o,togglable:c=!1})=>{const d=o||[],v=_=>{h(_)},h=_=>{if(!a){const T=c?d.find(F=>F.id===_.id)?[]:[_]:[_];i&&i(T);return}const k=d.find(T=>T.id===_.id)?d.filter(T=>T.id!==_.id):[...d,_];i&&i(k)},b=_=>!!d.find(k=>k.id===_);return R.jsx("div",{className:xe(r6.toggleGroup,r),children:t.map(({disabled:_,icon:k,id:T,label:F,orientation:A,popular:N,style:O,value:P,variant:z})=>R.jsx(N1,{id:T,style:O,value:P,icon:k,popular:N,variant:z,orientation:A,label:F,disabled:_,isSelected:b(T),onToggleChange:v},T))})},o6="_switcherToggle_1dbhj_107",a6="_input_1dbhj_115",i6="_label_1dbhj_118",Kl={switcherToggle:o6,input:a6,label:i6,"switcherToggle--filled":"_switcherToggle--filled_1dbhj_143","switcherToggle--outline":"_switcherToggle--outline_1dbhj_150"},s6=2,l6=({className:r,items:t,onChange:a,style:i="outline",value:o})=>{if(t.length<s6)return null;const c=d=>{a(d.target.value)};return R.jsx(Fd,{className:xe(Kl.switcherToggle,Kl[`switcherToggle--${i}`],r),name:"switcher-toggle",children:t.map(({id:d,label:v},h)=>R.jsxs(B.Fragment,{children:[R.jsx("input",{type:"radio",id:`toggle-${h}-${d}`,name:"switcher-toggle","aria-label":v,value:d,checked:o===d,className:Kl.input,onChange:c}),R.jsx("label",{htmlFor:`toggle-${h}-${d}`,className:Kl.label,children:R.jsx(De,{as:"p",type:"h5",children:v})})]},`${h}_${d}`))})},c6="_toggleInput_1j7zm_106",u6="_textWrapper_1j7zm_119",ua={toggleInput:c6,textWrapper:u6,"textWrapper--withDescription":"_textWrapper--withDescription_1j7zm_124",switch:"_switch_1j7zm_127","toggleInput--checked":"_toggleInput--checked_1j7zm_130","toggleInput--disabled":"_toggleInput--disabled_1j7zm_133","toggleInput--withBorder":"_toggleInput--withBorder_1j7zm_136"},d6=({checked:r,defaultChecked:t,description:a,disabled:i,icon:o,label:c,onChange:d,withBorder:v})=>R.jsxs("label",{className:xe(ua.toggleInput,{[ua["toggleInput--withBorder"]]:v,[ua["toggleInput--checked"]]:r,[ua["toggleInput--disabled"]]:i}),children:[o&&R.jsx(wt,{name:o,size:"32"}),R.jsxs("div",{className:xe(ua.textWrapper,{[ua["textWrapper--withDescription"]]:a}),children:[R.jsx(De,{type:"body-large",children:c}),a&&R.jsx(De,{type:"body-regular",children:a})]}),R.jsx(j1,{onChange:d,disabled:i,checked:r,defaultChecked:t,className:ua.switch})]}),f6="_tabsCard_1gzxm_106",p6="_tabs_1gzxm_106",h6="_label_1gzxm_114",m6="_tabsList_1gzxm_118",g6="_selectedTab_1gzxm_136",_i={tabsCard:f6,tabs:p6,label:h6,tabsList:m6,selectedTab:g6},v6=({onChange:r,tabs:t,value:a})=>R.jsx("section",{className:_i.tabsCard,children:R.jsxs(S1,{defaultValue:a,className:_i.tabs,onChange:r,children:[R.jsx(M1,{className:_i.tabsList,children:t.map(({id:i,label:o})=>R.jsxs(P1,{value:`${i}`,"data-testid":`tab-${o}`,children:[R.jsx("div",{className:_i.tab,children:R.jsx("div",{className:_i.selectedTab})}),R.jsx(De,{as:"span",type:"body-regular",className:_i.label,children:o})]},`tab_${i}`))}),t.map(({content:i,id:o})=>R.jsx(E1,{value:`${o}`,children:i},`tab_panel_${o}`))]})}),b6="_root_1bz6w_106",y6="_root__content_1bz6w_116",w6="_root__bookmark_1bz6w_121",x6="_root__header_1bz6w_127",k6="_root__header__reserved_1bz6w_134",_6="_root__header__reserved__box_1bz6w_147",C6="_root__header__image_1bz6w_156",S6="_root__info_1bz6w_161",E6="_root__info__top_1bz6w_167",R6="_root__info__price_1bz6w_170",T6="_root__info__title_1bz6w_176",M6="_root__info__timeStamp_1bz6w_184",pr={root:b6,"root--aggregator":"_root--aggregator_1bz6w_113",root__content:y6,root__bookmark:w6,root__header:x6,root__header__reserved:k6,"root__header__reserved--visible":"_root__header__reserved--visible_1bz6w_144",root__header__reserved__box:_6,root__header__image:C6,root__info:S6,root__info__top:E6,root__info__price:R6,"root__info__price--reserved":"_root__info__price--reserved_1bz6w_173",root__info__title:T6,root__info__timeStamp:M6};function I6({bookmarked:r,context:t="feed",image:a,onBookmark:i,onClick:o,price:c,reserved:d,reservedText:v,timeStamp:h,title:b}){return R.jsxs("div",{className:xe(pr.root,pr[`root--${t}`]),children:[R.jsx(A1,{onClick:i,bookmarked:r,className:pr.root__bookmark}),R.jsxs("div",{className:pr.root__content,onClick:o,children:[R.jsxs("div",{className:pr.root__header,children:[R.jsx("div",{className:xe(pr.root__header__reserved,{[pr["root__header__reserved--visible"]]:d}),children:R.jsx("div",{className:pr.root__header__reserved__box,children:R.jsx(De,{type:"detail-upper-case",children:v})})}),a?R.jsx(_d,{alt:"product image",src:a,className:pr.root__header__image}):R.jsx(D1,{size:"large",icon:R.jsx(wt,{name:"camera_crossed"})})]}),R.jsxs("div",{className:pr.root__info,children:[R.jsxs("div",{className:pr.root__info__top,children:[R.jsx(De,{type:"body-semibold",as:"p",className:xe(pr.root__info__price,{[pr["root__info__price--reserved"]]:d}),children:c}),R.jsx(De,{type:"body-semibold",as:"p",className:pr.root__info__title,children:b})]}),R.jsx(De,{type:"detail-medium",as:"p",className:pr.root__info__timeStamp,children:h})]})]})]})}const P6=({ariaLabel:r,ariaLabelledBy:t,children:a,className:i,id:o})=>R.jsx("form",{className:i,"aria-label":r,"aria-labelledby":t,id:o,children:a}),L6="_legend_1efwm_106",A6="_text_1efwm_112",Wf={legend:L6,text:A6},F6=({className:r,headline:t,text:a})=>R.jsxs("legend",{className:xe(Wf.legend,r),children:[R.jsx(De,{type:"h5",children:t}),a&&R.jsx(De,{className:Wf.text,type:"body-regular",as:"p",children:a})]}),D6="_overlay_1nob4_106",O6="_sheet_1nob4_117",B6="_sheetWrapper_1nob4_130",j6="_sheetBody_1nob4_138",N6="_sheetHeader_1nob4_141",$6="_sheetFooter_1nob4_150",Ci={overlay:D6,"fade-in":"_fade-in_1nob4_1",sheet:O6,"slide-up":"_slide-up_1nob4_1",sheetWrapper:B6,sheetBody:j6,sheetHeader:N6,sheetFooter:$6},V6=({ariaLabel:r,ctaButtonProps:t,linkProps:a,onClose:i,open:o,sheetBody:c,sheetHeader:d})=>(B.useEffect(()=>(o&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow=""}),[o]),o?R.jsxs(R.Fragment,{children:[R.jsx("div",{className:Ci.overlay,onClick:i,"data-testid":"overlay"}),R.jsx("dialog",{className:Ci.sheet,"aria-label":r,"aria-modal":"true",open:o,children:R.jsx("div",{className:Ci.sheetWrapper,children:R.jsxs("section",{role:"document",children:[R.jsx("header",{className:Ci.sheetHeader,children:d}),R.jsx("div",{className:Ci.sheetBody,children:R.jsx(Tc,{children:c})}),R.jsxs("footer",{className:Ci.sheetFooter,children:[t&&R.jsx(kd,{...t}),a&&R.jsx(En,{...a})]})]})})})]}):null),W6="_backdrop_1lf8q_106",H6={backdrop:W6},ip=B.forwardRef((r,t)=>{const{ownerState:a,...i}=r;return R.jsx("div",{ref:t,...i,className:H6.backdrop})});ip.displayName="Backdrop";const z6="_modal_9duh2_106",U6="_modalWrapper_9duh2_114",q6="_modalHeader_9duh2_130",Z6="_crossCircle_9duh2_146",Y6="_modalFooter_9duh2_149",Os={modal:z6,modalWrapper:U6,modalHeader:q6,crossCircle:Z6,modalFooter:Y6},G6=({ariaLabel:r,ariaLabelledBy:t,closeButtonText:a="Abbrechen",headerTitle:i,modalBody:o,modalFooter:c,onClose:d,open:v})=>R.jsx(vd,{"aria-label":r,"aria-labelledby":t,open:v,onClose:d,slots:{backdrop:ip},className:Os.modal,children:R.jsxs("div",{className:Os.modalWrapper,children:[R.jsx(dc,{className:Os.modalHeader,headline:i,rightElement:R.jsx(Li,{icon:"cross_circle",onClick:d,size:"small",ariaLabel:a,className:Os.crossCircle})}),R.jsx(Tc,{children:o}),R.jsxs("div",{className:Os.modalFooter,children:[R.jsx(En,{onClick:d,color:"blue",size:"large",text:a}),c]})]})}),X6="_base_pz0sp_106",J6={base:X6};var tc=(r=>(r[r.lg=16]="lg",r[r.md=12]="md",r[r.sm=8]="sm",r[r.xl=24]="xl",r))(tc||{});const sp=B.forwardRef(({anchor:r,children:t,container:a,handleClickAway:i,id:o,offset:c="sm",open:d,placement:v,strategy:h="fixed"},b)=>{let _=tc.sm;typeof c=="object"?_=c:tc[c]&&(_=tc[c]);let k;return i?k=R.jsx(nc,{onClickAway:i,touchEvent:!1,children:R.jsx("div",{children:t})}):k=t,R.jsx(x1,{ref:b,className:J6.base,id:o,open:d,anchor:r,offset:_,placement:v,container:a,strategy:h,children:k})});sp.displayName="Popup";const Q6="_backdrop_11wot_106",K6={backdrop:Q6},lp=B.forwardRef((r,t)=>R.jsx("div",{ref:t,...r,className:K6.backdrop}));lp.displayName="Backdrop";const ek="_sheet_qnncf_106",tk="_sheetWrapper_qnncf_114",rk="_sheetHeader_qnncf_126",nk="_sheetFooter_qnncf_148",Bs={sheet:ek,sheetWrapper:tk,sheetHeader:rk,sheetFooter:nk,"sheetFooter--alwaysVisible":"_sheetFooter--alwaysVisible_qnncf_156"},ok=({ariaLabel:r,ariaLabelledBy:t,closeButtonText:a="Abbrechen",onClose:i,open:o,sheetBody:c,sheetFooter:d,sheetHeader:v})=>R.jsx(vd,{"aria-label":r,"aria-labelledby":t,open:o,onClose:i,slots:{backdrop:lp},className:Bs.sheet,children:R.jsxs("div",{className:Bs.sheetWrapper,children:[R.jsx("div",{className:Bs.sheetHeader,children:v}),c,R.jsxs("div",{className:xe(Bs.sheetFooter,{[Bs["sheetFooter--alwaysVisible"]]:!!d}),children:[R.jsx(En,{onClick:i,color:"blue",size:"large",text:a}),d]})]})});exports.ActionBar=ox;exports.Badge=hm;exports.BadgeIcon=wd;exports.BadgeLabel=Ty;exports.BodyText=Tw;exports.Bookmark=A1;exports.BottomSheet=V6;exports.Button=gr;exports.ButtonPrimary=kd;exports.ButtonSecondary=By;exports.ButtonTertiary=F1;exports.Card=U3;exports.CardBody=Tc;exports.CardHeader=dc;exports.CheckboxInput=d3;exports.Divider=O1;exports.EmptyState=R4;exports.FeedItemCategory=Iy;exports.FeedTile=zy;exports.Fieldset=Fd;exports.Form=P6;exports.Icon=wt;exports.IconButton=Li;exports.Image=_d;exports.InputFieldSpecial=y3;exports.LabelPill=xd;exports.Legend=F6;exports.Loader=D3;exports.Markdown=l4;exports.MarketplaceItemCardless=I6;exports.MenuItem=p4;exports.MenuTile=Zy;exports.Modal=G6;exports.NavBar=g4;exports.NavItem=x4;exports.NavigationTab=v6;exports.Notice=A4;exports.NotificationBubble=Gs;exports.NotificationListItem=px;exports.PlaceholderThumbnail=D1;exports.PointOfInterestIProfileTile=Jy;exports.Popup=sp;exports.RadioButton=x3;exports.RadioButtonCluster=e6;exports.Select=a3;exports.SelectablePill=N1;exports.SelectablePillGroup=n6;exports.Sheet=ok;exports.Snackbar=G4;exports.Sticker=L1;exports.SwitcherToggle=l6;exports.TextArea=E3;exports.TextButton=En;exports.TextInput=I3;exports.Thumbnail=Rc;exports.ThumbnailWithLabel=Ow;exports.ThumbnailWrapper=Nw;exports.Toggle=j1;exports.ToggleInput=d6;exports.Typography=De;
216
+ Please report this to https://github.com/markedjs/marked.`,t){const o="<p>An error occurred:</p><pre>"+Ar(i.message+"",!0)+"</pre>";return a?Promise.resolve(o):o}if(a)return Promise.reject(i);throw i}};const va=new a4;function lt(r,t){return va.parse(r,t)}lt.options=lt.setOptions=function(r){return va.setOptions(r),lt.defaults=va.defaults,z1(lt.defaults),lt};lt.getDefaults=Ed;lt.defaults=xa;lt.use=function(...r){return va.use(...r),lt.defaults=va.defaults,z1(lt.defaults),lt};lt.walkTokens=function(r,t){return va.walkTokens(r,t)};lt.parseInline=va.parseInline;lt.Parser=_n;lt.parser=_n.parse;lt.Renderer=hc;lt.TextRenderer=Ld;lt.Lexer=kn;lt.lexer=kn.lex;lt.Tokenizer=fc;lt.Hooks=Hs;lt.parse=lt;lt.options;lt.setOptions;lt.use;lt.walkTokens;lt.parseInline;_n.parse;kn.lex;const i4=r=>r.replace(/"/g,"QUOTE"),s4=r=>r.replace(new RegExp("QUOTE","g"),'"');function l4({className:r,inline:t=!1,text:a}){const i=s4(bx(i4(a)));return R.jsx("span",{className:r,dangerouslySetInnerHTML:{__html:t?lt.parseInline(i):lt.parse(i)}})}const c4="_menuItem_164s4_106",u4="_highlightFrame_164s4_120",d4="_rightIcon_164s4_128",f4="_leftIcon_164s4_133",ca={menuItem:c4,highlightFrame:u4,rightIcon:d4,"menuItem--selected":"_menuItem--selected_164s4_133",leftIcon:f4,"menuItem--compact":"_menuItem--compact_164s4_144","highlightFrame--compact":"_highlightFrame--compact_164s4_151"},p4=({className:r,compact:t,href:a,isSelected:i,labelPillClassName:o,labelPillText:c,leftIcon:d,onClick:v,rightIcon:h,role:b,text:_})=>{const k=()=>t?"body-regular":i?"h5":"body-large";return R.jsx(gr,{role:b,onClick:v,className:xe(r,ca.menuItem,{[ca["menuItem--selected"]]:i,[ca["menuItem--compact"]]:t}),...a?{href:a}:{},children:R.jsxs("span",{className:xe(ca.highlightFrame,{[ca["menuItem--compact"]]:t}),children:[d&&R.jsx("span",{className:ca.leftIcon,children:d}),R.jsx(De,{type:k(),as:"span",children:_}),c&&R.jsx(xd,{label:c,size:"medium",className:o}),h&&R.jsx("span",{className:ca.rightIcon,children:h})]})})},h4="_navBar_1b0o6_106",m4={navBar:h4},g4=({children:r,onChange:t,value:a})=>{const[i,o]=B.useState(a||""),c=d=>{t(d),o(d)};return R.jsx("ul",{className:m4.navBar,children:B.Children.map(r,d=>B.cloneElement(d,{active:d.props.id.toLowerCase()===i.toLowerCase(),onChange:c}))})},v4="_listItem_e2my2_106",b4="_navItem_e2my2_106",y4="_selector_e2my2_120",w4="_label_e2my2_141",Ds={listItem:v4,navItem:b4,selector:y4,"navItem--active":"_navItem--active_e2my2_128",label:w4},x4=({active:r,ariaLabel:t,icon:a,id:i,label:o,onChange:c})=>{const d=()=>{c&&c(i)};return R.jsx("li",{className:Ds.listItem,children:R.jsxs(gr,{className:xe(Ds.navItem,{[Ds["navItem--active"]]:r}),onClick:d,"aria-label":t,children:[R.jsx("div",{className:Ds.selector}),a,o&&R.jsx(De,{className:Ds.label,type:"detail-medium",as:"span",children:o})]})})},k4="_emptyState_wydl1_106",_4="_emptyState__text_wydl1_112",C4="_emptyState__secondaryText_wydl1_117",S4="_emptyState__buttons_wydl1_120",xi={emptyState:k4,emptyState__text:_4,emptyState__secondaryText:C4,emptyState__buttons:S4,"emptyState--small":"_emptyState--small_wydl1_126","emptyState--small__text":"_emptyState--small__text_wydl1_129","emptyState--medium":"_emptyState--medium_wydl1_132","emptyState--medium__text":"_emptyState--medium__text_wydl1_135","emptyState--large":"_emptyState--large_wydl1_138","emptyState--large__text":"_emptyState--large__text_wydl1_141"},E4={large:{buttonSize:"medium",primaryTextType:"h3",secondaryTextType:"body-large"},medium:{buttonSize:"medium",primaryTextType:"h4",secondaryTextType:"body-regular"},small:{buttonSize:"small",primaryTextType:"h5",secondaryTextType:"detail-medium"}},R4=({buttons:r=[],customVisual:t,primaryText:a,secondaryText:i,size:o,stickerProps:c})=>{const d=xe(xi.emptyState,xi[`emptyState--${o}`]),{buttonSize:v,primaryTextType:h,secondaryTextType:b}=E4[o],_=r.map((k,T)=>{if(k.buttonType==="primary")return R.jsx(kd,{...k,size:v},T);if(k.buttonType==="text")return R.jsx(En,{...k,size:v},T)});return R.jsxs("div",{className:d,children:[c&&R.jsx(L1,{size:o,...c}),t,(a||i)&&R.jsxs("div",{className:xe(xi.emptyState__text,xi[`emptyState--${o}__text`]),children:[a&&R.jsx(De,{type:h,children:a}),i&&R.jsx(De,{type:b,className:xi.emptyState__secondaryText,children:i})]}),_.length>0&&R.jsx("div",{className:xi.emptyState__buttons,children:_})]})},T4="_notice__content_1fvlz_106",M4="_notice__header_1fvlz_113",I4="_notice__iconHeadline_1fvlz_119",mr={notice__content:T4,notice__header:M4,notice__iconHeadline:I4,"notice--small":"_notice--small_1fvlz_124","notice--medium":"_notice--medium_1fvlz_127","notice--sticky":"_notice--sticky_1fvlz_130","notice--embedded":"_notice--embedded_1fvlz_133","notice--pink":"_notice--pink_1fvlz_137","notice--green":"_notice--green_1fvlz_140","notice--grey":"_notice--grey_1fvlz_143"},P4=({context:r,dismissible:t,iconName:a,notificationBubble:i,onClick:o,onDismiss:c,primaryText:d,secondaryText:v,size:h,textButton:b,type:_})=>{const k=xe(mr[`notice--${h}`],mr[`notice--${_}`],{[mr["notice--green"]]:r==="infoGreen",[mr["notice--grey"]]:r==="infoGrey"}),T=t&&v;return R.jsxs("div",{className:mr.notice,children:[R.jsxs("div",{className:xe(mr.notice__content,k),children:[R.jsxs("div",{className:mr.notice__header,children:[R.jsxs("div",{className:mr.notice__iconHeadline,children:[a&&R.jsx(wt,{name:a,size:"24"}),i&&R.jsx(Gs,{...i}),d&&R.jsx(De,{type:h==="small"?"detail-bold":"h5",children:d})]}),T&&R.jsx(Li,{onClick:c,icon:"cross",ariaLabel:"Schließen",size:"small"}),!v&&b&&R.jsx(En,{onClick:o,color:"blue",size:h,text:b})]}),v&&R.jsx(De,{type:h==="small"?"detail-medium":"body-regular",children:v}),v&&b&&R.jsx(En,{onClick:o,color:"blue",size:h,text:b})]}),_==="sticky"&&R.jsx(O1,{})]})},L4=({dismissible:r,iconName:t,notificationBubble:a,onDismiss:i,primaryText:o,secondaryText:c,size:d})=>{const v=xe(mr["notice--pink"],mr[`notice--${d}`],mr["notice--embedded"]);return R.jsx("div",{className:mr.notice,children:R.jsxs("div",{className:xe(mr.notice__content,v),children:[R.jsxs("div",{className:mr.notice__header,children:[R.jsxs("div",{className:mr.notice__iconHeadline,children:[t&&R.jsx(wt,{name:t,size:"24"}),a&&R.jsx(Gs,{...a}),o&&R.jsx(De,{type:d==="small"?"detail-bold":"h5",children:o})]}),r&&R.jsx(Li,{onClick:i,icon:"cross",ariaLabelledBy:"Schließen",size:"small"})]}),c&&R.jsx(De,{type:d==="small"?"detail-medium":"body-regular",children:c})]})})},A4=r=>r.context==="warning"?R.jsx(L4,{...r}):R.jsx(P4,{...r});function mc(){return mc=Object.assign?Object.assign.bind():function(r){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(r[i]=a[i])}return r},mc.apply(null,arguments)}function rp(r,t){if(r==null)return{};var a={};for(var i in r)if({}.hasOwnProperty.call(r,i)){if(t.includes(i))continue;a[i]=r[i]}return a}function od(r,t){return od=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(a,i){return a.__proto__=i,a},od(r,t)}function np(r,t){r.prototype=Object.create(t.prototype),r.prototype.constructor=r,od(r,t)}function F4(r,t){return r.classList?!!t&&r.classList.contains(t):(" "+(r.className.baseVal||r.className)+" ").indexOf(" "+t+" ")!==-1}function D4(r,t){r.classList?r.classList.add(t):F4(r,t)||(typeof r.className=="string"?r.className=r.className+" "+t:r.setAttribute("class",(r.className&&r.className.baseVal||"")+" "+t))}function Nf(r,t){return r.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function O4(r,t){r.classList?r.classList.remove(t):typeof r.className=="string"?r.className=Nf(r.className,t):r.setAttribute("class",Nf(r.className&&r.className.baseVal||"",t))}const $f={disabled:!1};var B4=process.env.NODE_ENV!=="production"?j.oneOfType([j.number,j.shape({enter:j.number,exit:j.number,appear:j.number}).isRequired]):null,j4=process.env.NODE_ENV!=="production"?j.oneOfType([j.string,j.shape({enter:j.string,exit:j.string,active:j.string}),j.shape({enter:j.string,enterDone:j.string,enterActive:j.string,exit:j.string,exitDone:j.string,exitActive:j.string})]):null;const op=B.createContext(null);var ap=function(t){return t.scrollTop},Ns="unmounted",da="exited",fa="entering",Si="entered",ad="exiting",Rn=function(r){np(t,r);function t(i,o){var c;c=r.call(this,i,o)||this;var d=o,v=d&&!d.isMounting?i.enter:i.appear,h;return c.appearStatus=null,i.in?v?(h=da,c.appearStatus=fa):h=Si:i.unmountOnExit||i.mountOnEnter?h=Ns:h=da,c.state={status:h},c.nextCallback=null,c}t.getDerivedStateFromProps=function(o,c){var d=o.in;return d&&c.status===Ns?{status:da}:null};var a=t.prototype;return a.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},a.componentDidUpdate=function(o){var c=null;if(o!==this.props){var d=this.state.status;this.props.in?d!==fa&&d!==Si&&(c=fa):(d===fa||d===Si)&&(c=ad)}this.updateStatus(!1,c)},a.componentWillUnmount=function(){this.cancelNextCallback()},a.getTimeouts=function(){var o=this.props.timeout,c,d,v;return c=d=v=o,o!=null&&typeof o!="number"&&(c=o.exit,d=o.enter,v=o.appear!==void 0?o.appear:d),{exit:c,enter:d,appear:v}},a.updateStatus=function(o,c){if(o===void 0&&(o=!1),c!==null)if(this.cancelNextCallback(),c===fa){if(this.props.unmountOnExit||this.props.mountOnEnter){var d=this.props.nodeRef?this.props.nodeRef.current:js.findDOMNode(this);d&&ap(d)}this.performEnter(o)}else this.performExit();else this.props.unmountOnExit&&this.state.status===da&&this.setState({status:Ns})},a.performEnter=function(o){var c=this,d=this.props.enter,v=this.context?this.context.isMounting:o,h=this.props.nodeRef?[v]:[js.findDOMNode(this),v],b=h[0],_=h[1],k=this.getTimeouts(),T=v?k.appear:k.enter;if(!o&&!d||$f.disabled){this.safeSetState({status:Si},function(){c.props.onEntered(b)});return}this.props.onEnter(b,_),this.safeSetState({status:fa},function(){c.props.onEntering(b,_),c.onTransitionEnd(T,function(){c.safeSetState({status:Si},function(){c.props.onEntered(b,_)})})})},a.performExit=function(){var o=this,c=this.props.exit,d=this.getTimeouts(),v=this.props.nodeRef?void 0:js.findDOMNode(this);if(!c||$f.disabled){this.safeSetState({status:da},function(){o.props.onExited(v)});return}this.props.onExit(v),this.safeSetState({status:ad},function(){o.props.onExiting(v),o.onTransitionEnd(d.exit,function(){o.safeSetState({status:da},function(){o.props.onExited(v)})})})},a.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},a.safeSetState=function(o,c){c=this.setNextCallback(c),this.setState(o,c)},a.setNextCallback=function(o){var c=this,d=!0;return this.nextCallback=function(v){d&&(d=!1,c.nextCallback=null,o(v))},this.nextCallback.cancel=function(){d=!1},this.nextCallback},a.onTransitionEnd=function(o,c){this.setNextCallback(c);var d=this.props.nodeRef?this.props.nodeRef.current:js.findDOMNode(this),v=o==null&&!this.props.addEndListener;if(!d||v){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var h=this.props.nodeRef?[this.nextCallback]:[d,this.nextCallback],b=h[0],_=h[1];this.props.addEndListener(b,_)}o!=null&&setTimeout(this.nextCallback,o)},a.render=function(){var o=this.state.status;if(o===Ns)return null;var c=this.props,d=c.children;c.in,c.mountOnEnter,c.unmountOnExit,c.appear,c.enter,c.exit,c.timeout,c.addEndListener,c.onEnter,c.onEntering,c.onEntered,c.onExit,c.onExiting,c.onExited,c.nodeRef;var v=rp(c,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return B.createElement(op.Provider,{value:null},typeof d=="function"?d(o,v):B.cloneElement(B.Children.only(d),v))},t}(B.Component);Rn.contextType=op;Rn.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:j.shape({current:typeof Element>"u"?j.any:function(r,t,a,i,o,c){var d=r[t];return j.instanceOf(d&&"ownerDocument"in d?d.ownerDocument.defaultView.Element:Element)(r,t,a,i,o,c)}}),children:j.oneOfType([j.func.isRequired,j.element.isRequired]).isRequired,in:j.bool,mountOnEnter:j.bool,unmountOnExit:j.bool,appear:j.bool,enter:j.bool,exit:j.bool,timeout:function(t){var a=B4;t.addEndListener||(a=a.isRequired);for(var i=arguments.length,o=new Array(i>1?i-1:0),c=1;c<i;c++)o[c-1]=arguments[c];return a.apply(void 0,[t].concat(o))},addEndListener:j.func,onEnter:j.func,onEntering:j.func,onEntered:j.func,onExit:j.func,onExiting:j.func,onExited:j.func}:{};function ki(){}Rn.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:ki,onEntering:ki,onEntered:ki,onExit:ki,onExiting:ki,onExited:ki};Rn.UNMOUNTED=Ns;Rn.EXITED=da;Rn.ENTERING=fa;Rn.ENTERED=Si;Rn.EXITING=ad;var N4=function(t,a){return t&&a&&a.split(" ").forEach(function(i){return D4(t,i)})},Zu=function(t,a){return t&&a&&a.split(" ").forEach(function(i){return O4(t,i)})},Ad=function(r){np(t,r);function t(){for(var i,o=arguments.length,c=new Array(o),d=0;d<o;d++)c[d]=arguments[d];return i=r.call.apply(r,[this].concat(c))||this,i.appliedClasses={appear:{},enter:{},exit:{}},i.onEnter=function(v,h){var b=i.resolveArguments(v,h),_=b[0],k=b[1];i.removeClasses(_,"exit"),i.addClass(_,k?"appear":"enter","base"),i.props.onEnter&&i.props.onEnter(v,h)},i.onEntering=function(v,h){var b=i.resolveArguments(v,h),_=b[0],k=b[1],T=k?"appear":"enter";i.addClass(_,T,"active"),i.props.onEntering&&i.props.onEntering(v,h)},i.onEntered=function(v,h){var b=i.resolveArguments(v,h),_=b[0],k=b[1],T=k?"appear":"enter";i.removeClasses(_,T),i.addClass(_,T,"done"),i.props.onEntered&&i.props.onEntered(v,h)},i.onExit=function(v){var h=i.resolveArguments(v),b=h[0];i.removeClasses(b,"appear"),i.removeClasses(b,"enter"),i.addClass(b,"exit","base"),i.props.onExit&&i.props.onExit(v)},i.onExiting=function(v){var h=i.resolveArguments(v),b=h[0];i.addClass(b,"exit","active"),i.props.onExiting&&i.props.onExiting(v)},i.onExited=function(v){var h=i.resolveArguments(v),b=h[0];i.removeClasses(b,"exit"),i.addClass(b,"exit","done"),i.props.onExited&&i.props.onExited(v)},i.resolveArguments=function(v,h){return i.props.nodeRef?[i.props.nodeRef.current,v]:[v,h]},i.getClassNames=function(v){var h=i.props.classNames,b=typeof h=="string",_=b&&h?h+"-":"",k=b?""+_+v:h[v],T=b?k+"-active":h[v+"Active"],F=b?k+"-done":h[v+"Done"];return{baseClassName:k,activeClassName:T,doneClassName:F}},i}var a=t.prototype;return a.addClass=function(o,c,d){var v=this.getClassNames(c)[d+"ClassName"],h=this.getClassNames("enter"),b=h.doneClassName;c==="appear"&&d==="done"&&b&&(v+=" "+b),d==="active"&&o&&ap(o),v&&(this.appliedClasses[c][d]=v,N4(o,v))},a.removeClasses=function(o,c){var d=this.appliedClasses[c],v=d.base,h=d.active,b=d.done;this.appliedClasses[c]={},v&&Zu(o,v),h&&Zu(o,h),b&&Zu(o,b)},a.render=function(){var o=this.props;o.classNames;var c=rp(o,["classNames"]);return B.createElement(Rn,mc({},c,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(B.Component);Ad.defaultProps={classNames:""};Ad.propTypes=process.env.NODE_ENV!=="production"?mc({},Rn.propTypes,{classNames:j4,onEnter:j.func,onEntering:j.func,onEntered:j.func,onExit:j.func,onExiting:j.func,onExited:j.func}):{};const $4="_snackbarbottom_194fm_1",V4="_snackbar_194fm_138",W4="_snackbar__left_194fm_162",H4="_snackbar__right_194fm_168",z4="_snackbar__textLabel_194fm_173",U4="_snackbar__textButton_194fm_181",q4="_snackbar__dismiss_194fm_184",Z4="_snackbar__icon_194fm_187",Er={"animation--enter":"_animation--enter_194fm_120","animation--enter-active":"_animation--enter-active_194fm_124",snackbarbottom:$4,"animation--exit":"_animation--exit_194fm_129","animation--exit-active":"_animation--exit-active_194fm_133",snackbar:V4,snackbar__left:W4,snackbar__right:H4,snackbar__textLabel:z4,snackbar__textButton:U4,snackbar__dismiss:q4,snackbar__icon:Z4},Y4=60,Vf=600,G4=({dismissable:r=!1,isOpen:t,leftIconLarge:a,leftIconSmall:i,onClick:o,onClose:c,rightIconLarge:d,rightIconSmall:v,textButton:h,textLabel:b})=>{const[_,k]=B.useState(!1),[T,F]=B.useState(0),[A,N]=B.useState(4e3),O=B.useRef(null),{getRootProps:P}=D0({autoHideDuration:A,onClose:c,open:t}),z=$=>{const K=$.changedTouches[0].clientY;F(K),N(null)},Z=$=>{requestAnimationFrame(()=>{if(O.current){const oe=$.changedTouches[0].clientY,de=T-Math.max(T,oe),fe=Math.abs(1e3/de);O.current.style.marginBottom=`${de}px`,O.current.style.opacity=`${fe}%`}})},J=$=>{const K=$.changedTouches[0].clientY,oe=()=>{O.current&&(O.current.style.marginBottom="0",O.current.style.opacity="100%"),N(4e3),k(!1)};K-T>Y4?(k(!0),c&&c(),O.current&&(O.current.style.opacity="0"),setTimeout(()=>{oe()},Vf+10)):oe()};return R.jsx(Ad,{nodeRef:O,timeout:Vf,in:t,classNames:{enter:Er["animation--enter"],enterActive:Er["animation--enter-active"],exit:xe({[Er["animation--exit"]]:!_}),exitActive:xe({[Er["animation--exit-active"]]:!_})},unmountOnExit:!0,children:R.jsxs("div",{role:"alertdialog",...P,className:Er.snackbar,onTouchMove:Z,onTouchStart:z,onTouchEnd:J,ref:O,children:[R.jsxs("div",{className:Er.snackbar__left,children:[a&&R.jsx(wt,{name:a,size:"32",className:Er.snackbar__icon}),i&&R.jsx(wt,{name:i,size:"24",className:Er.snackbar__icon}),b&&R.jsx(De,{type:"body-semibold",className:Er.snackbar__textLabel,children:b})]}),R.jsxs("div",{className:Er.snackbar__right,children:[d&&R.jsx(wt,{name:d,size:"32",className:Er.snackbar__icon}),v&&R.jsx(wt,{name:v,size:"24",className:Er.snackbar__icon}),h&&R.jsx("div",{className:Er.snackbar__textButton,children:R.jsx(En,{color:"green",size:"medium",text:h,onClick:o})})]}),r&&R.jsx(Li,{icon:"cross",size:"small",ariaLabel:"Schließen",onClick:c,className:Er.snackbar__dismiss})]})})},X4="_fieldset_o9167_106",J4={fieldset:X4},Fd=({children:r,className:t,disabled:a,form:i,name:o})=>{const c=B.Children.map(r,d=>{if(B.isValidElement(d))return B.cloneElement(d,{disabled:a})});return R.jsx("fieldset",{className:xe(J4.fieldset,t),disabled:a,name:o,form:i,children:c})},Q4="_radiobuttoncluster_17n52_106",K4={radiobuttoncluster:Q4};function e6(r){const{children:t,disabled:a,onChange:i,value:o}=r;function c(v){i(v)}const d=B.Children.map(t,v=>B.cloneElement(v,{checked:o===v.props.value,onChange:c}));return R.jsx(Fd,{disabled:a,className:K4.radiobuttoncluster,children:d})}const t6="_toggleGroupStory_1hc98_106",r6={toggleGroupStory:t6},n6=({className:r,items:t,multiselect:a=!1,onChange:i,selectedItems:o,togglable:c=!1})=>{const d=o||[],v=_=>{h(_)},h=_=>{if(!a){const T=c?d.find(F=>F.id===_.id)?[]:[_]:[_];i&&i(T);return}const k=d.find(T=>T.id===_.id)?d.filter(T=>T.id!==_.id):[...d,_];i&&i(k)},b=_=>!!d.find(k=>k.id===_);return R.jsx("div",{className:xe(r6.toggleGroup,r),children:t.map(({disabled:_,icon:k,id:T,label:F,orientation:A,popular:N,style:O,value:P,variant:z})=>R.jsx(N1,{id:T,style:O,value:P,icon:k,popular:N,variant:z,orientation:A,label:F,disabled:_,isSelected:b(T),onToggleChange:v},T))})},o6="_switcherToggle_1dbhj_107",a6="_input_1dbhj_115",i6="_label_1dbhj_118",Kl={switcherToggle:o6,input:a6,label:i6,"switcherToggle--filled":"_switcherToggle--filled_1dbhj_143","switcherToggle--outline":"_switcherToggle--outline_1dbhj_150"},s6=2,l6=({className:r,items:t,onChange:a,style:i="outline",value:o})=>{if(t.length<s6)return null;const c=d=>{a(d.target.value)};return R.jsx(Fd,{className:xe(Kl.switcherToggle,Kl[`switcherToggle--${i}`],r),name:"switcher-toggle",children:t.map(({id:d,label:v},h)=>R.jsxs(B.Fragment,{children:[R.jsx("input",{type:"radio",id:`toggle-${h}-${d}`,name:"switcher-toggle","aria-label":v,value:d,checked:o===d,className:Kl.input,onChange:c}),R.jsx("label",{htmlFor:`toggle-${h}-${d}`,className:Kl.label,children:R.jsx(De,{as:"p",type:"h5",children:v})})]},`${h}_${d}`))})},c6="_toggleInput_1j7zm_106",u6="_textWrapper_1j7zm_119",ua={toggleInput:c6,textWrapper:u6,"textWrapper--withDescription":"_textWrapper--withDescription_1j7zm_124",switch:"_switch_1j7zm_127","toggleInput--checked":"_toggleInput--checked_1j7zm_130","toggleInput--disabled":"_toggleInput--disabled_1j7zm_133","toggleInput--withBorder":"_toggleInput--withBorder_1j7zm_136"},d6=({checked:r,defaultChecked:t,description:a,disabled:i,icon:o,label:c,onChange:d,withBorder:v})=>R.jsxs("label",{className:xe(ua.toggleInput,{[ua["toggleInput--withBorder"]]:v,[ua["toggleInput--checked"]]:r,[ua["toggleInput--disabled"]]:i}),children:[o&&R.jsx(wt,{name:o,size:"32"}),R.jsxs("div",{className:xe(ua.textWrapper,{[ua["textWrapper--withDescription"]]:a}),children:[R.jsx(De,{type:"body-large",children:c}),a&&R.jsx(De,{type:"body-regular",children:a})]}),R.jsx(j1,{onChange:d,disabled:i,checked:r,defaultChecked:t,className:ua.switch})]}),f6="_tabsCard_1gzxm_106",p6="_tabs_1gzxm_106",h6="_label_1gzxm_114",m6="_tabsList_1gzxm_118",g6="_selectedTab_1gzxm_136",_i={tabsCard:f6,tabs:p6,label:h6,tabsList:m6,selectedTab:g6},v6=({onChange:r,tabs:t,value:a})=>R.jsx("section",{className:_i.tabsCard,children:R.jsxs(S1,{defaultValue:a,className:_i.tabs,onChange:r,children:[R.jsx(M1,{className:_i.tabsList,children:t.map(({id:i,label:o})=>R.jsxs(P1,{value:`${i}`,"data-testid":`tab-${o}`,children:[R.jsx("div",{className:_i.tab,children:R.jsx("div",{className:_i.selectedTab})}),R.jsx(De,{as:"span",type:"body-regular",className:_i.label,children:o})]},`tab_${i}`))}),t.map(({content:i,id:o})=>R.jsx(E1,{value:`${o}`,children:i},`tab_panel_${o}`))]})}),b6="_root_1bz6w_106",y6="_root__content_1bz6w_116",w6="_root__bookmark_1bz6w_121",x6="_root__header_1bz6w_127",k6="_root__header__reserved_1bz6w_134",_6="_root__header__reserved__box_1bz6w_147",C6="_root__header__image_1bz6w_156",S6="_root__info_1bz6w_161",E6="_root__info__top_1bz6w_167",R6="_root__info__price_1bz6w_170",T6="_root__info__title_1bz6w_176",M6="_root__info__timeStamp_1bz6w_184",pr={root:b6,"root--aggregator":"_root--aggregator_1bz6w_113",root__content:y6,root__bookmark:w6,root__header:x6,root__header__reserved:k6,"root__header__reserved--visible":"_root__header__reserved--visible_1bz6w_144",root__header__reserved__box:_6,root__header__image:C6,root__info:S6,root__info__top:E6,root__info__price:R6,"root__info__price--reserved":"_root__info__price--reserved_1bz6w_173",root__info__title:T6,root__info__timeStamp:M6};function I6({bookmarked:r,context:t="feed",image:a,onBookmark:i,onClick:o,price:c,reserved:d,reservedText:v,timeStamp:h,title:b}){return R.jsxs("div",{className:xe(pr.root,pr[`root--${t}`]),children:[R.jsx(A1,{onClick:i,bookmarked:r,className:pr.root__bookmark}),R.jsxs("div",{className:pr.root__content,onClick:o,children:[R.jsxs("div",{className:pr.root__header,children:[R.jsx("div",{className:xe(pr.root__header__reserved,{[pr["root__header__reserved--visible"]]:d}),children:R.jsx("div",{className:pr.root__header__reserved__box,children:R.jsx(De,{type:"detail-upper-case",children:v})})}),a?R.jsx(_d,{alt:"product image",src:a,className:pr.root__header__image}):R.jsx(D1,{size:"large",icon:R.jsx(wt,{name:"camera_crossed"})})]}),R.jsxs("div",{className:pr.root__info,children:[R.jsxs("div",{className:pr.root__info__top,children:[R.jsx(De,{type:"body-semibold",as:"p",className:xe(pr.root__info__price,{[pr["root__info__price--reserved"]]:d}),children:c}),R.jsx(De,{type:"body-semibold",as:"p",className:pr.root__info__title,children:b})]}),R.jsx(De,{type:"detail-medium",as:"p",className:pr.root__info__timeStamp,children:h})]})]})]})}const P6=({ariaLabel:r,ariaLabelledBy:t,children:a,className:i,id:o})=>R.jsx("form",{className:i,"aria-label":r,"aria-labelledby":t,id:o,children:a}),L6="_legend_1efwm_106",A6="_text_1efwm_112",Wf={legend:L6,text:A6},F6=({className:r,headline:t,text:a})=>R.jsxs("legend",{className:xe(Wf.legend,r),children:[R.jsx(De,{type:"h5",children:t}),a&&R.jsx(De,{className:Wf.text,type:"body-regular",as:"p",children:a})]}),D6="_overlay_50enn_106",O6="_sheet_50enn_117",B6="_sheetWrapper_50enn_130",j6="_sheetBody_50enn_138",N6="_sheetHeader_50enn_141",$6="_sheetFooter_50enn_153",Ci={overlay:D6,"fade-in":"_fade-in_50enn_1",sheet:O6,"slide-up":"_slide-up_50enn_1",sheetWrapper:B6,sheetBody:j6,sheetHeader:N6,sheetFooter:$6},V6=({ariaLabel:r,ctaButtonProps:t,linkProps:a,onClose:i,open:o,sheetBody:c,sheetHeader:d})=>(B.useEffect(()=>(o&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow=""}),[o]),o?R.jsxs(R.Fragment,{children:[R.jsx("div",{className:Ci.overlay,onClick:i,"data-testid":"overlay"}),R.jsx("dialog",{className:Ci.sheet,"aria-label":r,"aria-modal":"true",open:o,children:R.jsx("div",{className:Ci.sheetWrapper,children:R.jsxs("section",{role:"document",children:[R.jsx("header",{className:Ci.sheetHeader,children:d}),R.jsx("div",{className:Ci.sheetBody,children:R.jsx(Tc,{children:c})}),R.jsxs("footer",{className:Ci.sheetFooter,children:[t&&R.jsx(kd,{...t}),a&&R.jsx(En,{...a})]})]})})})]}):null),W6="_backdrop_1lf8q_106",H6={backdrop:W6},ip=B.forwardRef((r,t)=>{const{ownerState:a,...i}=r;return R.jsx("div",{ref:t,...i,className:H6.backdrop})});ip.displayName="Backdrop";const z6="_modal_9duh2_106",U6="_modalWrapper_9duh2_114",q6="_modalHeader_9duh2_130",Z6="_crossCircle_9duh2_146",Y6="_modalFooter_9duh2_149",Os={modal:z6,modalWrapper:U6,modalHeader:q6,crossCircle:Z6,modalFooter:Y6},G6=({ariaLabel:r,ariaLabelledBy:t,closeButtonText:a="Abbrechen",headerTitle:i,modalBody:o,modalFooter:c,onClose:d,open:v})=>R.jsx(vd,{"aria-label":r,"aria-labelledby":t,open:v,onClose:d,slots:{backdrop:ip},className:Os.modal,children:R.jsxs("div",{className:Os.modalWrapper,children:[R.jsx(dc,{className:Os.modalHeader,headline:i,rightElement:R.jsx(Li,{icon:"cross_circle",onClick:d,size:"small",ariaLabel:a,className:Os.crossCircle})}),R.jsx(Tc,{children:o}),R.jsxs("div",{className:Os.modalFooter,children:[R.jsx(En,{onClick:d,color:"blue",size:"large",text:a}),c]})]})}),X6="_base_pz0sp_106",J6={base:X6};var tc=(r=>(r[r.lg=16]="lg",r[r.md=12]="md",r[r.sm=8]="sm",r[r.xl=24]="xl",r))(tc||{});const sp=B.forwardRef(({anchor:r,children:t,container:a,handleClickAway:i,id:o,offset:c="sm",open:d,placement:v,strategy:h="fixed"},b)=>{let _=tc.sm;typeof c=="object"?_=c:tc[c]&&(_=tc[c]);let k;return i?k=R.jsx(nc,{onClickAway:i,touchEvent:!1,children:R.jsx("div",{children:t})}):k=t,R.jsx(x1,{ref:b,className:J6.base,id:o,open:d,anchor:r,offset:_,placement:v,container:a,strategy:h,children:k})});sp.displayName="Popup";const Q6="_backdrop_11wot_106",K6={backdrop:Q6},lp=B.forwardRef((r,t)=>R.jsx("div",{ref:t,...r,className:K6.backdrop}));lp.displayName="Backdrop";const ek="_sheet_qnncf_106",tk="_sheetWrapper_qnncf_114",rk="_sheetHeader_qnncf_126",nk="_sheetFooter_qnncf_148",Bs={sheet:ek,sheetWrapper:tk,sheetHeader:rk,sheetFooter:nk,"sheetFooter--alwaysVisible":"_sheetFooter--alwaysVisible_qnncf_156"},ok=({ariaLabel:r,ariaLabelledBy:t,closeButtonText:a="Abbrechen",onClose:i,open:o,sheetBody:c,sheetFooter:d,sheetHeader:v})=>R.jsx(vd,{"aria-label":r,"aria-labelledby":t,open:o,onClose:i,slots:{backdrop:lp},className:Bs.sheet,children:R.jsxs("div",{className:Bs.sheetWrapper,children:[R.jsx("div",{className:Bs.sheetHeader,children:v}),c,R.jsxs("div",{className:xe(Bs.sheetFooter,{[Bs["sheetFooter--alwaysVisible"]]:!!d}),children:[R.jsx(En,{onClick:i,color:"blue",size:"large",text:a}),d]})]})});exports.ActionBar=ox;exports.Badge=hm;exports.BadgeIcon=wd;exports.BadgeLabel=Ty;exports.BodyText=Tw;exports.Bookmark=A1;exports.BottomSheet=V6;exports.Button=gr;exports.ButtonPrimary=kd;exports.ButtonSecondary=By;exports.ButtonTertiary=F1;exports.Card=U3;exports.CardBody=Tc;exports.CardHeader=dc;exports.CheckboxInput=d3;exports.Divider=O1;exports.EmptyState=R4;exports.FeedItemCategory=Iy;exports.FeedTile=zy;exports.Fieldset=Fd;exports.Form=P6;exports.Icon=wt;exports.IconButton=Li;exports.Image=_d;exports.InputFieldSpecial=y3;exports.LabelPill=xd;exports.Legend=F6;exports.Loader=D3;exports.Markdown=l4;exports.MarketplaceItemCardless=I6;exports.MenuItem=p4;exports.MenuTile=Zy;exports.Modal=G6;exports.NavBar=g4;exports.NavItem=x4;exports.NavigationTab=v6;exports.Notice=A4;exports.NotificationBubble=Gs;exports.NotificationListItem=px;exports.PlaceholderThumbnail=D1;exports.PointOfInterestIProfileTile=Jy;exports.Popup=sp;exports.RadioButton=x3;exports.RadioButtonCluster=e6;exports.Select=a3;exports.SelectablePill=N1;exports.SelectablePillGroup=n6;exports.Sheet=ok;exports.Snackbar=G4;exports.Sticker=L1;exports.SwitcherToggle=l6;exports.TextArea=E3;exports.TextButton=En;exports.TextInput=I3;exports.Thumbnail=Rc;exports.ThumbnailWithLabel=Ow;exports.ThumbnailWrapper=Nw;exports.Toggle=j1;exports.ToggleInput=d6;exports.Typography=De;
package/index.mjs CHANGED
@@ -19939,11 +19939,11 @@ const uk = ({ ariaLabel: r, ariaLabelledBy: t, children: a, className: i, id: o
19939
19939
  }, dk = ({ className: r, headline: t, text: a }) => /* @__PURE__ */ T.jsxs("legend", { className: xe(zf.legend, r), children: [
19940
19940
  /* @__PURE__ */ T.jsx(Be, { type: "h5", children: t }),
19941
19941
  a && /* @__PURE__ */ T.jsx(Be, { className: zf.text, type: "body-regular", as: "p", children: a })
19942
- ] }), i6 = "_overlay_1nob4_106", s6 = "_sheet_1nob4_117", l6 = "_sheetWrapper_1nob4_130", c6 = "_sheetBody_1nob4_138", u6 = "_sheetHeader_1nob4_141", d6 = "_sheetFooter_1nob4_150", Ei = {
19942
+ ] }), i6 = "_overlay_50enn_106", s6 = "_sheet_50enn_117", l6 = "_sheetWrapper_50enn_130", c6 = "_sheetBody_50enn_138", u6 = "_sheetHeader_50enn_141", d6 = "_sheetFooter_50enn_153", Ei = {
19943
19943
  overlay: i6,
19944
- "fade-in": "_fade-in_1nob4_1",
19944
+ "fade-in": "_fade-in_50enn_1",
19945
19945
  sheet: s6,
19946
- "slide-up": "_slide-up_1nob4_1",
19946
+ "slide-up": "_slide-up_50enn_1",
19947
19947
  sheetWrapper: l6,
19948
19948
  sheetBody: c6,
19949
19949
  sheetHeader: u6,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.12.0-development.4",
3
+ "version": "1.12.0-development.5",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
package/style.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._badgeIcon--size-small_1uv0a_106{width:20px;height:20px}._badgeIcon--size-medium_1uv0a_110{width:28px;height:28px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._badge_1ux8t_106{position:relative;display:inline-block}._badge__list_1ux8t_110{position:absolute;top:-6px;right:-6px;display:inline-flex}._badge__icon_1ux8t_116:nth-child(2),._badge__icon_1ux8t_116:nth-child(3){margin-left:-6px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._h1_1btw1_106{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:32px;font-weight:500;letter-spacing:0;line-height:40px;text-decoration:none;text-indent:0px;text-transform:none}._h2_1btw1_119{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;text-decoration:none;text-indent:0px;text-transform:none}._h3_1btw1_132{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h4_1btw1_145{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h5_1btw1_158{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._h6_1btw1_171{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:700;letter-spacing:1px;line-height:24px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h7_1btw1_184{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:800;letter-spacing:1px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h8_1btw1_197{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:1.5px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._body-large_1btw1_210{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._body-regular_1btw1_223{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-semibold_1btw1_236{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-italic_1btw1_249{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-text-link_1btw1_262{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;text-decoration:underline;text-indent:0px;text-transform:none}._detail-medium_1btw1_275{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-bold_1btw1_288{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-upper-case_1btw1_301{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._detail-regular_1btw1_314{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._iconComponent_1f6vu_106{display:block}._iconComponent_1f6vu_106 path{stroke:currentcolor}._iconComponent--filled_1f6vu_112 path{fill:currentcolor;stroke:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._bubbleContent_1ip6j_106{position:relative;display:inline-block;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._bubble_1ip6j_106{display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:999px;background-color:#cc339f;color:#fff;font-size:12px;letter-spacing:-.5px;text-align:center;transform-origin:100% 0;white-space:nowrap}._bubble--badge_1ip6j_136{position:absolute;z-index:auto;top:6px;right:6px;transform:translate(50%,-50%)}._bubble--empty_1ip6j_143{width:8px;height:8px;background-color:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._baseBtn_1shs3_106{cursor:pointer;text-decoration:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._textButton_1v7x3_106{display:flex;height:1.5rem;min-height:1.5rem;align-items:center;justify-content:center;gap:8px}._textButton--green_1v7x3_114{color:#cae85d}._textButton--green_1v7x3_114:hover{color:#b5d622}._textButton--blue_1v7x3_120{color:#01819c}._textButton--blue_1v7x3_120:hover{color:#98cbd6}._textButton--deepPurple_1v7x3_126{color:#635c80}._textButton--deepPurple_1v7x3_126:hover{color:#201649}._textButton_1v7x3_106:active{background:none}._textButton_1v7x3_106:disabled{color:#d2d0db;cursor:default}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._badgeLabel_t2tql_106{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 8px 12px;border-radius:8px;background-color:#f4f3f6;gap:8px}._badgeLabel__text_t2tql_115{width:100%}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._feedItemCategory_1utsd_106{display:inline-flex;height:-moz-fit-content;height:fit-content;align-items:center;padding:4px 8px;border-radius:0 0 8px 8px;text-wrap:nowrap}._feedItemCategory--theme_1utsd_114{background-color:#cae85d;color:#201649}._feedItemCategory--closedPost_1utsd_118{background-color:#f4f3f6;color:#201649}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._labelPill_1ipek_106{display:inline-flex;align-items:center;justify-content:center}._labelPill__shape--pill_1ipek_111{padding:4px 8px;border-radius:16px}._labelPill__shape--pill--small_1ipek_115{padding:2px 8px}._labelPill__shape--pill--teal_1ipek_118{background:#01819c;color:#fff}._labelPill__shape--pill--lavender_1ipek_122{background:#e8e3ff;color:#4d17e5}._labelPill__shape--tile_1ipek_126{padding:8px;border-radius:4px;background:#21164ae6;color:#fff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._sticker_1m9em_106{display:flex;align-items:center;justify-content:center;border-radius:999px;background-color:var(--sticker-bg-color)}._sticker--color-green_1m9em_113{--sticker-bg-color: #cae85d}._sticker--color-pink_1m9em_116{--sticker-bg-color: #ff9de2}._sticker--color-lavender_1m9em_119{--sticker-bg-color: #7c5bff}._sticker--color-lavender_1m9em_119 path{stroke:#fff}._sticker--color-teal_1m9em_125{--sticker-bg-color: #01819C}._sticker--color-teal_1m9em_125 path{stroke:#fff}._sticker--color-orange_1m9em_131{--sticker-bg-color: #ebaa77}._sticker--color-grey_1m9em_134{--sticker-bg-color: #d2d0db}._sticker--size-small_1m9em_137{width:48px;height:48px}._sticker--size-medium_1m9em_141{width:56px;height:56px}._sticker--size-large_1m9em_145{width:64px;height:64px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._button_1eap2_106{padding:2px;border-radius:4px;background:#ffffffb3}._button--bookmarked_1eap2_111,._button_1eap2_106:hover{background:#fff}._button__icon_1eap2_114 path{color:#635c80}._button__icon--bookmarked_1eap2_117 path{color:#01819c;fill:#01819c}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._primaryButton_cgjdp_106{display:inline-flex;height:48px;align-items:center;justify-content:center;padding:0 24px;border-radius:24px;color:#201649;cursor:pointer;gap:8px;line-height:20px}._primaryButton--fullWidth_cgjdp_118{width:100%}._primaryButton--large_cgjdp_121{height:40px;padding:0 16px;gap:4px}._primaryButton--medium_cgjdp_126,._primaryButton--small_cgjdp_126{height:32px;padding:0 12px;gap:4px}._primaryButton--highlight_cgjdp_131{background-color:#ff9de2}._primaryButton--highlight_cgjdp_131:hover{background-color:#ec7bcb}._primaryButton--primary_cgjdp_137{background-color:#cae85d}._primaryButton--primary_cgjdp_137:hover{background-color:#b5d622}._primaryButton--transparent_cgjdp_143{border:1px solid #201649;background-color:transparent}._primaryButton--transparent_cgjdp_143:hover{border-color:#ec7bcb;background-color:#ec7bcb}._primaryButton--loading_cgjdp_151 span{cursor:default;visibility:hidden}._primaryButton_cgjdp_106:disabled{background-color:#f4f3f6;color:#a6a2b6;cursor:default}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._secondaryButton_uvolm_106{display:inline-flex;height:48px;align-items:center;justify-content:center;padding:0 24px;border-radius:24px;color:#201649;cursor:pointer;gap:8px;line-height:20px}._secondaryButton--fullWidth_uvolm_118{width:100%}._secondaryButton--large_uvolm_121{height:40px;padding:0 16px;gap:4px}._secondaryButton--medium_uvolm_126,._secondaryButton--small_uvolm_126{height:32px;padding:0 12px;gap:4px}._secondaryButton--green_uvolm_131{background-color:#f2fbc4}._secondaryButton--green_uvolm_131:hover{background-color:#cae85d}._secondaryButton--pink_uvolm_137{background-color:#fde6f7;color:#cc339f}._secondaryButton--pink_uvolm_137:hover{background-color:#ff9de2;color:#201649}._secondaryButton--grey_uvolm_145{background-color:#f4f3f6}._secondaryButton--grey_uvolm_145:hover{background-color:#e9e8ed}._secondaryButton--teal_uvolm_151{background-color:#98cbd6}._secondaryButton--teal_uvolm_151:hover{background-color:#e0f5f9}._secondaryButton--lavender_uvolm_157{background-color:#e8e3ff;color:#4d17e5}._secondaryButton--lavender_uvolm_157:hover{background-color:#c1b7ea}._secondaryButton--orange_uvolm_164{background-color:#ebaa77}._secondaryButton--orange_uvolm_164:hover{background-color:#dc8541}._secondaryButton--loading_uvolm_170 span{cursor:default;visibility:hidden}._secondaryButton_uvolm_106:disabled{background-color:#f4f3f6;color:#a6a2b6;cursor:default}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._tertiaryButton_1wrt1_106{display:inline-flex;height:48px;align-items:center;justify-content:center;padding:0 24px;border-radius:24px;background-color:transparent;color:#201649;cursor:pointer;gap:8px;line-height:20px}._tertiaryButton--fullWidth_1wrt1_119{width:100%}._tertiaryButton--large_1wrt1_122{height:40px;padding:0 16px;gap:4px}._tertiaryButton--medium_1wrt1_127,._tertiaryButton--small_1wrt1_127{height:32px;padding:0 12px;gap:4px}._tertiaryButton--green_1wrt1_132{border:1px solid #738C00;color:#738c00}._tertiaryButton--green_1wrt1_132:hover{border-color:#b5d622;background-color:#f2fbc4}._tertiaryButton--green_1wrt1_132:active{border-color:#b5d622;background-color:transparent}._tertiaryButton--pink_1wrt1_144{border:1px solid #CC339F;color:#cc339f}._tertiaryButton--pink_1wrt1_144:hover{border-color:#ec7bcb;background-color:#fde6f7}._tertiaryButton--pink_1wrt1_144:active{border-color:#ec7bcb;background-color:transparent}._tertiaryButton--blue_1wrt1_156{border:1px solid #01819C;color:#01819c}._tertiaryButton--blue_1wrt1_156:hover{border-color:#43adc3;background-color:#e0f5f9}._tertiaryButton--blue_1wrt1_156:active{border-color:#43adc3;background-color:transparent}._tertiaryButton--deepPurple_1wrt1_168{border:1px solid #d2d0db;color:#201649}._tertiaryButton--deepPurple_1wrt1_168:hover{border-color:#635c80;background-color:#f4f3f6}._tertiaryButton--deepPurple_1wrt1_168:active{border-color:#a6a2b6;background-color:transparent}._tertiaryButton--loading_1wrt1_180 span{cursor:default;visibility:hidden}._tertiaryButton_1wrt1_106:disabled{border:1px solid #d2d0db;background-color:transparent;color:#a6a2b6;cursor:default}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._iconButton_5b491_106{display:flex;width:auto;min-width:unset;height:auto;min-height:unset;flex-shrink:0;align-items:center;justify-content:center;color:#201649}._iconButton_5b491_106:disabled{background:none;cursor:default}._iconButton_5b491_106:hover,._iconButton_5b491_106:active{background:none}._iconButton--circular_5b491_127{border-radius:999px;background:#cae85d}._iconButton--circular_5b491_127:disabled{background:#fff}._iconButton--circular_5b491_127:hover{background:#b5d622}._iconButton--circular_5b491_127:active{background:#cae85d}._iconButton--circular-small_5b491_140{width:40px;height:40px}._iconButton--circular-medium_5b491_144{width:48px;height:48px}._iconButton--circular-large_5b491_148{width:56px;height:56px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._feedTile_1f0rt_106{display:flex;flex-direction:column;align-items:center;padding:8px;border:1px #ffffff solid;border-radius:8px;background-color:#fff;box-shadow:0 2px 8px #21164a0a,0 0 0 1px #e9e8ed;gap:4px;text-align:center}._feedTile__icon_1f0rt_118{flex-shrink:0}._feedTile_1f0rt_106:hover{border-color:#635c80}._feedTile_1f0rt_106:active{border-color:#f4f3f6;background-color:#f4f3f6}@media screen and (max-width: 799px){._feedTile_1f0rt_106{flex-flow:row wrap;gap:8px;text-align:left}._feedTile__text_1f0rt_134{width:-moz-min-content;width:min-content;flex-grow:1}}._feedTile--fullWidth_1f0rt_139{width:100%}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._menuTile_o61bq_106{--tile-bg-color: #f4f3f6;--tile-color: #635C80;--tile-value-color: #4D17E5;display:flex;min-width:80px;flex-direction:column;align-items:center;padding:8px 4px;border-radius:12px;background-color:var(--tile-bg-color);color:var(--tile-color)}._menuTile--fullWidth_o61bq_119{width:100%}._menuTile--icon_o61bq_122{padding:4px 4px 8px}._menuTile__value_o61bq_126{color:var(--tile-value-color)}._menuTile_o61bq_106:hover{--tile-bg-color: #e9e8ed}._menuTile_o61bq_106:focus{--tile-bg-color: #d2d0db}._menuTile_o61bq_106:disabled{--tile-color: #a6a2b6;--tile-value-color: #a6a2b6;cursor:default}._menuTile_o61bq_106:disabled:hover,._menuTile_o61bq_106:disabled:focus{--tile-bg-color: #f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._poiProfileTile_139aw_106{--poi-profile-tile-color: #635C80;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;border-radius:8px;gap:2px}._poiProfileTile__icon_139aw_116{flex-shrink:0}._poiProfileTile__icon_139aw_116 path{stroke:var(--poi-profile-tile-color)}._poiProfileTile__label_139aw_122{color:var(--poi-profile-tile-color);text-align:center}._poiProfileTile--selected_139aw_126{--poi-profile-tile-color: #201649}._poiProfileTile_139aw_106:hover{background-color:#f4f3f6}._poiProfileTile_139aw_106:active{background-color:#e9e8ed}._poiProfileTile_139aw_106:disabled{--poi-profile-tile-color: #a6a2b6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._bodyText_1v7lx_106{display:flex;flex-direction:column;gap:8px}._bodyText--notClickable_1v7lx_111{cursor:default}._bodyText--post_1v7lx_114{padding:8px 12px 0;margin-bottom:8px}._bodyText--modal_1v7lx_118{padding:12px 16px}._bodyText_1v7lx_106 button{justify-content:flex-start}@media screen and (max-width: 689px){._bodyText__text--collapsed_1v7lx_125{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}}._bodyText__textButton_1v7lx_133{display:block}@media screen and (min-width: 690px){._bodyText__textButton_1v7lx_133{display:none}}._bodyText_1v7lx_106 a{color:#201649}._bodyText__showMore_1v7lx_144{color:#635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_jgtis_106{display:flex;width:100%;height:100%;align-items:center;justify-content:center;border-radius:8px}._wrapper_jgtis_106 path{stroke:#635c80}._wrapper--large_jgtis_117{background-color:#d2d0db}._wrapper--small_jgtis_120{border:1px solid #d2d0db;background-color:#f4f3f6}._wrapper--iconWrapper_jgtis_124{width:72px;height:72px;border-radius:999px}._wrapper_jgtis_106._wrapper--iconWrapper_jgtis_124{background-color:#f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_1g8mo_106{position:relative;overflow:hidden;flex-shrink:0;border:solid 1px #d2d0db;background-color:#d2d0db}._root--24_1g8mo_113{width:24px;height:24px}._root--28_1g8mo_117{width:28px;height:28px}._root--32_1g8mo_121{width:32px;height:32px}._root--40_1g8mo_125{width:40px;height:40px}._root--48_1g8mo_129{width:48px;height:48px}._root--56_1g8mo_133{width:56px;height:56px}._root--64_1g8mo_137{width:64px;height:64px}._root--80_1g8mo_141{width:80px;height:80px}._root--120_1g8mo_145{width:120px;height:120px}._root--280_1g8mo_149{width:280px;height:280px}._root--square_1g8mo_153._root--24_1g8mo_113,._root--square_1g8mo_153._root--32_1g8mo_121{border-radius:4px}._root--square_1g8mo_153._root--40_1g8mo_125,._root--square_1g8mo_153._root--48_1g8mo_129{border-radius:8px}._root--square_1g8mo_153._root--56_1g8mo_133,._root--square_1g8mo_153._root--64_1g8mo_137{border-radius:12px}._root--square_1g8mo_153._root--80_1g8mo_141,._root--square_1g8mo_153._root--120_1g8mo_145{border-radius:16px}._root--circular_1g8mo_165{border-radius:50%}._root--isPlaceholder_1g8mo_168:before{position:absolute;z-index:1;width:100%;height:100%;background-color:#d2d0db;content:"";opacity:.4}._root_1g8mo_106 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_bd6jp_106{display:flex;width:-moz-fit-content;width:fit-content;flex-direction:column;align-items:center;justify-content:center;gap:4px}._wrapper_bd6jp_106 ._isPlaceholder_bd6jp_114{display:flex;width:64px;height:64px;align-items:center;justify-content:center;border:1px solid #d2d0db;background-color:#f4f3f6}._wrapper_bd6jp_106 ._isPlaceholder_bd6jp_114 svg path{stroke:#635c80}._wrapper_bd6jp_106 ._square_bd6jp_126{border-radius:8px}._wrapper_bd6jp_106 ._circular_bd6jp_129{border-radius:50%}._wrapper_bd6jp_106 ._label_bd6jp_132{max-width:72px;color:#635c80;text-align:center;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._thumbnailWrapper_a828p_106{position:relative;display:inline-block}._thumbnailWrapper__thumbnail_a828p_110{position:absolute;right:-4px;bottom:-4px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._dividerContainer_1astm_106{display:flex;align-items:center}._dividerLine_1astm_111{height:1px;flex-grow:1;background-color:#d2d0db}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_1oeju_106{position:relative;width:100%}._toggle_1oeju_111{display:flex;width:100%;flex-direction:row;justify-content:space-between;padding:16px;border-radius:16px;background:#fff;cursor:pointer}._toggle_1oeju_111 ._label_1oeju_121{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;color:#635c80}._toggle--dark_1oeju_129{border:1px solid #f4f3f6;background-color:#f4f3f6}._toggle--dark_1oeju_129:hover{background-color:#e9e8ed}._toggle--dark_1oeju_129._disabled_1oeju_136{color:#a6a2b6}._toggle--dark_1oeju_129._disabled_1oeju_136:hover{background-color:#f4f3f6}._toggle--dark_1oeju_129._disabled_1oeju_136 ._label_1oeju_121{color:#a6a2b6}._toggle--light_1oeju_145{border:1px solid #a6a2b6;background-color:#fff}._toggle--light_1oeju_145:hover{border-color:#635c80;background-color:#f4f3f6}._toggle--light_1oeju_145._disabled_1oeju_136{border-color:#d2d0db;color:#a6a2b6}._toggle--light_1oeju_145._disabled_1oeju_136:hover{background-color:#fff}._toggle--light_1oeju_145._disabled_1oeju_136 ._label_1oeju_121{color:#a6a2b6}._toggle_1oeju_111._filled_1oeju_163 ._label_1oeju_121{color:#201649}._toggle_1oeju_111._error_1oeju_166{border-color:#cc339f;background:#fde6f7}._toggle_1oeju_111._error_1oeju_166:focus,._toggle_1oeju_111._error_1oeju_166:hover{border-color:#cc339f;background:#fde6f7}._icon_1oeju_175{transition:transform .3s}._icon_1oeju_175._expanded_1oeju_179{transform:rotate(180deg)}._hidden_1oeju_183{display:none}._option_1oeju_187{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;padding:8px 12px;color:#635c80;cursor:pointer}._option_1oeju_187:hover{background:#f4f3f6;color:#201649}._option_1oeju_187._selected_1oeju_211{background:#f2fbc4;color:#201649}._option_1oeju_187._selected_1oeju_211:hover{color:#635c80}._dropdown_1oeju_219{position:absolute;z-index:1;overflow:hidden;width:100%;border-radius:8px;background:#fff;box-shadow:0 4px 20px #2016491a}._errorMessage_1oeju_229{padding:0 8px;color:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._checkboxInput_15ho2_107{display:flex;align-items:center;background:#fff;gap:16px}._checkboxInput__label_15ho2_113{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;flex-grow:1}._checkboxInput_15ho2_107:not([aria-disabled=true]){cursor:pointer}._checkboxInput__checkbox_15ho2_124{position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;order:2;border-radius:8px}._checkboxInput__checkbox--medium_15ho2_133{width:28px;height:28px}._checkboxInput__checkbox--small_15ho2_137,._checkboxInput__checkbox--tiny_15ho2_137{width:24px;height:24px}._checkboxInput__input_15ho2_141,._checkboxInput_15ho2_107 input[type=checkbox]{position:relative;z-index:2;display:flex;width:100%;height:100%;flex-shrink:0;align-items:center;justify-content:center;border:2px solid #a6a2b6;border-radius:8px;background:#fff;transition:.4s}._checkboxInput__input_15ho2_141~span,._checkboxInput_15ho2_107 input[type=checkbox]~span{color:#635c80}._checkboxInput__input_15ho2_141:disabled,._checkboxInput_15ho2_107 input[type=checkbox]:disabled{border-color:#d2d0db;background:#f4f3f6}._checkboxInput__input_15ho2_141:disabled~span,._checkboxInput_15ho2_107 input[type=checkbox]:disabled~span{color:#a6a2b6}._checkboxInput__input_15ho2_141:checked,._checkboxInput_15ho2_107 input[type=checkbox]:checked{z-index:1;border-color:#201649;background-color:#201649;transition:0s}._checkboxInput__input_15ho2_141:checked~span,._checkboxInput_15ho2_107 input[type=checkbox]:checked~span{color:#201649}._checkboxInput__input_15ho2_141:checked:disabled,._checkboxInput_15ho2_107 input[type=checkbox]:checked:disabled{border-color:#a6a2b6;background-color:#a6a2b6}._checkboxInput__input_15ho2_141:checked:disabled~span,._checkboxInput_15ho2_107 input[type=checkbox]:checked:disabled~span{color:#a6a2b6}._checkboxInput__input_15ho2_141:hover:not(:disabled,:checked),._checkboxInput_15ho2_107 input[type=checkbox]:hover:not(:disabled,:checked){border-color:#635c80;background-color:#f4f3f6}._checkboxInput__input_15ho2_141:hover:not(:disabled),._checkboxInput_15ho2_107 input[type=checkbox]:hover:not(:disabled){cursor:pointer}._checkboxInput__tick_15ho2_198{position:absolute;z-index:1;width:20px;height:20px}._checkboxInput__tick_15ho2_198 path{stroke:#fff;stroke-width:2px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._inputContainer_1gm1f_107{display:inline-flex;width:100%;flex-direction:column;align-items:center;gap:4px}._inputContainer_1gm1f_107 ._input_1gm1f_107{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none;position:absolute;z-index:2;width:56px;height:24px;background:transparent;color:#201649;outline:none;text-align:center;transform:translate(-8px,16px)}._inputContainer_1gm1f_107 ._input_1gm1f_107::-moz-placeholder{color:#635c80}._inputContainer_1gm1f_107 ._input_1gm1f_107::placeholder{color:#635c80}._inputContainer_1gm1f_107 ._input_1gm1f_107:focus::-moz-placeholder{color:transparent}._inputContainer_1gm1f_107 ._input_1gm1f_107:focus::placeholder{color:transparent}._inputContainer_1gm1f_107 ._input_1gm1f_107:focus+label,._inputContainer_1gm1f_107 ._input_1gm1f_107:focus-visible+label{box-shadow:inset 0 0 0 1px #201649}._inputContainer_1gm1f_107 ._input_1gm1f_107:not(:disabled){cursor:pointer}._inputContainer_1gm1f_107 ._input_1gm1f_107:not(:disabled)+label{cursor:pointer}._inputContainer_1gm1f_107 ._input_1gm1f_107:disabled::-moz-placeholder{color:#a6a2b6}._inputContainer_1gm1f_107 ._input_1gm1f_107:disabled::placeholder{color:#a6a2b6}._inputContainer_1gm1f_107 ._input--filled_1gm1f_153+label{background-color:#f4f3f6}._inputContainer_1gm1f_107 ._input--filled_1gm1f_153:hover:not(:disabled)+label{background-color:#e9e8ed}._inputContainer_1gm1f_107 ._input--filled_1gm1f_153:disabled{color:#a6a2b6}._inputContainer_1gm1f_107 ._input--filled_1gm1f_153:disabled+label{color:#a6a2b6}._inputContainer_1gm1f_107 ._input--outline_1gm1f_165+label{background-color:#fff;box-shadow:inset 0 0 0 1px #a6a2b6}._inputContainer_1gm1f_107 ._input--outline_1gm1f_165:hover:not(:disabled)+label{background-color:#f4f3f6;box-shadow:inset 0 0 0 1px #635c80}._inputContainer_1gm1f_107 ._input--outline_1gm1f_165:disabled{color:#a6a2b6}._inputContainer_1gm1f_107 ._input--outline_1gm1f_165:disabled+label{box-shadow:inset 0 0 0 1px #d2d0db;color:#a6a2b6}._inputContainer_1gm1f_107 ._error_1gm1f_180{display:block;width:100%;padding:0 8px;color:#cc339f;cursor:pointer;text-align:center}._inputContainer_1gm1f_107 ._label_1gm1f_188{position:relative;display:flex;width:100%;height:56px;align-items:center;justify-content:flex-end;padding:16px;border-radius:16px;color:#201649}._inputContainer_1gm1f_107 ._label_1gm1f_188 span{height:24px;color:inherit}._inputContainer--error_1gm1f_203 ._label_1gm1f_188{background:#fde6f7!important;box-shadow:inset 0 0 0 1px #cc339f!important;color:#cc339f}._inputContainer--error_1gm1f_203 ._input_1gm1f_107{color:#201649}._inputContainer__input_1gm1f_211{display:inline-flex;width:104px;flex-direction:column;flex-shrink:0;align-items:center;border-radius:16px;gap:4px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._radio_afqpe_106{position:relative;display:flex;align-items:center;justify-content:space-between}._radio_afqpe_106 input{position:relative;display:flex;width:28px;height:28px;align-items:center;justify-content:center;order:2;border:2px solid #a6a2b6;border-radius:999px;transition:.4s}._radio_afqpe_106 input._radio--small_afqpe_124,._radio_afqpe_106 input._radio--tiny_afqpe_124{width:24px;height:24px}._radio_afqpe_106 input:not(:disabled){cursor:pointer}._radio_afqpe_106 input:disabled{border-color:#d2d0db}._radio_afqpe_106 input:checked{border-color:#201649;background-color:#201649;transition:0s}._radio_afqpe_106 input:checked:disabled{border-color:#a6a2b6;background-color:#a6a2b6}._radio_afqpe_106 input:hover:not(:disabled,:checked){border-color:#635c80;background-color:#f4f3f6}._radio_afqpe_106 label{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;flex-grow:1;order:1;padding-right:8px}._radio_afqpe_106 input:not(:disabled)~label{color:#635c80;cursor:pointer}._radio_afqpe_106 input:checked~label{color:#201649}._radio_afqpe_106 input:disabled~label{color:#a6a2b6}._radio_afqpe_106 input:checked:after{position:absolute;display:block;width:12px;height:12px;border-radius:999px;background-color:#fff;content:""}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_nsyzs_106{width:100%}._label_nsyzs_110{position:absolute;top:24px;right:16px;left:16px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;transform:translateY(-50%);transition:top .3s,font-size .3s}._textArea_nsyzs_124{width:100%;min-height:96px;background-color:transparent;color:#201649}._textArea_nsyzs_124:focus-visible{outline:none}._textArea_nsyzs_124+label{color:#635c80}._textArea_nsyzs_124:not(:-moz-placeholder-shown)+label{top:16px}._textArea_nsyzs_124:focus+label,._textArea_nsyzs_124:not(:placeholder-shown)+label{top:16px}._textArea_nsyzs_124:not(:-moz-placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._textArea_nsyzs_124:focus+label>span,._textArea_nsyzs_124:not(:placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._textAreaContainer_nsyzs_152{position:relative}._textAreaContainer_nsyzs_152:focus-within{outline:#a6a2b6 2px solid}._textAreaContainer--dark_nsyzs_158{background-color:#f4f3f6}._textAreaContainer--dark_nsyzs_158:hover{background-color:#e9e8ed}._textAreaContainer--dark_nsyzs_158:disabled{color:#a6a2b6}._textAreaContainer--dark_nsyzs_158:disabled:hover{background-color:#f4f3f6}._textAreaContainer--dark_nsyzs_158:disabled+label{color:#a6a2b6}._textAreaContainer--light_nsyzs_173{border:1px solid #a6a2b6;background-color:#fff}._textAreaContainer--light_nsyzs_173:hover{border-color:#635c80;background-color:#f4f3f6}._textAreaContainer--light_nsyzs_173:disabled{border-color:#d2d0db;color:#a6a2b6}._textAreaContainer--light_nsyzs_173:disabled:hover{background-color:#fff}._textAreaContainer--light_nsyzs_173:disabled+label{color:#a6a2b6}._textAreaContainer--medium_nsyzs_191{border-radius:16px}._textAreaContainer--medium_nsyzs_191:not(:-moz-placeholder-shown){padding-top:26px;padding-bottom:6px}._textAreaContainer--medium_nsyzs_191:focus,._textAreaContainer--medium_nsyzs_191:not(:placeholder-shown){padding-top:26px;padding-bottom:6px}._textAreaContainer--medium_nsyzs_191 ._textArea_nsyzs_124{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;padding:0 16px;line-height:24px}._textAreaContainer--small_nsyzs_212{border-radius:12px}._textAreaContainer--small_nsyzs_212 ._textArea_nsyzs_124{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;padding:12px 16px 0;line-height:20px}._textAreaContainer--small_nsyzs_212 ._textArea_nsyzs_124:not(:-moz-placeholder-shown)+label{display:none}._textAreaContainer--small_nsyzs_212 ._textArea_nsyzs_124:focus+label,._textAreaContainer--small_nsyzs_212 ._textArea_nsyzs_124:not(:placeholder-shown)+label{display:none}._textAreaContainer--error_nsyzs_232{border:1px solid #CC339F;background-color:#fde6f7;color:#201649}._textAreaContainer--error_nsyzs_232:focus{border-color:#cc339f}._textAreaContainer--error_nsyzs_232:hover{border-color:#cc339f;background-color:#fde6f7}._textAreaContainer--error_nsyzs_232:disabled{border-color:#cc339f}._textAreaContainer--error_nsyzs_232:disabled:hover{background-color:#fde6f7}._textAreaContainer--errorMessage_nsyzs_250{display:block;margin-top:4px;margin-left:8px;color:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_1t6h5_106{width:100%}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109{position:relative}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 label{position:absolute;top:50%;right:16px;left:16px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;transform:translateY(-50%);transition:top .3s,font-size .3s}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109{width:100%;color:#201649;outline:none;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109+label{color:#635c80}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:not(:-moz-placeholder-shown)+label{top:16px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:focus+label,._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:not(:placeholder-shown)+label{top:16px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:not(:-moz-placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:focus+label>span,._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:not(:placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--medium_1t6h5_153{height:56px;padding:16px;border-radius:16px;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;line-height:24px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--medium_1t6h5_153:not(:-moz-placeholder-shown){padding-top:26px;padding-bottom:6px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--medium_1t6h5_153:focus,._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--medium_1t6h5_153:not(:placeholder-shown){padding-top:26px;padding-bottom:6px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--small_1t6h5_173{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;height:40px;padding:0 16px;border-radius:12px;line-height:20px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--small_1t6h5_173:not(:-moz-placeholder-shown)+label{display:none}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--small_1t6h5_173:focus+label,._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--small_1t6h5_173:not(:placeholder-shown)+label{display:none}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192{background-color:#f4f3f6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192:hover{background-color:#e9e8ed}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192:disabled{color:#a6a2b6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192:disabled:hover{background-color:#f4f3f6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192:disabled+label{color:#a6a2b6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207{border:1px solid #a6a2b6;background-color:#fff}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207:hover{border-color:#635c80;background-color:#f4f3f6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207:disabled{border-color:#d2d0db;color:#a6a2b6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207:disabled:hover{background-color:#fff}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207:disabled+label{color:#a6a2b6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225{border:1px solid #CC339F;background-color:#fde6f7;color:#201649}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225:focus{border-color:#cc339f}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225:hover{border-color:#cc339f;background-color:#fde6f7}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225:disabled{border-color:#cc339f}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225:disabled:hover{background-color:#fde6f7}._wrapper_1t6h5_106 ._textInputContainer--errorMessage_1t6h5_243{display:block;margin-top:4px;margin-left:8px;color:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._switch_sz75s_106{position:relative;display:inline-block;width:48px;height:28px}._switch_sz75s_106 ._slider_sz75s_112{z-index:1;display:block;width:100%;height:100%;border-radius:999px;background-color:#d2d0db;box-shadow:inset 0 0 0 1.5px #a6a2b6;transition:.4s}._switch_sz75s_106 ._slider_sz75s_112:before{position:absolute;right:0;bottom:2px;width:24px;height:24px;border-radius:999px;background-color:#fff;content:"";transform:translate(calc(-100% + 2px));transition:.4s}._switch_sz75s_106 ._slider_sz75s_112._focusVisible_sz75s_134{box-shadow:inset 0 0 0 1.5px #43adc3!important}._switch_sz75s_106 input{position:absolute;z-index:2;width:48px;height:28px;opacity:0}._switch_sz75s_106 input:not(:disabled){cursor:pointer}._switch_sz75s_106 input:disabled+._slider_sz75s_112{opacity:.4}._switch_sz75s_106 input:checked+._slider_sz75s_112{background-color:#201649;box-shadow:inset 0 0 0 1.5px #201649}._switch_sz75s_106 input:checked+._slider_sz75s_112:before{transform:translate(-2px)}@media (hover: hover){._switch_sz75s_106 input:hover+._slider_sz75s_112{box-shadow:inset 0 0 0 1.5px #635c80}._switch_sz75s_106 input:checked:hover+._slider_sz75s_112{background-color:#635c80;box-shadow:inset 0 0 0 1.5px #635c80}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_1l3jw_106{display:flex;height:100%;align-items:center;justify-content:center;padding:16px 0}._wrapper_1l3jw_106 ._loadingSpinner_1l3jw_113{display:inline-block}._wrapper_1l3jw_106 ._loadingSpinner_1l3jw_113:after,._wrapper_1l3jw_106 ._loadingSpinner_1l3jw_113:before{content:"";display:inline-block;width:20px;height:20px;border-radius:50%;animation:_pulse-loader-size_1l3jw_1 1s ease infinite;background:#9c9c9c}._wrapper_1l3jw_106 ._loadingSpinner_1l3jw_113 i{display:inline-block;width:20px;height:20px;border-radius:50%;animation:_pulse-loader-size_1l3jw_1 1s ease infinite;background:#9c9c9c;animation-delay:.5s;transform:scale(.2)}@keyframes _pulse-loader-size_1l3jw_1{0%{transform:scale(.2)}50%{transform:scale(1)}to{transform:scale(.2)}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._toggleContainer_19nqu_107{position:relative;display:inline-flex;flex-direction:column;align-items:center;border-radius:32px}._toggleContainer_19nqu_107 ._toggleLabel_19nqu_114{display:flex;width:100%;align-items:center;gap:8px}._toggleContainer_19nqu_107 ._toggleLabel--outline_19nqu_120{background:#fff;box-shadow:inset 0 0 0 1px #d2d0db;color:#201649}._toggleContainer_19nqu_107 ._toggleLabel--outline_19nqu_120:hover{box-shadow:inset 0 0 0 1px #635c80}._toggleContainer_19nqu_107 ._toggleLabel--filled_19nqu_128{background:#f4f3f6;color:#635c80}._toggleContainer_19nqu_107 ._toggleLabel--filled_19nqu_128:hover{background:#e9e8ed}._toggleContainer_19nqu_107 ._toggleLabel_19nqu_114 svg path{stroke:currentcolor}._toggleContainer_19nqu_107 ._toggleLabel__labelPill_19nqu_138{position:absolute;top:calc(100% - 12px);display:none}._toggleContainer_19nqu_107 ._toggleLabel__labelPill--large_19nqu_143{display:flex}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146{display:none}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:not(:disabled)+._toggleLabel_19nqu_114{cursor:pointer}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked+._toggleLabel--outline_19nqu_120,._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked+._toggleLabel--filled_19nqu_128{background:#f4f3f6;box-shadow:inset 0 0 0 1.5px #201649;color:#201649}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked+._toggleLabel--outline_19nqu_120:hover,._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked+._toggleLabel--filled_19nqu_128:hover{background:#e9e8ed;box-shadow:inset 0 0 0 1.5px #635c80;color:#201649}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked:disabled+._toggleLabel--outline_19nqu_120,._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked:disabled+._toggleLabel--filled_19nqu_128{box-shadow:inset 0 0 0 1.5px #d2d0db;color:#a6a2b6}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked:disabled+._toggleLabel--outline_19nqu_120:hover,._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked:disabled+._toggleLabel--filled_19nqu_128:hover{background:#f4f3f6;box-shadow:inset 0 0 0 1.5px #d2d0db;color:#a6a2b6}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:not(:checked):disabled+._toggleLabel--outline_19nqu_120{background:#fff;box-shadow:inset 0 0 0 1px #d2d0db;color:#a6a2b6}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:not(:checked):disabled+._toggleLabel--filled_19nqu_128{background:#f4f3f6;color:#a6a2b6}._toggleContainer--default_19nqu_184 ._toggleLabel_19nqu_114{padding:8px 12px;border-radius:32px}._toggleContainer--medium_19nqu_188 ._toggleLabel_19nqu_114{padding:8px 12px;border-radius:8px}._toggleContainer--medium_19nqu_188 ._toggleLabel--horizontal_19nqu_192{padding:4px 12px 4px 8px}._toggleContainer--medium_19nqu_188 ._toggleLabel--horizontal_19nqu_192 svg{width:28px;height:28px}._toggleContainer--medium_19nqu_188 ._toggleLabel--vertical_19nqu_199{flex-direction:column;padding:4px 8px;gap:0}._toggleContainer--medium_19nqu_188 ._toggleLabel--vertical__labelPill_19nqu_204{position:absolute;border:solid red;transform:translateY(150%)}._toggleContainer--large_19nqu_209 ._toggleLabel_19nqu_114{height:48px;padding:8px 16px;border-radius:12px}._toggleContainer--large_19nqu_209 ._toggleLabel--horizontal_19nqu_192,._toggleContainer--large_19nqu_209 ._toggleLabel--vertical_19nqu_199{padding:8px 16px 8px 12px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_ghq2l_106{display:flex;overflow:hidden;width:100%;flex-direction:column;padding:16px;background-color:#fff;box-shadow:0 2px 8px #21164a0a,0 0 0 1px #e9e8ed;color:#201649}._root--border-radius_ghq2l_116{border-radius:8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_z8bwx_106{padding:8px 0;color:inherit}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_1nhjr_106{display:flex;align-items:center;padding-bottom:12px;color:inherit;gap:8px}._title_1nhjr_114{flex-grow:1;margin:0}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._actionBar_1fusi_106{background-color:#fff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._actionBarCta_17m7z_106{display:flex;align-items:center;padding:12px;gap:16px}._actionBarCta__text_17m7z_112{flex-grow:1;color:#635c80;text-wrap:wrap}._actionBarCta__button_17m7z_117{flex-shrink:0}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._actionBarList_1tp3q_106{display:flex;padding:12px 16px;gap:24px}@media (width <= 450px){._actionBarList_1tp3q_106{justify-content:space-between;padding:8px 12px;gap:0}._actionBarList__actionItem_1tp3q_117{flex-direction:column;flex-grow:1}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._actionItem_1hgc3_106{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#635c80;gap:4px}._actionItem_1hgc3_106:disabled{color:#d2d0db;cursor:unset}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_qb06o_106{display:flex;width:100%;justify-content:space-between;padding:8px 12px;background-color:#fff;cursor:pointer;gap:12px}._root_qb06o_106:hover{background-color:#f4f3f6}@media (hover: none) and (pointer: coarse){._root_qb06o_106:hover{background-color:#fff}}._root_qb06o_106 ._thumbnail_qb06o_123{flex-shrink:0;border:1px solid #d2d0db}._root_qb06o_106 ._iconWrapper_qb06o_127{display:flex;width:56px;height:56px;flex-shrink:0;align-items:center;justify-content:center;border-radius:4px;background:#f4f3f6;color:#635c80}._root_qb06o_106 ._detail_qb06o_138{display:flex;flex-direction:column;flex-grow:1;justify-content:center;color:#635c80;gap:2px}._root_qb06o_106 ._detail_qb06o_138 ._title_qb06o_146{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis}._root_qb06o_106 ._detail_qb06o_138 ._notificationText_qb06o_153{color:#201649;line-height:20px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}._unread_qb06o_163{background-color:#fff9e5}@media (hover: none) and (pointer: coarse){._unread_qb06o_163:hover{background-color:#fff9e5}}._unread_qb06o_163 ._bubble_qb06o_171{width:8px;height:8px;flex-shrink:0;align-self:center;border-radius:16px;background:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._menuItem_164s4_106{--menuitem-selected-hover-color: #738C00;--menuitem-hover-color: #635C80;display:flex;width:100%;flex-shrink:0;align-items:center;padding:0 4px;background-color:#fff;color:#201649;cursor:pointer;gap:8px;text-decoration:none}._menuItem_164s4_106 ._highlightFrame_164s4_120{display:flex;flex:1;align-items:center;padding:8px;border-radius:8px;gap:8px}._menuItem_164s4_106 ._rightIcon_164s4_128{display:inherit;margin-left:auto;color:#635c80}._menuItem--selected_164s4_133 ._leftIcon_164s4_133 path{stroke:#738c00}._menuItem--selected_164s4_133 ._highlightFrame_164s4_120{background-color:#f2fbc4}@media (hover: hover) and (pointer: fine){._menuItem--selected_164s4_133:hover{color:var(--menuitem-selected-hover-color)}}._menuItem--compact_164s4_144{height:40px}@media (hover: hover) and (pointer: fine){._menuItem_164s4_106:not(._menuItem--selected_164s4_133):hover ._highlightFrame_164s4_120{background-color:#f4f3f6}._menuItem_164s4_106:not(._menuItem--selected_164s4_133):hover ._highlightFrame--compact_164s4_151{height:40px}}._menuItem_164s4_106:not(._menuItem--selected_164s4_133):active ._highlightFrame_164s4_120{background-color:#f4f3f6}._menuItem_164s4_106:not(._menuItem--selected_164s4_133):active ._highlightFrame--compact_164s4_151{height:40px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._navBar_1b0o6_106{display:grid;padding:0 4px 24px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._listItem_e2my2_106 ._navItem_e2my2_106{display:flex;width:100%;flex-direction:column;align-items:center;padding:0 4px 4px;color:#635c80;cursor:pointer}@media screen and (min-width: 690px){._listItem_e2my2_106 ._navItem_e2my2_106{padding:0 8px 8px}}._listItem_e2my2_106 ._navItem_e2my2_106 ._selector_e2my2_120{height:4px;align-self:stretch;border-radius:0 0 4px 4px;margin-bottom:4px;background-color:#cae85d;visibility:hidden}._listItem_e2my2_106 ._navItem--active_e2my2_128{padding-right:4px;padding-left:4px;color:#738c00}._listItem_e2my2_106 ._navItem--active_e2my2_128 ._selector_e2my2_120{height:4px;align-self:stretch;border-radius:0 0 4px 4px;background-color:#cae85d;visibility:visible}._label_e2my2_141{display:block;max-width:calc(100% - 1px);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._emptyState_wydl1_106{display:flex;flex-direction:column;align-items:center;padding:24px 16px}._emptyState__text_wydl1_112{display:flex;flex-direction:column;text-align:center}._emptyState__secondaryText_wydl1_117{color:#635c80}._emptyState__buttons_wydl1_120{display:flex;width:100%;flex-direction:column;gap:8px}._emptyState--small_wydl1_126{gap:16px}._emptyState--small__text_wydl1_129{gap:4px}._emptyState--medium_wydl1_132{gap:24px}._emptyState--medium__text_wydl1_135{gap:8px}._emptyState--large_wydl1_138{gap:24px}._emptyState--large__text_wydl1_141{gap:8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._notice__content_1fvlz_106{--notice-bg-color: #f4f3f6;display:flex;flex-direction:column;align-items:flex-start;background-color:var(--notice-bg-color)}._notice__header_1fvlz_113{display:flex;width:100%;align-items:center;justify-content:space-between}._notice__iconHeadline_1fvlz_119{display:flex;align-items:center;gap:8px}._notice--small_1fvlz_124{gap:4px}._notice--medium_1fvlz_127{gap:8px}._notice--sticky_1fvlz_130{padding:16px}._notice--embedded_1fvlz_133{padding:8px;border-radius:8px}._notice--pink_1fvlz_137{--notice-bg-color: #ff9de2}._notice--green_1fvlz_140{--notice-bg-color: #f2fbc4}._notice--grey_1fvlz_143{--notice-bg-color: #f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}@keyframes _snackbarbottom_194fm_1{0%{transform:translateY(160%)}45%{transform:translateY(-12%)}70%{transform:translateY(4%)}90%,to{transform:translateY(0)}}._animation--enter_194fm_120{transform:translateY(100%)}._animation--enter-active_194fm_124{animation:_snackbarbottom_194fm_1 .6s;transform:translateY(0)}._animation--exit_194fm_129{transform:translateY(0)}._animation--exit-active_194fm_133{animation:_snackbarbottom_194fm_1 reverse .6s;transform:translateY(160%)}._snackbar_194fm_138{position:fixed;z-index:2;bottom:32px;left:32px;display:flex;width:343px;height:56px;justify-content:space-between;padding:8px 16px;border-radius:8px;background-color:#21164ae6;box-shadow:0 6px 32px #20164933;gap:12px;touch-action:none}@media screen and (max-width: 799px){._snackbar_194fm_138{right:0;bottom:calc(86px + env(safe-area-inset-bottom));left:0;margin:auto}}._snackbar__left_194fm_162{display:flex;flex-grow:1;align-items:center;gap:8px}._snackbar__right_194fm_168{display:flex;align-items:center;gap:8px}._snackbar__textLabel_194fm_173{overflow:hidden;max-height:40px;flex-grow:1;color:#fff;overflow-wrap:break-word;white-space:normal}._snackbar__textButton_194fm_181{text-wrap:nowrap}._snackbar__dismiss_194fm_184{color:#fff}._snackbar__icon_194fm_187{flex-shrink:0;color:#cae85d}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._fieldset_o9167_106{border:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._radiobuttoncluster_17n52_106{display:flex;flex-direction:column;gap:16px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._toggleGroupStory_1hc98_106{display:flex;flex-wrap:wrap;gap:8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._switcherToggle_1dbhj_107{display:inline-flex;width:100%;justify-content:space-between;padding:4px;border-radius:32px;background:#f4f3f6}._switcherToggle_1dbhj_107 ._input_1dbhj_115{display:none}._switcherToggle_1dbhj_107 ._input_1dbhj_115:not(:checked)+._label_1dbhj_118{background-color:transparent;color:#635c80}._switcherToggle_1dbhj_107 ._input_1dbhj_115:not(:checked)+._label_1dbhj_118:hover{background:#e9e8ed}._switcherToggle_1dbhj_107 ._label_1dbhj_118{width:100%;flex:1 0 0;padding:8px;border-radius:32px;cursor:pointer;text-align:center;transition:background-color .1s,color .1s}._switcherToggle_1dbhj_107 ._label_1dbhj_118 p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;display:block;white-space:nowrap}._switcherToggle--filled_1dbhj_143 ._input_1dbhj_115:checked+._label_1dbhj_118{background:#4c4566e6;color:#fff}._switcherToggle--filled_1dbhj_143 ._input_1dbhj_115:checked+._label_1dbhj_118:hover{background:#21164ae6}._switcherToggle--outline_1dbhj_150 ._input_1dbhj_115:checked+._label_1dbhj_118{background:#fff;box-shadow:inset 0 0 0 1.5px #201649;color:#201649}._switcherToggle--outline_1dbhj_150 ._input_1dbhj_115:checked+._label_1dbhj_118:hover{background:#f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._toggleInput_1j7zm_106{display:flex;width:100%;align-items:center;padding:8px 16px;background-color:#fff;color:#635c80;cursor:pointer;gap:12px}._toggleInput_1j7zm_106 svg{flex-shrink:0}._toggleInput_1j7zm_106 ._textWrapper_1j7zm_119{display:flex;flex-direction:column;flex-grow:1}._toggleInput_1j7zm_106 ._textWrapper--withDescription_1j7zm_124{gap:4px}._toggleInput_1j7zm_106 ._switch_1j7zm_127{flex-shrink:0}._toggleInput--checked_1j7zm_130{color:#201649}._toggleInput--disabled_1j7zm_133{cursor:unset}._toggleInput--withBorder_1j7zm_136{padding:12px 16px;border-radius:16px;box-shadow:inset 0 0 0 1px #d2d0db}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._tabsCard_1gzxm_106{padding:0}._tabsCard_1gzxm_106 ._tabs_1gzxm_106{display:flex;flex-direction:column;gap:16px}._tabsCard_1gzxm_106 ._label_1gzxm_114{color:#635c80;text-align:center}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118{display:flex;overflow:auto;gap:16px;scrollbar-width:none}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118:hover{scrollbar-color:auto}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118 button{position:relative;display:flex;min-height:40px;align-items:center;justify-content:center;padding:12px 16px 8px;cursor:pointer}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118 button[aria-selected=true] ._selectedTab_1gzxm_136{position:absolute;bottom:0;left:0;width:100%;height:2px;border-radius:2px 2px 0 0;background:#201649}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118 button[aria-selected=true] ._label_1gzxm_114{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none;color:#201649}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_1bz6w_106{position:relative;width:100%;max-width:170px;height:100%;cursor:pointer}._root--aggregator_1bz6w_113{max-width:156px}._root__content_1bz6w_116{display:flex;height:100%;flex-direction:column}._root__bookmark_1bz6w_121{position:absolute;z-index:1000;top:8px;right:8px}._root__header_1bz6w_127{position:relative;overflow:hidden;width:100%;border-radius:8px;aspect-ratio:4/3}._root__header__reserved_1bz6w_134{position:absolute;display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:#ffffffb3;opacity:0}._root__header__reserved--visible_1bz6w_144{opacity:1}._root__header__reserved__box_1bz6w_147{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:4px;background:#4c4566e6;color:#fff}._root__header__image_1bz6w_156{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._root__info_1bz6w_161{display:flex;flex:1;flex-direction:column;padding:8px 4px 0}._root__info__top_1bz6w_167{flex:1}._root__info__price_1bz6w_170{color:#01819c}._root__info__price--reserved_1bz6w_173{color:#a6a2b6}._root__info__title_1bz6w_176{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;color:#201649}._root__info__timeStamp_1bz6w_184{padding-top:4px;color:#635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._legend_1efwm_106{display:flex;flex-direction:column;padding-bottom:12px;gap:8px}._legend_1efwm_106 ._text_1efwm_112{color:#635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._overlay_1nob4_106{position:fixed;z-index:10000;top:0;left:0;width:100%;height:100%;animation:_fade-in_1nob4_1 .5s ease-out forwards;background:#000}._sheet_1nob4_117{position:fixed;z-index:10001;bottom:0;left:0;width:100%;padding:0;border:none;animation:_slide-up_1nob4_1 .5s forwards;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px}._sheet_1nob4_117 ._sheetWrapper_1nob4_130{display:flex;flex-direction:column;background-color:transparent;box-shadow:0 6px 32px #20164933;color:#201649;outline:none}._sheet_1nob4_117 ._sheetWrapper_1nob4_130 ._sheetBody_1nob4_138{padding:4px 16px}._sheet_1nob4_117 ._sheetWrapper_1nob4_130 ._sheetHeader_1nob4_141{padding:24px 16px 12px}._sheet_1nob4_117 ._sheetWrapper_1nob4_130 ._sheetHeader_1nob4_141 header{padding:0}._sheet_1nob4_117 ._sheetWrapper_1nob4_130 ._sheetHeader_1nob4_141 header h3{color:#201649}._sheet_1nob4_117 ._sheetWrapper_1nob4_130 ._sheetFooter_1nob4_150{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 12px 32px;gap:12px}@keyframes _slide-up_1nob4_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _fade-in_1nob4_1{0%{opacity:0}to{opacity:.5}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._backdrop_1lf8q_106{position:fixed;z-index:-1;background:#0003;top:0;right:0;bottom:0;left:0}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._modal_9duh2_106{position:fixed;z-index:1300;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0}._modal_9duh2_106 ._modalWrapper_9duh2_114{display:flex;max-width:90vw;max-height:90vh;flex-direction:column;border-radius:16px;background-color:#fff;box-shadow:0 6px 32px #2016491a;outline:none;overflow-x:hidden}@media screen and (min-width: 690px){._modal_9duh2_106 ._modalWrapper_9duh2_114{max-width:560px}}._modal_9duh2_106 ._modalWrapper_9duh2_114 ._modalHeader_9duh2_130{position:sticky;z-index:1;top:0;padding:16px;background-color:#fff}._modal_9duh2_106 ._modalWrapper_9duh2_114 ._modalHeader_9duh2_130 h3{color:#201649}._modal_9duh2_106 ._modalWrapper_9duh2_114 ._modalHeader_9duh2_130 header{padding:0}._modal_9duh2_106 ._modalWrapper_9duh2_114 header button:first-child{display:none}._modal_9duh2_106 ._modalWrapper_9duh2_114 ._crossCircle_9duh2_146 svg path{stroke:#635c80}._modal_9duh2_106 ._modalFooter_9duh2_149{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:12px 16px;gap:16px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._base_pz0sp_106{z-index:1060}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._backdrop_11wot_106{position:fixed;z-index:-1;background:#0003;top:0;right:0;bottom:0;left:0}@media screen and (max-width: 689px){._backdrop_11wot_106{background:#fff}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._sheet_qnncf_106{position:fixed;z-index:1300;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0}._sheet_qnncf_106 ._sheetWrapper_qnncf_114{min-width:560px;border-radius:0;background-color:#fff;box-shadow:0 6px 32px #2016491a;outline:none}@media screen and (min-width: 690px){._sheet_qnncf_106 ._sheetWrapper_qnncf_114{border-radius:16px}}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 ._sheetHeader_qnncf_126{padding:16px}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 ._sheetHeader_qnncf_126 header{padding:0}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 header button:first-child{display:none}@media screen and (max-width: 689px){._sheet_qnncf_106 ._sheetWrapper_qnncf_114{width:100%;min-width:auto;height:100%}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 header button:last-child{display:none}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 header button:first-child{display:block}}._sheet_qnncf_106 ._sheetFooter_qnncf_148{display:none;flex-direction:row;align-items:center;justify-content:space-between;margin:16px;gap:16px}._sheet_qnncf_106 ._sheetFooter--alwaysVisible_qnncf_156{display:flex}@media screen and (min-width: 690px){._sheet_qnncf_106 ._sheetFooter_qnncf_148{display:flex}}
1
+ @font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._badgeIcon--size-small_1uv0a_106{width:20px;height:20px}._badgeIcon--size-medium_1uv0a_110{width:28px;height:28px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._badge_1ux8t_106{position:relative;display:inline-block}._badge__list_1ux8t_110{position:absolute;top:-6px;right:-6px;display:inline-flex}._badge__icon_1ux8t_116:nth-child(2),._badge__icon_1ux8t_116:nth-child(3){margin-left:-6px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._h1_1btw1_106{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:32px;font-weight:500;letter-spacing:0;line-height:40px;text-decoration:none;text-indent:0px;text-transform:none}._h2_1btw1_119{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;text-decoration:none;text-indent:0px;text-transform:none}._h3_1btw1_132{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h4_1btw1_145{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h5_1btw1_158{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._h6_1btw1_171{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:700;letter-spacing:1px;line-height:24px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h7_1btw1_184{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:800;letter-spacing:1px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h8_1btw1_197{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:1.5px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._body-large_1btw1_210{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._body-regular_1btw1_223{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-semibold_1btw1_236{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-italic_1btw1_249{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-text-link_1btw1_262{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;text-decoration:underline;text-indent:0px;text-transform:none}._detail-medium_1btw1_275{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-bold_1btw1_288{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-upper-case_1btw1_301{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._detail-regular_1btw1_314{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._iconComponent_1f6vu_106{display:block}._iconComponent_1f6vu_106 path{stroke:currentcolor}._iconComponent--filled_1f6vu_112 path{fill:currentcolor;stroke:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._bubbleContent_1ip6j_106{position:relative;display:inline-block;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._bubble_1ip6j_106{display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:999px;background-color:#cc339f;color:#fff;font-size:12px;letter-spacing:-.5px;text-align:center;transform-origin:100% 0;white-space:nowrap}._bubble--badge_1ip6j_136{position:absolute;z-index:auto;top:6px;right:6px;transform:translate(50%,-50%)}._bubble--empty_1ip6j_143{width:8px;height:8px;background-color:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._baseBtn_1shs3_106{cursor:pointer;text-decoration:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._textButton_1v7x3_106{display:flex;height:1.5rem;min-height:1.5rem;align-items:center;justify-content:center;gap:8px}._textButton--green_1v7x3_114{color:#cae85d}._textButton--green_1v7x3_114:hover{color:#b5d622}._textButton--blue_1v7x3_120{color:#01819c}._textButton--blue_1v7x3_120:hover{color:#98cbd6}._textButton--deepPurple_1v7x3_126{color:#635c80}._textButton--deepPurple_1v7x3_126:hover{color:#201649}._textButton_1v7x3_106:active{background:none}._textButton_1v7x3_106:disabled{color:#d2d0db;cursor:default}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._badgeLabel_t2tql_106{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 8px 12px;border-radius:8px;background-color:#f4f3f6;gap:8px}._badgeLabel__text_t2tql_115{width:100%}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._feedItemCategory_1utsd_106{display:inline-flex;height:-moz-fit-content;height:fit-content;align-items:center;padding:4px 8px;border-radius:0 0 8px 8px;text-wrap:nowrap}._feedItemCategory--theme_1utsd_114{background-color:#cae85d;color:#201649}._feedItemCategory--closedPost_1utsd_118{background-color:#f4f3f6;color:#201649}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._labelPill_1ipek_106{display:inline-flex;align-items:center;justify-content:center}._labelPill__shape--pill_1ipek_111{padding:4px 8px;border-radius:16px}._labelPill__shape--pill--small_1ipek_115{padding:2px 8px}._labelPill__shape--pill--teal_1ipek_118{background:#01819c;color:#fff}._labelPill__shape--pill--lavender_1ipek_122{background:#e8e3ff;color:#4d17e5}._labelPill__shape--tile_1ipek_126{padding:8px;border-radius:4px;background:#21164ae6;color:#fff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._sticker_1m9em_106{display:flex;align-items:center;justify-content:center;border-radius:999px;background-color:var(--sticker-bg-color)}._sticker--color-green_1m9em_113{--sticker-bg-color: #cae85d}._sticker--color-pink_1m9em_116{--sticker-bg-color: #ff9de2}._sticker--color-lavender_1m9em_119{--sticker-bg-color: #7c5bff}._sticker--color-lavender_1m9em_119 path{stroke:#fff}._sticker--color-teal_1m9em_125{--sticker-bg-color: #01819C}._sticker--color-teal_1m9em_125 path{stroke:#fff}._sticker--color-orange_1m9em_131{--sticker-bg-color: #ebaa77}._sticker--color-grey_1m9em_134{--sticker-bg-color: #d2d0db}._sticker--size-small_1m9em_137{width:48px;height:48px}._sticker--size-medium_1m9em_141{width:56px;height:56px}._sticker--size-large_1m9em_145{width:64px;height:64px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._button_1eap2_106{padding:2px;border-radius:4px;background:#ffffffb3}._button--bookmarked_1eap2_111,._button_1eap2_106:hover{background:#fff}._button__icon_1eap2_114 path{color:#635c80}._button__icon--bookmarked_1eap2_117 path{color:#01819c;fill:#01819c}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._primaryButton_cgjdp_106{display:inline-flex;height:48px;align-items:center;justify-content:center;padding:0 24px;border-radius:24px;color:#201649;cursor:pointer;gap:8px;line-height:20px}._primaryButton--fullWidth_cgjdp_118{width:100%}._primaryButton--large_cgjdp_121{height:40px;padding:0 16px;gap:4px}._primaryButton--medium_cgjdp_126,._primaryButton--small_cgjdp_126{height:32px;padding:0 12px;gap:4px}._primaryButton--highlight_cgjdp_131{background-color:#ff9de2}._primaryButton--highlight_cgjdp_131:hover{background-color:#ec7bcb}._primaryButton--primary_cgjdp_137{background-color:#cae85d}._primaryButton--primary_cgjdp_137:hover{background-color:#b5d622}._primaryButton--transparent_cgjdp_143{border:1px solid #201649;background-color:transparent}._primaryButton--transparent_cgjdp_143:hover{border-color:#ec7bcb;background-color:#ec7bcb}._primaryButton--loading_cgjdp_151 span{cursor:default;visibility:hidden}._primaryButton_cgjdp_106:disabled{background-color:#f4f3f6;color:#a6a2b6;cursor:default}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._secondaryButton_uvolm_106{display:inline-flex;height:48px;align-items:center;justify-content:center;padding:0 24px;border-radius:24px;color:#201649;cursor:pointer;gap:8px;line-height:20px}._secondaryButton--fullWidth_uvolm_118{width:100%}._secondaryButton--large_uvolm_121{height:40px;padding:0 16px;gap:4px}._secondaryButton--medium_uvolm_126,._secondaryButton--small_uvolm_126{height:32px;padding:0 12px;gap:4px}._secondaryButton--green_uvolm_131{background-color:#f2fbc4}._secondaryButton--green_uvolm_131:hover{background-color:#cae85d}._secondaryButton--pink_uvolm_137{background-color:#fde6f7;color:#cc339f}._secondaryButton--pink_uvolm_137:hover{background-color:#ff9de2;color:#201649}._secondaryButton--grey_uvolm_145{background-color:#f4f3f6}._secondaryButton--grey_uvolm_145:hover{background-color:#e9e8ed}._secondaryButton--teal_uvolm_151{background-color:#98cbd6}._secondaryButton--teal_uvolm_151:hover{background-color:#e0f5f9}._secondaryButton--lavender_uvolm_157{background-color:#e8e3ff;color:#4d17e5}._secondaryButton--lavender_uvolm_157:hover{background-color:#c1b7ea}._secondaryButton--orange_uvolm_164{background-color:#ebaa77}._secondaryButton--orange_uvolm_164:hover{background-color:#dc8541}._secondaryButton--loading_uvolm_170 span{cursor:default;visibility:hidden}._secondaryButton_uvolm_106:disabled{background-color:#f4f3f6;color:#a6a2b6;cursor:default}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._tertiaryButton_1wrt1_106{display:inline-flex;height:48px;align-items:center;justify-content:center;padding:0 24px;border-radius:24px;background-color:transparent;color:#201649;cursor:pointer;gap:8px;line-height:20px}._tertiaryButton--fullWidth_1wrt1_119{width:100%}._tertiaryButton--large_1wrt1_122{height:40px;padding:0 16px;gap:4px}._tertiaryButton--medium_1wrt1_127,._tertiaryButton--small_1wrt1_127{height:32px;padding:0 12px;gap:4px}._tertiaryButton--green_1wrt1_132{border:1px solid #738C00;color:#738c00}._tertiaryButton--green_1wrt1_132:hover{border-color:#b5d622;background-color:#f2fbc4}._tertiaryButton--green_1wrt1_132:active{border-color:#b5d622;background-color:transparent}._tertiaryButton--pink_1wrt1_144{border:1px solid #CC339F;color:#cc339f}._tertiaryButton--pink_1wrt1_144:hover{border-color:#ec7bcb;background-color:#fde6f7}._tertiaryButton--pink_1wrt1_144:active{border-color:#ec7bcb;background-color:transparent}._tertiaryButton--blue_1wrt1_156{border:1px solid #01819C;color:#01819c}._tertiaryButton--blue_1wrt1_156:hover{border-color:#43adc3;background-color:#e0f5f9}._tertiaryButton--blue_1wrt1_156:active{border-color:#43adc3;background-color:transparent}._tertiaryButton--deepPurple_1wrt1_168{border:1px solid #d2d0db;color:#201649}._tertiaryButton--deepPurple_1wrt1_168:hover{border-color:#635c80;background-color:#f4f3f6}._tertiaryButton--deepPurple_1wrt1_168:active{border-color:#a6a2b6;background-color:transparent}._tertiaryButton--loading_1wrt1_180 span{cursor:default;visibility:hidden}._tertiaryButton_1wrt1_106:disabled{border:1px solid #d2d0db;background-color:transparent;color:#a6a2b6;cursor:default}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._iconButton_5b491_106{display:flex;width:auto;min-width:unset;height:auto;min-height:unset;flex-shrink:0;align-items:center;justify-content:center;color:#201649}._iconButton_5b491_106:disabled{background:none;cursor:default}._iconButton_5b491_106:hover,._iconButton_5b491_106:active{background:none}._iconButton--circular_5b491_127{border-radius:999px;background:#cae85d}._iconButton--circular_5b491_127:disabled{background:#fff}._iconButton--circular_5b491_127:hover{background:#b5d622}._iconButton--circular_5b491_127:active{background:#cae85d}._iconButton--circular-small_5b491_140{width:40px;height:40px}._iconButton--circular-medium_5b491_144{width:48px;height:48px}._iconButton--circular-large_5b491_148{width:56px;height:56px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._feedTile_1f0rt_106{display:flex;flex-direction:column;align-items:center;padding:8px;border:1px #ffffff solid;border-radius:8px;background-color:#fff;box-shadow:0 2px 8px #21164a0a,0 0 0 1px #e9e8ed;gap:4px;text-align:center}._feedTile__icon_1f0rt_118{flex-shrink:0}._feedTile_1f0rt_106:hover{border-color:#635c80}._feedTile_1f0rt_106:active{border-color:#f4f3f6;background-color:#f4f3f6}@media screen and (max-width: 799px){._feedTile_1f0rt_106{flex-flow:row wrap;gap:8px;text-align:left}._feedTile__text_1f0rt_134{width:-moz-min-content;width:min-content;flex-grow:1}}._feedTile--fullWidth_1f0rt_139{width:100%}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._menuTile_o61bq_106{--tile-bg-color: #f4f3f6;--tile-color: #635C80;--tile-value-color: #4D17E5;display:flex;min-width:80px;flex-direction:column;align-items:center;padding:8px 4px;border-radius:12px;background-color:var(--tile-bg-color);color:var(--tile-color)}._menuTile--fullWidth_o61bq_119{width:100%}._menuTile--icon_o61bq_122{padding:4px 4px 8px}._menuTile__value_o61bq_126{color:var(--tile-value-color)}._menuTile_o61bq_106:hover{--tile-bg-color: #e9e8ed}._menuTile_o61bq_106:focus{--tile-bg-color: #d2d0db}._menuTile_o61bq_106:disabled{--tile-color: #a6a2b6;--tile-value-color: #a6a2b6;cursor:default}._menuTile_o61bq_106:disabled:hover,._menuTile_o61bq_106:disabled:focus{--tile-bg-color: #f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._poiProfileTile_139aw_106{--poi-profile-tile-color: #635C80;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;border-radius:8px;gap:2px}._poiProfileTile__icon_139aw_116{flex-shrink:0}._poiProfileTile__icon_139aw_116 path{stroke:var(--poi-profile-tile-color)}._poiProfileTile__label_139aw_122{color:var(--poi-profile-tile-color);text-align:center}._poiProfileTile--selected_139aw_126{--poi-profile-tile-color: #201649}._poiProfileTile_139aw_106:hover{background-color:#f4f3f6}._poiProfileTile_139aw_106:active{background-color:#e9e8ed}._poiProfileTile_139aw_106:disabled{--poi-profile-tile-color: #a6a2b6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._bodyText_1v7lx_106{display:flex;flex-direction:column;gap:8px}._bodyText--notClickable_1v7lx_111{cursor:default}._bodyText--post_1v7lx_114{padding:8px 12px 0;margin-bottom:8px}._bodyText--modal_1v7lx_118{padding:12px 16px}._bodyText_1v7lx_106 button{justify-content:flex-start}@media screen and (max-width: 689px){._bodyText__text--collapsed_1v7lx_125{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}}._bodyText__textButton_1v7lx_133{display:block}@media screen and (min-width: 690px){._bodyText__textButton_1v7lx_133{display:none}}._bodyText_1v7lx_106 a{color:#201649}._bodyText__showMore_1v7lx_144{color:#635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_jgtis_106{display:flex;width:100%;height:100%;align-items:center;justify-content:center;border-radius:8px}._wrapper_jgtis_106 path{stroke:#635c80}._wrapper--large_jgtis_117{background-color:#d2d0db}._wrapper--small_jgtis_120{border:1px solid #d2d0db;background-color:#f4f3f6}._wrapper--iconWrapper_jgtis_124{width:72px;height:72px;border-radius:999px}._wrapper_jgtis_106._wrapper--iconWrapper_jgtis_124{background-color:#f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_1g8mo_106{position:relative;overflow:hidden;flex-shrink:0;border:solid 1px #d2d0db;background-color:#d2d0db}._root--24_1g8mo_113{width:24px;height:24px}._root--28_1g8mo_117{width:28px;height:28px}._root--32_1g8mo_121{width:32px;height:32px}._root--40_1g8mo_125{width:40px;height:40px}._root--48_1g8mo_129{width:48px;height:48px}._root--56_1g8mo_133{width:56px;height:56px}._root--64_1g8mo_137{width:64px;height:64px}._root--80_1g8mo_141{width:80px;height:80px}._root--120_1g8mo_145{width:120px;height:120px}._root--280_1g8mo_149{width:280px;height:280px}._root--square_1g8mo_153._root--24_1g8mo_113,._root--square_1g8mo_153._root--32_1g8mo_121{border-radius:4px}._root--square_1g8mo_153._root--40_1g8mo_125,._root--square_1g8mo_153._root--48_1g8mo_129{border-radius:8px}._root--square_1g8mo_153._root--56_1g8mo_133,._root--square_1g8mo_153._root--64_1g8mo_137{border-radius:12px}._root--square_1g8mo_153._root--80_1g8mo_141,._root--square_1g8mo_153._root--120_1g8mo_145{border-radius:16px}._root--circular_1g8mo_165{border-radius:50%}._root--isPlaceholder_1g8mo_168:before{position:absolute;z-index:1;width:100%;height:100%;background-color:#d2d0db;content:"";opacity:.4}._root_1g8mo_106 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_bd6jp_106{display:flex;width:-moz-fit-content;width:fit-content;flex-direction:column;align-items:center;justify-content:center;gap:4px}._wrapper_bd6jp_106 ._isPlaceholder_bd6jp_114{display:flex;width:64px;height:64px;align-items:center;justify-content:center;border:1px solid #d2d0db;background-color:#f4f3f6}._wrapper_bd6jp_106 ._isPlaceholder_bd6jp_114 svg path{stroke:#635c80}._wrapper_bd6jp_106 ._square_bd6jp_126{border-radius:8px}._wrapper_bd6jp_106 ._circular_bd6jp_129{border-radius:50%}._wrapper_bd6jp_106 ._label_bd6jp_132{max-width:72px;color:#635c80;text-align:center;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._thumbnailWrapper_a828p_106{position:relative;display:inline-block}._thumbnailWrapper__thumbnail_a828p_110{position:absolute;right:-4px;bottom:-4px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._dividerContainer_1astm_106{display:flex;align-items:center}._dividerLine_1astm_111{height:1px;flex-grow:1;background-color:#d2d0db}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_1oeju_106{position:relative;width:100%}._toggle_1oeju_111{display:flex;width:100%;flex-direction:row;justify-content:space-between;padding:16px;border-radius:16px;background:#fff;cursor:pointer}._toggle_1oeju_111 ._label_1oeju_121{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;color:#635c80}._toggle--dark_1oeju_129{border:1px solid #f4f3f6;background-color:#f4f3f6}._toggle--dark_1oeju_129:hover{background-color:#e9e8ed}._toggle--dark_1oeju_129._disabled_1oeju_136{color:#a6a2b6}._toggle--dark_1oeju_129._disabled_1oeju_136:hover{background-color:#f4f3f6}._toggle--dark_1oeju_129._disabled_1oeju_136 ._label_1oeju_121{color:#a6a2b6}._toggle--light_1oeju_145{border:1px solid #a6a2b6;background-color:#fff}._toggle--light_1oeju_145:hover{border-color:#635c80;background-color:#f4f3f6}._toggle--light_1oeju_145._disabled_1oeju_136{border-color:#d2d0db;color:#a6a2b6}._toggle--light_1oeju_145._disabled_1oeju_136:hover{background-color:#fff}._toggle--light_1oeju_145._disabled_1oeju_136 ._label_1oeju_121{color:#a6a2b6}._toggle_1oeju_111._filled_1oeju_163 ._label_1oeju_121{color:#201649}._toggle_1oeju_111._error_1oeju_166{border-color:#cc339f;background:#fde6f7}._toggle_1oeju_111._error_1oeju_166:focus,._toggle_1oeju_111._error_1oeju_166:hover{border-color:#cc339f;background:#fde6f7}._icon_1oeju_175{transition:transform .3s}._icon_1oeju_175._expanded_1oeju_179{transform:rotate(180deg)}._hidden_1oeju_183{display:none}._option_1oeju_187{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;padding:8px 12px;color:#635c80;cursor:pointer}._option_1oeju_187:hover{background:#f4f3f6;color:#201649}._option_1oeju_187._selected_1oeju_211{background:#f2fbc4;color:#201649}._option_1oeju_187._selected_1oeju_211:hover{color:#635c80}._dropdown_1oeju_219{position:absolute;z-index:1;overflow:hidden;width:100%;border-radius:8px;background:#fff;box-shadow:0 4px 20px #2016491a}._errorMessage_1oeju_229{padding:0 8px;color:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._checkboxInput_15ho2_107{display:flex;align-items:center;background:#fff;gap:16px}._checkboxInput__label_15ho2_113{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;flex-grow:1}._checkboxInput_15ho2_107:not([aria-disabled=true]){cursor:pointer}._checkboxInput__checkbox_15ho2_124{position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;order:2;border-radius:8px}._checkboxInput__checkbox--medium_15ho2_133{width:28px;height:28px}._checkboxInput__checkbox--small_15ho2_137,._checkboxInput__checkbox--tiny_15ho2_137{width:24px;height:24px}._checkboxInput__input_15ho2_141,._checkboxInput_15ho2_107 input[type=checkbox]{position:relative;z-index:2;display:flex;width:100%;height:100%;flex-shrink:0;align-items:center;justify-content:center;border:2px solid #a6a2b6;border-radius:8px;background:#fff;transition:.4s}._checkboxInput__input_15ho2_141~span,._checkboxInput_15ho2_107 input[type=checkbox]~span{color:#635c80}._checkboxInput__input_15ho2_141:disabled,._checkboxInput_15ho2_107 input[type=checkbox]:disabled{border-color:#d2d0db;background:#f4f3f6}._checkboxInput__input_15ho2_141:disabled~span,._checkboxInput_15ho2_107 input[type=checkbox]:disabled~span{color:#a6a2b6}._checkboxInput__input_15ho2_141:checked,._checkboxInput_15ho2_107 input[type=checkbox]:checked{z-index:1;border-color:#201649;background-color:#201649;transition:0s}._checkboxInput__input_15ho2_141:checked~span,._checkboxInput_15ho2_107 input[type=checkbox]:checked~span{color:#201649}._checkboxInput__input_15ho2_141:checked:disabled,._checkboxInput_15ho2_107 input[type=checkbox]:checked:disabled{border-color:#a6a2b6;background-color:#a6a2b6}._checkboxInput__input_15ho2_141:checked:disabled~span,._checkboxInput_15ho2_107 input[type=checkbox]:checked:disabled~span{color:#a6a2b6}._checkboxInput__input_15ho2_141:hover:not(:disabled,:checked),._checkboxInput_15ho2_107 input[type=checkbox]:hover:not(:disabled,:checked){border-color:#635c80;background-color:#f4f3f6}._checkboxInput__input_15ho2_141:hover:not(:disabled),._checkboxInput_15ho2_107 input[type=checkbox]:hover:not(:disabled){cursor:pointer}._checkboxInput__tick_15ho2_198{position:absolute;z-index:1;width:20px;height:20px}._checkboxInput__tick_15ho2_198 path{stroke:#fff;stroke-width:2px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._inputContainer_1gm1f_107{display:inline-flex;width:100%;flex-direction:column;align-items:center;gap:4px}._inputContainer_1gm1f_107 ._input_1gm1f_107{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none;position:absolute;z-index:2;width:56px;height:24px;background:transparent;color:#201649;outline:none;text-align:center;transform:translate(-8px,16px)}._inputContainer_1gm1f_107 ._input_1gm1f_107::-moz-placeholder{color:#635c80}._inputContainer_1gm1f_107 ._input_1gm1f_107::placeholder{color:#635c80}._inputContainer_1gm1f_107 ._input_1gm1f_107:focus::-moz-placeholder{color:transparent}._inputContainer_1gm1f_107 ._input_1gm1f_107:focus::placeholder{color:transparent}._inputContainer_1gm1f_107 ._input_1gm1f_107:focus+label,._inputContainer_1gm1f_107 ._input_1gm1f_107:focus-visible+label{box-shadow:inset 0 0 0 1px #201649}._inputContainer_1gm1f_107 ._input_1gm1f_107:not(:disabled){cursor:pointer}._inputContainer_1gm1f_107 ._input_1gm1f_107:not(:disabled)+label{cursor:pointer}._inputContainer_1gm1f_107 ._input_1gm1f_107:disabled::-moz-placeholder{color:#a6a2b6}._inputContainer_1gm1f_107 ._input_1gm1f_107:disabled::placeholder{color:#a6a2b6}._inputContainer_1gm1f_107 ._input--filled_1gm1f_153+label{background-color:#f4f3f6}._inputContainer_1gm1f_107 ._input--filled_1gm1f_153:hover:not(:disabled)+label{background-color:#e9e8ed}._inputContainer_1gm1f_107 ._input--filled_1gm1f_153:disabled{color:#a6a2b6}._inputContainer_1gm1f_107 ._input--filled_1gm1f_153:disabled+label{color:#a6a2b6}._inputContainer_1gm1f_107 ._input--outline_1gm1f_165+label{background-color:#fff;box-shadow:inset 0 0 0 1px #a6a2b6}._inputContainer_1gm1f_107 ._input--outline_1gm1f_165:hover:not(:disabled)+label{background-color:#f4f3f6;box-shadow:inset 0 0 0 1px #635c80}._inputContainer_1gm1f_107 ._input--outline_1gm1f_165:disabled{color:#a6a2b6}._inputContainer_1gm1f_107 ._input--outline_1gm1f_165:disabled+label{box-shadow:inset 0 0 0 1px #d2d0db;color:#a6a2b6}._inputContainer_1gm1f_107 ._error_1gm1f_180{display:block;width:100%;padding:0 8px;color:#cc339f;cursor:pointer;text-align:center}._inputContainer_1gm1f_107 ._label_1gm1f_188{position:relative;display:flex;width:100%;height:56px;align-items:center;justify-content:flex-end;padding:16px;border-radius:16px;color:#201649}._inputContainer_1gm1f_107 ._label_1gm1f_188 span{height:24px;color:inherit}._inputContainer--error_1gm1f_203 ._label_1gm1f_188{background:#fde6f7!important;box-shadow:inset 0 0 0 1px #cc339f!important;color:#cc339f}._inputContainer--error_1gm1f_203 ._input_1gm1f_107{color:#201649}._inputContainer__input_1gm1f_211{display:inline-flex;width:104px;flex-direction:column;flex-shrink:0;align-items:center;border-radius:16px;gap:4px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._radio_afqpe_106{position:relative;display:flex;align-items:center;justify-content:space-between}._radio_afqpe_106 input{position:relative;display:flex;width:28px;height:28px;align-items:center;justify-content:center;order:2;border:2px solid #a6a2b6;border-radius:999px;transition:.4s}._radio_afqpe_106 input._radio--small_afqpe_124,._radio_afqpe_106 input._radio--tiny_afqpe_124{width:24px;height:24px}._radio_afqpe_106 input:not(:disabled){cursor:pointer}._radio_afqpe_106 input:disabled{border-color:#d2d0db}._radio_afqpe_106 input:checked{border-color:#201649;background-color:#201649;transition:0s}._radio_afqpe_106 input:checked:disabled{border-color:#a6a2b6;background-color:#a6a2b6}._radio_afqpe_106 input:hover:not(:disabled,:checked){border-color:#635c80;background-color:#f4f3f6}._radio_afqpe_106 label{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;flex-grow:1;order:1;padding-right:8px}._radio_afqpe_106 input:not(:disabled)~label{color:#635c80;cursor:pointer}._radio_afqpe_106 input:checked~label{color:#201649}._radio_afqpe_106 input:disabled~label{color:#a6a2b6}._radio_afqpe_106 input:checked:after{position:absolute;display:block;width:12px;height:12px;border-radius:999px;background-color:#fff;content:""}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_nsyzs_106{width:100%}._label_nsyzs_110{position:absolute;top:24px;right:16px;left:16px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;transform:translateY(-50%);transition:top .3s,font-size .3s}._textArea_nsyzs_124{width:100%;min-height:96px;background-color:transparent;color:#201649}._textArea_nsyzs_124:focus-visible{outline:none}._textArea_nsyzs_124+label{color:#635c80}._textArea_nsyzs_124:not(:-moz-placeholder-shown)+label{top:16px}._textArea_nsyzs_124:focus+label,._textArea_nsyzs_124:not(:placeholder-shown)+label{top:16px}._textArea_nsyzs_124:not(:-moz-placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._textArea_nsyzs_124:focus+label>span,._textArea_nsyzs_124:not(:placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._textAreaContainer_nsyzs_152{position:relative}._textAreaContainer_nsyzs_152:focus-within{outline:#a6a2b6 2px solid}._textAreaContainer--dark_nsyzs_158{background-color:#f4f3f6}._textAreaContainer--dark_nsyzs_158:hover{background-color:#e9e8ed}._textAreaContainer--dark_nsyzs_158:disabled{color:#a6a2b6}._textAreaContainer--dark_nsyzs_158:disabled:hover{background-color:#f4f3f6}._textAreaContainer--dark_nsyzs_158:disabled+label{color:#a6a2b6}._textAreaContainer--light_nsyzs_173{border:1px solid #a6a2b6;background-color:#fff}._textAreaContainer--light_nsyzs_173:hover{border-color:#635c80;background-color:#f4f3f6}._textAreaContainer--light_nsyzs_173:disabled{border-color:#d2d0db;color:#a6a2b6}._textAreaContainer--light_nsyzs_173:disabled:hover{background-color:#fff}._textAreaContainer--light_nsyzs_173:disabled+label{color:#a6a2b6}._textAreaContainer--medium_nsyzs_191{border-radius:16px}._textAreaContainer--medium_nsyzs_191:not(:-moz-placeholder-shown){padding-top:26px;padding-bottom:6px}._textAreaContainer--medium_nsyzs_191:focus,._textAreaContainer--medium_nsyzs_191:not(:placeholder-shown){padding-top:26px;padding-bottom:6px}._textAreaContainer--medium_nsyzs_191 ._textArea_nsyzs_124{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;padding:0 16px;line-height:24px}._textAreaContainer--small_nsyzs_212{border-radius:12px}._textAreaContainer--small_nsyzs_212 ._textArea_nsyzs_124{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;padding:12px 16px 0;line-height:20px}._textAreaContainer--small_nsyzs_212 ._textArea_nsyzs_124:not(:-moz-placeholder-shown)+label{display:none}._textAreaContainer--small_nsyzs_212 ._textArea_nsyzs_124:focus+label,._textAreaContainer--small_nsyzs_212 ._textArea_nsyzs_124:not(:placeholder-shown)+label{display:none}._textAreaContainer--error_nsyzs_232{border:1px solid #CC339F;background-color:#fde6f7;color:#201649}._textAreaContainer--error_nsyzs_232:focus{border-color:#cc339f}._textAreaContainer--error_nsyzs_232:hover{border-color:#cc339f;background-color:#fde6f7}._textAreaContainer--error_nsyzs_232:disabled{border-color:#cc339f}._textAreaContainer--error_nsyzs_232:disabled:hover{background-color:#fde6f7}._textAreaContainer--errorMessage_nsyzs_250{display:block;margin-top:4px;margin-left:8px;color:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_1t6h5_106{width:100%}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109{position:relative}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 label{position:absolute;top:50%;right:16px;left:16px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;transform:translateY(-50%);transition:top .3s,font-size .3s}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109{width:100%;color:#201649;outline:none;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109+label{color:#635c80}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:not(:-moz-placeholder-shown)+label{top:16px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:focus+label,._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:not(:placeholder-shown)+label{top:16px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:not(:-moz-placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:focus+label>span,._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput_1t6h5_109:not(:placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--medium_1t6h5_153{height:56px;padding:16px;border-radius:16px;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;line-height:24px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--medium_1t6h5_153:not(:-moz-placeholder-shown){padding-top:26px;padding-bottom:6px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--medium_1t6h5_153:focus,._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--medium_1t6h5_153:not(:placeholder-shown){padding-top:26px;padding-bottom:6px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--small_1t6h5_173{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;height:40px;padding:0 16px;border-radius:12px;line-height:20px}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--small_1t6h5_173:not(:-moz-placeholder-shown)+label{display:none}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--small_1t6h5_173:focus+label,._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--small_1t6h5_173:not(:placeholder-shown)+label{display:none}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192{background-color:#f4f3f6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192:hover{background-color:#e9e8ed}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192:disabled{color:#a6a2b6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192:disabled:hover{background-color:#f4f3f6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--dark_1t6h5_192:disabled+label{color:#a6a2b6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207{border:1px solid #a6a2b6;background-color:#fff}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207:hover{border-color:#635c80;background-color:#f4f3f6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207:disabled{border-color:#d2d0db;color:#a6a2b6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207:disabled:hover{background-color:#fff}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--light_1t6h5_207:disabled+label{color:#a6a2b6}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225{border:1px solid #CC339F;background-color:#fde6f7;color:#201649}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225:focus{border-color:#cc339f}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225:hover{border-color:#cc339f;background-color:#fde6f7}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225:disabled{border-color:#cc339f}._wrapper_1t6h5_106 ._textInputContainer_1t6h5_109 ._textInput--error_1t6h5_225:disabled:hover{background-color:#fde6f7}._wrapper_1t6h5_106 ._textInputContainer--errorMessage_1t6h5_243{display:block;margin-top:4px;margin-left:8px;color:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._switch_sz75s_106{position:relative;display:inline-block;width:48px;height:28px}._switch_sz75s_106 ._slider_sz75s_112{z-index:1;display:block;width:100%;height:100%;border-radius:999px;background-color:#d2d0db;box-shadow:inset 0 0 0 1.5px #a6a2b6;transition:.4s}._switch_sz75s_106 ._slider_sz75s_112:before{position:absolute;right:0;bottom:2px;width:24px;height:24px;border-radius:999px;background-color:#fff;content:"";transform:translate(calc(-100% + 2px));transition:.4s}._switch_sz75s_106 ._slider_sz75s_112._focusVisible_sz75s_134{box-shadow:inset 0 0 0 1.5px #43adc3!important}._switch_sz75s_106 input{position:absolute;z-index:2;width:48px;height:28px;opacity:0}._switch_sz75s_106 input:not(:disabled){cursor:pointer}._switch_sz75s_106 input:disabled+._slider_sz75s_112{opacity:.4}._switch_sz75s_106 input:checked+._slider_sz75s_112{background-color:#201649;box-shadow:inset 0 0 0 1.5px #201649}._switch_sz75s_106 input:checked+._slider_sz75s_112:before{transform:translate(-2px)}@media (hover: hover){._switch_sz75s_106 input:hover+._slider_sz75s_112{box-shadow:inset 0 0 0 1.5px #635c80}._switch_sz75s_106 input:checked:hover+._slider_sz75s_112{background-color:#635c80;box-shadow:inset 0 0 0 1.5px #635c80}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_1l3jw_106{display:flex;height:100%;align-items:center;justify-content:center;padding:16px 0}._wrapper_1l3jw_106 ._loadingSpinner_1l3jw_113{display:inline-block}._wrapper_1l3jw_106 ._loadingSpinner_1l3jw_113:after,._wrapper_1l3jw_106 ._loadingSpinner_1l3jw_113:before{content:"";display:inline-block;width:20px;height:20px;border-radius:50%;animation:_pulse-loader-size_1l3jw_1 1s ease infinite;background:#9c9c9c}._wrapper_1l3jw_106 ._loadingSpinner_1l3jw_113 i{display:inline-block;width:20px;height:20px;border-radius:50%;animation:_pulse-loader-size_1l3jw_1 1s ease infinite;background:#9c9c9c;animation-delay:.5s;transform:scale(.2)}@keyframes _pulse-loader-size_1l3jw_1{0%{transform:scale(.2)}50%{transform:scale(1)}to{transform:scale(.2)}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._toggleContainer_19nqu_107{position:relative;display:inline-flex;flex-direction:column;align-items:center;border-radius:32px}._toggleContainer_19nqu_107 ._toggleLabel_19nqu_114{display:flex;width:100%;align-items:center;gap:8px}._toggleContainer_19nqu_107 ._toggleLabel--outline_19nqu_120{background:#fff;box-shadow:inset 0 0 0 1px #d2d0db;color:#201649}._toggleContainer_19nqu_107 ._toggleLabel--outline_19nqu_120:hover{box-shadow:inset 0 0 0 1px #635c80}._toggleContainer_19nqu_107 ._toggleLabel--filled_19nqu_128{background:#f4f3f6;color:#635c80}._toggleContainer_19nqu_107 ._toggleLabel--filled_19nqu_128:hover{background:#e9e8ed}._toggleContainer_19nqu_107 ._toggleLabel_19nqu_114 svg path{stroke:currentcolor}._toggleContainer_19nqu_107 ._toggleLabel__labelPill_19nqu_138{position:absolute;top:calc(100% - 12px);display:none}._toggleContainer_19nqu_107 ._toggleLabel__labelPill--large_19nqu_143{display:flex}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146{display:none}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:not(:disabled)+._toggleLabel_19nqu_114{cursor:pointer}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked+._toggleLabel--outline_19nqu_120,._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked+._toggleLabel--filled_19nqu_128{background:#f4f3f6;box-shadow:inset 0 0 0 1.5px #201649;color:#201649}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked+._toggleLabel--outline_19nqu_120:hover,._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked+._toggleLabel--filled_19nqu_128:hover{background:#e9e8ed;box-shadow:inset 0 0 0 1.5px #635c80;color:#201649}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked:disabled+._toggleLabel--outline_19nqu_120,._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked:disabled+._toggleLabel--filled_19nqu_128{box-shadow:inset 0 0 0 1.5px #d2d0db;color:#a6a2b6}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked:disabled+._toggleLabel--outline_19nqu_120:hover,._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:checked:disabled+._toggleLabel--filled_19nqu_128:hover{background:#f4f3f6;box-shadow:inset 0 0 0 1.5px #d2d0db;color:#a6a2b6}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:not(:checked):disabled+._toggleLabel--outline_19nqu_120{background:#fff;box-shadow:inset 0 0 0 1px #d2d0db;color:#a6a2b6}._toggleContainer_19nqu_107 ._toggleButton_19nqu_146:not(:checked):disabled+._toggleLabel--filled_19nqu_128{background:#f4f3f6;color:#a6a2b6}._toggleContainer--default_19nqu_184 ._toggleLabel_19nqu_114{padding:8px 12px;border-radius:32px}._toggleContainer--medium_19nqu_188 ._toggleLabel_19nqu_114{padding:8px 12px;border-radius:8px}._toggleContainer--medium_19nqu_188 ._toggleLabel--horizontal_19nqu_192{padding:4px 12px 4px 8px}._toggleContainer--medium_19nqu_188 ._toggleLabel--horizontal_19nqu_192 svg{width:28px;height:28px}._toggleContainer--medium_19nqu_188 ._toggleLabel--vertical_19nqu_199{flex-direction:column;padding:4px 8px;gap:0}._toggleContainer--medium_19nqu_188 ._toggleLabel--vertical__labelPill_19nqu_204{position:absolute;border:solid red;transform:translateY(150%)}._toggleContainer--large_19nqu_209 ._toggleLabel_19nqu_114{height:48px;padding:8px 16px;border-radius:12px}._toggleContainer--large_19nqu_209 ._toggleLabel--horizontal_19nqu_192,._toggleContainer--large_19nqu_209 ._toggleLabel--vertical_19nqu_199{padding:8px 16px 8px 12px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_ghq2l_106{display:flex;overflow:hidden;width:100%;flex-direction:column;padding:16px;background-color:#fff;box-shadow:0 2px 8px #21164a0a,0 0 0 1px #e9e8ed;color:#201649}._root--border-radius_ghq2l_116{border-radius:8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_z8bwx_106{padding:8px 0;color:inherit}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_1nhjr_106{display:flex;align-items:center;padding-bottom:12px;color:inherit;gap:8px}._title_1nhjr_114{flex-grow:1;margin:0}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._actionBar_1fusi_106{background-color:#fff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._actionBarCta_17m7z_106{display:flex;align-items:center;padding:12px;gap:16px}._actionBarCta__text_17m7z_112{flex-grow:1;color:#635c80;text-wrap:wrap}._actionBarCta__button_17m7z_117{flex-shrink:0}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._actionBarList_1tp3q_106{display:flex;padding:12px 16px;gap:24px}@media (width <= 450px){._actionBarList_1tp3q_106{justify-content:space-between;padding:8px 12px;gap:0}._actionBarList__actionItem_1tp3q_117{flex-direction:column;flex-grow:1}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._actionItem_1hgc3_106{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#635c80;gap:4px}._actionItem_1hgc3_106:disabled{color:#d2d0db;cursor:unset}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_qb06o_106{display:flex;width:100%;justify-content:space-between;padding:8px 12px;background-color:#fff;cursor:pointer;gap:12px}._root_qb06o_106:hover{background-color:#f4f3f6}@media (hover: none) and (pointer: coarse){._root_qb06o_106:hover{background-color:#fff}}._root_qb06o_106 ._thumbnail_qb06o_123{flex-shrink:0;border:1px solid #d2d0db}._root_qb06o_106 ._iconWrapper_qb06o_127{display:flex;width:56px;height:56px;flex-shrink:0;align-items:center;justify-content:center;border-radius:4px;background:#f4f3f6;color:#635c80}._root_qb06o_106 ._detail_qb06o_138{display:flex;flex-direction:column;flex-grow:1;justify-content:center;color:#635c80;gap:2px}._root_qb06o_106 ._detail_qb06o_138 ._title_qb06o_146{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis}._root_qb06o_106 ._detail_qb06o_138 ._notificationText_qb06o_153{color:#201649;line-height:20px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}._unread_qb06o_163{background-color:#fff9e5}@media (hover: none) and (pointer: coarse){._unread_qb06o_163:hover{background-color:#fff9e5}}._unread_qb06o_163 ._bubble_qb06o_171{width:8px;height:8px;flex-shrink:0;align-self:center;border-radius:16px;background:#cc339f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._menuItem_164s4_106{--menuitem-selected-hover-color: #738C00;--menuitem-hover-color: #635C80;display:flex;width:100%;flex-shrink:0;align-items:center;padding:0 4px;background-color:#fff;color:#201649;cursor:pointer;gap:8px;text-decoration:none}._menuItem_164s4_106 ._highlightFrame_164s4_120{display:flex;flex:1;align-items:center;padding:8px;border-radius:8px;gap:8px}._menuItem_164s4_106 ._rightIcon_164s4_128{display:inherit;margin-left:auto;color:#635c80}._menuItem--selected_164s4_133 ._leftIcon_164s4_133 path{stroke:#738c00}._menuItem--selected_164s4_133 ._highlightFrame_164s4_120{background-color:#f2fbc4}@media (hover: hover) and (pointer: fine){._menuItem--selected_164s4_133:hover{color:var(--menuitem-selected-hover-color)}}._menuItem--compact_164s4_144{height:40px}@media (hover: hover) and (pointer: fine){._menuItem_164s4_106:not(._menuItem--selected_164s4_133):hover ._highlightFrame_164s4_120{background-color:#f4f3f6}._menuItem_164s4_106:not(._menuItem--selected_164s4_133):hover ._highlightFrame--compact_164s4_151{height:40px}}._menuItem_164s4_106:not(._menuItem--selected_164s4_133):active ._highlightFrame_164s4_120{background-color:#f4f3f6}._menuItem_164s4_106:not(._menuItem--selected_164s4_133):active ._highlightFrame--compact_164s4_151{height:40px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._navBar_1b0o6_106{display:grid;padding:0 4px 24px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._listItem_e2my2_106 ._navItem_e2my2_106{display:flex;width:100%;flex-direction:column;align-items:center;padding:0 4px 4px;color:#635c80;cursor:pointer}@media screen and (min-width: 690px){._listItem_e2my2_106 ._navItem_e2my2_106{padding:0 8px 8px}}._listItem_e2my2_106 ._navItem_e2my2_106 ._selector_e2my2_120{height:4px;align-self:stretch;border-radius:0 0 4px 4px;margin-bottom:4px;background-color:#cae85d;visibility:hidden}._listItem_e2my2_106 ._navItem--active_e2my2_128{padding-right:4px;padding-left:4px;color:#738c00}._listItem_e2my2_106 ._navItem--active_e2my2_128 ._selector_e2my2_120{height:4px;align-self:stretch;border-radius:0 0 4px 4px;background-color:#cae85d;visibility:visible}._label_e2my2_141{display:block;max-width:calc(100% - 1px);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._emptyState_wydl1_106{display:flex;flex-direction:column;align-items:center;padding:24px 16px}._emptyState__text_wydl1_112{display:flex;flex-direction:column;text-align:center}._emptyState__secondaryText_wydl1_117{color:#635c80}._emptyState__buttons_wydl1_120{display:flex;width:100%;flex-direction:column;gap:8px}._emptyState--small_wydl1_126{gap:16px}._emptyState--small__text_wydl1_129{gap:4px}._emptyState--medium_wydl1_132{gap:24px}._emptyState--medium__text_wydl1_135{gap:8px}._emptyState--large_wydl1_138{gap:24px}._emptyState--large__text_wydl1_141{gap:8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._notice__content_1fvlz_106{--notice-bg-color: #f4f3f6;display:flex;flex-direction:column;align-items:flex-start;background-color:var(--notice-bg-color)}._notice__header_1fvlz_113{display:flex;width:100%;align-items:center;justify-content:space-between}._notice__iconHeadline_1fvlz_119{display:flex;align-items:center;gap:8px}._notice--small_1fvlz_124{gap:4px}._notice--medium_1fvlz_127{gap:8px}._notice--sticky_1fvlz_130{padding:16px}._notice--embedded_1fvlz_133{padding:8px;border-radius:8px}._notice--pink_1fvlz_137{--notice-bg-color: #ff9de2}._notice--green_1fvlz_140{--notice-bg-color: #f2fbc4}._notice--grey_1fvlz_143{--notice-bg-color: #f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}@keyframes _snackbarbottom_194fm_1{0%{transform:translateY(160%)}45%{transform:translateY(-12%)}70%{transform:translateY(4%)}90%,to{transform:translateY(0)}}._animation--enter_194fm_120{transform:translateY(100%)}._animation--enter-active_194fm_124{animation:_snackbarbottom_194fm_1 .6s;transform:translateY(0)}._animation--exit_194fm_129{transform:translateY(0)}._animation--exit-active_194fm_133{animation:_snackbarbottom_194fm_1 reverse .6s;transform:translateY(160%)}._snackbar_194fm_138{position:fixed;z-index:2;bottom:32px;left:32px;display:flex;width:343px;height:56px;justify-content:space-between;padding:8px 16px;border-radius:8px;background-color:#21164ae6;box-shadow:0 6px 32px #20164933;gap:12px;touch-action:none}@media screen and (max-width: 799px){._snackbar_194fm_138{right:0;bottom:calc(86px + env(safe-area-inset-bottom));left:0;margin:auto}}._snackbar__left_194fm_162{display:flex;flex-grow:1;align-items:center;gap:8px}._snackbar__right_194fm_168{display:flex;align-items:center;gap:8px}._snackbar__textLabel_194fm_173{overflow:hidden;max-height:40px;flex-grow:1;color:#fff;overflow-wrap:break-word;white-space:normal}._snackbar__textButton_194fm_181{text-wrap:nowrap}._snackbar__dismiss_194fm_184{color:#fff}._snackbar__icon_194fm_187{flex-shrink:0;color:#cae85d}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._fieldset_o9167_106{border:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._radiobuttoncluster_17n52_106{display:flex;flex-direction:column;gap:16px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._toggleGroupStory_1hc98_106{display:flex;flex-wrap:wrap;gap:8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._switcherToggle_1dbhj_107{display:inline-flex;width:100%;justify-content:space-between;padding:4px;border-radius:32px;background:#f4f3f6}._switcherToggle_1dbhj_107 ._input_1dbhj_115{display:none}._switcherToggle_1dbhj_107 ._input_1dbhj_115:not(:checked)+._label_1dbhj_118{background-color:transparent;color:#635c80}._switcherToggle_1dbhj_107 ._input_1dbhj_115:not(:checked)+._label_1dbhj_118:hover{background:#e9e8ed}._switcherToggle_1dbhj_107 ._label_1dbhj_118{width:100%;flex:1 0 0;padding:8px;border-radius:32px;cursor:pointer;text-align:center;transition:background-color .1s,color .1s}._switcherToggle_1dbhj_107 ._label_1dbhj_118 p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;display:block;white-space:nowrap}._switcherToggle--filled_1dbhj_143 ._input_1dbhj_115:checked+._label_1dbhj_118{background:#4c4566e6;color:#fff}._switcherToggle--filled_1dbhj_143 ._input_1dbhj_115:checked+._label_1dbhj_118:hover{background:#21164ae6}._switcherToggle--outline_1dbhj_150 ._input_1dbhj_115:checked+._label_1dbhj_118{background:#fff;box-shadow:inset 0 0 0 1.5px #201649;color:#201649}._switcherToggle--outline_1dbhj_150 ._input_1dbhj_115:checked+._label_1dbhj_118:hover{background:#f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._toggleInput_1j7zm_106{display:flex;width:100%;align-items:center;padding:8px 16px;background-color:#fff;color:#635c80;cursor:pointer;gap:12px}._toggleInput_1j7zm_106 svg{flex-shrink:0}._toggleInput_1j7zm_106 ._textWrapper_1j7zm_119{display:flex;flex-direction:column;flex-grow:1}._toggleInput_1j7zm_106 ._textWrapper--withDescription_1j7zm_124{gap:4px}._toggleInput_1j7zm_106 ._switch_1j7zm_127{flex-shrink:0}._toggleInput--checked_1j7zm_130{color:#201649}._toggleInput--disabled_1j7zm_133{cursor:unset}._toggleInput--withBorder_1j7zm_136{padding:12px 16px;border-radius:16px;box-shadow:inset 0 0 0 1px #d2d0db}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._tabsCard_1gzxm_106{padding:0}._tabsCard_1gzxm_106 ._tabs_1gzxm_106{display:flex;flex-direction:column;gap:16px}._tabsCard_1gzxm_106 ._label_1gzxm_114{color:#635c80;text-align:center}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118{display:flex;overflow:auto;gap:16px;scrollbar-width:none}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118:hover{scrollbar-color:auto}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118 button{position:relative;display:flex;min-height:40px;align-items:center;justify-content:center;padding:12px 16px 8px;cursor:pointer}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118 button[aria-selected=true] ._selectedTab_1gzxm_136{position:absolute;bottom:0;left:0;width:100%;height:2px;border-radius:2px 2px 0 0;background:#201649}._tabsCard_1gzxm_106 ._tabsList_1gzxm_118 button[aria-selected=true] ._label_1gzxm_114{margin-bottom:8;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none;color:#201649}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._root_1bz6w_106{position:relative;width:100%;max-width:170px;height:100%;cursor:pointer}._root--aggregator_1bz6w_113{max-width:156px}._root__content_1bz6w_116{display:flex;height:100%;flex-direction:column}._root__bookmark_1bz6w_121{position:absolute;z-index:1000;top:8px;right:8px}._root__header_1bz6w_127{position:relative;overflow:hidden;width:100%;border-radius:8px;aspect-ratio:4/3}._root__header__reserved_1bz6w_134{position:absolute;display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:#ffffffb3;opacity:0}._root__header__reserved--visible_1bz6w_144{opacity:1}._root__header__reserved__box_1bz6w_147{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:4px;background:#4c4566e6;color:#fff}._root__header__image_1bz6w_156{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._root__info_1bz6w_161{display:flex;flex:1;flex-direction:column;padding:8px 4px 0}._root__info__top_1bz6w_167{flex:1}._root__info__price_1bz6w_170{color:#01819c}._root__info__price--reserved_1bz6w_173{color:#a6a2b6}._root__info__title_1bz6w_176{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;color:#201649}._root__info__timeStamp_1bz6w_184{padding-top:4px;color:#635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._legend_1efwm_106{display:flex;flex-direction:column;padding-bottom:12px;gap:8px}._legend_1efwm_106 ._text_1efwm_112{color:#635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._overlay_50enn_106{position:fixed;z-index:10000;top:0;left:0;width:100%;height:100%;animation:_fade-in_50enn_1 .5s ease-out forwards;background:#000}._sheet_50enn_117{position:fixed;z-index:10001;bottom:0;left:0;width:100%;padding:0;border:none;animation:_slide-up_50enn_1 .5s forwards;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px}._sheet_50enn_117 ._sheetWrapper_50enn_130{display:flex;flex-direction:column;background-color:transparent;box-shadow:0 6px 32px #20164933;color:#201649;outline:none}._sheet_50enn_117 ._sheetWrapper_50enn_130 ._sheetBody_50enn_138{padding:4px 16px}._sheet_50enn_117 ._sheetWrapper_50enn_130 ._sheetHeader_50enn_141{padding:24px 16px 12px}._sheet_50enn_117 ._sheetWrapper_50enn_130 ._sheetHeader_50enn_141 header{padding:0}._sheet_50enn_117 ._sheetWrapper_50enn_130 ._sheetHeader_50enn_141 header svg path{stroke:#635c80}._sheet_50enn_117 ._sheetWrapper_50enn_130 ._sheetHeader_50enn_141 header h3{color:#201649}._sheet_50enn_117 ._sheetWrapper_50enn_130 ._sheetFooter_50enn_153{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 12px 32px;gap:12px}@keyframes _slide-up_50enn_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _fade-in_50enn_1{0%{opacity:0}to{opacity:.5}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._backdrop_1lf8q_106{position:fixed;z-index:-1;background:#0003;top:0;right:0;bottom:0;left:0}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._modal_9duh2_106{position:fixed;z-index:1300;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0}._modal_9duh2_106 ._modalWrapper_9duh2_114{display:flex;max-width:90vw;max-height:90vh;flex-direction:column;border-radius:16px;background-color:#fff;box-shadow:0 6px 32px #2016491a;outline:none;overflow-x:hidden}@media screen and (min-width: 690px){._modal_9duh2_106 ._modalWrapper_9duh2_114{max-width:560px}}._modal_9duh2_106 ._modalWrapper_9duh2_114 ._modalHeader_9duh2_130{position:sticky;z-index:1;top:0;padding:16px;background-color:#fff}._modal_9duh2_106 ._modalWrapper_9duh2_114 ._modalHeader_9duh2_130 h3{color:#201649}._modal_9duh2_106 ._modalWrapper_9duh2_114 ._modalHeader_9duh2_130 header{padding:0}._modal_9duh2_106 ._modalWrapper_9duh2_114 header button:first-child{display:none}._modal_9duh2_106 ._modalWrapper_9duh2_114 ._crossCircle_9duh2_146 svg path{stroke:#635c80}._modal_9duh2_106 ._modalFooter_9duh2_149{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:12px 16px;gap:16px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._base_pz0sp_106{z-index:1060}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._backdrop_11wot_106{position:fixed;z-index:-1;background:#0003;top:0;right:0;bottom:0;left:0}@media screen and (max-width: 689px){._backdrop_11wot_106{background:#fff}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(fonts/inter/Inter.var.woff2) format("woff2")}._sheet_qnncf_106{position:fixed;z-index:1300;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0}._sheet_qnncf_106 ._sheetWrapper_qnncf_114{min-width:560px;border-radius:0;background-color:#fff;box-shadow:0 6px 32px #2016491a;outline:none}@media screen and (min-width: 690px){._sheet_qnncf_106 ._sheetWrapper_qnncf_114{border-radius:16px}}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 ._sheetHeader_qnncf_126{padding:16px}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 ._sheetHeader_qnncf_126 header{padding:0}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 header button:first-child{display:none}@media screen and (max-width: 689px){._sheet_qnncf_106 ._sheetWrapper_qnncf_114{width:100%;min-width:auto;height:100%}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 header button:last-child{display:none}._sheet_qnncf_106 ._sheetWrapper_qnncf_114 header button:first-child{display:block}}._sheet_qnncf_106 ._sheetFooter_qnncf_148{display:none;flex-direction:row;align-items:center;justify-content:space-between;margin:16px;gap:16px}._sheet_qnncf_106 ._sheetFooter--alwaysVisible_qnncf_156{display:flex}@media screen and (min-width: 690px){._sheet_qnncf_106 ._sheetFooter_qnncf_148{display:flex}}