.spinner-container>div.spinner{width:24px;height:24px;animation:2s linear infinite spinner-spin;display:block;overflow:hidden}.spinner-container>div.spinner>svg{width:24px;height:24px;animation:2s infinite spinner-spin;display:block;overflow:hidden}.spinner-container>div.spinner>svg>circle{stroke:var(--color-primary,var(--color-primary,#0053ff));animation:4s infinite spinner-circle}.spinner-container{width:24px;height:24px}.spinner-container.inline{vertical-align:middle;display:inline-block}.spinner-container.center{justify-content:center;align-items:center;width:100%;height:auto;display:flex}.spinner-container.gray div.spinner>svg>circle{stroke:var(--color-gray-1,#868686)}@keyframes spinner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner-circle{0%{stroke-dasharray:15 100}50%{stroke-dasharray:40 100}to{stroke-dasharray:15 100}}@keyframes spinner-end{to{stroke-dasharray:0 100}}@keyframes shine-lines{0%{background-position:-50vw}80%,to{background-position:100vw}}.st-navigation-bar>.header>h1{font-size:15px;font-weight:var(--font-weight-semibold,600)}@media (width<=400px){.st-navigation-bar>.header>h1{font-size:14px}}body.web-android .st-navigation-bar>.header>h1,body.native-android .st-navigation-bar>.header>h1{letter-spacing:-.015em;font-size:16px}.st-navigation-bar-container{--st-hr-margin:0px;z-index:200;height:0;position:relative;overflow:visible}.st-navigation-bar-container+main{--st-navigation-bar-correction:calc(var(--st-navigation-bar-height,50px) + var(--current-view-safe-area-top,0px))}.st-navigation-bar-container.has-sticky-sibling+main{--st-navigation-bar-correction:calc(var(--st-navigation-bar-height,50px) - 1px + var(--current-view-safe-area-top,0px))}.st-navigation-bar-container.transparent>.st-navigation-bar{background:0 0}.st-navigation-bar-container+main>h1:first-child,.st-navigation-bar-container+main>:first-child>h1:first-child{transition:opacity .4s}.st-navigation-bar-container.scrolled+main>h1:first-child,.st-navigation-bar-container.scrolled+main>:first-child>h1:first-child{opacity:0}.st-navigation-bar-background{padding:var(--st-safe-area-top,0px) var(--navigation-bar-horizontal-padding,var(--st-horizontal-padding,40px)) 0 var(--navigation-bar-horizontal-padding,var(--st-horizontal-padding,40px));box-sizing:border-box;opacity:1;z-index:201;width:100%;height:50px;transition:opacity .2s;display:grid;position:absolute}.st-navigation-bar-background .inherited-header{height:fit-content}.st-navigation-bar-background.scrolled{opacity:0;pointer-events:none}.st-navigation-bar{padding:var(--st-safe-area-top,0px) max(var(--navigation-bar-horizontal-padding,var(--st-horizontal-padding,40px)), var(--st-safe-area-right,0px)) 0 max(var(--navigation-bar-horizontal-padding,var(--st-horizontal-padding,40px)), var(--st-safe-area-left,0px));word-break:normal;z-index:200;pointer-events:none;background:0 0;margin:-1px 0 0;position:relative}.st-navigation-bar .debug-overlay{font-size:11px;position:absolute;top:0;left:0}.st-navigation-bar:before{content:"";background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));border-bottom:var(--border-width-thin,1px) solid var(--color-border-shade,#bdbdbd);z-index:-1;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;position:absolute;inset:0}body.native-android .st-navigation-bar:before,body.web-android .st-navigation-bar:before{background:var(--color-current-background,var(--color-background,#fff));border-bottom:none}body.web-iOS .st-navigation-bar:before,body.native-iOS .st-navigation-bar:before{background:linear-gradient(rgba(var(--rgb-background,255), var(--rgb-background,255), var(--rgb-background,255), 1) 0%, rgba(var(--rgb-background,255), var(--rgb-background,255), var(--rgb-background,255), .95) calc(var(--st-safe-area-top,0px) + var(--st-navigation-bar-height) * .8), rgba(var(--rgb-background,255), var(--rgb-background,255), var(--rgb-background,255), 0) 100%);border-bottom:none;bottom:-50px}body.web-iOS .st-navigation-bar>.header,body.native-iOS .st-navigation-bar>.header{pointer-events:none}body.web-iOS .st-navigation-bar-container.has-sticky-sibling .st-navigation-bar:before,.st-navigation-bar body.native-iOS .st-navigation-bar-container.has-sticky-sibling:before{background:var(--color-current-background,var(--color-background,#fff));bottom:0}body.web-iOS .st-navigation-bar-container.has-sticky-sibling .st-navigation-bar>.header,.st-navigation-bar body.native-iOS .st-navigation-bar-container.has-sticky-sibling>.header{pointer-events:all}.st-navigation-bar.large:before{box-shadow:0px 2px 5px var(--color-shadow,#0000001a);border-bottom-color:#0000}body.web-iOS .st-navigation-bar.negative:before,body.native-iOS .st-navigation-bar.negative:before{background:linear-gradient(var(--color-background,#fff), rgba(var(--rgb-background,255), var(--rgb-background,255), var(--rgb-background,255), .5) 100%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);bottom:0}.st-navigation-bar.scrolled:before{opacity:1;transform:translateY(0)}.st-navigation-bar.scrolled>.header>h1{opacity:1}@media (width>=550px){.st-navigation-bar{padding-top:max(var(--st-safe-area-top,0px), 5px)}}.st-navigation-bar .footer{opacity:0;pointer-events:none;padding:0 max(var(--navigation-bar-horizontal-padding,var(--st-horizontal-padding,40px)), var(--st-safe-area-right,0px)) 0 max(var(--navigation-bar-horizontal-padding,var(--st-horizontal-padding,40px)), var(--st-safe-area-left,0px));margin:0 calc(-1 * max(var(--navigation-bar-horizontal-padding,var(--st-horizontal-padding,40px)), var(--st-safe-area-right,0px))) 0 calc(-1 * max(var(--navigation-bar-horizontal-padding,var(--st-horizontal-padding,40px)), var(--st-safe-area-left,0px)));transition:opacity .3s,transform .3s}.st-navigation-bar .footer.scrolled{opacity:1;pointer-events:all;transform:translateY(0)}.st-navigation-bar>.header{pointer-events:all;height:50px}body.native-android .st-navigation-bar>.header,body.web-android .st-navigation-bar>.header{height:60px}body.native-iOS .st-navigation-bar>.header,body.web-iOS .st-navigation-bar>.header{height:70px}.st-navigation-bar>.header{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.st-navigation-bar>.header>div{flex-direction:row;align-items:center;display:flex}.st-navigation-bar>.header>div.left>*{pointer-events:all}.st-navigation-bar>.header>div.left{padding-right:15px}.st-navigation-bar>.header>div.left:empty,.st-navigation-bar>.header>div.left.empty{min-width:0}.st-navigation-bar>.header>div.left:empty+h1,.st-navigation-bar>.header>div.left.empty+h1{margin-left:-10px}.st-navigation-bar>.header>div.left:empty,.st-navigation-bar>.header>div.left.empty{padding-right:0}.st-navigation-bar>.header>div.left{flex-direction:row;justify-content:flex-start;align-items:center;gap:25px;display:flex}body.web-iOS .st-navigation-bar>.header>div.left,body.native-iOS .st-navigation-bar>.header>div.left{gap:10px}:is(body.web-android .st-navigation-bar>.header>div.left:has(.icon.arrow-back)+h1,body.native-android .st-navigation-bar>.header>div.left:has(.icon.arrow-back)+h1){text-align:left}.st-navigation-bar>.header>div.right>*{pointer-events:all}.st-navigation-bar>.header>div.right{padding-left:15px}.st-navigation-bar>.header>div.right:empty,.st-navigation-bar>.header>div.right.empty{min-width:0;padding-left:0}.st-navigation-bar>.header>div.right{flex-direction:row;justify-content:flex-end;align-items:center;gap:16px;display:flex}body.web-iOS .st-navigation-bar>.header>div.right,body.native-iOS .st-navigation-bar>.header>div.right{gap:12px}.st-navigation-bar>.header>h1{text-overflow:ellipsis;white-space:nowrap;opacity:0;text-align:center;min-width:0;transition:opacity .2s;overflow:hidden}.st-navigation-bar>.header.show-title>h1{opacity:1}.st-navigation-bar>.header.large{height:80px;margin-bottom:0}body.native-android .st-navigation-bar>.header.large,body.web-android .st-navigation-bar>.header.large{height:70px}.st-navigation-bar.large{padding:var(--st-safe-area-top,0px) 20px 0 20px}@media (width<=450px){.st-navigation-bar.large{padding:var(--st-safe-area-top,0px) 15px 0 15px}}.st-navigation-bar .input{flex-shrink:10000000;width:220px;display:inline-block}@media (width<=500px){.st-navigation-bar .input{width:100%;min-width:150px}}.st-navigation-bar select.input{width:auto}.loading-view-container.fade-leave-active{opacity:1;transition:opacity .2s}.loading-view-container.fade-leave-to{opacity:0}.st-loading-box{opacity:1;justify-content:center;align-items:center;min-height:60px;transition:opacity .2s;display:flex}.st-loading-box.fade-leave-active{z-index:100;position:absolute;inset:0}.st-loading-box.fade-leave-to{opacity:0}.loading-view{z-index:12;opacity:1;background:var(--color-current-background,var(--color-background,#fff));height:100%;inset:0;position:absolute!important}.st-view>.loading-view{min-height:100dvh;min-height:var(--frozen-height,calc(var(--vh,1vh) * 100));position:absolute!important}.loading-view>.spinner-container{opacity:1;min-height:48px;transition:opacity 1s .5s;position:absolute;top:0;left:0;right:0;height:100%!important}.loading-view.fade-enter-from>.spinner-container,.loading-view-container.fade-enter-from .loading-view>.spinner-container{opacity:0}.loading-view.fade-enter-from.mounted>.spinner-container,.loading-view-container.fade-enter-from.mounted .loading-view>.spinner-container{opacity:1}.loading-box-transition{opacity:1;transition:opacity .2s}.loading-box-transition.fade-leave-active{z-index:100;position:absolute;inset:0}.loading-box-transition.fade-enter-from{opacity:1}.loading-box-transition.fade-leave-to{opacity:0}.loading-button{max-width:fit-content;display:block;position:relative}.loading-button:first-child:last-child,.loading-button.block{display:block}.loading-button.max{width:100%;max-width:none;display:block}.loading-button.bottom{margin-top:auto;padding-top:15px}.loading-button>div:first-child{flex-direction:column;align-items:stretch;transition:transform .3s;display:flex}.loading-button>div:last-child{opacity:0;contain:strict;pointer-events:none;justify-content:flex-end;align-items:center;width:24px;height:24px;transition:opacity .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-button.loading>div:first-child{opacity:.2}.loading-button.loading>div:last-child{opacity:1}.import-error-view .icon.retry{margin-right:5px}.promise-view.st-view{background:0 0}.tab-bar-controller{--tab-bar-header-height:80px;height:calc(var(--vh,1vh) * 100);--saved-vh:var(--vh,1vh);--saved-keyboard-height:var(--keyboard-height,0px);--saved-st-safe-area-bottom:var(--st-safe-area-bottom,0px);--saved-st-safe-area-top:var(--st-safe-area-top,0px);max-height:100dvh;overflow:clip}.tab-bar-controller>header{box-sizing:border-box;height:calc(var(--tab-bar-header-height) + var(--st-safe-area-top,0px));border-bottom:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);background:var(--color-background,#fff);padding-top:var(--st-safe-area-top,0px);grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.tab-bar-controller>header>.left{padding-left:20px}.tab-bar-controller>header>.right{justify-self:end;padding-right:20px}.tab-bar-controller>header>.middle{flex-direction:row;justify-content:center;gap:45px;display:flex}.tab-bar-controller>header>.middle>.item{height:var(--tab-bar-header-height);display:block}.tab-bar-controller>header>.middle>.item>div{height:var(--tab-bar-header-height);text-align:center;justify-content:center;align-items:center;display:flex}.tab-bar-controller>.main{background:var(--color-current-background)}.tab-bar-controller>.main.showTopBar{--vh:calc(var(--saved-vh,1vh) - (var(--tab-bar-header-height) + var(--saved-st-safe-area-top,0px)) / 100);--st-safe-area-top:0px}.tab-bar-controller>.main.showBottomBar{--st-safe-area-bottom:calc(var(--saved-st-safe-area-bottom) + var(--tab-bar-header-height))}.tab-bar-controller>.main.showBottomBar.shouldHideBottomBar{--st-safe-area-bottom:var(--saved-st-safe-area-bottom)}.tab-bar-controller>.main{height:calc(var(--vh,1vh) * 100);overflow:clip}.tab-bar-controller>footer{height:var(--tab-bar-header-height);background:var(--color-background,#fff);background:color-mix(in srgb, var(--color-background,#fff) 70%, transparent);padding-bottom:var(--st-safe-area-bottom,0px);-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .2s,opacity .2s}body.web-android .tab-bar-controller>footer,body.native-android .tab-bar-controller>footer{background:var(--color-background-shade,#f7f7f7);-webkit-backdrop-filter:none;backdrop-filter:none;border-top:0}.tab-bar-controller>footer{z-index:1000;grid-template-columns:repeat(auto-fit,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.tab-bar-controller>footer>button{min-width:0;overflow:hidden}.tab-bar-controller>footer.hidden{opacity:0;transform:translateY(100%)}.logo-container{width:var(--block-width,40px);height:var(--block-width,40px);justify-content:flex-start;align-items:center;gap:10px;text-decoration:none;display:flex}.stamhoofd-logo{display:block}.stamhoofd-logo .text{fill:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.stamhoofd-logo .icon-fill{fill:var(--color-primary,#0053ff)}.stamhoofd-logo .icon{stroke:var(--color-primary,#0053ff)}.stamhoofd-logo:last-child{width:calc(var(--block-width,40px) - 10px);height:calc(var(--block-width,40px) - 10px);display:none}.stamhoofd-logo-container{display:block}.stamhoofd-logo-container.small svg:first-child{display:none}.stamhoofd-logo-container.small svg:last-child{display:inline-block}@media (width<=450px){.stamhoofd-logo-container.responsive svg:first-child{display:none}.stamhoofd-logo-container.responsive svg:last-child{display:inline-block}}.checkbox.manual{pointer-events:none}.context-menu{box-shadow:0 20px 25px #0000000d,0 20px 20px #0000000d,0 20px 10px #0000000d}@media (prefers-color-scheme:dark){.context-menu{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}}.context-menu .context-menu-item{font-size:13px;font-weight:var(--font-weight-medium,500)}@media (width<=450px){.context-menu .context-menu-item{font-size:15px;font-weight:var(--font-weight-medium,500)}}.context-menu .context-menu-item .description{font-size:12px;font-weight:var(--font-weight-default,500);opacity:.5;font-variation-settings:"opsz" 19;white-space:wrap;line-height:1.3}.context-menu-container{z-index:10000;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;position:fixed;inset:0}.context-menu-container.disableDismiss{pointer-events:none}.context-menu-container.disableDismiss>*{pointer-events:all}.context-menu-container.hasParent{pointer-events:none}.context-menu-container.hasParent .context-menu{pointer-events:auto}.context-menu-container .context-menu{transform-origin:0 0;transition:transform .2s}.context-menu-container .context-menu.top{transform-origin:0 100%}.context-menu-container .context-menu.left{transform-origin:100% 0}.context-menu-container .context-menu.left.top{transform-origin:100% 100%}.context-menu-container.show-enter-active,.context-menu-container.show-leave-active{transition:opacity .2s}.context-menu-container.show-enter-from{opacity:0}.context-menu-container.show-enter-from .context-menu{transform:scale(.8)}.context-menu-container.show-leave-to{opacity:0}.context-menu-container.show-leave-to .context-menu{transform:scale(.8)}.context-menu-container .triangle{opacity:.5;pointer-events:none;z-index:100000;background:red;position:absolute;inset:0}.context-menu{z-index:10000;background:var(--color-background,#fff);--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-shade-darker,#f0f0f0);border:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);box-sizing:border-box;border-radius:16px;min-width:230px;padding:8px 15px;position:fixed}@media (width<=450px){.context-menu{min-width:70vw}}.context-menu{max-width:min(350px,100vw - 30px);overflow:hidden auto;transform:translate(0,0)}.context-menu .context-menu-item{cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:#0000;color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));text-align:left;box-sizing:content-box;border-radius:9px;flex-direction:row;align-items:center;width:100%;min-height:26px;margin-left:-8px;margin-right:-8px;padding:3px 8px;display:flex}@media (width<=450px){.context-menu .context-menu-item{min-height:38px}}.context-menu .context-menu-item.with-description{min-height:42px}.context-menu .context-menu-item .description{padding-top:6px}.context-menu .context-menu-item>.left:empty{display:none}.context-menu .context-menu-item>.left{flex-shrink:0;padding-right:10px}.context-menu .context-menu-item>.middle{text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:2px 0;overflow:hidden}.context-menu .context-menu-item>.right:empty{display:none}.context-menu .context-menu-item>.right{flex-shrink:0;margin-left:auto;padding-left:20px}.context-menu .context-menu-item.disabled{opacity:.3;cursor:not-allowed}.context-menu .context-menu-item.destructive{color:var(--color-error,#f0153d)}.context-menu .context-menu-item:not(.disabled).isOpen{background:var(--color-gray-2,#d1d1d1)}.context-menu .context-menu-item:not(.disabled).hover,.context-menu .context-menu-item:not(.disabled):active:not(.disable-active){background:var(--color-primary,#0053ff);color:var(--color-primary-contrast,#fff)}.context-menu .context-menu-line{background:var(--color-gray-3,#e5e5e5);border-radius:var(--border-width-thin,1px);height:var(--border-width-thin,1px);border:0;outline:0;margin:6px -20px}@media (width<=450px){.context-menu .context-menu-line{margin:6px -20px}}.image-component{position:relative;overflow:hidden}.image-component img{object-fit:scale-down;width:100%;height:100%;position:absolute;top:0;left:0}@font-face{font-family:st-icons;font-display:block;src:url(/assets/st-icons-a03b91caac493d859e2651830a7ed7ba66ba66a90222f90d460a07bcfbb4841e-D2Fhg5vB.woff2)format("woff2"),url(/assets/st-icons-d625858168dd8b90560200b5dbf8ee06556df6424e9763d946cb8e50d29bb51c-DrFAkzLV.woff)format("woff")}.icon:before,.icon-base:before,.icon.stroke:after{font-style:normal;font-family:st-icons!important;font-weight:400!important}.error-box:before{content:""}.info-box:before{content:""}.success-box:before{content:""}.warning-box:before{content:""}.icon.add-circle:before,.icon-base.add-circle:before,.icon.stroke.add-circle:after{content:""}.icon.add-in-circle:before,.icon-base.add-in-circle:before,.icon.stroke.add-in-circle:after{content:""}.icon.add-line:before,.icon-base.add-line:before,.icon.stroke.add-line:after{content:""}.icon.add:before,.icon-base.add:before,.icon.stroke.add:after{content:""}.icon.archive:before,.icon-base.archive:before,.icon.stroke.archive:after{content:""}.icon.arrow-back-in-circle:before,.icon-base.arrow-back-in-circle:before,.icon.stroke.arrow-back-in-circle:after{content:""}.icon.arrow-back-ios:before,.icon-base.arrow-back-ios:before,.icon.stroke.arrow-back-ios:after{content:""}.icon.arrow-back:before,.icon-base.arrow-back:before,.icon.stroke.arrow-back:after{content:""}.icon.arrow-down-small:before,.icon-base.arrow-down-small:before,.icon.stroke.arrow-down-small:after{content:""}.icon.arrow-down:before,.icon-base.arrow-down:before,.icon.stroke.arrow-down:after{content:""}.icon.arrow-left:before,.icon-base.arrow-left:before,.icon.stroke.arrow-left:after{content:""}.icon.arrow-right-small:before,.icon-base.arrow-right-small:before,.icon.stroke.arrow-right-small:after{content:""}.icon.arrow-right:before,.icon-base.arrow-right:before,.icon.stroke.arrow-right:after{content:""}.icon.arrow-swap:before,.icon-base.arrow-swap:before,.icon.stroke.arrow-swap:after{content:""}.icon.arrow-up-circle:before,.icon-base.arrow-up-circle:before,.icon.stroke.arrow-up-circle:after{content:""}.icon.arrow-up-small:before,.icon-base.arrow-up-small:before,.icon.stroke.arrow-up-small:after{content:""}.icon.arrow-up:before,.icon-base.arrow-up:before,.icon.stroke.arrow-up:after{content:""}.icon.attachment:before,.icon-base.attachment:before,.icon.stroke.attachment:after{content:""}.icon.bank:before,.icon-base.bank:before,.icon.stroke.bank:after{content:""}.icon.basket:before,.icon-base.basket:before,.icon.stroke.basket:after{content:""}.icon.bold:before,.icon-base.bold:before,.icon.stroke.bold:after{content:""}.icon.book:before,.icon-base.book:before,.icon.stroke.book:after{content:""}.icon.box:before,.icon-base.box:before,.icon.stroke.box:after{content:""}.icon.calculator:before,.icon-base.calculator:before,.icon.stroke.calculator:after{content:""}.icon.calendar:before,.icon-base.calendar:before,.icon.stroke.calendar:after{content:""}.icon.camera-line:before,.icon-base.camera-line:before,.icon.stroke.camera-line:after{content:""}.icon.camera:before,.icon-base.camera:before,.icon.stroke.camera:after{content:""}.icon.canceled:before,.icon-base.canceled:before,.icon.stroke.canceled:after{content:""}.icon.card:before,.icon-base.card:before,.icon.stroke.card:after{content:""}.icon.category:before,.icon-base.category:before,.icon.stroke.category:after{content:""}.icon.chargeback:before,.icon-base.chargeback:before,.icon.stroke.chargeback:after{content:""}.icon.circle:before,.icon-base.circle:before,.icon.stroke.circle:after{content:""}.icon.clock-bold:before,.icon-base.clock-bold:before,.icon.stroke.clock-bold:after{content:""}.icon.clock-small:before,.icon-base.clock-small:before,.icon.stroke.clock-small:after{content:""}.icon.clock:before,.icon-base.clock:before,.icon.stroke.clock:after{content:""}.icon.close-in-circle:before,.icon-base.close-in-circle:before,.icon.stroke.close-in-circle:after{content:""}.icon.close:before,.icon-base.close:before,.icon.stroke.close:after{content:""}.icon.code:before,.icon-base.code:before,.icon.stroke.code:after{content:""}.icon.collapse-left:before,.icon-base.collapse-left:before,.icon.stroke.collapse-left:after{content:""}.icon.commit:before,.icon-base.commit:before,.icon.stroke.commit:after{content:""}.icon.company:before,.icon-base.company:before,.icon.stroke.company:after{content:""}.icon.copy:before,.icon-base.copy:before,.icon.stroke.copy:after{content:""}.icon.date-range:before,.icon-base.date-range:before,.icon.stroke.date-range:after{content:""}.icon.date-time:before,.icon-base.date-time:before,.icon.stroke.date-time:after{content:""}.icon.declined:before,.icon-base.declined:before,.icon.stroke.declined:after{content:""}.icon.disabled-bold:before,.icon-base.disabled-bold:before,.icon.stroke.disabled-bold:after{content:""}.icon.disabled-person:before,.icon-base.disabled-person:before,.icon.stroke.disabled-person:after{content:""}.icon.disabled:before,.icon-base.disabled:before,.icon.stroke.disabled:after{content:""}.icon.dot:before,.icon-base.dot:before,.icon.stroke.dot:after{content:""}.icon.download:before,.icon-base.download:before,.icon.stroke.download:after{content:""}.icon.drag:before,.icon-base.drag:before,.icon.stroke.drag:after{content:""}.icon.earth-off:before,.icon-base.earth-off:before,.icon.stroke.earth-off:after{content:""}.icon.earth:before,.icon-base.earth:before,.icon.stroke.earth:after{content:""}.icon.edit:before,.icon-base.edit:before,.icon.stroke.edit:after{content:""}.icon.education:before,.icon-base.education:before,.icon.stroke.education:after{content:""}.icon.email-edited-layer-1:before,.icon-base.email-edited-layer-1:before,.icon.stroke.email-edited-layer-1:after{content:""}.icon.email-edited-layer-2:before,.icon-base.email-edited-layer-2:before,.icon.stroke.email-edited-layer-2:after{content:""}.icon.email-filled:before,.icon-base.email-filled:before,.icon.stroke.email-filled:after{content:""}.icon.email-template:before,.icon-base.email-template:before,.icon.stroke.email-template:after{content:""}.icon.email:before,.icon-base.email:before,.icon.stroke.email:after{content:""}.icon.empty:before,.icon-base.empty:before,.icon.stroke.empty:after{content:""}.icon.environment:before,.icon-base.environment:before,.icon.stroke.environment:after{content:""}.icon.error:before,.icon-base.error:before,.icon.stroke.error:after{content:""}.icon.event:before,.icon-base.event:before,.icon.stroke.event:after{content:""}.icon.exclamation-two:before,.icon-base.exclamation-two:before,.icon.stroke.exclamation-two:after{content:""}.icon.exclamation:before,.icon-base.exclamation:before,.icon.stroke.exclamation:after{content:""}.icon.external:before,.icon-base.external:before,.icon.stroke.external:after{content:""}.icon.eye-off:before,.icon-base.eye-off:before,.icon.stroke.eye-off:after{content:""}.icon.eye:before,.icon-base.eye:before,.icon.stroke.eye:after{content:""}.icon.feedback-line:before,.icon-base.feedback-line:before,.icon.stroke.feedback-line:after{content:""}.icon.feedback:before,.icon-base.feedback:before,.icon.stroke.feedback:after{content:""}.icon.female:before,.icon-base.female:before,.icon.stroke.female:after{content:""}.icon.file-excel:before,.icon-base.file-excel:before,.icon.stroke.file-excel:after{content:""}.icon.file-filled:before,.icon-base.file-filled:before,.icon.stroke.file-filled:after{content:""}.icon.file-image:before,.icon-base.file-image:before,.icon.stroke.file-image:after{content:""}.icon.file-pdf:before,.icon-base.file-pdf:before,.icon.stroke.file-pdf:after{content:""}.icon.file-word:before,.icon-base.file-word:before,.icon.stroke.file-word:after{content:""}.icon.file:before,.icon-base.file:before,.icon.stroke.file:after{content:""}.icon.filter:before,.icon-base.filter:before,.icon.stroke.filter:after{content:""}.icon.flag:before,.icon-base.flag:before,.icon.stroke.flag:after{content:""}.icon.flashlight:before,.icon-base.flashlight:before,.icon.stroke.flashlight:after{content:""}.icon.flip-vertical:before,.icon-base.flip-vertical:before,.icon.stroke.flip-vertical:after{content:""}.icon.folder-add:before,.icon-base.folder-add:before,.icon.stroke.folder-add:after{content:""}.icon.folder-open:before,.icon-base.folder-open:before,.icon.stroke.folder-open:after{content:""}.icon.folder:before,.icon-base.folder:before,.icon.stroke.folder:after{content:""}.icon.gift:before,.icon-base.gift:before,.icon.stroke.gift:after{content:""}.icon.government:before,.icon-base.government:before,.icon.stroke.government:after{content:""}.icon.group:before,.icon-base.group:before,.icon.stroke.group:after{content:""}.icon.h1:before,.icon-base.h1:before,.icon.stroke.h1:after{content:""}.icon.h2:before,.icon-base.h2:before,.icon.stroke.h2:after{content:""}.icon.h3:before,.icon-base.h3:before,.icon.stroke.h3:after{content:""}.icon.help:before,.icon-base.help:before,.icon.stroke.help:after{content:""}.icon.history:before,.icon-base.history:before,.icon.stroke.history:after{content:""}.icon.home:before,.icon-base.home:before,.icon.stroke.home:after{content:""}.icon.hourglass:before,.icon-base.hourglass:before,.icon.stroke.hourglass:after{content:""}.icon.hr:before,.icon-base.hr:before,.icon.stroke.hr:after{content:""}.icon.image:before,.icon-base.image:before,.icon.stroke.image:after{content:""}.icon.info-circle:before,.icon-base.info-circle:before,.icon.stroke.info-circle:after{content:""}.icon.info-filled:before,.icon-base.info-filled:before,.icon.stroke.info-filled:after{content:""}.icon.info-text:before,.icon-base.info-text:before,.icon.stroke.info-text:after{content:""}.icon.info:before,.icon-base.info:before,.icon.stroke.info:after{content:""}.icon.italic:before,.icon-base.italic:before,.icon.stroke.italic:after{content:""}.icon.key:before,.icon-base.key:before,.icon.stroke.key:after{content:""}.icon.label:before,.icon-base.label:before,.icon.stroke.label:after{content:""}.icon.language:before,.icon-base.language:before,.icon.stroke.language:after{content:""}.icon.lightning:before,.icon-base.lightning:before,.icon.stroke.lightning:after{content:""}.icon.link:before,.icon-base.link:before,.icon.stroke.link:after{content:""}.icon.links:before,.icon-base.links:before,.icon.stroke.links:after{content:""}.icon.location:before,.icon-base.location:before,.icon.stroke.location:after{content:""}.icon.lock:before,.icon-base.lock:before,.icon.stroke.lock:after{content:""}.icon.logout:before,.icon-base.logout:before,.icon.stroke.logout:after{content:""}.icon.male:before,.icon-base.male:before,.icon.stroke.male:after{content:""}.icon.mastercard:before,.icon-base.mastercard:before,.icon.stroke.mastercard:after{content:""}.icon.membership-filled:before,.icon-base.membership-filled:before,.icon.stroke.membership-filled:after{content:""}.icon.membership:before,.icon-base.membership:before,.icon.stroke.membership:after{content:""}.icon.menu:before,.icon-base.menu:before,.icon.stroke.menu:after{content:""}.icon.min:before,.icon-base.min:before,.icon.stroke.min:after{content:""}.icon.more-android:before,.icon-base.more-android:before,.icon.stroke.more-android:after{content:""}.icon.more-apple:before,.icon-base.more-apple:before,.icon.stroke.more-apple:after{content:""}.icon.more-circle:before,.icon-base.more-circle:before,.icon.stroke.more-circle:after{content:""}.icon.more-horizontal:before,.icon-base.more-horizontal:before,.icon.stroke.more-horizontal:after{content:""}.icon.more-in-circle:before,.icon-base.more-in-circle:before,.icon.stroke.more-in-circle:after{content:""}.icon.more:before,.icon-base.more:before,.icon.stroke.more:after{content:""}.icon.new:before,.icon-base.new:before,.icon.stroke.new:after{content:""}.icon.no-edit:before,.icon-base.no-edit:before,.icon.stroke.no-edit:after{content:""}.icon.no-partially:before,.icon-base.no-partially:before,.icon.stroke.no-partially:after{content:""}.icon.notification:before,.icon-base.notification:before,.icon.stroke.notification:after{content:""}.icon.ol:before,.icon-base.ol:before,.icon.stroke.ol:after{content:""}.icon.palette:before,.icon-base.palette:before,.icon.stroke.palette:after{content:""}.icon.paragraph:before,.icon-base.paragraph:before,.icon.stroke.paragraph:after{content:""}.icon.partially:before,.icon-base.partially:before,.icon.stroke.partially:after{content:""}.icon.pencil:before,.icon-base.pencil:before,.icon.stroke.pencil:after{content:""}.icon.period:before,.icon-base.period:before,.icon.stroke.period:after{content:""}.icon.play:before,.icon-base.play:before,.icon.stroke.play:after{content:""}.icon.plus:before,.icon-base.plus:before,.icon.stroke.plus:after{content:""}.icon.power:before,.icon-base.power:before,.icon.stroke.power:after{content:""}.icon.priority:before,.icon-base.priority:before,.icon.stroke.priority:after{content:""}.icon.privacy:before,.icon-base.privacy:before,.icon.stroke.privacy:after{content:""}.icon.qr-code:before,.icon-base.qr-code:before,.icon.stroke.qr-code:after{content:""}.icon.receipt:before,.icon-base.receipt:before,.icon.stroke.receipt:after{content:""}.icon.receive:before,.icon-base.receive:before,.icon.stroke.receive:after{content:""}.icon.redo:before,.icon-base.redo:before,.icon.stroke.redo:after{content:""}.icon.retry-bold:before,.icon-base.retry-bold:before,.icon.stroke.retry-bold:after{content:""}.icon.retry:before,.icon-base.retry:before,.icon.stroke.retry:after{content:""}.icon.reverse:before,.icon-base.reverse:before,.icon.stroke.reverse:after{content:""}.icon.search:before,.icon-base.search:before,.icon.stroke.search:after{content:""}.icon.seat:before,.icon-base.seat:before,.icon.stroke.seat:after{content:""}.icon.send-off:before,.icon-base.send-off:before,.icon.stroke.send-off:after{content:""}.icon.send:before,.icon-base.send:before,.icon.stroke.send:after{content:""}.icon.settings:before,.icon-base.settings:before,.icon.stroke.settings:after{content:""}.icon.share-apple:before,.icon-base.share-apple:before,.icon.stroke.share-apple:after{content:""}.icon.share:before,.icon-base.share:before,.icon.stroke.share:after{content:""}.icon.sliders:before,.icon-base.sliders:before,.icon.stroke.sliders:after{content:""}.icon.star-line:before,.icon-base.star-line:before,.icon.stroke.star-line:after{content:""}.icon.star:before,.icon-base.star:before,.icon.stroke.star:after{content:""}.icon.stats:before,.icon-base.stats:before,.icon.stroke.stats:after{content:""}.icon.stripe:before,.icon-base.stripe:before,.icon.stroke.stripe:after{content:""}.icon.success-in-circle:before,.icon-base.success-in-circle:before,.icon.stroke.success-in-circle:after{content:""}.icon.success-line-in-circle:before,.icon-base.success-line-in-circle:before,.icon.stroke.success-line-in-circle:after{content:""}.icon.success-line-ios:before,.icon-base.success-line-ios:before,.icon.stroke.success-line-ios:after{content:""}.icon.success-line:before,.icon-base.success-line:before,.icon.stroke.success-line:after{content:""}.icon.success:before,.icon-base.success:before,.icon.stroke.success:after{content:""}.icon.sync:before,.icon-base.sync:before,.icon.stroke.sync:after{content:""}.icon.team:before,.icon-base.team:before,.icon.stroke.team:after{content:""}.icon.text-style:before,.icon-base.text-style:before,.icon.stroke.text-style:after{content:""}.icon.ticket:before,.icon-base.ticket:before,.icon.stroke.ticket:after{content:""}.icon.trash:before,.icon-base.trash:before,.icon.stroke.trash:after{content:""}.icon.trial:before,.icon-base.trial:before,.icon.stroke.trial:after{content:""}.icon.triangle-down:before,.icon-base.triangle-down:before,.icon.stroke.triangle-down:after{content:""}.icon.triangle-right:before,.icon-base.triangle-right:before,.icon.stroke.triangle-right:after{content:""}.icon.ul:before,.icon-base.ul:before,.icon.stroke.ul:after{content:""}.icon.unbox:before,.icon-base.unbox:before,.icon.stroke.unbox:after{content:""}.icon.underline:before,.icon-base.underline:before,.icon.stroke.underline:after{content:""}.icon.undo:before,.icon-base.undo:before,.icon.stroke.undo:after{content:""}.icon.unlink:before,.icon-base.unlink:before,.icon.stroke.unlink:after{content:""}.icon.unlock:before,.icon-base.unlock:before,.icon.stroke.unlock:after{content:""}.icon.unregister:before,.icon-base.unregister:before,.icon.stroke.unregister:after{content:""}.icon.upload:before,.icon-base.upload:before,.icon.stroke.upload:after{content:""}.icon.user-admin-layer-1:before,.icon-base.user-admin-layer-1:before,.icon.stroke.user-admin-layer-1:after{content:""}.icon.user-admin-layer-2:before,.icon-base.user-admin-layer-2:before,.icon.stroke.user-admin-layer-2:after{content:""}.icon.user-blocked-layer-1:before,.icon-base.user-blocked-layer-1:before,.icon.stroke.user-blocked-layer-1:after{content:""}.icon.user-blocked-layer-2:before,.icon-base.user-blocked-layer-2:before,.icon.stroke.user-blocked-layer-2:after{content:""}.icon.user-blocked:before,.icon-base.user-blocked:before,.icon.stroke.user-blocked:after{content:""}.icon.user:before,.icon-base.user:before,.icon.stroke.user:after{content:""}.icon.visa:before,.icon-base.visa:before,.icon.stroke.visa:after{content:""}.icon.wand:before,.icon-base.wand:before,.icon.stroke.wand:after{content:""}.icon.warning:before,.icon-base.warning:before,.icon.stroke.warning:after{content:""}.icon.wifi:before,.icon-base.wifi:before,.icon.stroke.wifi:after{content:""}body.web-android .icon.more:before,body.native-android .icon.more:before,body.web-android .icon-base.more:before,body.native-android .icon-base.more:before{content:""}body.web-iOS .icon.arrow-back:before,body.native-iOS .icon.arrow-back:before,body.web-iOS .icon-base.arrow-back:before,body.native-iOS .icon-base.arrow-back:before{content:""}body.web-iOS .icon.success-line:before,body.native-iOS .icon.success-line:before,body.web-iOS .icon-base.success-line:before,body.native-iOS .icon-base.success-line:before{content:""}body.web-iOS .icon.more:before,body.native-iOS .icon.more:before,body.web-macOS .icon.more:before,body.web-iOS .icon-base.more:before,body.native-iOS .icon-base.more:before,body.web-macOS .icon-base.more:before{content:""}body.web-iOS .icon.share:before,body.native-iOS .icon.share:before,body.web-macOS .icon.share:before,body.web-iOS .icon-base.share:before,body.native-iOS .icon-base.share:before,body.web-macOS .icon-base.share:before{content:""}body.native-iOS .st-navigation-bar .button.icon.add:before,body.web-iOS .st-navigation-bar .button.icon.add:before,body.native-android .st-navigation-bar .button.icon.add.highlight:before,body.web-android .st-navigation-bar .button.icon.add.highlight:before{content:""}body.native-iOS .st-navigation-bar .button.icon.arrow-back:before,body.web-iOS .st-navigation-bar .button.icon.arrow-back:before,body.native-android .st-navigation-bar .button.icon.arrow-back.highlight:before,body.web-android .st-navigation-bar .button.icon.arrow-back.highlight:before{content:""}body.native-iOS .st-navigation-bar .button.icon.close:before,body.web-iOS .st-navigation-bar .button.icon.close:before,body.native-android .st-navigation-bar .button.icon.close.highlight:before,body.web-android .st-navigation-bar .button.icon.close.highlight:before{content:""}body.native-iOS .st-navigation-bar .button.icon.more:before,body.web-iOS .st-navigation-bar .button.icon.more:before,body.native-android .st-navigation-bar .button.icon.more.highlight:before,body.web-android .st-navigation-bar .button.icon.more.highlight:before{content:""}body.native-iOS .st-navigation-bar .button.icon.success:before,body.web-iOS .st-navigation-bar .button.icon.success:before,body.native-android .st-navigation-bar .button.icon.success.highlight:before,body.web-android .st-navigation-bar .button.icon.success.highlight:before{content:""}body.native-iOS .st-navigation-bar .button.icon.success-line:before,body.web-iOS .st-navigation-bar .button.icon.success-line:before,body.native-android .st-navigation-bar .button.icon.success-line.highlight:before,body.web-android .st-navigation-bar .button.icon.success-line.highlight:before{content:""}.icon.tiny.clock:before,.icon.text-size.clock:before,.icon-base.tiny.clock:before,.icon-base.text-size.clock:before{content:""}.icon.tiny.disabled:before,.icon.text-size.disabled:before,.icon-base.tiny.disabled:before,.icon-base.text-size.disabled:before{content:""}.icon.tiny.retry:before,.icon.text-size.retry:before,.icon-base.tiny.retry:before,.icon-base.text-size.retry:before{content:""}.tooltip{box-shadow:0 20px 25px #0000000d,0 20px 20px #0000000d,0 20px 10px #0000000d}@media (prefers-color-scheme:dark){.tooltip{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}}.tooltip{font-size:13px;font-weight:var(--font-weight-medium,500)}@media (width<=450px){.tooltip{font-size:15px;font-weight:var(--font-weight-medium,500)}}.tooltip{z-index:10000;box-sizing:border-box;background:var(--color-background-shade-darker,#f0f0f0);--color-current-background:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade:var(--color-background-shade-darker-darker,#e8e8e8);--color-current-background-shade-darker:var(--color-gray-2,#d1d1d1);border:var(--border-width-thin,1px) solid var(--color-border-shade,#bdbdbd);max-width:350px;color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));pointer-events:none;transform-origin:0 0;border-radius:16px;padding:10px 15px;line-height:1.5;transition:transform .2s;position:fixed}.tooltip.top{transform-origin:0 100%}.tooltip.left{transform-origin:100% 0}.tooltip.left.top{transform-origin:100% 100%}.tooltip.show-enter-active,.tooltip.show-leave-active{transition:opacity .2s,transform .2s}.tooltip.show-enter-from,.tooltip.show-leave-to{opacity:0;transform:scale(.8)}.tooltip>.icon{vertical-align:middle;margin:-10px 5px -10px 0;display:inline-block}.tooltip>span{vertical-align:middle;display:inline-block}.tooltip.green{background-color:var(--color-success-background,#e0f5e4);color:var(--color-success-dark,#006108)}.tooltip.green .progress{background:var(--color-success,#15c16b)}.st-list{margin:0 calc(-1 * var(--st-horizontal-padding,40px));padding:0;position:relative}.st-list>.st-list{margin:0}.st-list>.st-list-item.list-move,.st-list>.st-list-item.list-enter-active,.st-list>.st-list-item.list-leave-active{transition:transform .2s,opacity .2s!important}.st-list>.st-list-item.list-enter-from,.st-list>.st-list-item.list-leave-to{opacity:0;transform:translate(30px)}.st-list>.st-list-item.list-leave-active{position:absolute}.st-list>.st-list-item.is-dragging .middle,.st-list>.st-list-item.is-dragging .right,.st-list>.st-list-item.is-dragging .left{visibility:hidden}.st-list>.st-list-item.sortable-drag{opacity:.8!important;cursor:grabbing!important}.st-list+.style-button-bar{margin-top:15px}.st-list .icon.drag{cursor:grab}.st-list .icon.drag:active{cursor:grabbing}.st-list.is-dragging *{cursor:grabbing!important}.st-button-toolbar{margin:0;margin-bottom:calc(-1 * var(--st-vertical-padding,40px));margin-bottom:calc(-1 * var(--st-vertical-padding,40px) - var(--st-safe-area-bottom,0px));padding-top:var(--st-vertical-padding,20px)}.st-button-toolbar>div{flex-shrink:0;height:60px}.popup .st-button-toolbar>div{height:45px}.st-button-toolbar>div{box-sizing:content-box;border-top:var(--border-width-thin,1px) solid var(--color-border-shade,#bdbdbd);padding-bottom:var(--st-safe-area-bottom,0px);background:var(--color-background-shade,#f7f7f7);flex-direction:row;align-items:stretch;margin:0;display:flex;position:sticky;bottom:0}.st-button-toolbar>div>.button,.st-button-toolbar>div>.upload-button{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;height:auto;line-height:1;display:flex;position:relative;overflow:visible}.st-button-toolbar>div>.button>span,.st-button-toolbar>div>.upload-button>span{margin-bottom:4px}.st-button-toolbar>div>.button.is-active,.st-button-toolbar>div>.upload-button.is-active{color:var(--color-primary,#0053ff)}.st-button-toolbar>div>.button>.style-bubble,.st-button-toolbar>div>.upload-button>.style-bubble{background:var(--color-error,#f0153d);position:absolute;bottom:50%;left:50%;transform:translate(6px)}.st-toolbar>div>div:first-child{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.st-toolbar>div>div:first-child{font-size:14px}}.st-toolbar>div>div.flex:first-child{align-items:center;gap:7px;display:flex}.st-toolbar>div>div:has(>.icon):first-child{align-items:center;gap:7px;display:flex}.st-toolbar>div>div:has(>svg):first-child{align-items:center;gap:7px;display:flex}.st-toolbar>div>div:has(>.style-tag):first-child{align-items:center;gap:7px;display:flex}.st-toolbar>div>div:first-child strong{font-weight:var(--font-weight-semibold,600)}.st-toolbar{margin:0;margin-bottom:calc(-1 * var(--st-vertical-padding,40px));margin-bottom:calc(-1 * var(--st-vertical-padding,40px) - var(--st-safe-area-bottom,0px));padding-top:var(--st-vertical-padding,20px);z-index:100;bottom:0;overflow:hidden}.box>.st-toolbar{margin-left:calc(-1 * var(--st-horizontal-padding,20px));margin-right:calc(-1 * var(--st-horizontal-padding,20px))}.st-toolbar.center>div>div:first-child{display:none}.st-toolbar.center>div>div .button,.st-toolbar.center>div>div .loading-button{margin-top:10px;margin-left:0;margin-right:0}.st-toolbar.center>div>div .button:first-child,.st-toolbar.center>div>div .loading-button:first-child{margin-top:0}.st-toolbar.center>div>div:last-child{width:100%;max-width:400px;margin:0 auto}.st-toolbar.center>div>div:last-child>.button{box-sizing:border-box;width:100%}.st-toolbar>div{padding:8px var(--st-horizontal-padding,40px);--default-footer-padding:10px;padding-bottom:calc(var(--st-safe-area-bottom,0px) + 10px);background:var(--color-current-background,var(--color-background,#fff));border-top:var(--border-width-thin,1px) solid var(--color-gray-3,#e5e5e5);grid-template-columns:1fr auto;display:grid}.st-toolbar>div>div:first-child{align-self:center;min-width:0}.st-toolbar>div>div:last-child{flex-flow:wrap;justify-content:flex-end;align-items:stretch;gap:7px;min-width:0;display:flex}.st-toolbar>div.wrapped>div:first-child{display:none}.st-toolbar>div.wrapped{flex-direction:column;grid-template-columns:1fr;justify-content:stretch;align-items:stretch;display:grid}.st-toolbar>div.wrapped>div:last-child{flex-direction:column;flex-grow:1;justify-content:stretch;align-items:stretch}@media (width<=350px){.st-toolbar>div>div:first-child{display:none}.st-toolbar>div{flex-direction:column;grid-template-columns:1fr;justify-content:stretch;align-items:stretch;display:grid}.st-toolbar>div>div:last-child{flex-direction:column;flex-grow:1;justify-content:stretch;align-items:stretch}}.error-box-transition-enter-active,.error-box-transition-leave-active{transition:height .2s,opacity .2s}@media (prefers-reduced-motion:reduce){.error-box-transition-enter-active,.error-box-transition-leave-active{transition:none}}.error-box-parent>.error-box{backface-visibility:hidden;perspective:1000px;animation:.82s cubic-bezier(.36,.07,.19,.97) both shake;transform:translate(0,0)}@media (prefers-reduced-motion:reduce){.error-box-parent>.error-box{animation:none}}.error-box-parent{padding:5px 0}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.st-input-box>h4{font-size:14px;font-weight:var(--font-weight-semibold,600);line-height:1.6;display:block}@media (width<=450px){.st-input-box>h4{font-size:14px}}.st-input-box{padding:10px 0;display:block}.st-input-box>div{max-width:315px}@media (width<=500px){.st-input-box>div{max-width:none}}.st-input-box>h4:has(.button){max-width:315px}@media (width<=500px){.st-input-box>h4:has(.button){max-width:none}}h2+.st-input-box.noTitle{padding-top:5px}.st-input-box.max>div,.st-input-box.max>h4{max-width:none}.st-input-box:has(.st-list){padding-bottom:5px}.st-input-box+.style-description-small,.st-input-box+.style-description,.st-input-box+div:not([class])>.style-description-small:first-child{margin-top:-5px;padding-bottom:15px}.st-input-box.indent{padding-left:35px}@media (width<=450px){.st-input-box.indent{padding-left:0}}.st-input-box.custom-bottom-box{padding-bottom:0}.st-input-box.no-padding{padding:0 0 5px}.st-input-box>h4{flex-direction:row;align-items:center;margin:0;display:flex}.st-input-box>h4>label{flex-grow:1;align-self:flex-start;min-width:0}.st-input-box>h4>.right{flex-direction:row;flex-shrink:0;align-self:flex-end;align-items:center;gap:7px;height:24px;margin-left:auto;display:flex}.st-input-box>h4+div>*{margin-top:6px}.st-input-box>h4+div>:first-child{margin-top:4px}.st-input-box>h4+div>:first-child.st-list{margin-top:2px}.st-input-box>h4+div.without-title>:first-child{margin-top:0}.input.suffix-input{grid-template-columns:1fr auto;align-items:stretch;gap:0;display:grid;position:relative;overflow:visible}.input.suffix-input>.suffix{pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:1;transition:opacity .2s}.input.suffix-input>.suffix.fade{opacity:.5}.input.suffix-input>.suffix{box-sizing:border-box;line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);display:block}@media (width<=350px){.input.suffix-input>.suffix{letter-spacing:-.5px}}.input.suffix-input>input{box-sizing:border-box;width:auto;min-width:0;line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);text-overflow:ellipsis;white-space:nowrap;margin:-5px 0 -5px -200px;padding:5px 0 5px 200px;display:block;overflow:hidden}.st-list-item{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.st-list-item.right-description>.main>div>.right,.st-list-item.right-price>.main>div>.right{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.st-list-item.right-description>.main>div>.right,.st-list-item.right-price>.main>div>.right{font-size:14px}}.st-list-item.right-description>.main>div>.flex.right,.st-list-item.right-price>.main>div>.flex.right,.st-list-item.right-small>.main>div>.flex.right{align-items:center;gap:7px;display:flex}.st-list-item.right-description>.main>div>.right:has(>.icon){align-items:center;gap:7px;display:flex}.st-list-item.right-price>.main>div>.right:has(>.icon){align-items:center;gap:7px;display:flex}.st-list-item.right-description>.main>div>.right:has(>svg){align-items:center;gap:7px;display:flex}.st-list-item.right-price>.main>div>.right:has(>svg){align-items:center;gap:7px;display:flex}.st-list-item.right-description>.main>div>.right:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-list-item.right-price>.main>div>.right:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-list-item.right-small>.main>div>.right:has(>.icon){align-items:center;gap:7px;display:flex}.st-list-item.right-small>.main>div>.right:has(>svg){align-items:center;gap:7px;display:flex}.st-list-item.right-small>.main>div>.right:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-list-item.right-small>.main>div>.right{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.st-list-item.right-small>.main>div>.right{font-size:13px}}.st-list-item.right-small>.main>div>.for-input.right{margin-top:8px;margin-bottom:8px}.st-list-item.right-description>.main>div>.right strong,.st-list-item.right-price>.main>div>.right strong{font-weight:var(--font-weight-semibold,600)}a.st-list-item,a.st-list-item:hover,a.st-list-item:active,a.st-list-item:visited,a.st-list-item:link{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}button.st-list-item{text-align:inherit}.st-list-item{--custom-st-horizontal-padding:max(15px, var(--st-horizontal-padding,15px));--added-st-horizontal-padding:calc(var(--custom-st-horizontal-padding) - var(--st-horizontal-padding,15px));padding-left:var(--st-horizontal-padding,15px);padding-right:0;padding-right:var(--st-horizontal-padding,15px);box-sizing:border-box;contain:layoout style;z-index:1;flex-direction:row;align-items:stretch;width:100%;margin:0;position:relative;display:flex!important}.st-list-item.selected{color:var(--color-primary,#0053ff)}.st-list-item>.left{padding-top:var(--st-list-padding-top,var(--st-list-padding,15px));padding-right:15px;padding-bottom:var(--st-list-padding-bottom,var(--st-list-padding,15px));flex-shrink:0;min-width:0}.st-list-item>.left:empty{display:none}.st-list-item.left-center>.left{flex-direction:row;align-items:center;display:flex}.st-list-item.right-small>.main>div>.right{text-align:right;padding-left:10px}.st-list-item.right-top>.main>div>.right{align-self:flex-start}.st-list-item.right-description>.main>div>.right{text-align:right;flex-shrink:10;padding-left:15px}.st-list-item.right-price>.main>div>.right{text-align:right;flex-shrink:0;padding-left:15px}.st-list-item.right-description.wrap>.main>div>.right{white-space:pre-wrap}.st-list-item.right-stack .right{flex-direction:row;align-items:center;display:flex}.st-list-item.right-stack .right>*{margin:0 5px}.st-list-item.right-stack .right>:last-child{margin-right:0}.st-list-item.right-stack .right>:first-child{margin-left:0}.st-list-item.right-stack .right>.button{margin:-5px 5px}.st-list-item.right-stack .right>.button:last-child{margin-right:0}.st-list-item.right-stack .right>.button:first-child{margin-left:0}.st-list-item.right-stack.no-margin .right>*{margin:0}.st-list-item.right-stack.no-margin .right>.button{margin:-5px 0}.st-list-item.no-padding>.main>div>.middle,.st-list-item.no-padding>.main>div>.right{padding:0!important}.st-list-item>.main{flex-direction:column;flex-grow:1;justify-content:space-between;min-width:0;display:flex}.st-list-item>.main>div{flex-direction:row;flex-grow:1;align-items:center;display:flex}.st-list-item>.main>div>.middle{padding-top:var(--st-list-padding-top,var(--st-list-padding,15px));padding-bottom:var(--st-list-padding-bottom,var(--st-list-padding,15px));flex-grow:1;min-width:0}.st-list-item>.main>div>.middle>.option{margin-top:7px}.st-list-item>.main>div>.right{min-width:0;padding-top:var(--st-list-padding-top,var(--st-list-padding,15px));padding-bottom:var(--st-list-padding-bottom,var(--st-list-padding,15px));flex-shrink:0;margin-left:auto;padding-left:15px}.st-list-item>.main>div>.right:empty{display:none}.st-list-item>.main>hr{height:var(--border-width-thin,1px);background:var(--color-gray-3,#e5e5e5);border-radius:var(--border-width-thin,1px)/2;width:100%;margin:0;margin-right:calc(-1 * var(--custom-st-horizontal-padding,15px));z-index:-2;padding-right:var(--custom-st-horizontal-padding,15px);border:0;outline:0}@media (width<=450px){.st-list-item.smartphone-wrap>.main>div{display:block}.st-list-item.smartphone-wrap>.main>div>.middle{padding-right:var(--custom-st-horizontal-padding,15px);padding-bottom:0}.st-list-item.smartphone-wrap>.main>div>.right{padding-top:5px;padding-bottom:15px}}@media (width<=350px){.st-list-item.smartphone-wrap-left{display:block!important}.st-list-item.smartphone-wrap-left>.left{padding-top:var(--st-list-padding,15px);padding-bottom:0;padding-right:0}}.st-list-item.full-border{position:relative}.st-list-item.full-border>.main>hr{position:absolute;bottom:0;left:0;right:0}.st-list-item:last-child>.main>hr,.st-list-item.no-border>.main>hr{display:none}.st-list-item.disabled{opacity:.5}.st-list-item.selectable:not(.is-dragging){touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;cursor:pointer;overflow:visible}.st-list-item.selectable:not(.is-dragging):after{content:"";top:-1px;left:calc(-1 * var(--added-st-horizontal-padding,0px));right:calc(-1 * var(--added-st-horizontal-padding,0px));background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));z-index:-3;opacity:0;pointer-events:none;border-radius:min(9px, var(--added-st-horizontal-padding,0px));transition:opacity .1s;position:absolute;bottom:1px}.st-list-item.selectable:not(.is-dragging):before{content:"";top:-2px;left:calc(-1 * var(--added-st-horizontal-padding,0px));right:calc(-1 * var(--added-st-horizontal-padding,0px));background:var(--color-current-background-shade-darker,var(--color-background-shade-darker,#f0f0f0));z-index:-1;opacity:0;pointer-events:none;border-radius:min(9px, var(--added-st-horizontal-padding,0px));transition:opacity .4s .1s;position:absolute;bottom:-2px}@media (pointer:fine){.st-list-item.selectable:not(.is-dragging).hoverable:hover:after{opacity:1;transition:none}.st-list-item.selectable:not(.is-dragging).hoverable:hover:has(button:hover):after{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:hover:has(select:hover):after{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:hover:has(textarea:hover):after{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:hover:has(input:not([type=radio]):not([type=checkbox]):hover):after{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:hover:has(label:hover):after{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:hover:has(.input:hover):after{opacity:0}}.st-list-item.selectable:not(.is-dragging):active:before,.st-list-item.selectable:not(.is-dragging).hoverable:active:before,.st-list-item.selectable:not(.is-dragging).active:before,.st-list-item.selectable:not(.is-dragging).focused:before{opacity:1;transition:none}.st-list-item.selectable:not(.is-dragging):active:has(button:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging):active:has(select:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging):active:has(label:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging):active:has(textarea:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging):active:has(input:not([type=radio]):not([type=checkbox]):active):before{opacity:0}.st-list-item.selectable:not(.is-dragging):active:has(.input:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:active:has(button:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:active:has(select:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:active:has(label:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:active:has(textarea:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:active:has(input:not([type=radio]):not([type=checkbox]):active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).hoverable:active:has(.input:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).active:has(button:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).active:has(select:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).active:has(label:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).active:has(textarea:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).active:has(input:not([type=radio]):not([type=checkbox]):active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).active:has(.input:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).focused:has(button:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).focused:has(select:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).focused:has(label:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).focused:has(textarea:active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).focused:has(input:not([type=radio]):not([type=checkbox]):active):before{opacity:0}.st-list-item.selectable:not(.is-dragging).focused:has(.input:active):before{opacity:0}.st-list-item.sortable-chosen{background:var(--color-background-shade-darker,#f0f0f0);background:var(--color-current-background-shade-darker,var(--color-background-shade-darker,#f0f0f0));transition:none}.st-list-item.sortable-chosen.is-dragging{touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;cursor:pointer;background:0 0;transition:none}.centered-message{box-shadow:0 20px 25px #0000000d,0 20px 20px #0000000d,0 20px 10px #0000000d}@media (prefers-color-scheme:dark){.centered-message{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}}.centered-message>h1{font-size:16px;line-height:1.3;font-weight:var(--font-weight-semibold,600)}.centered-message>h1+p.flex{align-items:center;gap:7px;display:flex}.centered-message>h1+p:has(>.icon){align-items:center;gap:7px;display:flex}.centered-message>h1+p:has(>svg){align-items:center;gap:7px;display:flex}.centered-message>h1+p:has(>.style-tag){align-items:center;gap:7px;display:flex}.centered-message>h1+p{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.centered-message>h1+p{font-size:13px}}.centered-message>h1+p.for-input{margin-top:8px;margin-bottom:8px}.centered-message{z-index:10000;transform:translate(-50%,-50%);transform:translate(calc(-50% + (var(--st-safe-area-left,0px) - var(--st-safe-area-right,0px)) / 2), calc(-50% + (var(--st-safe-area-top,0px) - var(--st-safe-area-bottom,0px)) / 2));background:var(--color-background,#fff);box-sizing:border-box;border-radius:16px;width:350px;max-width:calc(100vw - 30px);max-height:100vh;position:fixed;top:50%;left:50%;overflow:hidden auto}.centered-message .checkbox-container{padding-top:15px}@media (width<=551px){.centered-message.few-buttons{padding:20px}.centered-message.few-buttons .buttons{flex-direction:column;gap:7px;padding-top:20px;display:flex}}@media (width>=550px){.centered-message.few-buttons{width:550px;padding:30px 40px}.centered-message.few-buttons .buttons{border-top:var(--border-width-thin,1px) solid var(--color-border-shade,#bdbdbd);flex-flow:row-reverse wrap;justify-content:flex-start;gap:7px;margin:25px -40px -30px;padding:15px 40px;display:flex}}.centered-message.multiple-buttons{padding:20px}.centered-message.multiple-buttons .buttons{flex-direction:column;gap:7px;padding-top:20px;display:flex}.centered-message.multiple-buttons .buttons>*{max-width:none}.centered-message .buttons.multiple-buttons{flex-direction:column;place-items:stretch stretch;gap:7px;padding-top:20px;display:flex}.centered-message>:first-child{margin-top:10px}.centered-message>img.center,.centered-message>.icon.center{margin:0 auto;display:block}.centered-message>.loading-button{display:block}.centered-message>h1{text-align:left;padding-bottom:10px}.centered-message>h1+p{white-space:pre-wrap}.centered-message-container{z-index:10000;opacity:1;background:#0000004d;position:fixed;inset:0}@media (prefers-color-scheme:dark){.centered-message-container{background:#080808b3}}.centered-message-container.show-enter-active{transition:opacity .3s}.centered-message-container.show-enter-active>.centered-message{transition:transform .3s cubic-bezier(0,0,.2,1)}.centered-message-container.show-leave-active{transition:opacity .25s}.centered-message-container.show-leave-active>.centered-message{transition:transform .25s cubic-bezier(.4,0,1,1)}.centered-message-container.show-enter-from,.centered-message-container.show-leave-to{opacity:0}@media not (prefers-reduced-motion){.centered-message-container.show-enter-from>.centered-message,.centered-message-container.show-leave-to>.centered-message{transform:translate(-50%,50vh)}}.toast-view{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075)}.toast-view-container{padding:5px 0}@media (width<=550px){.toast-view-container{padding:2.5px 0}}.toast-view{touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer;width:450px;max-width:100%;padding:15px}@media (width<=550px){.toast-view{width:100%;padding:15px 10px}}.toast-view{box-sizing:border-box;background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));pointer-events:all;font-size:16px;line-height:1.4;font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff);border-radius:16px;flex-direction:row;justify-content:flex-start;align-items:center;display:flex}@media (width<=700px){.toast-view{font-size:14px}}.toast-view div,.toast-view .icon.dark{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.toast-view{position:relative;overflow:hidden}.toast-view .progress{pointer-events:none;background:var(--color-primary,#0053ff);opacity:1;border-top-right-radius:1px;border-bottom-right-radius:1px;width:0;height:2px;transition:width .3s,opacity .3s;position:absolute;top:0;left:0}.toast-view .progress.hide{opacity:0;transition:width .3s,opacity .2s .3s}.toast-view .icon{flex-shrink:0}.toast-view .icon.first{margin-left:5px;margin-right:15px}@media (width<=700px){.toast-view .icon.first{margin-left:0;margin-right:10px}}.toast-view.green{background-color:var(--color-success-background,#e0f5e4);color:var(--color-success-dark,#006108)}.toast-view.green .progress{background:var(--color-success,#15c16b)}.toast-view.red{background-color:var(--color-error-background,#fbdae0);color:var(--color-error-dark,#630012)}.toast-view.red .progress{background:var(--color-error,#f0153d)}.toast-view.yellow{background-color:var(--color-warning-background,#fbf4da);color:var(--color-warning-dark,#634e00)}.toast-view.yellow .progress{background:var(--color-warning,#fa0)}.toast-view.yellow .button{color:var(--color-warning-dark,#634e00)}.toast-view.button:hover{background:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%))}.toast-view.button:hover .button:hover{opacity:1}.toast-view>.spinner-container{margin-right:17px}.toast-view .button{margin-top:5px}.toast-box{z-index:10001;pointer-events:none;width:450px;padding:0 10px;padding-top:calc(10px + var(--st-safe-area-top,0px));position:fixed;bottom:0;right:0;overflow:visible}@media (width<=550px){.toast-box{width:100%;padding:0 5px}}.toast-box{box-sizing:border-box;max-width:100vw;transform:translateY(calc(-5px - max(var(--st-safe-area-bottom,0px), var(--keyboard-height,0px))));transition:transform .3s}.toast-box.withOffset{transform:translateY(calc(-70px - max(var(--st-safe-area-bottom,0px), var(--bottom-padding,0px), var(--keyboard-height,0px)) + var(--bottom-padding,0px)))}.toast-box>div>div{cursor:pointer;touch-action:manipulation;transition:transform .35s,opacity .35s;transform:scale(1)translate(0)}.toast-box>div>div:hover:not(:has(button:hover)):not(:has(a:hover)){opacity:.8;transform:scale(.98)translateY(5px)}.toast-box .move-enter-from,.toast-box .move-leave-to{opacity:0;transform-origin:50%;transform:scale(.9)translateY(100%)}.toast-box .move-leave-active{z-index:-10;pointer-events:none;height:0}.account-switcher>figure>span>span{font-size:14px;font-weight:var(--font-weight-semibold,600);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}@media (width<=400px){.account-switcher>figure>span>span{font-size:13px}}.account-swicher-buttons{flex-direction:row;gap:25px;display:flex}@media (width<=600px){.account-swicher-buttons{gap:15px}}.account-switcher{--block-width:35px}.context-navigation-bar .account-switcher{--block-width:25px}.context-navigation-bar .account-switcher .user-name{display:none}.context-navigation-bar .account-switcher>figure{gap:5px}.account-switcher .user-name{text-overflow:ellipsis;max-width:12vw;overflow:hidden}@media (width<=1200px){.account-switcher .user-name{max-width:10vw}}@media (hover:hover){.account-switcher:hover{opacity:.8}}.account-switcher:active{opacity:.5}.account-switcher>figure{white-space:nowrap;flex-wrap:nowrap;justify-content:center;align-items:center;gap:15px;display:flex}.account-switcher>figure .icon{flex-shrink:0}@media (width<=800px){.account-switcher>figure{gap:5px}}.account-switcher>figure>span{display:inline-block}.account-switcher>figure>span>span{vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;max-width:200px;display:inline-block;overflow:hidden}.account-switcher .letter-logo{width:var(--block-width,35px);height:var(--block-width,35px);border-radius:calc(var(--block-width,35px) / 2);text-align:center;background:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%));color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%));text-transform:uppercase;line-height:var(--block-width,35px);font-size:calc(var(--block-width,35px) * .4);font-weight:700;position:relative}.account-switcher .letter-logo[data-length="2"]{font-size:calc(var(--block-width,35px) * .32)}.account-switcher .letter-logo[data-length="3"]{font-size:calc(var(--block-width,35px) * .32);letter-spacing:-.5px}.context-navigation-bar{height:100%;padding:max(5px, 20px - var(--st-safe-area-top,0px)) 0 20px 0;grid-template-columns:1fr auto;align-items:center;display:grid}@media (width<=500px){.context-navigation-bar{padding:max(5px, 20px - var(--st-safe-area-top,0px)) 0 15px 0}}.context-navigation-bar>.right{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}.context-navigation-bar>.right>.button,.context-navigation-bar>.right>.loading-button{margin-left:10px;margin-right:10px}.context-navigation-bar>.right>.button:first-child,.context-navigation-bar>.right>.loading-button:first-child{margin-left:0}.context-navigation-bar>.right>.button:last-child,.context-navigation-bar>.right>.loading-button:last-child{margin-right:0}.organization-avatar .letter-logo{width:var(--block-width,40px);height:var(--block-width,40px);text-align:center;background:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%));color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%));text-transform:uppercase;line-height:var(--block-width,40px);font-size:calc(var(--block-width,40px) * .4);border-radius:9px;font-weight:700;position:relative}.organization-avatar .letter-logo[data-length="2"]{font-size:calc(var(--block-width,40px) * .32)}.organization-avatar .letter-logo[data-length="3"]{font-size:calc(var(--block-width,40px) * .32);letter-spacing:-.5px}.organization-avatar .logo .image-component{width:var(--block-width,40px);height:var(--block-width,40px);object-fit:contain}.organization-avatar .logo{width:var(--block-width,40px);height:var(--block-width,40px);border-radius:9px;position:relative;overflow:hidden}.organization-avatar .logo:after{content:"";border-radius:12px;width:100%;height:100%;display:block;position:absolute;top:0}.context-logo{width:var(--block-width,40px);height:var(--block-width,40px);border-radius:9px;justify-content:center;align-items:center;display:flex;overflow:hidden}.context-logo>.stamhoofd-logo-container.small,.context-logo>.stamhoofd-logo-container.small>.stamhoofd-logo:last-child{display:block}.context-logo img.illustration{object-fit:cover;width:100%;height:100%}.organization-logo-text{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));text-overflow:ellipsis;white-space:nowrap;max-width:40vw;font-size:16px;font-weight:600;display:block;overflow:hidden}.meta-logo{width:100%;max-width:200px;height:40px;line-height:40px;display:block;position:relative}.meta-logo.expand{max-width:50vw;height:60px;line-height:60px}.meta-logo>.image-component{width:100%;height:100%;position:absolute;top:0;left:0}.meta-logo>.image-component img{object-position:left center}.platform-logo{justify-content:flex-start;align-items:center;gap:10px;width:100%;height:40px;text-decoration:none;display:flex;position:relative}.platform-logo.expand{height:60px}.platform-logo.center{justify-content:flex-start;align-items:center;display:flex}.platform-logo>.image-component{width:100%;height:100%;position:absolute;top:0;left:0}.platform-logo>.image-component img{object-position:left center}.platform-logo .logo-text{-webkit-text-fill-color:transparent;background:linear-gradient(94.7deg,#0053ff 29.42%,#7000ff 71.5%),#868686;opacity:1;font-size:16px;font-style:normal;font-weight:var(--font-weight-bold,700);-webkit-background-clip:text;background-clip:text;margin-top:5px;display:block}.platform-logo .logo-text.vertical{padding-top:5px;padding-left:33px;font-size:14px}@media (width<=450px){.platform-logo .logo-text.horizontal{display:none}}.organization-switcher{grid-template-columns:calc(var(--block-width,40px) + 15px) 1fr;text-align:left;align-items:center;display:grid}.organization-switcher:active{opacity:.4}.organization-switcher{touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer}.organization-switcher>figure{min-width:0;padding-right:15px}.organization-switcher.small{--block-width:30px}.organization-switcher.small>div h1{font-size:16px}.organization-switcher>div{min-width:0}.organization-switcher>div h1{font-size:16px;line-height:1;font-weight:var(--font-weight-semibold,600);white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;height:20px;max-width:auto;overflow:hidden}@media (width<=600px){.organization-switcher>div h1{margin-bottom:3px;font-size:21px}}.organization-switcher>div h2{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));align-items:center;margin-bottom:-6px;font-size:13px;line-height:1;display:flex;overflow:hidden}.organization-switcher>div h2>span:first-child{white-space:nowrap;text-overflow:ellipsis;max-width:auto;min-width:none;overflow:hidden}.organization-switcher>div h2>span:last-child{min-width:24px}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (width<=550px){.hide-smartphone{display:none!important}}@media (width<=600px){.hide-small{display:none!important}}@media (width<=800px){.hide-medium{display:none!important}}@media (width>=551px){.only-smartphone{display:none!important}}@media (width>=701px){.only-tab-bar{display:none}}@media (width<=550px){.only-icon-smartphone span:not(.icon){display:none!important}.only-icon-smartphone span.icon{margin:0!important}}@media (width<=350px){.only-icon-tiny-smartphone span:not(.icon){display:none!important}}@media (prefers-color-scheme:dark){.positionable-sheet>div:first-child,.style-overlay-shadow{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}}@media (width<=800px){.style-title-huge{font-size:40px}}@media (width<=400px){.style-title-huge{font-size:32px}}@media (width<=500px){.style-title-semihuge{font-size:30px}}@media (width<=400px){.style-title-semihuge{font-size:25px}}@media (width<=350px){.st-menu-modern>main>h1,.style-title-1,.view>main>h1:not([class]):first-child,.st-view>main>.box>main>h1:not([class]):first-child,.st-view>main>h1:not([class]):first-child,.main-text-container>h1:not([class]):first-child,.view>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]),.view>main .container>h1:not([class]):first-child,.st-view>main .container>h1:not([class]):first-child,.main-text-container .container>h1:not([class]):first-child,.view>main .container>.style-title-prefix:first-child+h1:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]){font-size:24px}}.st-menu-modern>main>h1:has(.icon){align-items:center;gap:5px;padding-bottom:15px;display:flex}.style-title-1:has(.icon){align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.box>main>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main .container>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main .container>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container .container>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-menu-modern>main>h1:has(.style-tag){align-items:center;gap:5px;padding-bottom:15px;display:flex}.style-title-1:has(.style-tag){align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main .container>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main .container>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container .container>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-menu-modern>main>h1:has(.icon)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.style-title-1:has(.icon)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.box>main>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main .container>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main .container>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container .container>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-menu-modern>main>h1:has(.style-tag)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.style-title-1:has(.style-tag)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main .container>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main .container>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container .container>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-menu-modern>main>h1:has(.icon)>:not(:first-child){flex-shrink:0}.style-title-1:has(.icon)>:not(:first-child){flex-shrink:0}.view>main>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main>.box>main>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.main-text-container>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.view>main .container>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main .container>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.main-text-container .container>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.st-menu-modern>main>h1:has(.style-tag)>:not(:first-child){flex-shrink:0}.style-title-1:has(.style-tag)>:not(:first-child){flex-shrink:0}.view>main>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.main-text-container>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.view>main .container>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main .container>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.main-text-container .container>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.st-menu-modern>main>h1.button.primary:has(.icon)>.bubble{margin-left:5px}.style-title-1.button.primary:has(.icon)>.bubble{margin-left:5px}.st-menu-modern>main>h1.button.text:has(.icon)>.bubble{margin-left:5px}.style-title-1.button.text:has(.icon)>.bubble{margin-left:5px}.st-menu-modern>main>h1.button.navigation:has(.icon)>.bubble{margin-left:5px}.style-title-1.button.navigation:has(.icon)>.bubble{margin-left:5px}.st-menu .menu-button .st-menu-modern>main>h1:has(.icon)>.bubble{margin-left:5px}.st-menu .menu-button .style-title-1:has(.icon)>.bubble{margin-left:5px}.st-menu-modern>main>h1:has(.icon)>.style-bubble{margin-left:5px}.style-title-1:has(.icon)>.style-bubble{margin-left:5px}.view>main>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .view>main>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>.box>main>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.main-text-container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.view>main .container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main .st-menu .menu-button .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .view>main .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .st-menu .menu-button .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .st-menu .menu-button .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .st-menu .menu-button .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>.box>main .container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main .container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.main-text-container .container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-menu-modern>main>h1.button.primary:has(.style-tag)>.bubble{margin-left:5px}.style-title-1.button.primary:has(.style-tag)>.bubble{margin-left:5px}.st-menu-modern>main>h1.button.text:has(.style-tag)>.bubble{margin-left:5px}.style-title-1.button.text:has(.style-tag)>.bubble{margin-left:5px}.st-menu-modern>main>h1.button.navigation:has(.style-tag)>.bubble{margin-left:5px}.style-title-1.button.navigation:has(.style-tag)>.bubble{margin-left:5px}.st-menu .menu-button .st-menu-modern>main>h1:has(.style-tag)>.bubble{margin-left:5px}.st-menu .menu-button .style-title-1:has(.style-tag)>.bubble{margin-left:5px}.st-menu-modern>main>h1:has(.style-tag)>.style-bubble{margin-left:5px}.style-title-1:has(.style-tag)>.style-bubble{margin-left:5px}.view>main>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .view>main>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.main-text-container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.view>main .container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main .st-menu .menu-button .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .view>main .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .st-menu .menu-button .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .st-menu .menu-button .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .st-menu .menu-button .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>.box>main .container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main .container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.main-text-container .container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}@media (width<=350px){.style-navigation-title{font-size:26px}}.style-navigation-title:has(.icon){align-items:center;gap:5px;padding-bottom:15px;display:flex}.style-navigation-title:has(.icon) .block-icon{margin-right:8px;display:block;overflow:visible}.style-navigation-title:has(.icon)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.style-navigation-title:has(.icon)>.style-bubble{margin-left:5px}@media (width<=600px){.split-view-controller[data-has-detail=true]>.master .st-menu-modern>main>h1,.style-title-2-larger,.view>main>h2.larger,.st-view>main>.box>main>h2.larger,.st-view>main>h2.larger,.main-text-container>h2.larger,.view>main .container>h2.larger,.st-view>main>.box>main .container>h2.larger,.st-view>main .container>h2.larger,.main-text-container .container>h2.larger{font-size:20px}}@media (width<=400px){.st-menu-modern>main .menu-button h3,.st-menu-modern>main .st-menu-item h3,.style-title-3,.style-wysiwyg h3,.view>main>h2.smaller,.st-view>main>.box>main>h2.smaller,.st-view>main>h2.smaller,.main-text-container>h2.smaller,.view>main .container>h2.smaller,.st-view>main>.box>main .container>h2.smaller,.st-view>main .container>h2.smaller,.main-text-container .container>h2.smaller{font-size:14px}}@media (width<=400px){.style-navigation-bar-title{font-size:14px}}@media (width<=400px){.style-icon-prefix{margin-bottom:6px}}@media (width<=400px){.style-title-prefix{margin-bottom:4px;font-size:10px}}@media (width<=400px){.large.style-title-prefix{font-size:12px}}@media (width<=400px){.style-title-prefix-list{margin-bottom:4px;font-size:10px}}@media (width<=600px){.radio>div>div:first-child~div,.checkbox>div>div:first-child~div,.style-title-list{font-size:14px}}@media (width<=400px){.radio>div>div:first-child~div,.checkbox>div>div:first-child~div,.style-title-list{font-size:14px}}@media (width<=600px){.radio>div>div:first-child~div.smaller,.checkbox>div>div:first-child~div.smaller,.smaller.style-title-list{font-size:13px}}@media (width<=400px){.radio>div>div:first-child~div.large,.checkbox>div>div:first-child~div.large,.large.style-title-list{font-size:16px}.radio>div>div:first-child~div.large+p,.checkbox>div>div:first-child~div.large+p,.large.style-title-list+p{padding-top:3px}}@media (width<=400px){.radio>div>div:first-child~div.larger,.checkbox>div>div:first-child~div.larger,.larger.style-title-list{font-size:17px}.radio>div>div:first-child~div.larger+p,.checkbox>div>div:first-child~div.larger+p,.larger.style-title-list+p{padding-top:3px}}@media (prefers-color-scheme:dark){.style-tag{color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%))}}@media (width<=600px){.font-size-description,.style-wysiwyg,.style-description-large,.style-description-block-large,.editor-button-bar.hint,.data-table tbody tr td.minor,.style-description,.style-description-block,.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p:not([class]),.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description,.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description,.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description{font-size:14px}}@media (width<=400px){.font-size-description-large,.large.style-wysiwyg,.style-description-large,.style-description-block-large{font-size:15px}}@media (width<=600px){.editor-button-bar.hint,.data-table tbody tr td.minor,.style-description,.style-description-block,.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p:not([class]),.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description,.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description,.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description{font-size:14px}}.style-tag:has(>.icon){align-items:center;gap:5px;display:flex}.style-tag:has(>svg){align-items:center;gap:5px;display:flex}.editor-button-bar.hint:has(>.icon){align-items:center;gap:7px;display:flex}.data-table tbody tr td.minor:has(>.icon){align-items:center;gap:7px;display:flex}.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.style-description-block:has(>.icon){align-items:center;gap:7px;display:flex}.view>main>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main .container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.style-navigation-title+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.style-navigation-title+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.editor-button-bar.hint:has(>svg){align-items:center;gap:7px;display:flex}.data-table tbody tr td.minor:has(>svg){align-items:center;gap:7px;display:flex}.style-description:has(>svg){align-items:center;gap:7px;display:flex}.style-description-block:has(>svg){align-items:center;gap:7px;display:flex}.view>main>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main .container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.style-navigation-title+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.style-navigation-title+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.editor-button-bar.hint:has(>.style-tag){align-items:center;gap:7px;display:flex}.data-table tbody tr td.minor:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description-block:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main .container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-navigation-title+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.style-navigation-title+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description-large:has(>.icon){align-items:center;gap:7px;display:flex}.style-description-block-large:has(>.icon){align-items:center;gap:7px;display:flex}.style-description-large:has(>svg){align-items:center;gap:7px;display:flex}.style-description-block-large:has(>svg){align-items:center;gap:7px;display:flex}.style-description-large:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description-block-large:has(>.style-tag){align-items:center;gap:7px;display:flex}.legal-footer:has(>.icon){align-items:center;gap:7px;display:flex}.illustration-radio-box>p:has(>.icon){align-items:center;gap:7px;display:flex}.st-menu-modern>main .menu-button h3+p:has(>.icon){align-items:center;gap:7px;display:flex}.st-menu-modern>main .st-menu-item h3+p:has(>.icon){align-items:center;gap:7px;display:flex}.style-description-small:has(>.icon){align-items:center;gap:7px;display:flex}.title-suffix:has(>.icon){align-items:center;gap:7px;display:flex}.radio-description:has(>.icon){align-items:center;gap:7px;display:flex}.member-view-details .accounts-description:has(>.icon){align-items:center;gap:7px;display:flex}.member-view-details .account:has(>.icon){align-items:center;gap:7px;display:flex}.style-definition-description:has(>.icon){align-items:center;gap:7px;display:flex}.details-grid dd:has(>.icon){align-items:center;gap:7px;display:flex}.legal-footer:has(>svg){align-items:center;gap:7px;display:flex}.illustration-radio-box>p:has(>svg){align-items:center;gap:7px;display:flex}.st-menu-modern>main .menu-button h3+p:has(>svg){align-items:center;gap:7px;display:flex}.st-menu-modern>main .st-menu-item h3+p:has(>svg){align-items:center;gap:7px;display:flex}.style-description-small:has(>svg){align-items:center;gap:7px;display:flex}.title-suffix:has(>svg){align-items:center;gap:7px;display:flex}.radio-description:has(>svg){align-items:center;gap:7px;display:flex}.member-view-details .accounts-description:has(>svg){align-items:center;gap:7px;display:flex}.member-view-details .account:has(>svg){align-items:center;gap:7px;display:flex}.style-definition-description:has(>svg){align-items:center;gap:7px;display:flex}.details-grid dd:has(>svg){align-items:center;gap:7px;display:flex}.legal-footer:has(>.style-tag){align-items:center;gap:7px;display:flex}.illustration-radio-box>p:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-menu-modern>main .menu-button h3+p:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-menu-modern>main .st-menu-item h3+p:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description-small:has(>.style-tag){align-items:center;gap:7px;display:flex}.title-suffix:has(>.style-tag){align-items:center;gap:7px;display:flex}.radio-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.member-view-details .accounts-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.member-view-details .account:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-definition-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.details-grid dd:has(>.style-tag){align-items:center;gap:7px;display:flex}.radio>div>div:first-child~div:has(>.icon){align-items:center;gap:7px;display:flex}.checkbox>div>div:first-child~div:has(>.icon){align-items:center;gap:7px;display:flex}.style-title-list:has(>.icon){align-items:center;gap:7px;display:flex}.radio>div>div:first-child~div:has(>svg){align-items:center;gap:7px;display:flex}.checkbox>div>div:first-child~div:has(>svg){align-items:center;gap:7px;display:flex}.style-title-list:has(>svg){align-items:center;gap:7px;display:flex}.radio>div>div:first-child~div:has(>.style-tag){align-items:center;gap:7px;display:flex}.checkbox>div>div:first-child~div:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-title-list:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-title-prefix:has(>.icon){align-items:center;gap:7px;display:flex}.style-title-prefix:has(>svg){align-items:center;gap:7px;display:flex}.style-title-prefix:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-definition-label:has(>.icon){align-items:center;gap:7px;display:flex}.style-definition-label:has(>svg){align-items:center;gap:7px;display:flex}.style-definition-label:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-title-prefix-list:has(>.icon){align-items:center;gap:7px;display:flex}.style-title-prefix-list:has(>svg){align-items:center;gap:7px;display:flex}.style-title-prefix-list:has(>.style-tag){align-items:center;gap:7px;display:flex}@media (width<=600px){.legal-footer,.illustration-radio-box>p,.st-menu-modern>main .menu-button h3+p,.st-menu-modern>main .st-menu-item h3+p,.style-description-small,.title-suffix,.radio-description,.member-view-details .accounts-description,.member-view-details .account,.style-definition-description,.details-grid dd{font-size:13px}}@media (width<=600px){.style-description-smaller{font-size:12px}}@media (width<=400px){.style-interactive-small{font-size:13px}}@media (width<=600px){.checkbox-line>div,.radio>div,.checkbox>div,.textarea-overlay>span,.input,.list-input,.mixed-input,.style-input{font-size:16px}}@media (width<=450px){.button.primary,.button.secundary,.button.destructive,.st-menu .menu-button,.style-button{font-size:16px}}@media (width<=450px){.button.icons,.button.text,.button.navigation,.style-button-small,.style-button-smaller{font-size:16px}}@media (width<=450px){.style-button-smaller{font-size:15px}}@media (width<=450px){.illustration-radio-box>h3,.style-label{font-size:14px}}@media (width<=450px){.style-context-menu-item{font-size:15px;font-weight:var(--font-weight-medium,500)}}@media (width<=550px){.style-definition-term,.details-grid dt{font-size:13px}}@media (hover:hover){.style-hover-area:after,.style-inline-resource:is(button):after,.style-inline-resource:is(a):after,.style-inline-resource.style-tooltip:after,.style-tooltip:after,.style-copyable:after{content:"";z-index:1000;opacity:0;background:#000;border-radius:9px;transition:opacity .2s;position:absolute;inset:-3px -6px}.style-hover-area:hover:after,.style-inline-resource:hover:is(button):after,.style-inline-resource:hover:is(a):after,.style-tooltip:hover:after,.style-copyable:hover:after{opacity:.05}}@media (hover:hover){.details-grid dd:after{content:"";background:var(--color-background-shade,#f7f7f7);z-index:-2;opacity:0;border-radius:9px;transition:opacity .2s;position:absolute;inset:-8px -10px}.hover.details-grid dt:hover+dd:not(.icons):after,.hover.details-grid dd:hover:not(.icons):after{opacity:1}.hover.details-grid dd.icons+dd:before{display:none}}@media (width<=600px){.view>main>h2,.st-view>main>.box>main>h2,.st-view>main>h2,.main-text-container>h2,.view>main .container>h2,.st-view>main>.box>main .container>h2,.st-view>main .container>h2,.main-text-container .container>h2{padding-bottom:7px}}@media (width<=600px){.view>main>h2.smaller,.st-view>main>.box>main>h2.smaller,.st-view>main>h2.smaller,.main-text-container>h2.smaller,.view>main .container>h2.smaller,.st-view>main>.box>main .container>h2.smaller,.st-view>main .container>h2.smaller,.main-text-container .container>h2.smaller{padding-bottom:7px}}@media (width<=600px){.view>main>h2.larger,.st-view>main>.box>main>h2.larger,.st-view>main>h2.larger,.main-text-container>h2.larger,.view>main .container>h2.larger,.st-view>main>.box>main .container>h2.larger,.st-view>main .container>h2.larger,.main-text-container .container>h2.larger{padding-bottom:7px}}.view>main .segmented-control+h2,.st-view>main .segmented-control+h2,.main-text-container .segmented-control+h2,.view>main .container .segmented-control+h2,.st-view>main>.box>main .container .segmented-control+h2,.st-view>main .container .segmented-control+h2,.main-text-container .container .segmented-control+h2,.view>main .segmented-control+.st-list,.st-view>main .segmented-control+.st-list,.main-text-container .segmented-control+.st-list,.view>main .container .segmented-control+.st-list,.st-view>main .container .segmented-control+.st-list,.main-text-container .container .segmented-control+.st-list{padding-top:15px}@media (width<=400px){.view>main>hr,.st-view>main>.box>main>hr,.st-view>main>hr,.main-text-container>hr,.view>main .container>hr,.st-view>main>.box>main .container>hr,.st-view>main .container>hr,.main-text-container .container>hr{margin:var(--st-hr-margin,20px) calc(-1 * var(--st-horizontal-padding,40px))}}@media (width<=400px){.style-illustration-img,.illustration-list img{--block-width:35px}}@media (width<=350px){.style-illustration-img,.illustration-list img{--block-width:30px}}@media (width<=600px){.style-illustration-img,.illustration-list img{margin-right:0}}@media (width<=400px){.style-image-with-icon .image-component{margin-right:0}}@media (width<=400px){.style-image-with-icon figure{margin-right:0}}@media (width<=400px){.style-image-with-icon figure>span.icon{width:20px;height:20px;font-size:20px}.style-image-with-icon figure>span.icon:before{font-size:20px}}@media (width<=350px){.style-image-with-icon figure>span.icon{width:14px;height:14px;font-size:14px}.style-image-with-icon figure>span.icon:before{font-size:14px}}@supports (transform:scale(calc(10px / 15px), calc(10px / 15px))){.style-image-with-icon>aside{--block-aside-scale:min(1, calc(var(--block-width,40px) / 36px))}}.style-wysiwyg h2,.style-wysiwyg h3{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));padding:5px 0}@media (width<=450px){.style-onboarding-checklist{margin-bottom:15px;padding:0}}@media (width<=450px){.style-onboarding-checklist>h2{padding:15px 15px 2px}}@media (width<=450px){.closed.style-onboarding-checklist>h2{padding:15px}}@media (width<=450px){.style-onboarding-checklist>div{padding-left:44px}}@media (width<=450px){.style-onboarding-checklist .style-image-with-icon{margin-right:-20px;transform:scale(.5)}}@font-face{font-family:Metropolis;font-weight:700;font-style:normal;src:url(/assets/ClarityCity-Bold-CEQ7f1O1.woff2)format("woff2"),url(/assets/ClarityCity-Bold-BG_AQ5HP.woff)format("woff")}@font-face{font-family:Metropolis;font-weight:400 500;font-style:normal;src:url(/assets/ClarityCity-Medium-CdYL9fTR.woff2)format("woff2"),url(/assets/ClarityCity-Medium-CoaeU-Xi.woff)format("woff")}@font-face{font-family:Metropolis;font-weight:600;font-style:normal;src:url(/assets/ClarityCity-SemiBold-DvaYccvu.woff2)format("woff2"),url(/assets/ClarityCity-SemiBold-C8mIDdcZ.woff)format("woff")}@media (width<=500px){:root,:host{--st-grid-horizontal-gap:8px}}@media (width<=550px){:root,:host{--input-height:43px}}@media (width<=400px){:root,:host{--navigation-bar-margin:0px}}@supports (width:min(1dvh, 1lvh)){:root,:host{--vh:min(1dvh,1lvh)}}@media (width<=800px){:root,:host{--st-horizontal-padding:20px;--st-vertical-padding:20px;--popup-horizontal-padding:20px;--split-view-detail-horizontal-padding:20px}}@media (width<=450px){:root,:host{--st-horizontal-padding:15px}}@media (width<=400px){:root,:host{--block-width:35px}}@media (width<=350px){:root,:host{--block-width:30px}}html.modern,body.modern{height:100dvh;overflow:clip}@media (width>=900px){.st-view.center:not(.small),.st-view>main.center:not(.small){--st-horizontal-padding:0px;--st-view-center-padding:max(var(--st-view-horizontal-padding), calc((var(--vw,1vw)*100 - var(--st-view-max-width,800px)) / 2));--navigation-bar-horizontal-padding:var(--st-view-center-padding)}}@media (width>=500px){.st-view.center.small,.st-view>main.center.small{--st-horizontal-padding:0px;--st-view-center-padding:max(var(--st-view-horizontal-padding), calc((var(--vw,1vw)*100 - var(--st-view-max-width,800px)) / 2))}}@media (width>=1300px){.split-view-controller>.detail .st-view.center,.split-view-controller>.detail .st-view>main.center{--st-view-max-width:900px;--st-horizontal-padding:0px;--st-view-center-padding:max(var(--st-view-horizontal-padding), calc((var(--vw,1vw)*100 - var(--split-view-width,300px) - var(--st-view-max-width,800px)) / 2))}}@supports not (overscroll-behavior:contain){.st-view>*{touch-action:none}}@media (width<=800px),(height<=700px){.box .st-view>main:first-child{padding-top:0}.box .st-view>main:last-child{padding-bottom:0}}@media (width>=801px) and (height>=701px){.st-view main>.box{background:var(--color-background,#fff);--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);box-shadow:0px 2px 5px var(--color-side-view-shadow,#0000001a);box-sizing:border-box;width:100%;max-width:800px;max-width:var(--box-width,800px);--st-horizontal-padding:var(--box-horizontal-padding,40px);padding:var(--st-vertical-padding,20px) var(--st-horizontal-padding,40px);--st-safe-area-top:0px;--st-safe-area-bottom:0px;border-radius:9px;margin:0 auto}}.st-view.shade,.st-view.main-shade>main{background:var(--color-background-shade,#f7f7f7);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8)}@media (width>=801px) and (height>=701px){.st-view.box-shade{background:var(--color-background-shade,#f7f7f7);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8)}}@media (width>=300px){.st-menu{--st-horizontal-padding:20px}}@media (width<=500px){.st-menu .menu-button{height:45px}}@media (width>=300px){.st-menu-modern{--st-horizontal-padding:18px}}@media (width<=600px){.st-menu-modern>main .menu-button,.st-menu-modern>main .st-menu-item{font-size:16px}}@media (pointer:fine){.st-menu-modern>main .menu-button:hover,.st-menu-modern>main .st-menu-item:hover{background-color:var(--color-background-shade-darker,#f0f0f0);--saved-color-current-background:var(--color-background-shade-darker,#f0f0f0);--saved-color-current-background-shade:var(--color-background-shade-darker-darker,#e8e8e8);--saved-color-current-background-shade-darker:var(--color-background-shade-4,#e0e0e0)}}.split-view-controller>.master{z-index:100;overscroll-behavior:contain;overflow:clip}@media (prefers-color-scheme:dark){.side-view{background:#080808b3}}@media (prefers-color-scheme:dark){.side-view>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1)}}@supports not (overscroll-behavior:contain){.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{touch-action:none}}@media (height<=900px){.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{--navigation-bar-margin:10px}}.modal.show-enter-from.animated:after,.show-enter-from.animated.modal-dynamic-size:after,.show-enter-from.animated.sheet:after,.show-enter-from.animated.positionable-sheet:after,.show-enter-from.animated.modal-full-height:after,.show-enter-from.animated.popup:after,.modal.show-leave-to:after,.show-leave-to.modal-dynamic-size:after,.show-leave-to.sheet:after,.show-leave-to.positionable-sheet:after,.show-leave-to.modal-full-height:after,.show-leave-to.popup:after,.modal.show-enter-from.animated>div:first-child,.show-enter-from.animated.modal-dynamic-size>div:first-child,.show-enter-from.animated.sheet>div:first-child,.show-enter-from.animated.positionable-sheet>div:first-child,.show-enter-from.animated.modal-full-height>div:first-child,.show-enter-from.animated.popup>div:first-child,.modal.show-leave-to>div:first-child,.show-leave-to.modal-dynamic-size>div:first-child,.show-leave-to.sheet>div:first-child,.show-leave-to.positionable-sheet>div:first-child,.show-leave-to.modal-full-height>div:first-child,.show-leave-to.popup>div:first-child{opacity:0}@media not all and (prefers-reduced-motion){.modal.show-enter-from.animated>div:first-child,.show-enter-from.animated.modal-dynamic-size>div:first-child,.show-enter-from.animated.sheet>div:first-child,.show-enter-from.animated.positionable-sheet>div:first-child,.show-enter-from.animated.modal-full-height>div:first-child,.show-enter-from.animated.popup>div:first-child,.modal.show-leave-to>div:first-child,.show-leave-to.modal-dynamic-size>div:first-child,.show-leave-to.sheet>div:first-child,.show-leave-to.positionable-sheet>div:first-child,.show-leave-to.modal-full-height>div:first-child,.show-leave-to.popup>div:first-child{transform:translate(-50%,50vh)}}@media (height>=1200px){.popup{--popup-padding-top-outside:max(var(--popup-padding-top-full,0px), calc(calc(50vh - 550px) * var(--keyboard-closed,1)));--popup-padding-bottom-outside:calc(100vh - 1100px - var(--popup-padding-top-outside,0px))}}@media (height<=1000px){.popup{--popup-padding-top-outside:max(var(--popup-padding-top-full,0px), calc(20px * var(--keyboard-closed,1)));--popup-padding-bottom-outside:calc(20px - var(--popup-padding-top-outside,0px))}}@media (height<=600px){.popup{--popup-padding-top-outside:5px;--popup-padding-bottom-outside:0px}}@media (height<=1000px){.popup>div:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}}@media (hover:hover){.hover-box .hover-show{opacity:0;transition:opacity .2s}.hover-box:hover .hover-show,.hover-box.focused .hover-show{opacity:1}.hover-box:hover .hover-box:not(:hover) .hover-show,.hover-box.focused .hover-box:not(:hover) .hover-show{opacity:0}.hover-show.focused,.focused .hover-show{opacity:1}.hover-show:has(.focused){opacity:1}}.icon.gray,.button .icon.gray{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}@media (hover:hover){.inline-link:hover{opacity:.6}}@media (any-hover:hover) and (any-pointer:fine){.button.primary.focus-visible:not(:disabled),.button.primary:focus-visible{box-shadow:0 0 0 2px var(--color-current-background,var(--color-background,#fff)), 0 0 0 4px var(--color-primary,#0053ff)}}@media (hover:hover){.button.primary .dropdown:hover{background-color:rgba(var(--color-background,#fff), .2)}}@media (any-hover:hover) and (any-pointer:fine){.button.destructive.focus-visible:not(:disabled),.button.destructive:focus-visible{box-shadow:0 0 0 2px var(--color-current-background,var(--color-background,#fff)), 0 0 0 4px var(--color-error,#f0153d)}}@media (any-hover:hover) and (any-pointer:fine){.button.secundary.focus-visible:not(:disabled),.button.secundary:focus-visible{box-shadow:0 0 0 2px var(--color-current-background,var(--color-background,#fff)), 0 0 0 4px var(--color-gray-1,#868686)}}@media (pointer:coarse){.button.icons:is(a):before,.button.icons:is(button):before,label .button.icons:before{transition:opacity .2s ease-out}.button.icons:is(a):active:before,.button.icons:is(button):active:before,label .button.icons:active:before{opacity:.15;transition:opacity}}@media (pointer:fine){.button.icons:is(a),.button.icons:is(button),label .button.icons{opacity:1}.button.icons:is(a):after,.button.icons:is(button):after,label .button.icons:after{content:"";background-color:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));z-index:-1;will-change:opacity;opacity:0;border-radius:9px;height:34px;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;left:0;right:0;transform:translateY(-50%);top:50%!important;bottom:auto!important}.button.icons:is(a):before,.button.icons:is(button):before,label .button.icons:before{transition:color .2s ease-out}.button.icons:is(a):active:before,.button.icons:is(button):active:before,label .button.icons:active:before{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));transition:color}.button.icons:is(a):before,.button.icons:is(button):before,label .button.icons:before{z-index:1}.button.icons:is(a).active:after,.button.icons:is(a):hover:after,.button.icons:is(a):active:after,.button.icons:is(button).active:after,.button.icons:is(button):hover:after,.button.icons:is(button):active:after,label .button.icons.active:after,label .button.icons:hover:after,label .button.icons:active:after{opacity:1;transition:opacity .2s cubic-bezier(0,0,.2,1);transform:translateY(-50%)}.button.icons:is(a):active:after,.button.icons:is(button):active:after,label .button.icons:active:after{background-color:var(--color-gray-3,#e5e5e5)}}@media (width<=600px){.button.text.small.column,.button.navigation.small.column{font-size:12px}}@media (width<=350px){.button.text.small.column,.button.navigation.small.column{font-size:11px}}@media (hover:hover){.button.text:hover,.button.navigation:hover{opacity:.5;transition:opacity,color .2s}.button.text:hover.selected,.button.navigation:hover.selected{opacity:1}}@media (width<=600px){.button.text.limit-space,.button.navigation.limit-space{overflow:visible}.button.text.limit-space span:not(.icon),.button.navigation.limit-space span:not(.icon){display:none}}@media (pointer:coarse){.button.icon:is(a):before,.button.icon:is(button):before,label .button.icon:before,button .button.icon:before{transition:opacity .2s ease-out}.button.icon:is(a):active:before,.button.icon:is(button):active:before,label .button.icon:active:before,button .button.icon:active:before{opacity:.15;transition:opacity}}@media (pointer:fine){.button.icon:is(a),.button.icon:is(button),label .button.icon,button .button.icon{position:relative}.button.icon:is(a):after,.button.icon:is(button):after,label .button.icon:after,button .button.icon:after{content:"";width:var(--button-icon-size,34px);height:var(--button-icon-size,34px);background-color:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));z-index:0;will-change:opacity;opacity:0;border-radius:9px;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;transform:translate(-50%,-50%);inset:50% auto auto 50%!important}.button.icon:is(a):before,.button.icon:is(button):before,label .button.icon:before,button .button.icon:before{transition:color .2s ease-out,transform .2s}.button.icon:is(a):active:before,.button.icon:is(a).focused:before,.button.icon:is(a).active:before,.button.icon:is(button):active:before,.button.icon:is(button).focused:before,.button.icon:is(button).active:before,label .button.icon:active:before,label .button.icon.focused:before,label .button.icon.active:before,button .button.icon:active:before,button .button.icon.focused:before,button .button.icon.active:before{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));transition:color}.button.icon:is(a).small:after,.button.icon:is(button).small:after,label .button.icon.small:after,button .button.icon.small:after{width:30px;height:30px}.button.icon:is(a):before,.button.icon:is(button):before,label .button.icon:before,button .button.icon:before{z-index:1}.button.icon:is(a).active:after,.button.icon:is(a):hover:after,.button.icon:is(a):active:after,.button.icon:is(a).focused:after,.button.icon:is(button).active:after,.button.icon:is(button):hover:after,.button.icon:is(button):active:after,.button.icon:is(button).focused:after,label .button.icon.active:after,label .button.icon:hover:after,label .button.icon:active:after,label .button.icon.focused:after,button .button.icon.active:after,button .button.icon:hover:after,button .button.icon:active:after,button .button.icon.focused:after{opacity:1;transition:opacity .2s cubic-bezier(0,0,.2,1);transform:translate(-50%,-50%)}.button.icon:is(a):active:after,.button.icon:is(a).active:after,.button.icon:is(a).focused:after,.button.icon:is(button):active:after,.button.icon:is(button).active:after,.button.icon:is(button).focused:after,label .button.icon:active:after,label .button.icon.active:after,label .button.icon.focused:after,button .button.icon:active:after,button .button.icon.active:after,button .button.icon.focused:after{background-color:var(--color-current-background-shade-darker,var(--color-background-shade-darker,#f0f0f0))}}@media (width<=500px){.input-spacing,.input-group{max-width:none}}.input::-webkit-date-and-time-value{text-align:left}.mixed-input::-webkit-date-and-time-value{text-align:left}@keyframes blink_input_opacity_to_prevent_scrolling_when_focus{0%{opacity:0}to{opacity:1}}@media (hover:hover){.input:hover,.mixed-input:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%))}}@media (hover:hover){.input:disabled:hover,.mixed-input:disabled:hover,.input.disabled:hover,.disabled.mixed-input:hover{border-color:var(--color-gray-2,#d1d1d1)}}.input::placeholder,.mixed-input::placeholder,.input.placeholder:not(:focus),.placeholder.mixed-input:not(:focus){color:var(--color-gray-5,#a7a7a7);opacity:1}.input-group.max,.max>div>.input-group{max-width:none}@media (width<=450px){.textarea-container{padding-left:0}}@media (width<=350px){.illustration-radio-container{grid-template-columns:1fr 1fr}}@container st-view (width>=0){.illustration-radio-container{grid-template-columns:1fr}}@container st-view (width>=200px){.illustration-radio-container{grid-template-columns:repeat(2,1fr)}}@container st-view (width<=376px){.illustration-radio-container{gap:10px}}@container st-view (width>=330px){.illustration-radio-container{grid-template-columns:repeat(3,1fr)}.illustration-radio-container:has(>:last-child:nth-child(2)){grid-template-columns:1fr 1fr}}@media (width<=450px){.illustration-radio-container:has(p){grid-template-columns:1fr 1fr}}@container st-view (width>=0){.illustration-radio-container:has(p){grid-template-columns:1fr}}@container st-view (width>=350px){.illustration-radio-container:has(p){grid-template-columns:repeat(2,1fr)}}@container st-view (width>=570px){.illustration-radio-container:has(p){grid-template-columns:repeat(3,1fr)}.illustration-radio-container:has(p):has(>:last-child:nth-child(2)){grid-template-columns:1fr 1fr}}@container st-view (width<=570px){.illustration-radio-box img{width:38px;height:38px}.illustration-radio-box>h3{font-size:14px}.illustration-radio-box>p{padding:0 5px;font-size:11px}}@media (width<=380px){.illustration-radio-box img{width:32px;height:32px}}@media (hover:hover){.illustration-radio-box:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));outline-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%))}}@media (width<=550px){.onboarding-options{grid-template-columns:1fr}}@media (width<=550px){#logo.responsive{width:33px}}@media (width<=450px){.radio.long-text>div>div:first-child~div,.checkbox.long-text>div>div:first-child~div{font-size:13px}}label:active:not(:has(button:active,select:active,label:active,textarea:active,input:not([type=radio]):not([type=checkbox]):active,.input:active,.st-input-box:active)) .checkbox>input:not(:disabled)+div>div:first-child{transform:scale(.8)}label:active:not(:has(button:active,select:active,label:active,textarea:active,input:not([type=radio]):not([type=checkbox]):active,.input:active,.st-input-box:active)) .radio>input:not(:disabled):not(:checked)+div>div:first-child{transform:scale(.8)}@media (width<=400px){.error-box,.success-box,.info-box,.warning-box,.loading-box,.discount-box,.secundary-box{flex-direction:column;align-items:flex-start}}@media (width>=401px){.error-box>.button,.success-box>.button,.info-box>.button,.warning-box>.button,.loading-box>.button,.discount-box>.button,.secundary-box>.button{flex-shrink:0;justify-self:stretch;margin:-15px 0 -15px auto;padding:0 0 0 15px}}@media (hover:hover){.data-table tbody tr.selectable:hover{background-color:var(--color-primary-lighter,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 98.4314%))}}@media (width<=700px){.member-view-details.split{grid-template-columns:100%}}@media (width>=701px){.member-view-details.split>div:last-child>.container:first-child>hr:first-child{display:none}}@media (width<=500px){.legal-footer>div .stamhoofd-logo-container svg{width:120px}}@media (width<=699px){.split-inputs{display:block}.split-inputs>div{margin:0}}@media (prefers-color-scheme:dark){body,:host{--lightningcss-light: ;--lightningcss-dark:initial}}body.dark .tab-bar-controller>header,:host.dark .tab-bar-controller>header,body.dark .st-view.shade,:host.dark .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}@media (prefers-color-scheme:dark){body:not(.light),:host:not(.light){--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rgb-shadow:255;--rgb-background:0;--is-dark-mode:1;--color-saturation-factor:.5;--color-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 93%));--color-background-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 89%));--color-background-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 86%));--color-background-shade-darker-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 83%));--color-background-shade-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 80%));--color-background-shade-5:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 77%));--color-darkest:white;--color-dark:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 11.2157%));--color-dark-lighter:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 17.2157%));--color-dark-light:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.73224%), calc(100% - 27.8824%));--color-gray-1:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 44.549%));--color-gray-2:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.9608%));--color-gray-3:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.8039%));--color-gray-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.24719%), calc(100% - 26.902%));--color-background-lighter:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-background-lighter-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 92%));--color-background-highlight:hsl(var(--color-primary-hue,220.471deg), 10%, 29%);--color-background-interactive:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-error-dark:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-error-background:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-error-border:hsl(349.811deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 84.6079%));--color-error-border-shade:hsl(349.624deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 68.9216%));--color-success-dark:hsl(124.948deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.0196%));--color-success-background:hsl(131.429deg, calc(var(--color-saturation-factor,1) * 51.2195%), calc(100% - 86.9608%));--color-success-border:hsl(125.333deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-warning-dark:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-warning-background:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-warning-border:hsl(46.6667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-secundary-dark:hsl(269.691deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-secundary-background:hsl(270.909deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-secundary-border:hsl(270.667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-tertiary-dark:hsl(319.794deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-tertiary-background:hsl(320deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-tertiary-border:hsl(320deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-payconiq-dark:hsl(340.274deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-payconiq-background:hsl(339.512deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 83.9608%));--color-payconiq-border:hsl(340deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-discount-dark:hsl(0deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-discount-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-discount-border:hsl(0deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-primary-lighter:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 90.4314%));--color-primary-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 85.7255%));--color-primary-background:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), calc(100% - 87.098%));--color-primary-dark:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-primary-gray-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), calc(100% - 69.0588%));--color-primary:var(--dark-theme-color-primary,#0053ff);--color-primary-contrast:var(--dark-theme-color-primary-contrast,#fff);--color-border-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 66.1176%));--color-border-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 57.8824%));--color-input-shadow:#ffffff26;--color-side-view-shadow:#0003;--color-overlay-shadow:#ffffff0d;--color-box-shadow:#ffffff0d;--color-input-background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));--color-shadow:#ffffff0d}body:not(.light) .sheet:after,body:not(.light) .popup:after,:host:not(.light) .sheet:after,:host:not(.light) .popup:after{background:var(--color-background-shade-darker,#f0f0f0);opacity:.8}body:not(.light) .sheet.show-enter-from:after,body:not(.light) .sheet.show-leave-to:after,body:not(.light) .popup.show-enter-from:after,body:not(.light) .popup.show-leave-to:after,:host:not(.light) .sheet.show-enter-from:after,:host:not(.light) .sheet.show-leave-to:after,:host:not(.light) .popup.show-enter-from:after,:host:not(.light) .popup.show-leave-to:after{opacity:0}body:not(.light) .sheet>div,body:not(.light) .popup>div,:host:not(.light) .sheet>div,:host:not(.light) .popup>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}body:not(.light) .split-view-controller[data-has-detail=true]>.master,body:not(.light) .split-view-controller[data-has-detail=false]>.master,:host:not(.light) .split-view-controller[data-has-detail=true]>.master,:host:not(.light) .split-view-controller[data-has-detail=false]>.master{border-right:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);background:var(--color-background-interactive,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}body.modern body:not(.light) .split-view-controller[data-has-detail=true]>.master,body.modern body:not(.light) .split-view-controller[data-has-detail=false]>.master,body.modern :host:not(.light) .split-view-controller[data-has-detail=true]>.master,body.modern :host:not(.light) .split-view-controller[data-has-detail=false]>.master{overflow:hidden}body:not(.light) .tab-bar-controller>header,:host:not(.light) .tab-bar-controller>header,body:not(.light) .st-view.shade,:host:not(.light) .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}img[src*=\.svg]{filter:contrast(.7)}body:not(.light) .st-color-directive,:host:not(.light) .st-color-directive{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rgb-shadow:255;--rgb-background:0;--is-dark-mode:1;--color-saturation-factor:.5;--color-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 93%));--color-background-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 89%));--color-background-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 86%));--color-background-shade-darker-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 83%));--color-background-shade-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 80%));--color-background-shade-5:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 77%));--color-darkest:white;--color-dark:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 11.2157%));--color-dark-lighter:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 17.2157%));--color-dark-light:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.73224%), calc(100% - 27.8824%));--color-gray-1:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 44.549%));--color-gray-2:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.9608%));--color-gray-3:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.8039%));--color-gray-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.24719%), calc(100% - 26.902%));--color-background-lighter:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-background-lighter-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 92%));--color-background-highlight:hsl(var(--color-primary-hue,220.471deg), 10%, 29%);--color-background-interactive:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-error-dark:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-error-background:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-error-border:hsl(349.811deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 84.6079%));--color-error-border-shade:hsl(349.624deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 68.9216%));--color-success-dark:hsl(124.948deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.0196%));--color-success-background:hsl(131.429deg, calc(var(--color-saturation-factor,1) * 51.2195%), calc(100% - 86.9608%));--color-success-border:hsl(125.333deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-warning-dark:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-warning-background:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-warning-border:hsl(46.6667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-secundary-dark:hsl(269.691deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-secundary-background:hsl(270.909deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-secundary-border:hsl(270.667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-tertiary-dark:hsl(319.794deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-tertiary-background:hsl(320deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-tertiary-border:hsl(320deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-payconiq-dark:hsl(340.274deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-payconiq-background:hsl(339.512deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 83.9608%));--color-payconiq-border:hsl(340deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-discount-dark:hsl(0deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-discount-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-discount-border:hsl(0deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-primary-lighter:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 90.4314%));--color-primary-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 85.7255%));--color-primary-background:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), calc(100% - 87.098%));--color-primary-dark:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-primary-gray-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), calc(100% - 69.0588%));--color-primary:var(--dark-theme-color-primary,#0053ff);--color-primary-contrast:var(--dark-theme-color-primary-contrast,#fff);--color-border-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 66.1176%));--color-border-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 57.8824%));--color-input-shadow:#ffffff26;--color-side-view-shadow:#0003;--color-overlay-shadow:#ffffff0d;--color-box-shadow:#ffffff0d;--color-input-background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));--color-shadow:#ffffff0d}body:not(.light) .st-color-directive .sheet:after,body:not(.light) .st-color-directive .popup:after,:host:not(.light) .st-color-directive .sheet:after,:host:not(.light) .st-color-directive .popup:after{background:var(--color-background-shade-darker,#f0f0f0);opacity:.8}body:not(.light) .st-color-directive .sheet.show-enter-from:after,body:not(.light) .st-color-directive .sheet.show-leave-to:after,body:not(.light) .st-color-directive .popup.show-enter-from:after,body:not(.light) .st-color-directive .popup.show-leave-to:after,:host:not(.light) .st-color-directive .sheet.show-enter-from:after,:host:not(.light) .st-color-directive .sheet.show-leave-to:after,:host:not(.light) .st-color-directive .popup.show-enter-from:after,:host:not(.light) .st-color-directive .popup.show-leave-to:after{opacity:0}body:not(.light) .st-color-directive .sheet>div,body:not(.light) .st-color-directive .popup>div,:host:not(.light) .st-color-directive .sheet>div,:host:not(.light) .st-color-directive .popup>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}body:not(.light) .st-color-directive .split-view-controller[data-has-detail=true]>.master,body:not(.light) .st-color-directive .split-view-controller[data-has-detail=false]>.master,:host:not(.light) .st-color-directive .split-view-controller[data-has-detail=true]>.master,:host:not(.light) .st-color-directive .split-view-controller[data-has-detail=false]>.master{border-right:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);background:var(--color-background-interactive,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}body.modern body:not(.light) .st-color-directive .split-view-controller[data-has-detail=true]>.master,body.modern body:not(.light) .st-color-directive .split-view-controller[data-has-detail=false]>.master,body.modern :host:not(.light) .st-color-directive .split-view-controller[data-has-detail=true]>.master,body.modern :host:not(.light) .st-color-directive .split-view-controller[data-has-detail=false]>.master{overflow:hidden}body:not(.light) .st-color-directive .tab-bar-controller>header,:host:not(.light) .st-color-directive .tab-bar-controller>header,body:not(.light) .st-color-directive .st-view.shade,:host:not(.light) .st-color-directive .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}}body.dark .st-color-directive .tab-bar-controller>header,:host.dark .st-color-directive .tab-bar-controller>header,body.dark .st-color-directive .st-view.shade,:host.dark .st-color-directive .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button,input,select,textarea,blockquote{color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;font-variation-settings:inherit;appearance:none;letter-spacing:inherit;line-height:inherit;block-size:auto;text-align:inherit;background:0 0;border:0;border-radius:0;outline:0;margin:0;padding:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (width<=550px){.hide-smartphone{display:none!important}}@media (width<=600px){.hide-small{display:none!important}}@media (width<=800px){.hide-medium{display:none!important}}@media (width>=551px){.only-smartphone{display:none!important}}@media (width>=701px){.only-tab-bar{display:none}}@media (width<=550px){.only-icon-smartphone span:not(.icon){display:none!important}.only-icon-smartphone span.icon{margin:0!important}}@media (width<=350px){.only-icon-tiny-smartphone span:not(.icon){display:none!important}}body.web-android .hide-android,body.native-android .hide-android{display:none!important}.style-side-view-shadow{box-shadow:0px 2px 5px var(--color-side-view-shadow,#0000001a)}.illustration-radio-box,.onboarding-option,.style-input-shadow,.input,.mixed-input,.style-input-box,.style-code{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075)}.input,.mixed-input,.style-input-box,.style-code{border:1px solid var(--color-border-shade,#bdbdbd);background:var(--color-current-background,var(--color-background,#fff));background:var(--color-input-background,var(--color-current-background,var(--color-background,#fff)));border-radius:9px;transition:border-color .2s}.input:disabled,.mixed-input:disabled,.style-input-box:disabled,.style-code:disabled,.disabled.input,.disabled.mixed-input,.disabled.style-input-box,.disabled.style-code{border-color:var(--color-gray-2,#d1d1d1)}.input:focus,.mixed-input:focus,.style-input-box:focus,.style-code:focus,.input:focus-within,.mixed-input:focus-within,.style-input-box:focus-within,.style-code:focus-within{border-color:var(--color-primary,#0053ff);outline:1.1px solid var(--color-primary,#0053ff);outline-offset:-.1px}.input:focus:hover,.mixed-input:focus:hover,.style-input-box:focus:hover,.style-code:focus:hover,.input:focus-within:hover,.mixed-input:focus-within:hover,.style-input-box:focus-within:hover,.style-code:focus-within:hover{border:1px solid var(--color-primary,#0053ff)}.positionable-sheet>div:first-child,.style-overlay-shadow{box-shadow:0 20px 25px #0000000d,0 20px 20px #0000000d,0 20px 10px #0000000d}@media (prefers-color-scheme:dark){.positionable-sheet>div:first-child,.style-overlay-shadow{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}}.style-nowrap{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.style-hr,.view>main>hr,.st-view>main>.box>main>hr,.st-view>main>hr,.main-text-container>hr,.view>main .container>hr,.st-view>main>.box>main .container>hr,.st-view>main .container>hr,.main-text-container .container>hr{height:var(--border-width-thin,1px);background:var(--color-gray-2,#d1d1d1);border-radius:var(--border-width-thin,1px)/2;border:0;outline:none;margin:20px 0;padding:0}.style-title-huge{font-weight:var(--font-weight-bold,700);font-size:48px;line-height:1.2}@media (width<=800px){.style-title-huge{font-size:40px}}@media (width<=400px){.style-title-huge{font-size:32px}}.style-placeholder-skeleton{background:var(--color-background-shade-darker,#f0f0f0);background-attachment:fixed;background-image:linear-gradient(90deg, var(--color-background-shade-darker,#f0f0f0) 0px, var(--color-background-shade,#f7f7f7) 40px, var(--color-background-shade-darker,#f0f0f0) 80px, var(--color-background-shade-darker,#f0f0f0) 50vw, var(--color-background-shade,#f7f7f7) calc(50vw + 40px), var(--color-background-shade-darker,#f0f0f0) calc(50vw + 80px));background-position:0;background-size:200vw;border-radius:5px;width:50px;height:1em;animation:6s linear -.5s infinite shine-lines;display:inline-block}.style-title-semihuge{font-size:36px;font-weight:var(--font-weight-bold,700);line-height:1.3}@media (width<=500px){.style-title-semihuge{font-size:30px}}@media (width<=400px){.style-title-semihuge{font-size:25px}}.style-text-gradient{background:linear-gradient(94.7deg,#0053ff 31.34%,#7000ff 68.57%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.st-menu-modern>main>h1,.style-title-1,.view>main>h1:not([class]):first-child,.st-view>main>.box>main>h1:not([class]):first-child,.st-view>main>h1:not([class]):first-child,.main-text-container>h1:not([class]):first-child,.view>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]),.view>main .container>h1:not([class]):first-child,.st-view>main .container>h1:not([class]):first-child,.main-text-container .container>h1:not([class]):first-child,.view>main .container>.style-title-prefix:first-child+h1:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]){font-size:26px;font-weight:var(--font-weight-semibold,600);line-height:1.4}@media (width<=350px){.st-menu-modern>main>h1,.style-title-1,.view>main>h1:not([class]):first-child,.st-view>main>.box>main>h1:not([class]):first-child,.st-view>main>h1:not([class]):first-child,.main-text-container>h1:not([class]):first-child,.view>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]),.view>main .container>h1:not([class]):first-child,.st-view>main .container>h1:not([class]):first-child,.main-text-container .container>h1:not([class]):first-child,.view>main .container>.style-title-prefix:first-child+h1:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]){font-size:24px}}.st-menu-modern>main>h1.with-icons,.with-icons.style-title-1,.view>main>h1.with-icons:not([class]):first-child,.st-view>main>.box>main>h1.with-icons:not([class]):first-child,.st-view>main>h1.with-icons:not([class]):first-child,.main-text-container>h1.with-icons:not([class]):first-child,.view>main>.style-title-prefix:first-child+h1.with-icons:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1.with-icons:not([class]),.st-view>main>.style-title-prefix:first-child+h1.with-icons:not([class]),.main-text-container>.style-title-prefix:first-child+h1.with-icons:not([class]),.view>main .container>h1.with-icons:not([class]):first-child,.st-view>main .container>h1.with-icons:not([class]):first-child,.main-text-container .container>h1.with-icons:not([class]):first-child,.view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.with-icons:not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-menu-modern>main>h1:has(.icon){align-items:center;gap:5px;padding-bottom:15px;display:flex}.style-title-1:has(.icon){align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.box>main>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main .container>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main .container>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container .container>h1:has(.icon):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-menu-modern>main>h1:has(.style-tag){align-items:center;gap:5px;padding-bottom:15px;display:flex}.style-title-1:has(.style-tag){align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main .container>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main .container>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container .container>h1:has(.style-tag):not([class]):first-child{align-items:center;gap:5px;padding-bottom:15px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class]){align-items:center;gap:5px;padding-bottom:15px;display:flex}.st-menu-modern>main>h1.with-icons>span:not([class]),.with-icons.style-title-1>span:not([class]),.view>main>h1.with-icons:not([class]):first-child>span:not([class]),.st-view>main>.box>main>h1.with-icons:not([class]):first-child>span:not([class]),.st-view>main>h1.with-icons:not([class]):first-child>span:not([class]),.main-text-container>h1.with-icons:not([class]):first-child>span:not([class]),.view>main>.style-title-prefix:first-child+h1.with-icons:not([class])>span:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1.with-icons:not([class])>span:not([class]),.st-view>main>.style-title-prefix:first-child+h1.with-icons:not([class])>span:not([class]),.main-text-container>.style-title-prefix:first-child+h1.with-icons:not([class])>span:not([class]),.view>main .container>h1.with-icons:not([class]):first-child>span:not([class]),.st-view>main .container>h1.with-icons:not([class]):first-child>span:not([class]),.main-text-container .container>h1.with-icons:not([class]):first-child>span:not([class]),.view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>span:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>span:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.with-icons:not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-menu-modern>main>h1:has(.icon)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.style-title-1:has(.icon)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.box>main>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main .container>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main .container>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container .container>h1:has(.icon):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-menu-modern>main>h1:has(.style-tag)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.style-title-1:has(.style-tag)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main .container>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main .container>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container .container>h1:has(.style-tag):not([class]):first-child>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-menu-modern>main>h1.with-icons>:not(:first-child),.with-icons.style-title-1>:not(:first-child),.view>main>h1.with-icons:not([class]):first-child>:not(:first-child),.st-view>main>.box>main>h1.with-icons:not([class]):first-child>:not(:first-child),.st-view>main>h1.with-icons:not([class]):first-child>:not(:first-child),.main-text-container>h1.with-icons:not([class]):first-child>:not(:first-child),.view>main>.style-title-prefix:first-child+h1.with-icons:not([class])>:not(:first-child),.st-view>main>.box>main>.style-title-prefix:first-child+h1.with-icons:not([class])>:not(:first-child),.st-view>main>.style-title-prefix:first-child+h1.with-icons:not([class])>:not(:first-child),.main-text-container>.style-title-prefix:first-child+h1.with-icons:not([class])>:not(:first-child),.view>main .container>h1.with-icons:not([class]):first-child>:not(:first-child),.st-view>main .container>h1.with-icons:not([class]):first-child>:not(:first-child),.main-text-container .container>h1.with-icons:not([class]):first-child>:not(:first-child),.view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>:not(:first-child),.st-view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>:not(:first-child),.main-text-container .container>.style-title-prefix:first-child+h1.with-icons:not([class])>:not(:first-child){flex-shrink:0}.st-menu-modern>main>h1:has(.icon)>:not(:first-child){flex-shrink:0}.style-title-1:has(.icon)>:not(:first-child){flex-shrink:0}.view>main>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main>.box>main>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.main-text-container>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.view>main .container>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main .container>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.main-text-container .container>h1:has(.icon):not([class]):first-child>:not(:first-child){flex-shrink:0}.view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>:not(:first-child){flex-shrink:0}.st-menu-modern>main>h1:has(.style-tag)>:not(:first-child){flex-shrink:0}.style-title-1:has(.style-tag)>:not(:first-child){flex-shrink:0}.view>main>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.main-text-container>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.view>main .container>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.st-view>main .container>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.main-text-container .container>h1:has(.style-tag):not([class]):first-child>:not(:first-child){flex-shrink:0}.view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>:not(:first-child){flex-shrink:0}.st-menu-modern>main>h1.with-icons.button.primary>.bubble,.with-icons.style-title-1.button.primary>.bubble,.st-menu-modern>main>h1.with-icons.button.text>.bubble,.with-icons.style-title-1.button.text>.bubble,.st-menu-modern>main>h1.with-icons.button.navigation>.bubble,.with-icons.style-title-1.button.navigation>.bubble,.st-menu .menu-button .st-menu-modern>main>h1.with-icons>.bubble,.st-menu .menu-button .with-icons.style-title-1>.bubble,.st-menu-modern>main>h1.with-icons>.style-bubble,.with-icons.style-title-1>.style-bubble,.view>main>h1.with-icons.button.primary:not([class]):first-child>.bubble,.st-view>main>.box>main>h1.with-icons.button.primary:not([class]):first-child>.bubble,.st-view>main>h1.with-icons.button.primary:not([class]):first-child>.bubble,.main-text-container>h1.with-icons.button.primary:not([class]):first-child>.bubble,.view>main>h1.with-icons.button.text:not([class]):first-child>.bubble,.st-view>main>.box>main>h1.with-icons.button.text:not([class]):first-child>.bubble,.st-view>main>h1.with-icons.button.text:not([class]):first-child>.bubble,.main-text-container>h1.with-icons.button.text:not([class]):first-child>.bubble,.view>main>h1.with-icons.button.navigation:not([class]):first-child>.bubble,.st-view>main>.box>main>h1.with-icons.button.navigation:not([class]):first-child>.bubble,.st-view>main>h1.with-icons.button.navigation:not([class]):first-child>.bubble,.main-text-container>h1.with-icons.button.navigation:not([class]):first-child>.bubble,.st-menu .menu-button .view>main>h1.with-icons:not([class]):first-child>.bubble,.st-menu .menu-button .st-view>main>.box>main>h1.with-icons:not([class]):first-child>.bubble,.st-menu .menu-button .st-view>main>h1.with-icons:not([class]):first-child>.bubble,.st-menu .menu-button .main-text-container>h1.with-icons:not([class]):first-child>.bubble,.view>main>h1.with-icons:not([class]):first-child>.style-bubble,.st-view>main>.box>main>h1.with-icons:not([class]):first-child>.style-bubble,.st-view>main>h1.with-icons:not([class]):first-child>.style-bubble,.main-text-container>h1.with-icons:not([class]):first-child>.style-bubble,.view>main>.style-title-prefix:first-child+h1.with-icons.button.primary:not([class])>.bubble,.st-view>main>.box>main>.style-title-prefix:first-child+h1.with-icons.button.primary:not([class])>.bubble,.st-view>main>.style-title-prefix:first-child+h1.with-icons.button.primary:not([class])>.bubble,.main-text-container>.style-title-prefix:first-child+h1.with-icons.button.primary:not([class])>.bubble,.view>main>.style-title-prefix:first-child+h1.with-icons.button.text:not([class])>.bubble,.st-view>main>.box>main>.style-title-prefix:first-child+h1.with-icons.button.text:not([class])>.bubble,.st-view>main>.style-title-prefix:first-child+h1.with-icons.button.text:not([class])>.bubble,.main-text-container>.style-title-prefix:first-child+h1.with-icons.button.text:not([class])>.bubble,.view>main>.style-title-prefix:first-child+h1.with-icons.button.navigation:not([class])>.bubble,.st-view>main>.box>main>.style-title-prefix:first-child+h1.with-icons.button.navigation:not([class])>.bubble,.st-view>main>.style-title-prefix:first-child+h1.with-icons.button.navigation:not([class])>.bubble,.main-text-container>.style-title-prefix:first-child+h1.with-icons.button.navigation:not([class])>.bubble,.st-menu .menu-button .view>main>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-menu .menu-button .st-view>main>.box>main>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-menu .menu-button .st-view>main>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-menu .menu-button .main-text-container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.view>main>.style-title-prefix:first-child+h1.with-icons:not([class])>.style-bubble,.st-view>main>.box>main>.style-title-prefix:first-child+h1.with-icons:not([class])>.style-bubble,.st-view>main>.style-title-prefix:first-child+h1.with-icons:not([class])>.style-bubble,.main-text-container>.style-title-prefix:first-child+h1.with-icons:not([class])>.style-bubble,.view>main .container>h1.with-icons.button.primary:not([class]):first-child>.bubble,.st-view>main>.box>main .container>h1.with-icons.button.primary:not([class]):first-child>.bubble,.st-view>main .container>h1.with-icons.button.primary:not([class]):first-child>.bubble,.main-text-container .container>h1.with-icons.button.primary:not([class]):first-child>.bubble,.view>main .container>h1.with-icons.button.text:not([class]):first-child>.bubble,.st-view>main>.box>main .container>h1.with-icons.button.text:not([class]):first-child>.bubble,.st-view>main .container>h1.with-icons.button.text:not([class]):first-child>.bubble,.main-text-container .container>h1.with-icons.button.text:not([class]):first-child>.bubble,.view>main .container>h1.with-icons.button.navigation:not([class]):first-child>.bubble,.st-view>main>.box>main .container>h1.with-icons.button.navigation:not([class]):first-child>.bubble,.st-view>main .container>h1.with-icons.button.navigation:not([class]):first-child>.bubble,.main-text-container .container>h1.with-icons.button.navigation:not([class]):first-child>.bubble,.view>main .st-menu .menu-button .container>h1.with-icons:not([class]):first-child>.bubble,.st-menu .menu-button .view>main .container>h1.with-icons:not([class]):first-child>.bubble,.st-view>main>.box>main .st-menu .menu-button .container>h1.with-icons:not([class]):first-child>.bubble,.st-menu .menu-button .st-view>main>.box>main .container>h1.with-icons:not([class]):first-child>.bubble,.st-view>main .st-menu .menu-button .container>h1.with-icons:not([class]):first-child>.bubble,.st-menu .menu-button .st-view>main .container>h1.with-icons:not([class]):first-child>.bubble,.main-text-container .st-menu .menu-button .container>h1.with-icons:not([class]):first-child>.bubble,.st-menu .menu-button .main-text-container .container>h1.with-icons:not([class]):first-child>.bubble,.view>main .container>h1.with-icons:not([class]):first-child>.style-bubble,.st-view>main>.box>main .container>h1.with-icons:not([class]):first-child>.style-bubble,.st-view>main .container>h1.with-icons:not([class]):first-child>.style-bubble,.main-text-container .container>h1.with-icons:not([class]):first-child>.style-bubble,.view>main .container>.style-title-prefix:first-child+h1.with-icons.button.primary:not([class])>.bubble,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.with-icons.button.primary:not([class])>.bubble,.st-view>main .container>.style-title-prefix:first-child+h1.with-icons.button.primary:not([class])>.bubble,.main-text-container .container>.style-title-prefix:first-child+h1.with-icons.button.primary:not([class])>.bubble,.view>main .container>.style-title-prefix:first-child+h1.with-icons.button.text:not([class])>.bubble,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.with-icons.button.text:not([class])>.bubble,.st-view>main .container>.style-title-prefix:first-child+h1.with-icons.button.text:not([class])>.bubble,.main-text-container .container>.style-title-prefix:first-child+h1.with-icons.button.text:not([class])>.bubble,.view>main .container>.style-title-prefix:first-child+h1.with-icons.button.navigation:not([class])>.bubble,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.with-icons.button.navigation:not([class])>.bubble,.st-view>main .container>.style-title-prefix:first-child+h1.with-icons.button.navigation:not([class])>.bubble,.main-text-container .container>.style-title-prefix:first-child+h1.with-icons.button.navigation:not([class])>.bubble,.view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-menu .menu-button .view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-view>main>.box>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-menu .menu-button .st-view>main>.box>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-menu .menu-button .st-view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.main-text-container .st-menu .menu-button .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.st-menu .menu-button .main-text-container .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.bubble,.view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.style-bubble,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.style-bubble,.st-view>main .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.style-bubble,.main-text-container .container>.style-title-prefix:first-child+h1.with-icons:not([class])>.style-bubble{margin-left:5px}.st-menu-modern>main>h1.button.primary:has(.icon)>.bubble{margin-left:5px}.style-title-1.button.primary:has(.icon)>.bubble{margin-left:5px}.st-menu-modern>main>h1.button.text:has(.icon)>.bubble{margin-left:5px}.style-title-1.button.text:has(.icon)>.bubble{margin-left:5px}.st-menu-modern>main>h1.button.navigation:has(.icon)>.bubble{margin-left:5px}.style-title-1.button.navigation:has(.icon)>.bubble{margin-left:5px}.st-menu .menu-button .st-menu-modern>main>h1:has(.icon)>.bubble{margin-left:5px}.st-menu .menu-button .style-title-1:has(.icon)>.bubble{margin-left:5px}.st-menu-modern>main>h1:has(.icon)>.style-bubble{margin-left:5px}.style-title-1:has(.icon)>.style-bubble{margin-left:5px}.view>main>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .view>main>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>.box>main>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.main-text-container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.view>main .container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.primary:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.text:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.navigation:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main .st-menu .menu-button .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .view>main .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .st-menu .menu-button .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .st-menu .menu-button .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .st-menu .menu-button .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container .container>h1:has(.icon):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>.box>main .container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main .container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.main-text-container .container>h1:has(.icon):not([class]):first-child>.style-bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.primary:has(.icon):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.text:has(.icon):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.navigation:has(.icon):not([class])>.bubble{margin-left:5px}.view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.main-text-container .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1:has(.icon):not([class])>.style-bubble{margin-left:5px}.st-menu-modern>main>h1.button.primary:has(.style-tag)>.bubble{margin-left:5px}.style-title-1.button.primary:has(.style-tag)>.bubble{margin-left:5px}.st-menu-modern>main>h1.button.text:has(.style-tag)>.bubble{margin-left:5px}.style-title-1.button.text:has(.style-tag)>.bubble{margin-left:5px}.st-menu-modern>main>h1.button.navigation:has(.style-tag)>.bubble{margin-left:5px}.style-title-1.button.navigation:has(.style-tag)>.bubble{margin-left:5px}.st-menu .menu-button .st-menu-modern>main>h1:has(.style-tag)>.bubble{margin-left:5px}.st-menu .menu-button .style-title-1:has(.style-tag)>.bubble{margin-left:5px}.st-menu-modern>main>h1:has(.style-tag)>.style-bubble{margin-left:5px}.style-title-1:has(.style-tag)>.style-bubble{margin-left:5px}.view>main>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .view>main>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>.box>main>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.main-text-container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.st-view>main>.box>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.st-view>main>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.main-text-container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.view>main .container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.primary:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.text:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .container>h1.button.navigation:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main .st-menu .menu-button .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .view>main .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main>.box>main .st-menu .menu-button .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-view>main .st-menu .menu-button .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.main-text-container .st-menu .menu-button .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container .container>h1:has(.style-tag):not([class]):first-child>.bubble{margin-left:5px}.view>main .container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main>.box>main .container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.st-view>main .container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.main-text-container .container>h1:has(.style-tag):not([class]):first-child>.style-bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.primary:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.text:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1.button.navigation:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main>.box>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main>.box>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-view>main .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.main-text-container .st-menu .menu-button .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.st-menu .menu-button .main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.bubble{margin-left:5px}.view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.st-view>main .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.main-text-container .container>.style-title-prefix:first-child+h1:has(.style-tag):not([class])>.style-bubble{margin-left:5px}.style-navigation-title{text-overflow:ellipsis;-webkit-line-clamp:2;text-wrap:pretty;font-size:28px;font-weight:var(--font-weight-semibold,600);-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}@media (width<=350px){.style-navigation-title{font-size:26px}}.style-navigation-title{padding-bottom:10px}.with-icons.style-navigation-title{align-items:center;gap:5px;padding-bottom:15px;display:flex}.style-navigation-title:has(.icon){align-items:center;gap:5px;padding-bottom:15px;display:flex}.with-icons.style-navigation-title .block-icon{margin-right:8px;display:block;overflow:visible}.style-navigation-title:has(.icon) .block-icon{margin-right:8px;display:block;overflow:visible}.with-icons.style-navigation-title>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.style-navigation-title:has(.icon)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.with-icons.style-navigation-title>.style-bubble{margin-left:5px}.style-navigation-title:has(.icon)>.style-bubble{margin-left:5px}.onboarding-option h2,.style-title-2,.style-onboarding-checklist>h2,.style-wysiwyg h2,.view>main>h2,.st-view>main>.box>main>h2,.st-view>main>h2,.main-text-container>h2,.view>main .container>h2,.st-view>main>.box>main .container>h2,.st-view>main .container>h2,.main-text-container .container>h2{font-size:16px;line-height:1.3;font-weight:var(--font-weight-semibold,600)}.onboarding-option h2>.style-tag,.style-title-2>.style-tag,.style-onboarding-checklist>h2>.style-tag,.style-wysiwyg h2>.style-tag,.view>main>h2>.style-tag,.st-view>main>.box>main>h2>.style-tag,.st-view>main>h2>.style-tag,.main-text-container>h2>.style-tag,.view>main .container>h2>.style-tag,.st-view>main>.box>main .container>h2>.style-tag,.st-view>main .container>h2>.style-tag,.main-text-container .container>h2>.style-tag{margin-left:5px}.split-view-controller[data-has-detail=true]>.master .st-menu-modern>main>h1,.style-title-2-larger,.view>main>h2.larger,.st-view>main>.box>main>h2.larger,.st-view>main>h2.larger,.main-text-container>h2.larger,.view>main .container>h2.larger,.st-view>main>.box>main .container>h2.larger,.st-view>main .container>h2.larger,.main-text-container .container>h2.larger{font-size:24px;line-height:1.3;font-weight:var(--font-weight-semibold,600)}@media (width<=600px){.split-view-controller[data-has-detail=true]>.master .st-menu-modern>main>h1,.style-title-2-larger,.view>main>h2.larger,.st-view>main>.box>main>h2.larger,.st-view>main>h2.larger,.main-text-container>h2.larger,.view>main .container>h2.larger,.st-view>main>.box>main .container>h2.larger,.st-view>main .container>h2.larger,.main-text-container .container>h2.larger{font-size:20px}}.st-menu-modern>main .menu-button h3,.st-menu-modern>main .st-menu-item h3,.style-title-3,.style-wysiwyg h3,.view>main>h2.smaller,.st-view>main>.box>main>h2.smaller,.st-view>main>h2.smaller,.main-text-container>h2.smaller,.view>main .container>h2.smaller,.st-view>main>.box>main .container>h2.smaller,.st-view>main .container>h2.smaller,.main-text-container .container>h2.smaller{font-size:15px;font-weight:var(--font-weight-semibold,600)}@media (width<=400px){.st-menu-modern>main .menu-button h3,.st-menu-modern>main .st-menu-item h3,.style-title-3,.style-wysiwyg h3,.view>main>h2.smaller,.st-view>main>.box>main>h2.smaller,.st-view>main>h2.smaller,.main-text-container>h2.smaller,.view>main .container>h2.smaller,.st-view>main>.box>main .container>h2.smaller,.st-view>main .container>h2.smaller,.main-text-container .container>h2.smaller{font-size:14px}}.style-navigation-bar-title{font-size:15px;font-weight:var(--font-weight-semibold,600)}@media (width<=400px){.style-navigation-bar-title{font-size:14px}}body.web-android .style-navigation-bar-title,body.native-android .style-navigation-bar-title{letter-spacing:-.015em;font-size:16px}.style-icon-prefix{--block-width:30px;margin-bottom:10px}@media (width<=400px){.style-icon-prefix{margin-bottom:6px}}.style-title-prefix{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff);text-transform:uppercase;margin-bottom:5px}@media (width<=400px){.style-title-prefix{margin-bottom:4px;font-size:10px}}.large.style-title-prefix{font-size:14px}@media (width<=400px){.large.style-title-prefix{font-size:12px}}.style-title-prefix-list{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff);text-transform:uppercase;margin-bottom:3px}@media (width<=400px){.style-title-prefix-list{margin-bottom:4px;font-size:10px}}.error.style-title-prefix-list{color:var(--color-error,#f0153d)}.style-capitalize-first-letter:first-letter{text-transform:uppercase}.radio>div>div:first-child~div,.checkbox>div>div:first-child~div,.style-title-list{font-size:15px;line-height:1.3;font-weight:var(--font-weight-medium,500)}.radio>div>div:first-child~div.bolder,.checkbox>div>div:first-child~div.bolder,.bolder.style-title-list{font-weight:var(--font-weight-semibold,600)}.radio>div>div:first-child~div.red,.checkbox>div>div:first-child~div.red,.red.style-title-list{color:var(--color-error,#f0153d)}@media (width<=600px){.radio>div>div:first-child~div,.checkbox>div>div:first-child~div,.style-title-list{font-size:14px}}@media (width<=400px){.radio>div>div:first-child~div,.checkbox>div>div:first-child~div,.style-title-list{font-size:14px}}.radio>div>div:first-child~div+p,.checkbox>div>div:first-child~div+p,.style-title-list+p{padding-top:3px}.radio>div>div:first-child~div.smaller,.checkbox>div>div:first-child~div.smaller,.smaller.style-title-list{font-size:15px;line-height:1.4}.radio>div>div:first-child~div.smaller+p,.checkbox>div>div:first-child~div.smaller+p,.smaller.style-title-list+p{padding-top:3px}@media (width<=600px){.radio>div>div:first-child~div.smaller,.checkbox>div>div:first-child~div.smaller,.smaller.style-title-list{font-size:13px}}.radio>div>div:first-child~div.large,.checkbox>div>div:first-child~div.large,.large.style-title-list{font-size:17px}.radio>div>div:first-child~div.large+p,.checkbox>div>div:first-child~div.large+p,.large.style-title-list+p{padding-top:4px}@media (width<=400px){.radio>div>div:first-child~div.large,.checkbox>div>div:first-child~div.large,.large.style-title-list{font-size:16px}.radio>div>div:first-child~div.large+p,.checkbox>div>div:first-child~div.large+p,.large.style-title-list+p{padding-top:3px}}.radio>div>div:first-child~div.larger,.checkbox>div>div:first-child~div.larger,.larger.style-title-list{font-size:20px}.radio>div>div:first-child~div.larger+p,.checkbox>div>div:first-child~div.larger+p,.larger.style-title-list+p{padding-top:5px}@media (width<=400px){.radio>div>div:first-child~div.larger,.checkbox>div>div:first-child~div.larger,.larger.style-title-list{font-size:17px}.radio>div>div:first-child~div.larger+p,.checkbox>div>div:first-child~div.larger+p,.larger.style-title-list+p{padding-top:3px}}.style-text-large{font-size:20px;font-weight:var(--font-weight-default,500);line-height:1.4}.style-tag{font-size:11px;font-weight:var(--font-weight-bold,700);color:var(--color-primary,#0053ff)}@media (prefers-color-scheme:dark){.style-tag{color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%))}}.style-tag{background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;border-radius:9px;flex-direction:row;align-items:center;gap:4px;max-width:100%;padding:6px 8px;line-height:1;display:inline-flex;overflow:hidden}.large.style-tag{letter-spacing:normal;padding:7px 9px;font-size:13px}.warn.style-tag{color:var(--color-warning-dark,#634e00);background:var(--color-warning-background,#fbf4da)}.error.style-tag{color:var(--color-error-dark,#630012);background:var(--color-error-background,#fbdae0)}.success.style-tag{color:var(--color-success-dark,#006108);background:var(--color-success-background,#e0f5e4)}.secundary.style-tag{color:var(--color-secundary-dark,#300061);background:var(--color-secundary-background,#ebdafb)}.discount.style-tag{color:var(--color-discount-dark,#692020);background:var(--color-discount-background,#fbdada)}.tertiary.style-tag{color:var(--color-tertiary-dark,#610041);background:var(--color-tertiary-background,#fbdaf0)}.gray.style-tag{color:var(--color-gray-1,#868686);background:var(--color-background-shade,#f7f7f7)}.payconiq.style-tag{color:var(--color-payconiq-dark,#692038);background:var(--color-payconiq-background,#ffd6e4)}.inline-first.style-tag{margin-left:5px}.tags-without-background .style-tag{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));background:0 0;border-radius:0;padding:0;overflow:visible}.style-price-base,.style-discount-price,.style-discount-old-price,.style-price,.style-amount{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium,500);font-variant-numeric:tabular-nums}.disabled.style-price-base,.disabled.style-discount-price,.disabled.style-discount-old-price,.disabled.style-price,.disabled.style-amount{opacity:.6}.large.style-price-base,.large.style-discount-price,.large.style-discount-old-price,.large.style-price,.large.style-amount{font-size:20px}.small.style-price-base,.small.style-discount-price,.small.style-discount-old-price,.small.style-price,.small.style-amount{font-size:13px}.negative.style-price-base,.negative.style-discount-price,.negative.style-discount-old-price,.negative.style-price,.negative.style-amount{color:var(--color-error,#f0153d)}.min-width.style-amount{min-width:50px;display:inline-block}.style-price{font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff)}.style-price-big{font-size:20px;line-height:1.4;font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff);flex-direction:row;align-items:center;gap:7px;display:flex}.style-price-big:is(button){touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;cursor:pointer}.style-price-big:is(button):hover{opacity:.8}.style-price-big:is(button):active{opacity:.4}.style-value-old{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium,500);color:var(--color-error-dark,#630012);text-decoration:line-through}.style-value-old:hover{text-decoration:none}.style-value-new{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium,500);color:var(--color-success-dark,#006108)}.style-discount-old-price{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));text-decoration:line-through}.style-discount-price{font-weight:var(--font-weight-semibold,600);color:var(--color-discount,#ff4747);margin-left:5px}.data-table tbody tr td,.style-normal,ul.style-list{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.style-definition-label{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff);text-transform:uppercase;padding-bottom:2px}.gray.style-definition-label{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.style-definition-label+.details-grid{padding-top:5px}.style-definition-text{font-size:17px;line-height:1.4;font-weight:var(--font-weight-default,500);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.placeholder.style-definition-text{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.with-icons.style-definition-text{align-items:center;gap:4px;display:flex}.with-icons.style-definition-text>:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.with-icons.style-definition-text>.icon{flex-shrink:0}.font-size-description,.style-wysiwyg,.style-description-large,.style-description-block-large,.editor-button-bar.hint,.data-table tbody tr td.minor,.style-description,.style-description-block,.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p:not([class]),.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description,.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description,.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description{font-size:14px}@media (width<=600px){.font-size-description,.style-wysiwyg,.style-description-large,.style-description-block-large,.editor-button-bar.hint,.data-table tbody tr td.minor,.style-description,.style-description-block,.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p:not([class]),.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description,.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description,.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description{font-size:14px}}.font-size-description-large,.large.style-wysiwyg,.style-description-large,.style-description-block-large{font-size:16px}@media (width<=400px){.font-size-description-large,.large.style-wysiwyg,.style-description-large,.style-description-block-large{font-size:15px}}.editor-button-bar.hint,.data-table tbody tr td.minor,.style-description,.style-description-block,.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p:not([class]),.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description,.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description,.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description{line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.editor-button-bar.hint,.data-table tbody tr td.minor,.style-description,.style-description-block,.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p:not([class]),.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description,.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description,.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description{font-size:14px}}.style-description-large,.style-description-block-large{font-size:17px}.inline-size{contain:inline-size}.style-description-large,.style-description-block-large{line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}.flex.style-tag{align-items:center;gap:5px;display:flex}.style-tag:has(>.icon){align-items:center;gap:5px;display:flex}.style-tag:has(>svg){align-items:center;gap:5px;display:flex}.style-tag>.icon{margin-top:-1px;margin-bottom:-1px}.style-tag>.icon:first-child{margin-left:-1px}.flex.editor-button-bar.hint,.data-table tbody tr td.flex.minor,.flex.style-description,.flex.style-description-block,.view>main>h2+p.flex:not([class]),.st-view>main>.box>main>h2+p.flex:not([class]),.st-view>main>h2+p.flex:not([class]),.main-text-container>h2+p.flex:not([class]),.view>main>h2+p.flex.style-description,.st-view>main>.box>main>h2+p.flex.style-description,.st-view>main>h2+p.flex.style-description,.main-text-container>h2+p.flex.style-description,.view>main .container>h2+p.flex:not([class]),.st-view>main>.box>main .container>h2+p.flex:not([class]),.st-view>main .container>h2+p.flex:not([class]),.main-text-container .container>h2+p.flex:not([class]),.view>main .container>h2+p.flex.style-description,.st-view>main>.box>main .container>h2+p.flex.style-description,.st-view>main .container>h2+p.flex.style-description,.main-text-container .container>h2+p.flex.style-description,.view>main>h1:not([class]):first-child+p.flex:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p.flex:not([class]),.st-view>main>h1:not([class]):first-child+p.flex:not([class]),.main-text-container>h1:not([class]):first-child+p.flex:not([class]),.view>main>h1:not([class]):first-child+p.flex.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.flex.style-description,.st-view>main>h1:not([class]):first-child+p.flex.style-description,.main-text-container>h1:not([class]):first-child+p.flex.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p.flex:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.flex:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.flex:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.flex:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.flex.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.flex.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.flex.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.flex.style-description,.view>main .container>h1:not([class]):first-child+p.flex:not([class]),.st-view>main>.box>main .container>h1:not([class]):first-child+p.flex:not([class]),.st-view>main .container>h1:not([class]):first-child+p.flex:not([class]),.main-text-container .container>h1:not([class]):first-child+p.flex:not([class]),.view>main .container>h1:not([class]):first-child+p.flex.style-description,.st-view>main>.box>main .container>h1:not([class]):first-child+p.flex.style-description,.st-view>main .container>h1:not([class]):first-child+p.flex.style-description,.main-text-container .container>h1:not([class]):first-child+p.flex.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.flex:not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.flex:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.flex:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.flex:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.flex.style-description,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.flex.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.flex.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.flex.style-description,.style-navigation-title+p.flex:not([class]),.style-navigation-title+p.flex.style-description,.flex.style-description-large,.flex.style-description-block-large,.flex.legal-footer,.illustration-radio-box>p.flex,.st-menu-modern>main .menu-button h3+p.flex,.st-menu-modern>main .st-menu-item h3+p.flex,.flex.style-description-small,.flex.title-suffix,.flex.radio-description,.member-view-details .flex.accounts-description,.member-view-details .flex.account,.flex.style-definition-description,.details-grid dd.flex,.radio>div>div:first-child~div.flex,.checkbox>div>div:first-child~div.flex,.flex.style-title-list,.flex.style-title-prefix,.flex.style-definition-label{align-items:center;gap:7px;display:flex}.editor-button-bar.hint:has(>.icon){align-items:center;gap:7px;display:flex}.data-table tbody tr td.minor:has(>.icon){align-items:center;gap:7px;display:flex}.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.style-description-block:has(>.icon){align-items:center;gap:7px;display:flex}.view>main>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main .container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.style-navigation-title+p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.style-navigation-title+p.style-description:has(>.icon){align-items:center;gap:7px;display:flex}.editor-button-bar.hint:has(>svg){align-items:center;gap:7px;display:flex}.data-table tbody tr td.minor:has(>svg){align-items:center;gap:7px;display:flex}.style-description:has(>svg){align-items:center;gap:7px;display:flex}.style-description-block:has(>svg){align-items:center;gap:7px;display:flex}.view>main>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main .container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.style-navigation-title+p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.style-navigation-title+p.style-description:has(>svg){align-items:center;gap:7px;display:flex}.editor-button-bar.hint:has(>.style-tag){align-items:center;gap:7px;display:flex}.data-table tbody tr td.minor:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description-block:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main .container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main .container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container .container>h2+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main .container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container .container>h1:not([class]):first-child+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-navigation-title+p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.style-navigation-title+p.style-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description-large:has(>.icon){align-items:center;gap:7px;display:flex}.style-description-block-large:has(>.icon){align-items:center;gap:7px;display:flex}.style-description-large:has(>svg){align-items:center;gap:7px;display:flex}.style-description-block-large:has(>svg){align-items:center;gap:7px;display:flex}.style-description-large:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description-block-large:has(>.style-tag){align-items:center;gap:7px;display:flex}.legal-footer:has(>.icon){align-items:center;gap:7px;display:flex}.illustration-radio-box>p:has(>.icon){align-items:center;gap:7px;display:flex}.st-menu-modern>main .menu-button h3+p:has(>.icon){align-items:center;gap:7px;display:flex}.st-menu-modern>main .st-menu-item h3+p:has(>.icon){align-items:center;gap:7px;display:flex}.style-description-small:has(>.icon){align-items:center;gap:7px;display:flex}.title-suffix:has(>.icon){align-items:center;gap:7px;display:flex}.radio-description:has(>.icon){align-items:center;gap:7px;display:flex}.member-view-details .accounts-description:has(>.icon){align-items:center;gap:7px;display:flex}.member-view-details .account:has(>.icon){align-items:center;gap:7px;display:flex}.style-definition-description:has(>.icon){align-items:center;gap:7px;display:flex}.details-grid dd:has(>.icon){align-items:center;gap:7px;display:flex}.legal-footer:has(>svg){align-items:center;gap:7px;display:flex}.illustration-radio-box>p:has(>svg){align-items:center;gap:7px;display:flex}.st-menu-modern>main .menu-button h3+p:has(>svg){align-items:center;gap:7px;display:flex}.st-menu-modern>main .st-menu-item h3+p:has(>svg){align-items:center;gap:7px;display:flex}.style-description-small:has(>svg){align-items:center;gap:7px;display:flex}.title-suffix:has(>svg){align-items:center;gap:7px;display:flex}.radio-description:has(>svg){align-items:center;gap:7px;display:flex}.member-view-details .accounts-description:has(>svg){align-items:center;gap:7px;display:flex}.member-view-details .account:has(>svg){align-items:center;gap:7px;display:flex}.style-definition-description:has(>svg){align-items:center;gap:7px;display:flex}.details-grid dd:has(>svg){align-items:center;gap:7px;display:flex}.legal-footer:has(>.style-tag){align-items:center;gap:7px;display:flex}.illustration-radio-box>p:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-menu-modern>main .menu-button h3+p:has(>.style-tag){align-items:center;gap:7px;display:flex}.st-menu-modern>main .st-menu-item h3+p:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-description-small:has(>.style-tag){align-items:center;gap:7px;display:flex}.title-suffix:has(>.style-tag){align-items:center;gap:7px;display:flex}.radio-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.member-view-details .accounts-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.member-view-details .account:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-definition-description:has(>.style-tag){align-items:center;gap:7px;display:flex}.details-grid dd:has(>.style-tag){align-items:center;gap:7px;display:flex}.radio>div>div:first-child~div:has(>.icon){align-items:center;gap:7px;display:flex}.checkbox>div>div:first-child~div:has(>.icon){align-items:center;gap:7px;display:flex}.style-title-list:has(>.icon){align-items:center;gap:7px;display:flex}.radio>div>div:first-child~div:has(>svg){align-items:center;gap:7px;display:flex}.checkbox>div>div:first-child~div:has(>svg){align-items:center;gap:7px;display:flex}.style-title-list:has(>svg){align-items:center;gap:7px;display:flex}.radio>div>div:first-child~div:has(>.style-tag){align-items:center;gap:7px;display:flex}.checkbox>div>div:first-child~div:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-title-list:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-title-prefix:has(>.icon){align-items:center;gap:7px;display:flex}.style-title-prefix:has(>svg){align-items:center;gap:7px;display:flex}.style-title-prefix:has(>.style-tag){align-items:center;gap:7px;display:flex}.style-definition-label:has(>.icon){align-items:center;gap:7px;display:flex}.style-definition-label:has(>svg){align-items:center;gap:7px;display:flex}.style-definition-label:has(>.style-tag){align-items:center;gap:7px;display:flex}.flex.style-title-prefix-list{align-items:center;gap:7px;display:flex}.style-title-prefix-list:has(>.icon){align-items:center;gap:7px;display:flex}.style-title-prefix-list:has(>svg){align-items:center;gap:7px;display:flex}.style-title-prefix-list:has(>.style-tag){align-items:center;gap:7px;display:flex}.pre-wrap{white-space:pre-wrap}.style-limit-lines{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.style-description-block,.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p:not([class]),.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description,.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description,.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description{padding-bottom:20px}.style-description-block:last-child,.view>main>h2+p:last-child:not([class]),.st-view>main>.box>main>h2+p:last-child:not([class]),.st-view>main>h2+p:last-child:not([class]),.main-text-container>h2+p:last-child:not([class]),.view>main>h2+p.style-description:last-child,.st-view>main>.box>main>h2+p.style-description:last-child,.st-view>main>h2+p.style-description:last-child,.main-text-container>h2+p.style-description:last-child,.view>main .container>h2+p:last-child:not([class]),.st-view>main .container>h2+p:last-child:not([class]),.main-text-container .container>h2+p:last-child:not([class]),.view>main .container>h2+p.style-description:last-child,.st-view>main .container>h2+p.style-description:last-child,.main-text-container .container>h2+p.style-description:last-child,.view>main>h1:not([class]):first-child+p:last-child:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:last-child:not([class]),.st-view>main>h1:not([class]):first-child+p:last-child:not([class]),.main-text-container>h1:not([class]):first-child+p:last-child:not([class]),.view>main>h1:not([class]):first-child+p.style-description:last-child,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:last-child,.st-view>main>h1:not([class]):first-child+p.style-description:last-child,.main-text-container>h1:not([class]):first-child+p.style-description:last-child,.view>main>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.view>main .container>h1:not([class]):first-child+p:last-child:not([class]),.st-view>main .container>h1:not([class]):first-child+p:last-child:not([class]),.main-text-container .container>h1:not([class]):first-child+p:last-child:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description:last-child,.st-view>main .container>h1:not([class]):first-child+p.style-description:last-child,.main-text-container .container>h1:not([class]):first-child+p.style-description:last-child,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.style-navigation-title+p:last-child:not([class]),.style-navigation-title+p.style-description:last-child{padding-bottom:0}.style-description-block:empty,.view>main>h2+p:empty:not([class]),.st-view>main>.box>main>h2+p:empty:not([class]),.st-view>main>h2+p:empty:not([class]),.main-text-container>h2+p:empty:not([class]),.view>main>h2+p.style-description:empty,.st-view>main>.box>main>h2+p.style-description:empty,.st-view>main>h2+p.style-description:empty,.main-text-container>h2+p.style-description:empty,.view>main .container>h2+p:empty:not([class]),.st-view>main .container>h2+p:empty:not([class]),.main-text-container .container>h2+p:empty:not([class]),.view>main .container>h2+p.style-description:empty,.st-view>main .container>h2+p.style-description:empty,.main-text-container .container>h2+p.style-description:empty,.view>main>h1:not([class]):first-child+p:empty:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:empty:not([class]),.st-view>main>h1:not([class]):first-child+p:empty:not([class]),.main-text-container>h1:not([class]):first-child+p:empty:not([class]),.view>main>h1:not([class]):first-child+p.style-description:empty,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:empty,.st-view>main>h1:not([class]):first-child+p.style-description:empty,.main-text-container>h1:not([class]):first-child+p.style-description:empty,.view>main>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.view>main .container>h1:not([class]):first-child+p:empty:not([class]),.st-view>main .container>h1:not([class]):first-child+p:empty:not([class]),.main-text-container .container>h1:not([class]):first-child+p:empty:not([class]),.view>main .container>h1:not([class]):first-child+p.style-description:empty,.st-view>main .container>h1:not([class]):first-child+p.style-description:empty,.main-text-container .container>h1:not([class]):first-child+p.style-description:empty,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.style-navigation-title+p:empty:not([class]),.style-navigation-title+p.style-description:empty{display:none}.style-description-block-large{padding-top:20px;padding-bottom:30px}.style-description-block-large:last-child{padding-bottom:0}.style-description-block-large:empty{display:none}.legal-footer,.illustration-radio-box>p,.st-menu-modern>main .menu-button h3+p,.st-menu-modern>main .st-menu-item h3+p,.style-description-small,.title-suffix,.radio-description,.member-view-details .accounts-description,.member-view-details .account,.style-definition-description,.details-grid dd{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.legal-footer,.illustration-radio-box>p,.st-menu-modern>main .menu-button h3+p,.st-menu-modern>main .st-menu-item h3+p,.style-description-small,.title-suffix,.radio-description,.member-view-details .accounts-description,.member-view-details .account,.style-definition-description,.details-grid dd{font-size:13px}}.for-input.legal-footer,.illustration-radio-box>p.for-input,.st-menu-modern>main .menu-button h3+p.for-input,.st-menu-modern>main .st-menu-item h3+p.for-input,.for-input.style-description-small,.for-input.title-suffix,.for-input.radio-description,.member-view-details .for-input.accounts-description,.member-view-details .for-input.account,.for-input.style-definition-description,.details-grid dd.for-input{margin-top:8px;margin-bottom:8px}.legal-footer>.style-tag:only-child,.illustration-radio-box>p>.style-tag:only-child,.st-menu-modern>main .menu-button h3+p>.style-tag:only-child,.st-menu-modern>main .st-menu-item h3+p>.style-tag:only-child,.style-description-small>.style-tag:only-child,.title-suffix>.style-tag:only-child,.radio-description>.style-tag:only-child,.member-view-details .accounts-description>.style-tag:only-child,.member-view-details .account>.style-tag:only-child,.style-definition-description>.style-tag:only-child,.details-grid dd>.style-tag:only-child{margin:4px 0}.style-description-smaller{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.style-description-smaller{font-size:12px}}.style-statistic{font-size:28px;line-height:1.4;font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff)}.style-statistic+.legal-footer,.illustration-radio-box>.style-statistic+p,.st-menu-modern>main .menu-button h3.style-statistic+p,.st-menu-modern>main .st-menu-item h3.style-statistic+p,.style-statistic+.style-description-small,.style-statistic+.title-suffix,.style-statistic+.radio-description,.member-view-details .style-statistic+.accounts-description,.member-view-details .style-statistic+.account,.style-statistic+.style-definition-description,.details-grid .style-statistic+dd{margin-top:0}.style-interactive-small{font-size:14px;font-weight:var(--font-weight-semibold,600);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}@media (width<=400px){.style-interactive-small{font-size:13px}}.checkbox-line>div,.radio>div,.checkbox>div,.textarea-overlay>span,.input,.list-input,.mixed-input,.style-input{font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){.checkbox-line>div,.radio>div,.checkbox>div,.textarea-overlay>span,.input,.list-input,.mixed-input,.style-input{font-size:16px}}body.web-iOS .checkbox-line>div,body.web-iOS .radio>div,body.web-iOS .checkbox>div,body.web-iOS .textarea-overlay>span,body.web-iOS .input,body.web-iOS .list-input,body.web-iOS .mixed-input,body.web-iOS .style-input,body.native-iOS .checkbox-line>div,body.native-iOS .radio>div,body.native-iOS .checkbox>div,body.native-iOS .textarea-overlay>span,body.native-iOS .input,body.native-iOS .list-input,body.native-iOS .mixed-input,body.native-iOS .style-input{font-size:16px}.style-input-list{flex-direction:column;gap:5px;display:flex}.button.primary,.button.secundary,.button.destructive,.st-menu .menu-button,.style-button{text-box:trim-both cap alphabetic;font-size:14px;font-weight:var(--font-weight-semibold,600)}@media (width<=450px){.button.primary,.button.secundary,.button.destructive,.st-menu .menu-button,.style-button{font-size:16px}}.button.icons,.button.text,.button.navigation,.style-button-small,.style-button-smaller{text-box:trim-both cap alphabetic;font-size:14px;font-weight:var(--font-weight-semibold,600)}@media (width<=450px){.button.icons,.button.text,.button.navigation,.style-button-small,.style-button-smaller{font-size:16px}}.style-button-smaller{font-weight:var(--font-weight-medium,500)}@media (width<=450px){.style-button-smaller{font-size:15px}}.illustration-radio-box>h3,.style-label{font-size:14px;font-weight:var(--font-weight-semibold,600);line-height:1.6;display:block}@media (width<=450px){.illustration-radio-box>h3,.style-label{font-size:14px}}.data-table thead th,.style-table-head{font-size:14px;font-weight:var(--font-weight-semibold,600)}.style-context-menu-item{font-size:13px;font-weight:var(--font-weight-medium,500)}@media (width<=450px){.style-context-menu-item{font-size:15px;font-weight:var(--font-weight-medium,500)}}.style-context-menu-item-description{font-size:12px;font-weight:var(--font-weight-default,500);opacity:.5;font-variation-settings:"opsz" 19;white-space:wrap;line-height:1.3}.style-definition-term,.details-grid dt{font-size:12px;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));line-height:1.5}@media (width<=550px){.style-definition-term,.details-grid dt{font-size:13px}}.member-view-details .accounts-description,.member-view-details .account,.style-definition-description,.details-grid dd{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));font-size:14px}.style-cover-photo{border-radius:9px;margin-bottom:30px}.style-button-bar{flex-flow:wrap;align-items:center;gap:15px;margin-top:15px;display:flex}.right-align.style-button-bar{justify-content:flex-end}hr+.style-button-bar{margin-top:-15px}.style-form-buttons{flex-direction:column;gap:7px;display:flex}.legal-footer+.style-button-bar,.illustration-radio-box>p+.style-button-bar,.st-menu-modern>main .menu-button h3+p+.style-button-bar,.st-menu-modern>main .st-menu-item h3+p+.style-button-bar,.style-description-small+.style-button-bar,.title-suffix+.style-button-bar,.radio-description+.style-button-bar,.member-view-details .accounts-description+.style-button-bar,.member-view-details .account+.style-button-bar,.style-definition-description+.style-button-bar,.details-grid dd+.style-button-bar{margin-top:10px}.style-with-button{flex-direction:row;display:flex}.style-with-button>:first-child{text-align:left;flex-grow:1}.style-with-button>:first-child.block-icon{flex-grow:0;flex-shrink:0;margin-right:10px;padding-bottom:0!important}.style-with-button>:first-child.block-icon+*{flex-grow:1;align-self:center}.style-with-button>:last-child:not(:first-child){flex-direction:row;flex-shrink:0;align-items:center;margin-top:-13px;display:flex}.style-with-button>:last-child:not(:first-child)>*{margin:0 10px}.style-with-button>:last-child:not(:first-child)>.button.text{margin:-5px 10px}.style-with-button>:last-child:not(:first-child)>:last-child{margin-right:0}.radio-description{display:block}.style-hover-area,.style-inline-resource:is(button),.style-inline-resource:is(a),.style-inline-resource.style-tooltip,.style-tooltip,.style-copyable{touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;max-width:fit-content;position:relative}.style-hover-area:before,.style-inline-resource:is(button):before,.style-inline-resource:is(a):before,.style-inline-resource.style-tooltip:before,.style-tooltip:before,.style-copyable:before{content:"";border:2px solid var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));z-index:-1;opacity:0;background:0 0;border-radius:9px;transition:opacity .2s;position:absolute;inset:-6px}@media (hover:hover){.style-hover-area:after,.style-inline-resource:is(button):after,.style-inline-resource:is(a):after,.style-inline-resource.style-tooltip:after,.style-tooltip:after,.style-copyable:after{content:"";z-index:1000;opacity:0;background:#000;border-radius:9px;transition:opacity .2s;position:absolute;inset:-3px -6px}.style-hover-area:hover:after,.style-inline-resource:hover:is(button):after,.style-inline-resource:hover:is(a):after,.style-tooltip:hover:after,.style-copyable:hover:after{opacity:.05}}.style-copyable{cursor:copy}.style-tooltip{cursor:help}.details-grid{grid-template-columns:fit-content(40%) 1fr;gap:10px 25px;display:grid}.small.details-grid{grid-template-columns:150px 1fr}.details-grid dt{cursor:default}.details-grid dd{-webkit-touch-callout:default;-webkit-user-select:contain;user-select:contain;z-index:1;transition:color .2s;position:relative}.details-grid dd:before{content:"";background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));z-index:-1;opacity:0;border-radius:9px;position:absolute;inset:-8px -10px}@media (hover:hover){.details-grid dd:after{content:"";background:var(--color-background-shade,#f7f7f7);z-index:-2;opacity:0;border-radius:9px;transition:opacity .2s;position:absolute;inset:-8px -10px}.hover.details-grid dt:hover+dd:not(.icons):after,.hover.details-grid dd:hover:not(.icons):after{opacity:1}.hover.details-grid dd.icons+dd:before{display:none}}.details-grid dd.copied,.details-grid dd.button:active{color:var(--color-primary,#0053ff)}.details-grid dd.copied:before,.details-grid dd.button:active:before{opacity:1}.details-grid dd.description{grid-column:1/span 2;margin-top:-5px;font-size:15px}.details-grid dd.with-icons{flex-direction:row;justify-content:space-between;align-items:center;gap:15px;display:flex}.details-grid dd.with-icons>.icon{flex-shrink:0}.view>main>h1:not([class]):first-child,.st-view>main>.box>main>h1:not([class]):first-child,.st-view>main>h1:not([class]):first-child,.main-text-container>h1:not([class]):first-child,.view>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]),.view>main .container>h1:not([class]):first-child,.st-view>main .container>h1:not([class]):first-child,.main-text-container .container>h1:not([class]):first-child,.view>main .container>.style-title-prefix:first-child+h1:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]){padding-bottom:10px}.view>main>h2,.st-view>main>.box>main>h2,.st-view>main>h2,.main-text-container>h2,.view>main .container>h2,.st-view>main>.box>main .container>h2,.st-view>main .container>h2,.main-text-container .container>h2{padding-bottom:11px}@media (width<=600px){.view>main>h2,.st-view>main>.box>main>h2,.st-view>main>h2,.main-text-container>h2,.view>main .container>h2,.st-view>main>.box>main .container>h2,.st-view>main .container>h2,.main-text-container .container>h2{padding-bottom:7px}}.view>main>h2.smaller,.st-view>main>.box>main>h2.smaller,.st-view>main>h2.smaller,.main-text-container>h2.smaller,.view>main .container>h2.smaller,.st-view>main>.box>main .container>h2.smaller,.st-view>main .container>h2.smaller,.main-text-container .container>h2.smaller{padding-bottom:11px}@media (width<=600px){.view>main>h2.smaller,.st-view>main>.box>main>h2.smaller,.st-view>main>h2.smaller,.main-text-container>h2.smaller,.view>main .container>h2.smaller,.st-view>main>.box>main .container>h2.smaller,.st-view>main .container>h2.smaller,.main-text-container .container>h2.smaller{padding-bottom:7px}}.view>main>h2.larger,.st-view>main>.box>main>h2.larger,.st-view>main>h2.larger,.main-text-container>h2.larger,.view>main .container>h2.larger,.st-view>main>.box>main .container>h2.larger,.st-view>main .container>h2.larger,.main-text-container .container>h2.larger{padding-bottom:10px}@media (width<=600px){.view>main>h2.larger,.st-view>main>.box>main>h2.larger,.st-view>main>h2.larger,.main-text-container>h2.larger,.view>main .container>h2.larger,.st-view>main>.box>main .container>h2.larger,.st-view>main .container>h2.larger,.main-text-container .container>h2.larger{padding-bottom:7px}}.view>main>h2.style-with-button,.st-view>main>.box>main>h2.style-with-button,.st-view>main>h2.style-with-button,.main-text-container>h2.style-with-button,.view>main .container>h2.style-with-button,.st-view>main>.box>main .container>h2.style-with-button,.st-view>main .container>h2.style-with-button,.main-text-container .container>h2.style-with-button{padding-bottom:12px}.view>main .segmented-control+h2,.st-view>main .segmented-control+h2,.main-text-container .segmented-control+h2,.view>main .container .segmented-control+h2,.st-view>main>.box>main .container .segmented-control+h2,.st-view>main .container .segmented-control+h2,.main-text-container .container .segmented-control+h2,.view>main .segmented-control+.st-list,.st-view>main .segmented-control+.st-list,.main-text-container .segmented-control+.st-list,.view>main .container .segmented-control+.st-list,.st-view>main .container .segmented-control+.st-list,.main-text-container .container .segmented-control+.st-list{padding-top:15px}.view>main>hr,.st-view>main>.box>main>hr,.st-view>main>hr,.main-text-container>hr,.view>main .container>hr,.st-view>main>.box>main .container>hr,.st-view>main .container>hr,.main-text-container .container>hr{margin:20px 0;margin:var(--st-hr-margin,20px) calc(-1 * var(--st-horizontal-padding,40px))}@media (width<=400px){.view>main>hr,.st-view>main>.box>main>hr,.st-view>main>hr,.main-text-container>hr,.view>main .container>hr,.st-view>main>.box>main .container>hr,.st-view>main .container>hr,.main-text-container .container>hr{margin:var(--st-hr-margin,20px) calc(-1 * var(--st-horizontal-padding,40px))}}.view>main>hr+h2,.st-view>main>.box>main>hr+h2,.st-view>main>hr+h2,.main-text-container>hr+h2,.view>main>hr+.container>h2:first-child,.st-view>main>.box>main>hr+.container>h2:first-child,.st-view>main>hr+.container>h2:first-child,.main-text-container>hr+.container>h2:first-child,.view>main .container>hr+h2,.st-view>main>.box>main .container>hr+h2,.st-view>main .container>hr+h2,.main-text-container .container>hr+h2,.view>main .container>hr+.container>h2:first-child,.st-view>main .container>hr+.container>h2:first-child,.main-text-container .container>hr+.container>h2:first-child{margin-top:25px}.style-illustration-img,.illustration-list img{--block-width:32px}@media (width<=400px){.style-illustration-img,.illustration-list img{--block-width:35px}}@media (width<=350px){.style-illustration-img,.illustration-list img{--block-width:30px}}.style-illustration-img,.illustration-list img{width:var(--block-width,30px);height:var(--block-width,30px);margin-right:5px}@media (width<=600px){.style-illustration-img,.illustration-list img{margin-right:0}}.style-image-with-icon{color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%));position:relative}.style-image-with-icon figure{background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%));overflow:hidden}.style-image-with-icon figure>img.fill{width:var(--block-width,40px);height:var(--block-width,40px);object-fit:contain}.style-image-with-icon figure>img.small{object-fit:contain;width:24px;height:24px}.style-image-with-icon>aside{color:var(--color-primary,#0053ff)}.success.style-image-with-icon{color:var(--color-success-dark,#006108)}.success.style-image-with-icon figure{background:var(--color-success-background,#e0f5e4);color:var(--color-success-dark,#006108)}.success.style-image-with-icon>aside{color:var(--color-success,#15c16b)}.secundary.style-image-with-icon{color:var(--color-secundary-dark,#300061)}.secundary.style-image-with-icon figure{background:var(--color-secundary-background,#ebdafb);color:var(--color-secundary-dark,#300061)}.secundary.style-image-with-icon>aside{color:var(--color-secundary,#8b17ff)}.white.style-image-with-icon{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.white.style-image-with-icon figure{background:var(--color-background,#fff);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));box-shadow:inset 1px 1px .5px 0px rgba(255, 255, 255, calc(1 - var(--is-dark-mode) * .9)), inset -1px -1px .5px 0px rgba(255, 255, 255, calc(1 - var(--is-dark-mode) * .9)), inset -5px -5px 20px 0px rgba(0, 0, 0, calc(.01 - var(--is-dark-mode) * .01)), 0 0px 0px 1px #00000008, 0 0px 10px 0 #00000008, 0px 10px 20px 5px #00000008}.white.style-image-with-icon>aside{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.tertiary.style-image-with-icon{color:var(--color-tertiary-dark,#610041)}.tertiary.style-image-with-icon figure{background:var(--color-tertiary-background,#fbdaf0);color:var(--color-tertiary-dark,#610041)}.tertiary.style-image-with-icon>aside{color:var(--color-tertiary,#ff17b2)}.warning.style-image-with-icon{color:var(--color-warning-dark,#634e00)}.warning.style-image-with-icon figure{background:var(--color-warning-background,#fbf4da);color:var(--color-warning-dark,#634e00)}.warning.style-image-with-icon>aside{color:var(--color-warning,#fa0)}.error.style-image-with-icon{color:var(--color-error-dark,#630012)}.error.style-image-with-icon figure{background:var(--color-error-background,#fbdae0);color:var(--color-error-dark,#630012)}.error.style-image-with-icon>aside{color:var(--color-error,#f0153d)}.gray.style-image-with-icon{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.gray.style-image-with-icon figure{background:var(--color-background-shade,#f7f7f7);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.gray.style-image-with-icon>aside{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.transparent.style-image-with-icon figure{background:0 0}.style-image-with-icon .image-component{width:var(--block-width,40px);height:var(--block-width,40px)}.style-image-with-icon .image-component img{border-radius:9px}@media (width<=400px){.style-image-with-icon .image-component{margin-right:0}}.style-image-with-icon figure{width:var(--block-width,40px);height:var(--block-width,40px);text-align:center;text-transform:uppercase;line-height:var(--block-width,40px);font-size:14px;font-weight:var(--font-weight-bold,700);box-sizing:border-box;vertical-align:middle;border-radius:9px;justify-content:center;align-items:center;display:flex}.style-image-with-icon figure.pad{padding-bottom:2px}@media (width<=400px){.style-image-with-icon figure{margin-right:0}}.style-image-with-icon figure>span{vertical-align:middle;margin-right:-3px}@media (width<=400px){.style-image-with-icon figure>span.icon{width:20px;height:20px;font-size:20px}.style-image-with-icon figure>span.icon:before{font-size:20px}}@media (width<=350px){.style-image-with-icon figure>span.icon{width:14px;height:14px;font-size:14px}.style-image-with-icon figure>span.icon:before{font-size:14px}}.style-image-with-icon figure>img{display:block}.dual.style-image-with-icon figure{width:60px}.style-image-with-icon>aside{transform-origin:100% 100%;background:var(--color-background,#fff);border-radius:40px;position:absolute;bottom:0;right:0;transform:translate(50%,50%)}@supports (transform:scale(calc(10px / 15px), calc(10px / 15px))){.style-image-with-icon>aside{--block-aside-scale:min(1, calc(var(--block-width,40px) / 36px))}}.style-image-with-icon>aside{transform:scale(var(--block-aside-scale,1), var(--block-aside-scale,1)) translate(50%, 50%);line-height:1;display:block}.style-image-with-icon>aside>*{display:block}.style-image-with-icon>aside:has(>.icon.stroke){background:0 0;border-radius:0}.style-image-with-icon>aside .button.primary>.bubble,.style-image-with-icon>aside .button.text>.bubble,.style-image-with-icon>aside .button.navigation>.bubble,.style-image-with-icon>aside .st-menu .menu-button .bubble,.st-menu .menu-button .style-image-with-icon>aside .bubble,.style-image-with-icon>aside .style-bubble{min-width:16px;max-width:42px;height:16px;font-size:12px;line-height:16px;font-weight:var(--font-weight-bold,700);text-overflow:ellipsis;white-space:nowrap;margin:2px;overflow:hidden}.button.primary>.bubble,.button.text>.bubble,.button.navigation>.bubble,.st-menu .menu-button .bubble,.style-bubble{background:var(--color-error,#f0153d);color:var(--color-background,#fff);text-align:center;box-sizing:border-box;min-width:22px;height:22px;font-size:13px;font-weight:var(--font-weight-semibold,600);vertical-align:text-bottom;border-radius:30px;padding:0 4px;line-height:22px;display:inline-block}.button.primary>.warn.bubble,.button.text>.warn.bubble,.button.navigation>.warn.bubble,.st-menu .menu-button .warn.bubble,.warn.style-bubble{background:var(--color-warning,#fa0)}.button.primary>.error.bubble,.button.text>.error.bubble,.button.navigation>.error.bubble,.st-menu .menu-button .error.bubble,.error.style-bubble{background:var(--color-error,#f0153d)}.button.primary>.success.bubble,.button.text>.success.bubble,.button.navigation>.success.bubble,.st-menu .menu-button .success.bubble,.success.style-bubble{background:var(--color-success,#15c16b)}.button.primary>.primary.bubble,.button.text>.primary.bubble,.button.navigation>.primary.bubble,.st-menu .menu-button .primary.bubble,.primary.style-bubble{background:var(--color-primary,#0053ff)}.button.primary>.gray.bubble,.button.text>.gray.bubble,.button.navigation>.gray.bubble,.st-menu .menu-button .gray.bubble,.gray.style-bubble{background:var(--color-gray-1,#868686)}.button.primary>.current-color.bubble,.button.text>.current-color.bubble,.button.navigation>.current-color.bubble,.st-menu .menu-button .current-color.bubble,.current-color.style-bubble{color:inherit;background:currentColor}.button.primary>.current-color.bubble>*,.button.text>.current-color.bubble>*,.button.navigation>.current-color.bubble>*,.st-menu .menu-button .current-color.bubble>*,.current-color.style-bubble>*{color:var(--color-background,#fff)}.button.primary>.secundary.bubble,.button.text>.secundary.bubble,.button.navigation>.secundary.bubble,.st-menu .menu-button .secundary.bubble,.secundary.style-bubble{background:var(--color-secundary,#8b17ff)}.button.primary>.tertiary.bubble,.button.text>.tertiary.bubble,.button.navigation>.tertiary.bubble,.st-menu .menu-button .tertiary.bubble,.tertiary.style-bubble{background:var(--color-tertiary,#ff17b2)}.style-strong,.editor-button-bar.hint strong,.data-table tbody tr td.minor strong,.style-description strong,.style-description-large strong,.style-description-block strong,.style-navigation-title+p:not([class]) strong,.style-navigation-title+p.style-description strong,.style-description-block-large strong,.view>main>h1:not([class]):first-child+p:not([class]) strong,.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]) strong,.st-view>main>h1:not([class]):first-child+p:not([class]) strong,.main-text-container>h1:not([class]):first-child+p:not([class]) strong,.view>main>h1:not([class]):first-child+p.style-description strong,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description strong,.st-view>main>h1:not([class]):first-child+p.style-description strong,.main-text-container>h1:not([class]):first-child+p.style-description strong,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.view>main .container>h1:not([class]):first-child+p:not([class]) strong,.st-view>main .container>h1:not([class]):first-child+p:not([class]) strong,.main-text-container .container>h1:not([class]):first-child+p:not([class]) strong,.view>main .container>h1:not([class]):first-child+p.style-description strong,.st-view>main .container>h1:not([class]):first-child+p.style-description strong,.main-text-container .container>h1:not([class]):first-child+p.style-description strong,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.view>main>h2+p:not([class]) strong,.st-view>main>.box>main>h2+p:not([class]) strong,.st-view>main>h2+p:not([class]) strong,.main-text-container>h2+p:not([class]) strong,.view>main>h2+p.style-description strong,.st-view>main>.box>main>h2+p.style-description strong,.st-view>main>h2+p.style-description strong,.main-text-container>h2+p.style-description strong,.view>main .container>h2+p:not([class]) strong,.st-view>main>.box>main .container>h2+p:not([class]) strong,.st-view>main .container>h2+p:not([class]) strong,.main-text-container .container>h2+p:not([class]) strong,.view>main .container>h2+p.style-description strong,.st-view>main>.box>main .container>h2+p.style-description strong,.st-view>main .container>h2+p.style-description strong,.main-text-container .container>h2+p.style-description strong{font-weight:var(--font-weight-semibold,600)}.style-pricing-box{flex-direction:row;justify-content:flex-end;align-items:flex-end;display:flex}.style-pricing-box>*{flex-basis:350px}.style-wysiwyg strong{font-weight:700}p:not([class]) .style-wysiwyg strong{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.style-wysiwyg em{font-style:italic}.style-wysiwyg p:not([class]),.style-wysiwyg p.is-empty{font-size:inherit;font-weight:var(--font-weight-default,500);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));margin:0;padding:0;line-height:1.5}.style-wysiwyg ul,.style-wysiwyg ol{font-size:inherit;padding-left:25px}.style-wysiwyg ul li,.style-wysiwyg ol li{font-size:inherit;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));margin:4px 0;line-height:1.5}.gray.style-wysiwyg p:not([class]),.gray.style-wysiwyg p.is-empty{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.style-wysiwyg p:empty:after{content:"​";visibility:hidden}.style-wysiwyg p.warning-box,.style-wysiwyg p.info-box{display:block!important}.style-wysiwyg h2,.style-wysiwyg h3{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));padding:5px 0}.style-wysiwyg a{color:var(--color-primary,#0053ff);font-weight:var(--font-weight-semibold,600);text-decoration:underline}.subtle-links.style-wysiwyg a{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-weight:var(--font-weight-default,500);text-decoration:underline;-webkit-text-decoration-color:var(--color-gray-2,#d1d1d1);text-decoration-color:var(--color-gray-2,#d1d1d1)}.subtle-links.style-wysiwyg a:hover{-webkit-text-decoration-color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));text-decoration-color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.no-underline-links.style-wysiwyg a{color:var(--color-primary,#0053ff);text-decoration:none}.no-underline-links.style-wysiwyg a:hover{color:var(--color-primary,#0053ff);text-decoration:underline;-webkit-text-decoration-color:var(--color-primary,#0053ff);text-decoration-color:var(--color-primary,#0053ff)}.style-wysiwyg hr{background:0 0;border:0;margin:0;padding:15px 0;display:block}.style-wysiwyg hr:after{content:"";background:var(--color-gray-2,#d1d1d1);width:100%;height:1px;display:block}.style-wysiwyg hr.ProseMirror-selectednode:after{background:var(--color-primary,#0053ff);box-shadow:0 0 0 1px var(--color-primary,#0053ff);border-radius:4px}.style-em{font-style:italic}.style-underline{text-decoration:underline}.style-color-box{vertical-align:middle;border-radius:2px;width:8px;height:8px;display:inline-block}.style-inline-resource{font-weight:var(--font-weight-default,500)}.style-inline-resource:is(button),.style-inline-resource:is(a),.style-inline-resource.style-tooltip{font-weight:var(--font-weight-default,500);text-decoration:underline;-webkit-text-decoration-color:var(--color-gray-2,#d1d1d1);text-decoration-color:var(--color-gray-2,#d1d1d1)}.style-inline-resource:is(button):link,.style-inline-resource:is(button):visited,.style-inline-resource:is(button):hover,.style-inline-resource:is(button):active,.style-inline-resource:is(a):link,.style-inline-resource:is(a):visited,.style-inline-resource:is(a):hover,.style-inline-resource:is(a):active,.style-inline-resource.style-tooltip:link,.style-inline-resource.style-tooltip:visited,.style-inline-resource.style-tooltip:hover,.style-inline-resource.style-tooltip:active{font-weight:var(--font-weight-default,500);text-decoration:underline;-webkit-text-decoration-color:var(--color-gray-2,#d1d1d1);text-decoration-color:var(--color-gray-2,#d1d1d1);color:inherit}.style-subtle-link{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-weight:var(--font-weight-default,500);text-decoration:underline;-webkit-text-decoration-color:var(--color-gray-2,#d1d1d1);text-decoration-color:var(--color-gray-2,#d1d1d1)}.style-subtle-link:hover{-webkit-text-decoration-color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));text-decoration-color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.style-code{background:var(--color-background-shade,#f7f7f7);white-space:pre-wrap;padding:15px;font-family:monospace;display:block}.style-inline-code{white-space:pre-wrap;background:var(--color-background-shade,#f7f7f7);border-radius:9px;margin:-2px 2px;padding:2px;font-family:monospace;font-size:90%;display:inline-block}.style-discount-code{white-space:pre-wrap;font-family:monospace;display:inline-block}.split-info{flex-flow:wrap;gap:15px;display:flex}.split-info>div{flex-grow:1;flex-shrink:0;min-width:0}.gray.styled-description{color:var(--color-gray-1,#868686)}ul.style-list{padding-left:30px;list-style:none}ul.style-list li{padding:8px 0}ul.style-list li:before{content:"";background:var(--color-primary,#0053ff);vertical-align:middle;border-radius:2.5px;width:5px;height:5px;margin-left:-20px;margin-right:15px;display:inline-block}.style-stats-grid{grid-template-columns:1fr 1fr;gap:0 15px;display:grid}.style-dark{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.style-onboarding-checklist{background:var(--color-background-shade,#f7f7f7);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--st-horizontal-padding:0px;border:1px solid #00000014;border-radius:16px;margin-top:25px;margin-bottom:25px;padding:0;box-shadow:0 2px 4px #0000000d}@media (width<=450px){.style-onboarding-checklist{margin-bottom:15px;padding:0}}.style-onboarding-checklist>h2{padding:20px 15px 5px}@media (width<=450px){.style-onboarding-checklist>h2{padding:15px 15px 2px}}.style-onboarding-checklist>h2{align-items:center;gap:5px;display:flex}.style-onboarding-checklist>h2:active{opacity:.6}.closed.style-onboarding-checklist>h2{padding:20px 15px}@media (width<=450px){.closed.style-onboarding-checklist>h2{padding:15px}}.style-onboarding-checklist>div{--st-horizontal-padding:10px;padding-left:44px;padding-right:15px}@media (width<=450px){.style-onboarding-checklist>div{padding-left:44px}}.style-onboarding-checklist>div>p{padding-bottom:15px}.style-onboarding-checklist .style-image-with-icon{transform-origin:0 0;margin-right:-8px;transform:scale(.7)}@media (width<=450px){.style-onboarding-checklist .style-image-with-icon{margin-right:-20px;transform:scale(.5)}}.tags-without-background{flex-wrap:wrap;gap:6px 10px;padding-top:4px;display:flex}.tags-without-background:empty{display:none}.theme-warning{--color-primary:var(--color-warning,#fa0);--color-primary-background:var(--color-warning-background,#fbf4da);--color-primary-dark:var(--color-warning-dark,#634e00)}.theme-secundary{--color-primary:var(--color-secundary,#8b17ff);--color-primary-background:var(--color-secundary-background,#ebdafb);--color-primary-dark:var(--color-secundary-dark,#300061)}.theme-tertiary{--color-primary:var(--color-tertiary,#ff17b2);--color-primary-background:var(--color-tertiary-background,#fbdaf0);--color-primary-dark:var(--color-tertiary-dark,#610041)}.theme-success{--color-primary:var(--color-success,#15c16b);--color-primary-background:var(--color-success-background,#e0f5e4);--color-primary-dark:var(--color-success-dark,#006108)}.theme-error{--color-primary:var(--color-error,#f0153d);--color-primary-background:var(--color-error-background,#fbdae0);--color-primary-dark:var(--color-error-dark,#630012)}@font-face{font-family:Metropolis;font-weight:700;font-style:normal;src:url(/assets/ClarityCity-Bold-CEQ7f1O1.woff2)format("woff2"),url(/assets/ClarityCity-Bold-BG_AQ5HP.woff)format("woff")}@font-face{font-family:Metropolis;font-weight:400 500;font-style:normal;src:url(/assets/ClarityCity-Medium-CdYL9fTR.woff2)format("woff2"),url(/assets/ClarityCity-Medium-CoaeU-Xi.woff)format("woff")}@font-face{font-family:Metropolis;font-weight:600;font-style:normal;src:url(/assets/ClarityCity-SemiBold-DvaYccvu.woff2)format("woff2"),url(/assets/ClarityCity-SemiBold-C8mIDdcZ.woff)format("woff")}:root,:host{--rgb-shadow:0;--rgb-background:255;--is-dark-mode:0;--color-saturation-factor:1;--color-primary-hue:220deg;--button-icon-size:34px;--st-popup-width:750px;--st-hr-margin:20px;--st-list-padding:12px;--st-grid-horizontal-gap:12px}@media (width<=500px){:root,:host{--st-grid-horizontal-gap:8px}}@media (width<=550px){:root,:host{--input-height:43px}}@media (width<=400px){:root,:host{--navigation-bar-margin:0px}}:root,:host{--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-shade-darker,#f0f0f0);--st-horizontal-padding:20px;--st-vertical-padding:40px;--popup-horizontal-padding:30px;--split-view-detail-horizontal-padding:30px;--st-view-max-width:700px;--st-safe-area-top:env(safe-area-inset-top,0px);--st-safe-area-bottom:env(safe-area-inset-bottom,0px);--st-safe-area-left:env(safe-area-inset-left,0px);--st-safe-area-right:env(safe-area-inset-right,0px);--vh:1vh;--vw:1vw}@supports (width:min(1dvh, 1lvh)){:root,:host{--vh:min(1dvh,1lvh)}}:root,:host{--keyboard-height:env(keyboard-inset-height,0px)}@media (width<=800px){:root,:host{--st-horizontal-padding:20px;--st-vertical-padding:20px;--popup-horizontal-padding:20px;--split-view-detail-horizontal-padding:20px}}@media (width<=450px){:root,:host{--st-horizontal-padding:15px}}:root,:host{--color-primary:#0053ff;--color-warning:var(--color-warning,#fa0);--block-width:36px}@media (width<=400px){:root,:host{--block-width:35px}}@media (width<=350px){:root,:host{--block-width:30px}}:root,:host{--color-background:#fff;--color-background-shade:#f7f7f7;--color-background-shade-darker:#f0f0f0;--color-dark:#303032;--color-dark-light:#5e5959;--color-gray:#868686;--color-gray-2:#d1d1d1;--color-gray-3:#e5e5e5;--color-gray-4:#5b5757;--color-gray-5:#a7a7a7;--color-secundary:#8b17ff;--color-secundary-background:#ebdafb;--color-secundary-dark:#300061;--color-secundary-border:#c5aedb;--color-tertiary:#ff17b2;--color-tertiary-background:#fbdaf0;--color-tertiary-dark:#610041;--color-tertiary-border:#dbaecc;--color-warning:#fa0;--color-warning-background:#fbf4da;--color-warning-dark:#634e00;--color-warning-border:#dbd1ae;--color-success:#15c16b;--color-success-background:#e0f5e4;--color-success-dark:#006108;--color-success-border:#aedbb2;--color-payconiq:#ff4785;--color-payconiq-background:#ffd6e4;--color-payconiq-dark:#692038;--color-payconiq-border:#dbaebd;--color-discount:#ff4747;--color-discount-background:#fbdada;--color-discount-dark:#692020;--color-discount-border:#dbaeae;--color-error:#f0153d;--color-error-background:#fbdae0;--color-error-dark:#630012;--color-error-border:#ffcad3}body,:host{--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}body{background:var(--color-background,#fff)}body,html,:host{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-webkit-overflow-scrolling:auto;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;word-break:break-word;will-change:scroll-position;overscroll-behavior:none;margin:0;padding:0;font-family:Metropolis,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI Variable Display,Segoe UI,Helvetica,Apple Color Emoji,Noto Sans Arabic,Noto Sans Hebrew,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol}body.debug-safe-area{--st-safe-area-bottom:10vh;--st-safe-area-top:10vh;--st-safe-area-left:2vw;--st-safe-area-right:2vw}body.debug-safe-area:after{content:"";height:var(--st-safe-area-bottom);opacity:.02;z-index:1000000;pointer-events:none;background-color:red;position:fixed;bottom:0;left:0;right:0}body.debug-safe-area:before{content:"";height:var(--st-safe-area-top);opacity:.02;z-index:1000000;pointer-events:none;background-color:red;position:fixed;top:0;left:0;right:0}body.debug-safe-area #app:after{content:"";bottom:var(--st-safe-area-bottom);left:0;top:var(--st-safe-area-top);width:var(--st-safe-area-left);opacity:.02;z-index:1000000;pointer-events:none;background-color:red;position:fixed}body.debug-safe-area #app:before{content:"";bottom:var(--st-safe-area-bottom);right:0;top:var(--st-safe-area-top);width:var(--st-safe-area-right);opacity:.02;z-index:1000000;pointer-events:none;background-color:red;position:fixed}html.modern,body.modern{height:100dvh;overflow:clip}body.modern #app{height:100dvh}.st-view{box-sizing:border-box;padding:var(--st-vertical-padding,20px) 0 var(--st-vertical-padding,20px) 0;padding:calc(var(--st-vertical-padding,20px) + var(--st-safe-area-top,0px)) 0 calc(var(--st-vertical-padding,20px) + var(--st-safe-area-bottom,0px)) 0;padding-bottom:calc(var(--st-vertical-padding,20px) + max(var(--st-safe-area-bottom,0px), var(--keyboard-height,0px)));contain:strict;height:100dvh;height:calc(var(--vh,1vh) * 100);--current-view-safe-area-top:var(--st-safe-area-top,0px);--current-view-safe-area-bottom:var(--st-safe-area-bottom,0px);--st-view-horizontal-padding:var(--st-horizontal-padding,40px);flex-direction:column;max-height:100dvh;padding-top:0;padding-bottom:0;display:flex;overflow:clip}.st-view .st-toolbar:not(.dont-float){margin-top:auto}.st-view.auto{min-height:auto}.st-view{background:var(--color-current-background,var(--color-background,#fff))}@media (width>=900px){.st-view.center:not(.small),.st-view>main.center:not(.small){--st-horizontal-padding:0px;--st-view-center-padding:max(var(--st-view-horizontal-padding), calc((var(--vw,1vw)*100 - var(--st-view-max-width,800px)) / 2));--navigation-bar-horizontal-padding:var(--st-view-center-padding)}}.st-view.center.small,.st-view>main.center.small{--st-view-max-width:400px}@media (width>=500px){.st-view.center.small,.st-view>main.center.small{--st-horizontal-padding:0px;--st-view-center-padding:max(var(--st-view-horizontal-padding), calc((var(--vw,1vw)*100 - var(--st-view-max-width,800px)) / 2))}}.split-view-controller>.detail .st-view.center,.split-view-controller>.detail .st-view>main.center{--st-view-center-padding:0px;--st-horizontal-padding:var(--st-view-horizontal-padding)}@media (width>=1300px){.split-view-controller>.detail .st-view.center,.split-view-controller>.detail .st-view>main.center{--st-view-max-width:900px;--st-horizontal-padding:0px;--st-view-center-padding:max(var(--st-view-horizontal-padding), calc((var(--vw,1vw)*100 - var(--split-view-width,300px) - var(--st-view-max-width,800px)) / 2))}}.popup .st-view.center,.sheet .st-view.center,.boxed-controller .st-view.center,.split-view-controller[data-has-detail=true]>.master .st-view.center,.popup .st-view>main.center,.sheet .st-view>main.center,.boxed-controller .st-view>main.center,.split-view-controller[data-has-detail=true]>.master .st-view>main.center{--st-view-center-padding:0px;--st-horizontal-padding:var(--st-view-horizontal-padding)}.st-view>main{--st-safe-area-top:0px;padding:var(--st-navigation-bar-correction,0px) max(var(--st-view-center-padding,0px), var(--st-horizontal-padding,40px), var(--st-safe-area-right,0px)) 0 max(var(--st-view-center-padding,0px), var(--st-horizontal-padding,40px), var(--st-safe-area-left,0px));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable;touch-action:auto;min-height:0;padding-bottom:calc(15px + max(var(--keyboard-height,0px), var(--bottom-padding,0px)));flex-grow:1;flex-shrink:1;position:relative;overflow:clip auto}.st-view>main:first-child{padding-top:calc(var(--st-vertical-padding,20px) + var(--current-view-safe-area-top,0px))}.st-view>main:first-child.sticky-navigation-bar{padding-top:0}.st-view>main:last-child{padding-bottom:calc(var(--st-vertical-padding,20px) + max(var(--st-safe-area-bottom,0px), var(--keyboard-height,0px), var(--bottom-padding,0px)))}.st-view>main.flex{flex-direction:column;flex-grow:1;display:flex;overflow-x:clip}body.web-windows .st-view>main{scrollbar-width:thin}.st-view>main>header{background:var(--color-background,#fff);margin:-200px calc(-1 * max(var(--st-view-center-padding,0px), var(--st-horizontal-padding,40px), var(--st-safe-area-right,0px))) 0 calc(-1 * max(var(--st-view-center-padding,0px), var(--st-horizontal-padding,40px), var(--st-safe-area-left,0px)));padding:200px max(20px, max(var(--st-view-center-padding,0px), var(--st-horizontal-padding,40px), var(--st-safe-area-right,0px))) 0 max(20px, max(var(--st-view-center-padding,0px), var(--st-horizontal-padding,40px), var(--st-safe-area-left,0px)));border-bottom:1px solid var(--color-gray-2,#d1d1d1);border-bottom-right-radius:16px;border-bottom-left-radius:16px;margin-bottom:30px;padding-bottom:15px;box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 7px 7px #00000004,0 14px 14px #00000003,0 28px 28px #00000002,0 2px 2px 1px #00000008,0 0 20px #00000005}.st-view>main.limit-width{--st-view-center-padding:0px;--st-horizontal-padding:max(var(--st-view-horizontal-padding), calc((100vw - var(--box-width,900px)) / 2));flex-direction:column;flex-grow:1;display:flex;overflow-x:hidden}.st-view>main>.view,.st-view>main>.st-view{margin:calc(-1 * var(--st-vertical-padding,20px)) calc(-1 * var(--st-horizontal-padding,40px));padding:var(--st-vertical-padding,20px) 0;box-sizing:border-box;flex-direction:column;flex-grow:1;display:flex}.st-view>main>.view>main,.st-view>main>.st-view>main{padding:0 var(--st-horizontal-padding,15px) 0 var(--st-horizontal-padding,15px)}.st-view>main>.gray-shadow{background:var(--color-background-shade,#f7f7f7);margin-top:0;margin-bottom:calc(-1 * var(--st-vertical-padding,20px));margin-bottom:calc(-1 * var(--st-vertical-padding,40px) - var(--st-safe-area-bottom,0px));padding-bottom:calc(var(--st-safe-area-bottom,0px) + var(--st-vertical-padding,20px));padding-top:calc(var(--st-vertical-padding,20px) + 30px);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8);flex-grow:1;position:relative}.st-view>main>.gray-shadow:before{content:"";background:linear-gradient(#00000005 0%,#0000 100%);height:60px;position:absolute;top:0;left:0;right:0}.st-view>main>.white-top{background:var(--color-background,#fff);flex-grow:0;margin-bottom:0}.st-view>main>*{--st-safe-area-left:0px;--st-safe-area-right:0px;flex-shrink:0}.st-view>main~*{z-index:100;margin-bottom:-300px;padding-top:0;position:relative}.st-view>main~*>div{padding-bottom:calc(var(--st-safe-area-bottom,0px) + 300px + var(--default-footer-padding,0px))}.st-view>main~*{transform:translateY(calc(-1 * var(--bottom-padding,0px)));transition:transform .2s}.st-view>main~.sticky{transform:translateY(calc(-1 * max(var(--keyboard-height,0px), var(--bottom-padding,0px), var(--st-safe-area-bottom,0px)) + var(--st-safe-area-bottom,0px)))}.st-view>*{flex-shrink:0;position:static!important}.st-view>:first-child{margin-top:0}@supports not (overscroll-behavior:contain){.st-view>*{touch-action:none}}@media (width<=800px),(height<=700px){.box .st-view>main:first-child{padding-top:0}.box .st-view>main:last-child{padding-bottom:0}}.st-view main.with-legal{flex-direction:column;display:flex}@media (width>=801px) and (height>=701px){.st-view main>.box{background:var(--color-background,#fff);--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);box-shadow:0px 2px 5px var(--color-side-view-shadow,#0000001a);box-sizing:border-box;width:100%;max-width:800px;max-width:var(--box-width,800px);--st-horizontal-padding:var(--box-horizontal-padding,40px);padding:var(--st-vertical-padding,20px) var(--st-horizontal-padding,40px);--st-safe-area-top:0px;--st-safe-area-bottom:0px;border-radius:9px;margin:0 auto}}.st-view.background{background:var(--color-background,#fff);--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-shade-darker,#f0f0f0)}.st-view.transparent{background:0 0}.st-view.shade,.st-view.main-shade>main{background:var(--color-background-shade,#f7f7f7);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8)}@media (width>=801px) and (height>=701px){.st-view.box-shade{background:var(--color-background-shade,#f7f7f7);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8)}}.full-product-box .st-view{contain:initial!important;height:auto!important;min-height:auto!important;max-height:none!important}.popup .st-view>main.limit-width{--st-horizontal-padding:var(--st-view-horizontal-padding);padding:0}.st-menu{--st-vertical-padding:25px}@media (width>=300px){.st-menu{--st-horizontal-padding:20px}}.st-menu #logo{margin-bottom:5px;display:block}.st-menu .grouped.footer{margin-top:auto}.st-menu>main{flex-direction:column;display:flex;overflow-x:clip}.st-menu>main hr,.st-menu>main .container hr{height:var(--border-width-thin,1px);background:var(--color-gray-3,#e5e5e5);margin:15px calc(-1 * var(--st-horizontal-padding,40px));border:0;outline:0}.st-menu>main hr.first,.st-menu>main .container hr.first{margin-top:10px}.st-menu .menu-button{font-weight:var(--font-weight-semibold,600);letter-spacing:.1px;color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));text-align:left;box-sizing:content-box;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;border-radius:9px;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:42px;margin:0 -15px;padding-left:15px;padding-right:15px;font-size:15px;transition:transform .2s,background-color .2s,color .2s;display:flex;overflow:hidden}@media (width<=500px){.st-menu .menu-button{height:45px}}.st-menu .menu-button,.st-menu .menu-button:active,.st-menu .menu-button:visited,.st-menu .menu-button:link{text-decoration:none}.st-menu .menu-button.sub-button{color:var(--color-dark-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.73224%), 35.8824%));margin-left:calc(-1 * var(--st-horizontal-padding,40px));padding-left:var(--st-horizontal-padding,40px);margin-right:calc(-1 * var(--st-horizontal-padding,40px));padding-right:var(--st-horizontal-padding,40px);border-radius:0;font-size:14px}.st-menu .menu-button>.image{border-radius:4px;flex-shrink:0;width:29px;height:29px;margin-right:10px;overflow:hidden}.st-menu .menu-button>.image img{object-fit:cover;width:29px;height:29px}.st-menu .menu-button>.icon{flex-shrink:0}.st-menu .menu-button>.icon.correct-offset.small{margin-left:-5px}.st-menu .menu-button>.icon:first-child{padding-right:18px}.st-menu .menu-button .right-icon:last-child{margin-right:-5px}.st-menu .menu-button>figure:first-child{--block-width:26px;flex-shrink:0;margin-right:16px}.st-menu .menu-button>figure:first-child .logo{border-radius:4px}.st-menu .menu-button>figure:first-child>.icon{margin-right:2px}.st-menu .menu-button>span{text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;overflow:hidden}.st-menu .menu-button .count{opacity:.7;font-size:13px;font-weight:var(--font-weight-semibold,600);flex-shrink:0;margin-left:auto;padding-left:5px}.st-menu .menu-button .bubble{flex-shrink:0;margin-left:auto}.st-menu .menu-button .right-icon{flex-shrink:0;margin-left:auto;padding-right:0}.st-menu .menu-button.cta{color:var(--color-primary,#0053ff)}.split-view-controller[data-has-detail=true]>.master .st-menu .menu-button.selected{background-color:var(--color-background-shade-darker,#f0f0f0);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.st-menu .menu-button.button{cursor:pointer}.st-menu .menu-button.button:active,.st-menu .menu-button.button.active{background-color:var(--color-gray-3,#e5e5e5)}.st-menu .menu-button.button:active.cta,.st-menu .menu-button.button.active.cta{background-color:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%))}.st-menu .menu-button>button{color:var(--color-primary,#0053ff);margin-left:auto}.st-menu .collapsable.hide{display:none}.st-menu-modern{--st-vertical-padding:25px}@media (width>=300px){.st-menu-modern{--st-horizontal-padding:18px}}.st-menu-modern>main{--left-offset:0px;--item-padding:10px;flex-direction:column;display:flex;overflow-x:clip}.st-menu-modern>main .footer{margin-top:auto}.st-menu-modern>main .menu-button,.st-menu-modern>main .st-menu-item{--block-width:20px;--block-aside-scale:.7;margin:0 calc(-1 * var(--item-padding));padding:8px var(--item-padding) 8px calc(var(--item-padding) + var(--left-offset));width:calc(100% + 2 * var(--item-padding));color:var(--color-dark-lighter,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 25.2157%));border-radius:9px;align-items:center;gap:9px;min-width:0;font-size:14px;font-weight:500;display:flex}.st-menu-modern>main .menu-button .icon.button,.st-menu-modern>main .st-menu-item .icon.button{color:inherit}.st-menu-modern>main .menu-button>div,.st-menu-modern>main .st-menu-item>div{padding-left:5px}.st-menu-modern>main .menu-button>div.right,.st-menu-modern>main .st-menu-item>div.right{align-items:center;gap:9px;display:flex}.st-menu-modern>main .menu-button h3+p,.st-menu-modern>main .st-menu-item h3+p{padding-top:2px}@media (width<=600px){.st-menu-modern>main .menu-button,.st-menu-modern>main .st-menu-item{font-size:16px}}.st-menu-modern>main .menu-button,.st-menu-modern>main .st-menu-item{--saved-color-current-background:var(--color-current-background);--saved-color-current-background-shade:var(--color-current-background-shade);--saved-color-current-background-shade-darker:var(--color-current-background-shade-darker)}@media (pointer:fine){.st-menu-modern>main .menu-button:hover,.st-menu-modern>main .st-menu-item:hover{background-color:var(--color-background-shade-darker,#f0f0f0);--saved-color-current-background:var(--color-background-shade-darker,#f0f0f0);--saved-color-current-background-shade:var(--color-background-shade-darker-darker,#e8e8e8);--saved-color-current-background-shade-darker:var(--color-background-shade-4,#e0e0e0)}}.split-view-controller[data-has-detail=true]>.master .st-menu-modern>main .menu-button.selected,.st-menu-modern>main .menu-button.active,.st-menu-modern>main .menu-button.focused,.st-menu-modern>main .menu-button:active,.split-view-controller[data-has-detail=true]>.master .st-menu-modern>main .st-menu-item.selected,.st-menu-modern>main .st-menu-item.active,.st-menu-modern>main .st-menu-item.focused,.st-menu-modern>main .st-menu-item:active{background-color:var(--color-background-shade-darker-darker,#e8e8e8);color:var(--color-darkest,black);--saved-color-current-background:var(--color-background-shade-darker-darker,#e8e8e8);--saved-color-current-background-shade:var(--color-background-shade-4,#e0e0e0);--saved-color-current-background-shade-darker:var(--color-background-shade-5,#d9d9d9)}.st-menu-modern>main .menu-button>*,.st-menu-modern>main .st-menu-item>*{--color-current-background:var(--saved-color-current-background);--color-current-background-shade:var(--saved-color-current-background-shade);--color-current-background-shade-darker:var(--saved-color-current-background-shade-darker)}.st-menu-modern>main .menu-button.cta,.st-menu-modern>main .st-menu-item.cta{color:var(--color-primary,#0053ff)}.st-menu-modern>main .menu-button.green,.st-menu-modern>main .st-menu-item.green{color:var(--color-success,#15c16b)}.st-menu-modern>main .menu-button span:not(.right),.st-menu-modern>main .st-menu-item span:not(.right){text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1.5;overflow:hidden}.st-menu-modern>main .menu-button span.icon,.st-menu-modern>main .st-menu-item span.icon{overflow:visible}.st-menu-modern>main .menu-button.title,.st-menu-modern>main .st-menu-item.title{color:var(--color-dark-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.73224%), 35.8824%));font-size:12px;font-weight:600;line-height:1}.st-menu-modern>main .menu-button .left,.st-menu-modern>main .st-menu-item .left{width:20px;height:20px;display:block;overflow:visible!important}.st-menu-modern>main .menu-button .right,.st-menu-modern>main .st-menu-item .right{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));text-wrap:nowrap;margin-left:auto;font-size:11px;font-weight:500}.st-menu-modern>main .st-menu-text{margin:0 calc(-1 * var(--item-padding));padding:7px var(--item-padding) 7px calc(var(--item-padding) + var(--left-offset));color:var(--color-gray-5,#a7a7a7);font-variation-settings:"opsz" 19;border-radius:9px;flex-shrink:100;align-items:center;gap:8px;min-width:0;font-size:14px;font-weight:500;line-height:1.5;display:flex}.st-menu-modern>main .st-menu-text>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-menu-modern>main .st-menu-text .left{width:20px;height:20px}.st-menu-modern>main .st-menu-text .right{columns:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));margin-left:auto;font-size:11px;font-weight:500}.st-menu-modern>main>.block{margin:5px 0}.st-menu-modern>main .block{--parent-offset:var(--left-offset,0px);flex-direction:column;display:flex}.st-menu-modern>main .block.cta{z-index:100;background:#fff;border:1px solid #00000014;border-radius:15px;margin:0 -10px;padding:15px;position:sticky;bottom:-10px;box-shadow:0 2px 4px #0000000d}.st-menu-modern>main .block>.items{flex-direction:column;padding-bottom:7px;display:flex}.st-menu-modern>main .block>.items>.block>.menu-button+.items{--left-offset:calc(var(--parent-offset,0px) + 16px)}.split-view-controller{--split-view-width:280px;height:100dvh;height:calc(var(--vh,1vh) * 100);max-height:100dvh;overflow:clip}.split-view-controller>.master{z-index:100;overscroll-behavior:contain;overflow:clip}.split-view-controller>.detail{background:var(--color-current-background);--st-horizontal-padding:var(--split-view-detail-horizontal-padding,40px);overflow:clip}.split-view-controller[data-has-detail=true]{grid-template-columns:calc(var(--split-view-width,320px) + var(--st-safe-area-left,0px)) 1fr!important}.split-view-controller[data-has-detail=true]>.master{--st-safe-area-right:0px}.split-view-controller[data-has-detail=true]>.detail{--st-safe-area-left:0px}.split-view-controller[data-has-detail=true]>.master{border-right:var(--border-width-thin,1px) solid var(--color-gray-3,#e5e5e5);background:var(--color-background-shade,#f7f7f7);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8)}body.modern .split-view-controller[data-has-detail=true]>.master{overflow:hidden}.side-view{z-index:10000;visibility:visible;opacity:1;background:#000000b3;transition:background-color .3s,opacity .3s,visibility .3s step-start;position:fixed;inset:0}.side-view~.side-view{background-color:#0006}.side-view>div{background:#fff;background:var(--color-white,white);-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;box-sizing:border-box;transform-origin:0%;border-radius:0;width:100%;max-width:800px;height:100%;transition:transform .3s,border-radius .3s;position:fixed;top:0;bottom:0;right:0;overflow:hidden auto;transform:translate(0,0)}.side-view.push-down-full{visibility:hidden;opacity:0;background-color:#0009;transition:background-color .3s,opacity .3s,visibility .3s step-end}.side-view.push-down-full>div{border-radius:5px;transform:scale(.9)translate(-15px)}.side-view.push-down{background-color:#0009}.side-view.push-down>div{border-radius:5px;transform:scale(.95)translate(-10px)}.side-view.show-enter-active,.side-view.show-leave-active,.side-view[data-extended-enter=true]{position:fixed}.side-view.show-enter-active>div,.side-view.show-leave-active>div,.side-view[data-extended-enter=true]>div{transition:transform .3s}.side-view.show-enter-from,.side-view.show-leave-to{background-color:#0000}.side-view.show-enter-from>div,.side-view.show-leave-to>div{transform:translate(100%)}.side-view.show-enter-active,.side-view.show-leave-active{z-index:10000}.side-view{transform:translate(0,0)}@media (prefers-color-scheme:dark){.side-view{background:#080808b3}}.side-view>div{overscroll-behavior:contain;max-width:400px}@media (prefers-color-scheme:dark){.side-view>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1)}}.modal-backdrop:after,.sheet:after,.popup:after{content:"";opacity:1;contain:strict;z-index:0;background:#000000b3;transition:opacity .3s;position:absolute;inset:0}.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{position:var(--sheet-position,fixed);z-index:10000;contain:strict;height:100dvh;height:calc(var(--vh,1vh) * 100);display:block;position:fixed;inset:0 0 auto}@supports not (overscroll-behavior:contain){.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{touch-action:none}}@media (height<=900px){.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{--navigation-bar-margin:10px}}body.web-iOS .modal,body.web-iOS .modal-dynamic-size,body.web-iOS .sheet,body.web-iOS .positionable-sheet,body.web-iOS .modal-full-height,body.web-iOS .popup,body.native-iOS .modal,body.native-iOS .modal-dynamic-size,body.native-iOS .sheet,body.native-iOS .positionable-sheet,body.native-iOS .modal-full-height,body.native-iOS .popup{--navigation-bar-horizontal-padding:15px}.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{--popup-padding-top-raw:var(--st-safe-area-top,0px);--popup-padding-bottom-raw:max(0px, var(--st-safe-area-bottom,0px), var(--keyboard-height,0px), var(--bottom-padding,0px));--popup-padding-top-full:var(--popup-padding-top-raw);--popup-padding-bottom-full:var(--popup-padding-bottom-raw);--popup-padding-top-outside:var(--popup-padding-top-full,0px);--popup-padding-bottom-outside:var(--popup-padding-bottom-full,0px);--popup-height:calc(var(--vh,1vh) * 100 - var(--popup-padding-top-outside,0px) - var(--popup-padding-bottom-outside,0px))}.modal>div:first-child,.modal-dynamic-size>div:first-child,.sheet>div:first-child,.positionable-sheet>div:first-child,.modal-full-height>div:first-child,.popup>div:first-child{--popup-padding-top-inside:max(0px, calc(var(--popup-padding-top-full,0px) - var(--popup-padding-top-outside,0px)));--popup-padding-bottom-inside:max(0px, calc(var(--popup-padding-bottom-full,0px) - var(--popup-padding-bottom-outside,0px)));-webkit-overflow-scrolling:touch;box-sizing:border-box;--saved-vh:var(--vh,1vh);z-index:1;contain:layout style paint;touch-action:auto;overscroll-behavior:contain;width:auto;overflow:clip}.modal>div:first-child>.scrollable-container,.modal-dynamic-size>div:first-child>.scrollable-container,.sheet>div:first-child>.scrollable-container,.positionable-sheet>div:first-child>.scrollable-container,.modal-full-height>div:first-child>.scrollable-container,.popup>div:first-child>.scrollable-container{contain:layout style paint;--vh:calc(var(--popup-height,0px) / 100);--keyboard-height:0px;--bottom-padding:0px;--st-safe-area-bottom:var(--popup-padding-bottom-inside,0px);--st-safe-area-top:var(--popup-padding-top-inside,0px);--st-safe-area-left:0px;--st-safe-area-right:0px;height:100%;overflow:clip}.modal>div:first-child:after,.modal-dynamic-size>div:first-child:after,.sheet>div:first-child:after,.positionable-sheet>div:first-child:after,.modal-full-height>div:first-child:after,.popup>div:first-child:after{content:"";opacity:0;contain:strict;visibility:hidden;z-index:20000;background:#0006;transition:opacity .3s,visibility .3s step-end;position:absolute;inset:0}.modal>div:first-child .st-view:not(.st-view .st-view),.modal-dynamic-size>div:first-child .st-view:not(.st-view .st-view),.sheet>div:first-child .st-view:not(.st-view .st-view),.positionable-sheet>div:first-child .st-view:not(.st-view .st-view),.modal-full-height>div:first-child .st-view:not(.st-view .st-view),.popup>div:first-child .st-view:not(.st-view .st-view){width:min(100vw, var(--st-popup-width,800px))}.modal.show-enter-active:after,.show-enter-active.modal-dynamic-size:after,.show-enter-active.sheet:after,.show-enter-active.positionable-sheet:after,.show-enter-active.modal-full-height:after,.show-enter-active.popup:after{transition:opacity .3s}.modal.show-enter-active>div:first-child,.show-enter-active.modal-dynamic-size>div:first-child,.show-enter-active.sheet>div:first-child,.show-enter-active.positionable-sheet>div:first-child,.show-enter-active.modal-full-height>div:first-child,.show-enter-active.popup>div:first-child{transition:transform .3s cubic-bezier(0,0,.2,1),opacity .3s}.modal.show-leave-active:after,.show-leave-active.modal-dynamic-size:after,.show-leave-active.sheet:after,.show-leave-active.positionable-sheet:after,.show-leave-active.modal-full-height:after,.show-leave-active.popup:after{transition:opacity .3s}.modal.show-leave-active>div:first-child,.show-leave-active.modal-dynamic-size>div:first-child,.show-leave-active.sheet>div:first-child,.show-leave-active.positionable-sheet>div:first-child,.show-leave-active.modal-full-height>div:first-child,.show-leave-active.popup>div:first-child{transition:transform .3s cubic-bezier(.4,0,1,1),opacity .3s}.modal.show-enter-from.animated:after,.show-enter-from.animated.modal-dynamic-size:after,.show-enter-from.animated.sheet:after,.show-enter-from.animated.positionable-sheet:after,.show-enter-from.animated.modal-full-height:after,.show-enter-from.animated.popup:after,.modal.show-leave-to:after,.show-leave-to.modal-dynamic-size:after,.show-leave-to.sheet:after,.show-leave-to.positionable-sheet:after,.show-leave-to.modal-full-height:after,.show-leave-to.popup:after,.modal.show-enter-from.animated>div:first-child,.show-enter-from.animated.modal-dynamic-size>div:first-child,.show-enter-from.animated.sheet>div:first-child,.show-enter-from.animated.positionable-sheet>div:first-child,.show-enter-from.animated.modal-full-height>div:first-child,.show-enter-from.animated.popup>div:first-child,.modal.show-leave-to>div:first-child,.show-leave-to.modal-dynamic-size>div:first-child,.show-leave-to.sheet>div:first-child,.show-leave-to.positionable-sheet>div:first-child,.show-leave-to.modal-full-height>div:first-child,.show-leave-to.popup>div:first-child{opacity:0}@media not all and (prefers-reduced-motion){.modal.show-enter-from.animated>div:first-child,.show-enter-from.animated.modal-dynamic-size>div:first-child,.show-enter-from.animated.sheet>div:first-child,.show-enter-from.animated.positionable-sheet>div:first-child,.show-enter-from.animated.modal-full-height>div:first-child,.show-enter-from.animated.popup>div:first-child,.modal.show-leave-to>div:first-child,.show-leave-to.modal-dynamic-size>div:first-child,.show-leave-to.sheet>div:first-child,.show-leave-to.positionable-sheet>div:first-child,.show-leave-to.modal-full-height>div:first-child,.show-leave-to.popup>div:first-child{transform:translate(-50%,50vh)}}.modal-full-height>div:first-child,.popup>div:first-child{height:var(--popup-height)}.popup .navigation-controller{will-change:height, width;transition:height .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1)}.popup .navigation-controller>div{width:fit-content;height:fit-content}.popup{--popup-padding-top-outside:max(var(--popup-padding-top-full,0px), calc(40px * var(--keyboard-closed,1)));--popup-padding-bottom-outside:max(0px, calc(80px - var(--popup-padding-top-outside,0px)));--st-horizontal-padding:var(--popup-horizontal-padding,40px)}@media (height>=1200px){.popup{--popup-padding-top-outside:max(var(--popup-padding-top-full,0px), calc(calc(50vh - 550px) * var(--keyboard-closed,1)));--popup-padding-bottom-outside:calc(100vh - 1100px - var(--popup-padding-top-outside,0px))}}@media (height<=1000px){.popup{--popup-padding-top-outside:max(var(--popup-padding-top-full,0px), calc(20px * var(--keyboard-closed,1)));--popup-padding-bottom-outside:calc(20px - var(--popup-padding-top-outside,0px))}}@media (height<=600px){.popup{--popup-padding-top-outside:5px;--popup-padding-bottom-outside:0px}}.popup~.popup:after{display:none}.popup>div:first-child{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0);box-shadow:0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a);transform:translate(-50%, var(--popup-padding-top-outside,0px));transform-origin:50% 0;visibility:visible;border-radius:16px;transition:transform .3s,opacity .3s,visibility .3s step-start;position:absolute;top:0;left:50%}@media (height<=1000px){.popup>div:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}}.popup>div:first-child:after{content:"";opacity:0;will-change:opacity, visibility;visibility:hidden;z-index:20000;background:#0006;transition:opacity .3s,visibility .3s step-end;position:absolute;inset:0}.popup>div:first-child .st-view:not(.st-view .st-view),.popup>div:first-child .payconiq-banner-view{contain:content}.popup.push-down-full>div:first-child{transform:translate3d(-50%, calc(var(--popup-padding-top-outside,0px) - 15px), 0) scale(.9, .9);visibility:hidden;opacity:0;transition:transform .3s,opacity .3s,visibility .3s step-end}.popup.push-down-full>div:first-child:after{opacity:1;visibility:visible;transition:opacity .3s,visibility .3s step-start}.popup.push-down>div:first-child{transform:translate3d(-50%, calc(var(--popup-padding-top-outside,0px) - 10px), 0) scale(.95, .95)}.popup.push-down>div:first-child:after{opacity:1;visibility:visible;transition:opacity .3s,visibility .3s step-start}.modal-dynamic-size,.positionable-sheet,.sheet{--frozen-height:150px}.modal-dynamic-size .navigation-controller,.positionable-sheet .navigation-controller,.sheet .navigation-controller{will-change:height, width;transition:height .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1)}.modal-dynamic-size>div:first-child,.positionable-sheet>div:first-child,.sheet>div:first-child{will-change:transform, opacity;max-height:var(--popup-height);transition:transform .3s,opacity .3s}.modal-dynamic-size>div:first-child .st-view:not(.st-view .st-view),.positionable-sheet>div:first-child .st-view:not(.st-view .st-view),.sheet>div:first-child .st-view:not(.st-view .st-view),.modal-dynamic-size>div:first-child .payconiq-banner-view,.positionable-sheet>div:first-child .payconiq-banner-view,.sheet>div:first-child .payconiq-banner-view{width:min(100vw, var(--st-sheet-width,400px));height:auto;min-height:0;max-height:calc(var(--vh,1vh) * 100);contain:content}.modal-dynamic-size>div:first-child .st-view.loading-view-container:not(.st-view .st-view),.positionable-sheet>div:first-child .st-view.loading-view-container:not(.st-view .st-view),.sheet>div:first-child .st-view.loading-view-container:not(.st-view .st-view){min-height:var(--frozen-height,calc(var(--vh,1vh) * 100))}.sheet{--popup-padding-top-full:max(15px, var(--popup-padding-top-raw));--popup-padding-bottom-full:max(15px, var(--popup-padding-bottom-raw))}.sheet.show-enter-from.animated>div,.sheet.show-leave-to>div{transform:translate(-50%,30vh)}.sheet>div:first-child{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);transform:translate(-50%, -50%) translate(0, calc(var(--popup-padding-top-outside,0px) / 2 - var(--popup-padding-bottom-outside,0px) / 2));transform-origin:50%;box-shadow:0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a);border-radius:16px;position:absolute;top:50%;left:50%}.positionable-sheet{--popup-padding-top-full:max(var(--popup-padding-top-raw), var(--sheet-position-top,0px));--popup-padding-bottom-full:max(var(--popup-padding-bottom-raw), var(--sheet-position-bottom,0px));--st-horizontal-padding:var(--sheet-horizontal-padding,30px);--st-vertical-padding:var(--sheet-vertical-padding,30px)}.positionable-sheet.show-enter-from.animated>div:first-child,.positionable-sheet.show-leave-to>div:first-child{transform:translate(0, calc(var(--popup-padding-top-outside,0px) - 40px))}.positionable-sheet.show-enter-active:after{transition:opacity .2s}.positionable-sheet.show-enter-active>div:first-child{transition:transform .2s cubic-bezier(0,0,.2,1),opacity .2s}.positionable-sheet.show-leave-active:after{transition:opacity .2s}.positionable-sheet.show-leave-active>div:first-child{transition:transform .2s cubic-bezier(.4,0,1,1),opacity .2s}.positionable-sheet>div:first-child{background:var(--color-background,#fff);--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);border:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);left:var(--sheet-position-left);right:var(--sheet-position-right);transform:translate(0, var(--popup-padding-top-outside,0px));transform-origin:100% 0;border-radius:16px;position:absolute}.positionable-sheet.y-top>div:first-child{transform:translate(0, calc(-1 * var(--popup-padding-bottom-outside,0px)));bottom:0}@media (hover:hover){.hover-box .hover-show{opacity:0;transition:opacity .2s}.hover-box:hover .hover-show,.hover-box.focused .hover-show{opacity:1}.hover-box:hover .hover-box:not(:hover) .hover-show,.hover-box.focused .hover-box:not(:hover) .hover-show{opacity:0}.hover-show.focused,.focused .hover-show{opacity:1}.hover-show:has(.focused){opacity:1}}.icon-base:before,.error-box:before,.success-box:before,.info-box:before,.warning-box:before,.discount-box:before,.secundary-box:before{font-size:24px;font-style:normal;line-height:1;vertical-align:middle!important;font-family:st-icons!important;font-weight:400!important}.icon{box-sizing:content-box;white-space:nowrap;vertical-align:middle;flex-shrink:0;align-items:center;width:24px;font-size:24px;display:inline-flex;position:relative;overflow:hidden}.icon.text-size{font-size:inherit;width:unset;height:unset}.icon.text-size:before{font-size:inherit}.icon.small,.button.text .icon,.button.primary .icon,.button.secundary .icon{width:20px;height:20px;font-size:20px}.icon.small:before,.button.text .icon:before,.button.primary .icon:before,.button.secundary .icon:before{font-size:20px}.icon.tiny{width:16px;height:16px;font-size:16px}.icon.tiny:before{font-size:16px}.icon.rot:before{transition:transform .2s}.icon.rot.rot90:before{transform:rotate(-90deg)}.icon.rot.rot180:before{transform:rotate(-180deg)}.icon.stroke:before{line-height:1;position:absolute}.icon.stroke:after{color:var(--color-current-background,var(--color-background,#fff));-webkit-text-stroke:5px var(--color-background,#fff);-webkit-text-stroke:5px var(--color-current-background,var(--color-background,#fff));z-index:-1;line-height:1}.icon.layered{grid-template-rows:1fr;grid-template-columns:1fr;display:inline-grid}.icon.layered>.icon{grid-area:1/1/1/1}.icon.light-gray{color:var(--color-gray-2,#d1d1d1)}.icon.gray,.button .icon.gray{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.icon.primary-light{color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%))}.icon.green{color:var(--color-success,#15c16b)}.icon.stripe{color:#635bff}.icon.red{color:var(--color-error,#f0153d)}.icon.blue{color:#0053ff}.icon.pink{color:var(--color-tertiary,#ff17b2)}.icon.primary{color:var(--color-primary,#0053ff)}.icon.yellow{color:var(--color-warning,#fa0)}.icon.secundary{color:var(--color-secundary,#8b17ff)}.icon.tertiary{color:var(--color-tertiary,#ff17b2)}.icon.color-word{color:#0023db}.icon.color-excel{color:#1d7200}.icon.color-pdf{color:#e00}.icon.custom-color,.button .icon.custom-color{color:var(--color)}.icon.middle{vertical-align:middle}.icon:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:24px;font-style:normal;line-height:1;vertical-align:middle!important;font-family:st-icons!important;font-weight:400!important}.inline-link{cursor:pointer}.inline-link,.inline-link:hover,.inline-link:link,.inline-link:active,.inline-link:visited{color:var(--color-primary,#0053ff);font-weight:var(--font-weight-semibold,600);text-decoration:none}.inline-link.secundary,.inline-link.secundary:hover,.inline-link.secundary:link,.inline-link.secundary:active,.inline-link.secundary:visited{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.inline-link.error,.inline-link.error:hover,.inline-link.error:link,.inline-link.error:active,.inline-link.error:visited{color:var(--color-error,#f0153d)}@media (hover:hover){.inline-link:hover{opacity:.6}}.inline-link:active{opacity:.4}.icon-spacer{vertical-align:middle;margin-right:5px}.button{touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;cursor:pointer;color:inherit;-webkit-touch-callout:none}.button:link,.button:visited,.button:active,.button:hover{text-decoration:none}.button.simple:active{opacity:.4}.button.primary,.button.secundary,.button.destructive{white-space:nowrap;text-overflow:ellipsis;text-align:center;border-radius:9px;justify-content:center;align-items:center;height:40px;padding:0 27px;transition:transform .2s,opacity .2s;display:inline-flex;overflow:hidden}.st-view>main>.button.primary,.st-view>main>.button.secundary,.st-view>main>.button.destructive{align-self:flex-start}.button.primary:active,.button.secundary:active,.button.destructive:active{transform:scale(.95)}.button.primary:disabled,.button.primary.disabled,.button.secundary:disabled,.button.secundary.disabled,.button.destructive:disabled,.button.destructive.disabled{color:var(--color-gray-2,#d1d1d1);background:var(--color-background-shade,#f7f7f7);box-shadow:none;cursor:not-allowed}.button.primary:disabled:active,.button.primary.disabled:active,.button.secundary:disabled:active,.button.secundary.disabled:active,.button.destructive:disabled:active,.button.destructive.disabled:active{transform:none}.button.primary.destructive:disabled,.button.primary.destructive.disabled,.button.secundary.destructive:disabled,.button.secundary.destructive.disabled,.button.destructive.destructive:disabled,.button.destructive.destructive.disabled{color:var(--color-error-background,#fbdae0);background:var(--color-error,#f0153d);opacity:.4}.button.primary>.icon,.button.primary>.bubble,.button.secundary>.icon,.button.secundary>.bubble,.button.destructive>.icon,.button.destructive>.bubble{align-self:center}.button.primary>.icon:first-child,.button.primary>.bubble:first-child,.button.secundary>.icon:first-child,.button.secundary>.bubble:first-child,.button.destructive>.icon:first-child,.button.destructive>.bubble:first-child{margin-left:-5px;margin-right:10px}.button.primary>.icon:last-child,.button.primary>.bubble:last-child,.button.secundary>.icon:last-child,.button.secundary>.bubble:last-child,.button.destructive>.icon:last-child,.button.destructive>.bubble:last-child{margin-left:10px;margin-right:-5px}.button.primary.full,.button.secundary.full,.button.destructive.full{width:100%}.button.primary{color:var(--color-primary-contrast,#fff);background:var(--color-primary,#0053ff)}@media (any-hover:hover) and (any-pointer:fine){.button.primary.focus-visible:not(:disabled),.button.primary:focus-visible{box-shadow:0 0 0 2px var(--color-current-background,var(--color-background,#fff)), 0 0 0 4px var(--color-primary,#0053ff)}}.button.primary .dropdown-text{flex-grow:1;margin-right:-40px;padding-right:40px}.button.primary>.bubble{background:var(--color-background,#fff);color:var(--color-primary,#0053ff)}.button.primary .dropdown{position:relative}.button.primary .dropdown:after{content:"";opacity:.5;background:currentColor;width:1px;position:absolute;top:0;bottom:0;left:-1px}.button.primary .dropdown{align-self:stretch;width:40px;height:42px;margin-left:26px;margin-right:-27px;font-size:24px;line-height:42px}@media (hover:hover){.button.primary .dropdown:hover{background-color:rgba(var(--color-background,#fff), .2)}}.button.destructive{color:#fff;background:var(--color-error,#f0153d)}@media (any-hover:hover) and (any-pointer:fine){.button.destructive.focus-visible:not(:disabled),.button.destructive:focus-visible{box-shadow:0 0 0 2px var(--color-current-background,var(--color-background,#fff)), 0 0 0 4px var(--color-error,#f0153d)}}.button.secundary{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));background:var(--color-gray-3,#e5e5e5)}@media (any-hover:hover) and (any-pointer:fine){.button.secundary.focus-visible:not(:disabled),.button.secundary:focus-visible{box-shadow:0 0 0 2px var(--color-current-background,var(--color-background,#fff)), 0 0 0 4px var(--color-gray-1,#868686)}}.button.secundary.green{color:var(--color-success-dark,#006108);background:var(--color-success-background,#e0f5e4)}.button.secundary.danger{color:var(--color-error-dark,#630012);background:var(--color-error-background,#fbdae0)}.button.secundary>span,.button.primary>span,.button.text>span,.button.destructive>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button.secundary>span.icon,.button.primary>span.icon,.button.text>span.icon,.button.destructive>span.icon{text-overflow:clip;flex-shrink:0}.button.tooltip-only{cursor:help}.button.icons{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));white-space:nowrap;z-index:1;flex-direction:row;align-items:center;transition:opacity .2s ease-out,color .2s;display:flex;position:relative;overflow:visible}.button.icons:after{content:"";position:absolute;inset:-5px -10px}.button.icons:active{opacity:.15;transition:opacity,color .2s}.button.icons.enabled:after{content:"";background-color:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));z-index:-1;will-change:opacity;opacity:1;border-radius:9px;height:34px;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;left:0;right:0;transform:translateY(-50%);box-shadow:inset 0 0 2px #0000004d;top:50%!important;bottom:auto!important}@media (pointer:coarse){.button.icons:is(a):before,.button.icons:is(button):before,label .button.icons:before{transition:opacity .2s ease-out}.button.icons:is(a):active:before,.button.icons:is(button):active:before,label .button.icons:active:before{opacity:.15;transition:opacity}}@media (pointer:fine){.button.icons:is(a),.button.icons:is(button),label .button.icons{opacity:1}.button.icons:is(a):after,.button.icons:is(button):after,label .button.icons:after{content:"";background-color:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));z-index:-1;will-change:opacity;opacity:0;border-radius:9px;height:34px;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;left:0;right:0;transform:translateY(-50%);top:50%!important;bottom:auto!important}.button.icons:is(a):before,.button.icons:is(button):before,label .button.icons:before{transition:color .2s ease-out}.button.icons:is(a):active:before,.button.icons:is(button):active:before,label .button.icons:active:before{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));transition:color}.button.icons:is(a):before,.button.icons:is(button):before,label .button.icons:before{z-index:1}.button.icons:is(a).active:after,.button.icons:is(a):hover:after,.button.icons:is(a):active:after,.button.icons:is(button).active:after,.button.icons:is(button):hover:after,.button.icons:is(button):active:after,label .button.icons.active:after,label .button.icons:hover:after,label .button.icons:active:after{opacity:1;transition:opacity .2s cubic-bezier(0,0,.2,1);transform:translateY(-50%)}.button.icons:is(a):active:after,.button.icons:is(button):active:after,label .button.icons:active:after{background-color:var(--color-gray-3,#e5e5e5)}}.button.text,.button.navigation{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));text-overflow:ellipsis;flex-direction:row;align-items:center;display:flex}.button.text.error,.button.navigation.error{color:var(--color-error,#f0153d)}.button.text.inline,.button.navigation.inline{display:inline-flex}.button.text>span,.button.navigation>span{min-width:0}.button.text:not(.column)>.icon:not(.dot),.button.navigation:not(.column)>.icon:not(.dot){flex-shrink:0}.button.text:not(.column)>.icon:not(.dot):first-child,.button.navigation:not(.column)>.icon:not(.dot):first-child{margin-right:7px}.button.text:not(.column)>.icon:not(.dot):last-child,.button.navigation:not(.column)>.icon:not(.dot):last-child{margin-left:7px}.button.text,.button.navigation{white-space:nowrap;max-width:100%;height:34px;line-height:34px;transition:opacity .2s ease-out,color .2s;position:relative;overflow:visible}.button.text.reduce-height,.button.navigation.reduce-height{height:24px;line-height:24px}.button.text:after,.button.navigation:after{content:"";position:absolute;inset:-5px -10px}.button.text.increase-click-area:after,.button.navigation.increase-click-area:after{content:"";position:absolute;inset:-10px -20px}.button.text.navigation:last-child:after,.button.navigation.navigation:last-child:after{right:-20px}.button.text.navigation:first-child:after,.button.navigation.navigation:first-child:after{left:-20px}.button.text.small,.button.navigation.small{font-size:12px}@media (width<=600px){.button.text.small.column,.button.navigation.small.column{font-size:12px}}@media (width<=350px){.button.text.small.column,.button.navigation.small.column{font-size:11px}}.button.text.selected,.button.navigation.selected{color:var(--color-primary,#0053ff)}.button.text.enabled:after,.button.navigation.enabled:after{content:"";background-color:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));z-index:-1;will-change:opacity;opacity:1;border-radius:9px;height:34px;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;transform:translateY(-50%);box-shadow:inset 0 0 2px #0000004d;top:50%!important;bottom:auto!important}.button.text.enabled.small:after,.button.navigation.enabled.small:after{height:28px}.button.text.unbold,.button.navigation.unbold{font-weight:var(--font-weight-medium,500)}.button.text.inherit-color,.button.navigation.inherit-color{color:inherit}.button.text>*,.button.navigation>*{vertical-align:top}.button.text>.bubble:last-child,.button.navigation>.bubble:last-child{margin-left:8px}.button.text.column,.button.navigation.column{flex-direction:column;justify-content:center;align-items:center;height:auto;line-height:1;display:flex;position:relative;overflow:visible}.button.text.column>span,.button.navigation.column>span{margin-bottom:7px}.button.text.column>.bubble,.button.navigation.column>.bubble{background:var(--color-error,#f0153d);position:absolute;top:0;left:50%;transform:translate(calc(12px - 20%),-20%)}@media (hover:hover){.button.text:hover,.button.navigation:hover{opacity:.5;transition:opacity,color .2s}.button.text:hover.selected,.button.navigation:hover.selected{opacity:1}}.button.text:active,.button.navigation:active{opacity:.15;transition:opacity,color .2s}.button.text:active.selected,.button.navigation:active.selected{opacity:.15}@media (width<=600px){.button.text.limit-space,.button.navigation.limit-space{overflow:visible}.button.text.limit-space span:not(.icon),.button.navigation.limit-space span:not(.icon){display:none}}.button.text:disabled,.button.text.disabled,.button.navigation:disabled,.button.navigation.disabled{color:var(--color-gray-2,#d1d1d1);box-shadow:none;cursor:not-allowed}.button.text:disabled:active,.button.text.disabled:active,.button.navigation:disabled:active,.button.navigation.disabled:active{transform:none}.button.icon{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));transition:opacity .2s ease-out,color .2s;overflow:visible}.button.icon.selected{color:var(--color-primary,#0053ff)}.button.icon.small{--button-icon-size:30px}.button.icon.tiny{--button-icon-size:26px}body.native-iOS .st-navigation-bar .button.icon,body.web-iOS .st-navigation-bar .button.icon,.scanner-view .button.icon{background:var(--color-background,#fff);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));transition:background-color .2s,color .2s,transform .2s,box-shadow .2s}body.native-iOS .st-navigation-bar .button.icon:disabled,body.web-iOS .st-navigation-bar .button.icon:disabled,.scanner-view .button.icon:disabled{background:var(--color-gray-2,#d1d1d1);color:var(--color-background,#fff)!important}body.native-iOS .st-navigation-bar .button.icon:disabled:active:before,body.native-iOS .st-navigation-bar .button.icon:disabled.active:before,body.web-iOS .st-navigation-bar .button.icon:disabled:active:before,body.web-iOS .st-navigation-bar .button.icon:disabled.active:before,.scanner-view .button.icon:disabled:active:before,.scanner-view .button.icon:disabled.active:before{color:var(--color-background,#fff)!important}body.native-iOS .st-navigation-bar .button.icon:after,body.web-iOS .st-navigation-bar .button.icon:after,.scanner-view .button.icon:after{display:none}body.native-iOS .st-navigation-bar .button.icon:before,body.web-iOS .st-navigation-bar .button.icon:before,.scanner-view .button.icon:before{transition:opacity .2s ease-out}body.native-iOS .st-navigation-bar .button.icon:active,body.native-iOS .st-navigation-bar .button.icon.active,body.web-iOS .st-navigation-bar .button.icon:active,body.web-iOS .st-navigation-bar .button.icon.active,.scanner-view .button.icon:active,.scanner-view .button.icon.active{opacity:1}body.native-iOS .st-navigation-bar .button.icon:active:before,body.native-iOS .st-navigation-bar .button.icon.active:before,body.web-iOS .st-navigation-bar .button.icon:active:before,body.web-iOS .st-navigation-bar .button.icon.active:before,.scanner-view .button.icon:active:before,.scanner-view .button.icon.active:before{opacity:.2;transition:opacity}body.native-iOS .st-navigation-bar .button.icon,body.web-iOS .st-navigation-bar .button.icon,.scanner-view .button.icon{box-shadow:inset 1px 1px .5px 0px rgba(255, 255, 255, calc(1 - var(--is-dark-mode) * .9)), inset -1px -1px .5px 0px rgba(255, 255, 255, calc(1 - var(--is-dark-mode) * .9)), inset -5px -5px 20px 0px rgba(0, 0, 0, calc(.01 - var(--is-dark-mode) * .01)), 0 0px 0px 1px #00000008, 0 0px 10px 0 #00000008, 0px 10px 20px 5px #00000008}body.native-iOS .st-navigation-bar .button.icon.highlight:not(:disabled),body.web-iOS .st-navigation-bar .button.icon.highlight:not(:disabled),.scanner-view .button.icon.highlight:not(:disabled){color:var(--color-primary-contrast,#fff);background:var(--color-primary,#0053ff)}body.native-iOS .st-navigation-bar .button.icon.highlight:not(:disabled):active:before,body.native-iOS .st-navigation-bar .button.icon.highlight:not(:disabled).active:before,body.web-iOS .st-navigation-bar .button.icon.highlight:not(:disabled):active:before,body.web-iOS .st-navigation-bar .button.icon.highlight:not(:disabled).active:before,.scanner-view .button.icon.highlight:not(:disabled):active:before,.scanner-view .button.icon.highlight:not(:disabled).active:before{color:var(--color-primary-contrast,#fff)}body.native-iOS .st-navigation-bar .button.icon,body.web-iOS .st-navigation-bar .button.icon,.scanner-view .button.icon{width:calc(var(--button-icon-size,34px) + 10px);height:calc(var(--button-icon-size,34px) + 10px);text-align:center;border-radius:30px}body.native-iOS .st-navigation-bar .button.icon:before,body.web-iOS .st-navigation-bar .button.icon:before,.scanner-view .button.icon:before{margin:0 auto;display:block}body.native-iOS .st-navigation-bar .button.icon:active,body.native-iOS .st-navigation-bar .button.icon.active,body.web-iOS .st-navigation-bar .button.icon:active,body.web-iOS .st-navigation-bar .button.icon.active,.scanner-view .button.icon:active,.scanner-view .button.icon.active{box-shadow:inset 1px 1px .5px 0px rgba(255, 255, 255, calc(1 - var(--is-dark-mode) * .9)), inset -1px -1px .5px 0px rgba(255, 255, 255, calc(1 - var(--is-dark-mode) * .9)), inset -5px -5px 20px 0px rgba(0, 0, 0, calc(.01 - var(--is-dark-mode) * .01)), 0 0px 0px 1px #00000008, 0 0px 10px 0 #00000008, 0px 10px 20px 5px #00000008;transform:scale(1.3);background:var(--color-background,#fff)!important}body.native-android .st-navigation-bar .button.icon.highlight,body.web-android .st-navigation-bar .button.icon.highlight{background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));transition:background-color .2s,color .2s,transform .2s,box-shadow .2s}body.native-android .st-navigation-bar .button.icon.highlight:disabled,body.web-android .st-navigation-bar .button.icon.highlight:disabled{background:var(--color-gray-2,#d1d1d1);color:var(--color-background,#fff)!important}body.native-android .st-navigation-bar .button.icon.highlight:disabled:active:before,body.native-android .st-navigation-bar .button.icon.highlight:disabled.active:before,body.web-android .st-navigation-bar .button.icon.highlight:disabled:active:before,body.web-android .st-navigation-bar .button.icon.highlight:disabled.active:before{color:var(--color-background,#fff)!important}body.native-android .st-navigation-bar .button.icon.highlight:after,body.web-android .st-navigation-bar .button.icon.highlight:after{display:none}body.native-android .st-navigation-bar .button.icon.highlight:before,body.web-android .st-navigation-bar .button.icon.highlight:before{transition:opacity .2s ease-out}body.native-android .st-navigation-bar .button.icon.highlight.highlight:not(:disabled),body.web-android .st-navigation-bar .button.icon.highlight.highlight:not(:disabled){color:var(--color-primary-contrast,#fff);background:var(--color-primary,#0053ff)}body.native-android .st-navigation-bar .button.icon.highlight,body.web-android .st-navigation-bar .button.icon.highlight{width:calc(var(--button-icon-size,34px) + 2px);height:calc(var(--button-icon-size,34px) + 2px);text-align:center;border-radius:20px}body.native-android .st-navigation-bar .button.icon.highlight:before,body.web-android .st-navigation-bar .button.icon.highlight:before{margin:0 auto;display:block}body.native-android .st-navigation-bar .button.icon,body.web-android .st-navigation-bar .button.icon{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.button.icon.red{color:var(--color-error,#f0153d)}.button.icon.enabled:after{content:"";width:var(--button-icon-size,34px);height:var(--button-icon-size,34px);background-color:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));z-index:0;will-change:opacity;opacity:1;border-radius:9px;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;transform:translate(-50%,-50%);box-shadow:inset 0 0 2px #0000004d;inset:50% auto auto 50%!important}.button.icon.enabled:before{color:var(--color-primary,#0053ff);transition:color}.button.icon:disabled,.button.icon.disabled{color:var(--color-gray-2,#d1d1d1);cursor:not-allowed}.button.icon:after{content:"";position:absolute;inset:-10px}.button.icon{position:relative}@media (pointer:coarse){.button.icon:is(a):before,.button.icon:is(button):before,label .button.icon:before,button .button.icon:before{transition:opacity .2s ease-out}.button.icon:is(a):active:before,.button.icon:is(button):active:before,label .button.icon:active:before,button .button.icon:active:before{opacity:.15;transition:opacity}}@media (pointer:fine){.button.icon:is(a),.button.icon:is(button),label .button.icon,button .button.icon{position:relative}.button.icon:is(a):after,.button.icon:is(button):after,label .button.icon:after,button .button.icon:after{content:"";width:var(--button-icon-size,34px);height:var(--button-icon-size,34px);background-color:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));z-index:0;will-change:opacity;opacity:0;border-radius:9px;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;transform:translate(-50%,-50%);inset:50% auto auto 50%!important}.button.icon:is(a):before,.button.icon:is(button):before,label .button.icon:before,button .button.icon:before{transition:color .2s ease-out,transform .2s}.button.icon:is(a):active:before,.button.icon:is(a).focused:before,.button.icon:is(a).active:before,.button.icon:is(button):active:before,.button.icon:is(button).focused:before,.button.icon:is(button).active:before,label .button.icon:active:before,label .button.icon.focused:before,label .button.icon.active:before,button .button.icon:active:before,button .button.icon.focused:before,button .button.icon.active:before{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));transition:color}.button.icon:is(a).small:after,.button.icon:is(button).small:after,label .button.icon.small:after,button .button.icon.small:after{width:30px;height:30px}.button.icon:is(a):before,.button.icon:is(button):before,label .button.icon:before,button .button.icon:before{z-index:1}.button.icon:is(a).active:after,.button.icon:is(a):hover:after,.button.icon:is(a):active:after,.button.icon:is(a).focused:after,.button.icon:is(button).active:after,.button.icon:is(button):hover:after,.button.icon:is(button):active:after,.button.icon:is(button).focused:after,label .button.icon.active:after,label .button.icon:hover:after,label .button.icon:active:after,label .button.icon.focused:after,button .button.icon.active:after,button .button.icon:hover:after,button .button.icon:active:after,button .button.icon.focused:after{opacity:1;transition:opacity .2s cubic-bezier(0,0,.2,1);transform:translate(-50%,-50%)}.button.icon:is(a):active:after,.button.icon:is(a).active:after,.button.icon:is(a).focused:after,.button.icon:is(button):active:after,.button.icon:is(button).active:after,.button.icon:is(button).focused:after,label .button.icon:active:after,label .button.icon.active:after,label .button.icon.focused:after,button .button.icon:active:after,button .button.icon.active:after,button .button.icon.focused:after{background-color:var(--color-current-background-shade-darker,var(--color-background-shade-darker,#f0f0f0))}}body.web-android .button.icon,body.native-android .button.icon{transition:none}body.web-android .button.icon:active:before,body.native-android .button.icon:active:before{opacity:1;transition:none}body.web-android .button.icon:after,body.native-android .button.icon:after{content:"";background:var(--color-gray-3,#e5e5e5);z-index:0;will-change:opacity, transform;opacity:0;border-radius:200px;width:48px;height:48px;transition:opacity .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1) .2s;position:absolute;transform:translate(-50%,-50%)scale(.05);inset:50% auto auto 50%!important}body.web-android .button.icon:before,body.native-android .button.icon:before{z-index:1}body.web-android .button.icon.active,body.web-android .button.icon.focused,body.native-android .button.icon.active,body.native-android .button.icon.focused{opacity:1}body.web-android .button.icon.active:after,body.web-android .button.icon.focused:after,body.native-android .button.icon.active:after,body.native-android .button.icon.focused:after{opacity:1;transition:opacity .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1);transform:translate(-50%,-50%)scale(1)}.button.navigation{font-size:14px;font-weight:var(--font-weight-semibold,600);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));overflow:visible}.button.navigation:first-child>.icon.arrow-back:first-child{margin-left:-4px}body.native-iOS .button.navigation,body.web-iOS .button.navigation{color:var(--color-primary,#0053ff)}body.native-iOS .button.navigation:first-child>.icon.arrow-back:first-child,body.web-iOS .button.navigation:first-child>.icon.arrow-back:first-child{margin-left:-9px;margin-right:0}body.native-android .button.navigation,body.web-android .button.navigation{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.button.navigation.highlight{font-weight:var(--font-weight-semibold,600)}.button.navigation:disabled,.button.navigation.disabled{box-shadow:none;cursor:not-allowed;color:var(--color-gray-2,#d1d1d1)!important}.button.navigation:disabled:active,.button.navigation.disabled:active{transform:none}span.button.text{height:24px;line-height:24px}.input-spacing,.input-group{max-width:315px}@media (width<=500px){.input-spacing,.input-group{max-width:none}}.textarea-overlay{position:relative}.textarea-overlay>span{pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));opacity:.5;position:absolute;bottom:5px;right:10px}.input,.mixed-input{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));text-align:left;height:var(--input-height,38px);line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);box-sizing:border-box;-webkit-tap-highlight-color:#0000;word-break:normal;outline:none;width:100%;margin:0;padding:6px 15px;display:block}.input::-webkit-date-and-time-value{text-align:left}.mixed-input::-webkit-date-and-time-value{text-align:left}.input.selectable,.selectable.mixed-input{touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;cursor:pointer}.input:not(textarea),.mixed-input:not(textarea){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}body.web-iOS .input:focus,body.web-iOS .mixed-input:focus{animation:10ms blink_input_opacity_to_prevent_scrolling_when_focus}@media (hover:hover){.input:hover,.mixed-input:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%))}}.input:active,.mixed-input:active{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%))}.input.option,.option.mixed-input{margin-top:7px}.input:disabled,.mixed-input:disabled,.input.disabled,.disabled.mixed-input{color:var(--color-gray-1,#868686);cursor:not-allowed;-webkit-text-fill-color:var(--color-gray-1,#868686);opacity:1}@media (hover:hover){.input:disabled:hover,.mixed-input:disabled:hover,.input.disabled:hover,.disabled.mixed-input:hover{border-color:var(--color-gray-2,#d1d1d1)}}.input::placeholder,.mixed-input::placeholder,.input.placeholder:not(:focus),.placeholder.mixed-input:not(:focus){color:var(--color-gray-5,#a7a7a7);opacity:1}.input.error,.error.mixed-input,.input-errors .input,.input-errors .mixed-input{border-color:var(--color-error-border-shade,#ff7a91);box-shadow:0 0 0 1px var(--color-error-border-shade,#ff7a91)}.input.error:focus,.error.mixed-input:focus,.input.error:focus-within,.error.mixed-input:focus-within,.input-errors .input:focus,.input-errors .mixed-input:focus,.input-errors .input:focus-within,.input-errors .mixed-input:focus-within{border-color:var(--color-error,#f0153d);box-shadow:0 0 0 1px var(--color-error,#f0153d)}.input-success .input,.input-success .mixed-input{border-color:var(--color-success-border,#aedbb2);box-shadow:0 0 0 1px var(--color-success-border,#aedbb2)}.input-success .input:focus,.input-success .mixed-input:focus,.input-success .input:focus-within,.input-success .mixed-input:focus-within{border-color:var(--color-success,#15c16b);box-shadow:0 0 0 1px var(--color-success,#15c16b)}textarea.input,textarea.mixed-input{max-width:none;line-height:calc(var(--input-height,38px) - 18px - 2 * 1px);height:calc(var(--input-height,38px) + 4px + 10px + (var(--input-height,38px) - 18px - 2 * 1px) * 4);resize:none;padding:12px 15px}textarea.input.large,textarea.large.mixed-input{height:calc(var(--input-height,38px) + 4px + 10px + (var(--input-height,38px) - 18px - 2 * 1px) * 8)}textarea.input.small,textarea.small.mixed-input{height:calc(var(--input-height,38px) + 4px + 10px + (var(--input-height,38px) - 18px - 2 * 1px) * 3)}select.input,select.mixed-input{cursor:pointer}:is(select.input:-moz-focusring,select.mixed-input:-moz-focusring){color:#0000;text-shadow:0 0 #000}select.input option,select.mixed-input option{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));background:var(--color-background,#fff)}.input-group{flex-direction:row;display:flex}.input-group.max,.max>div>.input-group{max-width:none}.input-group>*{flex-grow:1;margin:0 5px}.input-group>:first-child{margin-left:0}.input-group>:last-child{margin-right:0}.input-group>* .input,.input-group>* .mixed-input{margin:0}.input-icon-container{position:relative}.input-icon-container.icon{width:auto;height:auto;white-space:inherit;display:block;overflow:visible}.input-icon-container:before{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-icon-container:not(.right)>*{padding-left:43px}.input-icon-container:not(.right):before{left:12px}.input-icon-container.right>*{padding-right:35px}.input-icon-container.right:before{right:10px}.input-icon-container.right.no-padding:before{right:0}.input-icon-container select option{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));background:var(--color-background,#fff)}.input-with-buttons{flex-direction:row;align-items:center;display:flex}.input-with-buttons>div:first-child{flex-grow:1}.input-with-buttons>div:last-child{flex-shrink:0;padding-left:10px}.input-with-buttons>div:last-child:first-child{padding-left:0}.input-with-buttons+.st-list{margin-top:15px}.textarea-container{padding-bottom:20px;padding-left:35px}@media (width<=450px){.textarea-container{padding-left:0}}.list-input-box{flex-direction:row;align-items:center;display:flex}.list-input-box>span:first-child{color:var(--color-gray-1,#868686);flex-shrink:0;min-width:0}.list-input-box>:last-child{flex-grow:1;min-width:0}.list-input{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));text-overflow:ellipsis;white-space:nowrap;word-break:break-all;width:100%;padding:15px;overflow:hidden}.list-input.dropdown{cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;flex-direction:row;align-items:center;display:flex}.list-input.dropdown:active{opacity:.3}.list-input.dropdown>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.list-input.dropdown>.icon{flex-shrink:0}.list-input option{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));background:var(--color-background,#fff)}.illustration-radio-container{grid-template-columns:1fr 1fr 1fr;gap:15px;display:grid}.illustration-radio-container:has(>:last-child:nth-child(2)){grid-template-columns:1fr 1fr}@media (width<=350px){.illustration-radio-container{grid-template-columns:1fr 1fr}}@container st-view (width>=0){.illustration-radio-container{grid-template-columns:1fr}}@container st-view (width>=200px){.illustration-radio-container{grid-template-columns:repeat(2,1fr)}}@container st-view (width<=376px){.illustration-radio-container{gap:10px}}@container st-view (width>=330px){.illustration-radio-container{grid-template-columns:repeat(3,1fr)}.illustration-radio-container:has(>:last-child:nth-child(2)){grid-template-columns:1fr 1fr}}.illustration-radio-container:has(p){grid-template-columns:1fr 1fr 1fr}.illustration-radio-container:has(p):has(>:last-child:nth-child(2)){grid-template-columns:1fr 1fr}@media (width<=450px){.illustration-radio-container:has(p){grid-template-columns:1fr 1fr}}@container st-view (width>=0){.illustration-radio-container:has(p){grid-template-columns:1fr}}@container st-view (width>=350px){.illustration-radio-container:has(p){grid-template-columns:repeat(2,1fr)}}@container st-view (width>=570px){.illustration-radio-container:has(p){grid-template-columns:repeat(3,1fr)}.illustration-radio-container:has(p):has(>:last-child:nth-child(2)){grid-template-columns:1fr 1fr}}.illustration-radio-box{border:1px solid var(--color-border-shade,#bdbdbd);background:var(--color-background,#fff);aspect-ratio:1;text-align:center;cursor:pointer;outline-offset:-.1px;border-radius:8px;outline:1.1px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:5px;transition:transform .2s,border-color .2s,outline-color .2s;display:flex;position:relative}.illustration-radio-box>div:first-child{position:absolute;top:10px;right:10px}.illustration-radio-box:has(input:checked){border-color:var(--color-primary,#0053ff);outline-color:var(--color-primary,#0053ff)}.illustration-radio-box>h3{padding:0 10px}.illustration-radio-box>p{padding:0 7px}@container st-view (width<=570px){.illustration-radio-box img{width:38px;height:38px}.illustration-radio-box>h3{font-size:14px}.illustration-radio-box>p{padding:0 5px;font-size:11px}}@media (width<=380px){.illustration-radio-box img{width:32px;height:32px}}@media (hover:hover){.illustration-radio-box:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));outline-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%))}}.illustration-radio-box:active{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));outline-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));transform:scale(.96)}.onboarding-options{grid-template-columns:1fr 1fr;gap:15px;margin-top:20px;display:grid}@media (width<=550px){.onboarding-options{grid-template-columns:1fr}}.onboarding-option{--block-width:40px;text-align:left;background:var(--color-background,#fff);cursor:pointer;border:1px solid var(--color-gray-2,#d1d1d1);border-radius:9px;padding:20px;transition:background-color .2s;display:block}.onboarding-option:hover{background:var(--color-background-shade,#f7f7f7)}.onboarding-option:active,.onboarding-option.active{background:var(--color-background-shade-darker,#f0f0f0)}.onboarding-option figure{margin-bottom:10px}.onboarding-option figure img{width:60px;height:60px}.onboarding-option h2{padding-bottom:5px}.onboarding-option p:last-child{margin-top:auto;padding-top:10px;font-style:italic}#logo{background:url(/assets/logo-horizontal-5RNs31x0.svg) 0 0 no-repeat;width:179px;height:33px;display:inline-block}@media (width<=550px){#logo.responsive{width:33px}}.mixed-input{flex-direction:row;align-items:center;padding-top:0;padding-bottom:0;line-height:1;display:flex}.mixed-input span{color:var(--color-gray-1,#868686);flex-shrink:0;padding:0 5px}.mixed-input select{cursor:pointer;min-width:0;padding-right:35px}.mixed-input select:-moz-focusring{color:#0000;text-shadow:0 0 #000}.checkbox-line{-webkit-tap-highlight-color:#0000;touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer;display:inline-block}.checkbox-line>input{display:none}.checkbox-line>div{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.checkbox-line>div>div:first-child{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.checkbox-line svg>path{stroke-dasharray:30;stroke-dashoffset:30px;stroke:currentColor;transition:stroke-dashoffset .4s .1s}.checkbox-line input:checked+div>div:first-child svg>path{stroke-dashoffset:0}.radio,.checkbox{-webkit-tap-highlight-color:#0000;touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer;width:fit-content;max-width:100%;display:block}.radio>input,.checkbox>input{display:none}.radio.with-text>div,.checkbox.with-text>div{padding:10px 0}.radio>div,.checkbox>div{flex-direction:row;justify-content:flex-start;align-items:flex-start;display:flex;position:relative}.radio>div>div:first-child,.checkbox>div>div:first-child{border:1px solid var(--color-border-shade,#bdbdbd);width:18px;height:18px;box-shadow:0px 1px 2px 0px var(--color-input-shadow,#00000026);background:var(--color-current-background,var(--color-background,#fff));box-sizing:border-box;border-radius:5px;flex-shrink:0;flex-basis:18px;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s,transform .2s;display:flex}.radio>div>div:first-child svg>path,.checkbox>div>div:first-child svg>path{stroke-dasharray:30;stroke-dashoffset:30px;stroke:var(--color-current-background,var(--color-background,#fff));transition:stroke-dashoffset .4s .1s}.radio>div>div:first-child~div,.checkbox>div>div:first-child~div{margin-left:15px}.radio>div>div:first-child~div:empty,.checkbox>div>div:first-child~div:empty{min-height:auto;margin:0}.radio>input[type=checkbox]+div>div:first-child,.checkbox>input[type=checkbox]+div>div:first-child{position:relative}.radio>input[type=checkbox]+div>div:first-child:after,.checkbox>input[type=checkbox]+div>div:first-child:after{content:"";opacity:0;background:var(--color-current-background,var(--color-background,#fff));border-radius:2px;width:10px;height:2px;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio>input[type=radio]+div>div:first-child,.checkbox>input[type=radio]+div>div:first-child{border-radius:11px}.radio>input[type=radio]+div>div:first-child:after,.checkbox>input[type=radio]+div>div:first-child:after{content:"";background:var(--color-current-background,var(--color-background,#fff));border-radius:8px;width:16px;height:16px;transition:transform .2s;transform:scale(.9)}.input-errors .radio>input+div>div:first-child,.input-errors .checkbox>input+div>div:first-child{border:1px solid var(--color-current-background,var(--color-background,#fff));box-shadow:0 0 0 2px var(--color-error-border-shade,#ff7a91)}.radio>input:checked+div>div:first-child,.checkbox>input:checked+div>div:first-child{border:1px solid var(--color-primary,#0053ff);background:var(--color-primary,#0053ff);box-shadow:0px 1px 2px 0px var(--color-input-shadow,#00000026)}.radio>input:checked+div>div:first-child svg>path,.checkbox>input:checked+div>div:first-child svg>path{stroke-dashoffset:0}.radio>input[type=checkbox]:indeterminate+div>div:first-child,.checkbox>input[type=checkbox]:indeterminate+div>div:first-child{border:1px solid var(--color-primary,#0053ff);background:var(--color-primary,#0053ff)}.radio>input[type=checkbox]:indeterminate+div>div:first-child svg>path,.checkbox>input[type=checkbox]:indeterminate+div>div:first-child svg>path{stroke-dashoffset:30px}.radio>input[type=checkbox]:indeterminate+div>div:first-child:after,.checkbox>input[type=checkbox]:indeterminate+div>div:first-child:after{opacity:1;transition:opacity .2s .4s}.radio>input[type=radio]:checked+div>div:first-child:after,.checkbox>input[type=radio]:checked+div>div:first-child:after{transform:scale(.4)}.radio>input:disabled+div,.checkbox>input:disabled+div{cursor:not-allowed}.radio>input:disabled+div>div:first-child,.checkbox>input:disabled+div>div:first-child{border:1px solid var(--color-gray-2,#d1d1d1);background:var(--color-background-shade-darker,#f0f0f0)}.radio>input:disabled+div>div:first-child:active,.checkbox>input:disabled+div>div:first-child:active{transform:none}.radio>input:disabled+div>div:first-child svg>path,.checkbox>input:disabled+div>div:first-child svg>path{stroke:var(--color-background-shade,#f7f7f7)}.radio>input:disabled:checked+div>div:first-child,.checkbox>input:disabled:checked+div>div:first-child{border:1px solid var(--color-gray-2,#d1d1d1);background:var(--color-gray-2,#d1d1d1)}.radio>input:disabled:checked+div>div:first-child svg>path,.checkbox>input:disabled:checked+div>div:first-child svg>path{stroke:var(--color-gray-1,#868686)}@media (width<=450px){.radio.long-text>div>div:first-child~div,.checkbox.long-text>div>div:first-child~div{font-size:13px}}label.style-label+.checkbox,label.style-label+.radio{margin-top:20px}.checkbox:active>input:not(:disabled)+div>div:first-child{transform:scale(.8)}label:active:not(:has(button:active,select:active,label:active,textarea:active,input:not([type=radio]):not([type=checkbox]):active,.input:active,.st-input-box:active)) .checkbox>input:not(:disabled)+div>div:first-child{transform:scale(.8)}.radio:active>input:not(:disabled):not(:checked)+div>div:first-child{transform:scale(.8)}label:active:not(:has(button:active,select:active,label:active,textarea:active,input:not([type=radio]):not([type=checkbox]):active,.input:active,.st-input-box:active)) .radio>input:not(:disabled):not(:checked)+div>div:first-child{transform:scale(.8)}.error-box{background:var(--color-error-background,#fbdae0);color:var(--color-error-dark,#630012)}.error-box:before,.error-box .inline-link{color:var(--color-error,#f0153d)}.error-box-parent .error-box{margin:0}.warning-box{background:var(--color-warning-background,#fbf4da);color:var(--color-warning-dark,#634e00)}.warning-box:before{color:var(--color-warning,#fa0)}.warning-box .inline-link{color:var(--color-warning-dark,#634e00);font-weight:var(--font-weight-bold,700);text-decoration:underline}.info-box{background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.info-box:before,.info-box .inline-link{color:var(--color-primary,#0053ff)}.discount-box{background:var(--color-discount-background,#fbdada);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.discount-box:before,.discount-box .inline-link{color:var(--color-discount,#ff4747)}.success-box{background:var(--color-success-background,#e0f5e4);color:var(--color-success-dark,#006108)}.success-box:before,.success-box .inline-link{color:var(--color-success,#15c16b)}.secundary-box{background:var(--color-secundary-background,#ebdafb);color:var(--color-secundary-dark,#300061)}.secundary-box:before,.secundary-box .inline-link{color:var(--color-secundary,#8b17ff)}.loading-box{background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.loading-box>.spinner-container{color:var(--color-primary,#0053ff);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.error-box,.success-box,.info-box,.warning-box,.loading-box,.discount-box,.secundary-box{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);border-radius:9px;min-height:43px;padding:11px 15px 11px 50px}.error-box.small,.success-box.small,.info-box.small,.warning-box.small,.loading-box.small,.discount-box.small,.secundary-box.small{min-height:39px;padding:10px 15px 10px 40px}.error-box.small:before,.success-box.small:before,.info-box.small:before,.warning-box.small:before,.loading-box.small:before,.discount-box.small:before,.secundary-box.small:before{width:20px;height:20px;font-size:20px;line-height:20px}.error-box,.success-box,.info-box,.warning-box,.loading-box,.discount-box,.secundary-box{text-align:left;box-sizing:border-box;flex-direction:row;align-items:center;width:100%;margin:15px 0;display:flex;position:relative}.error-box:link,.error-box:visited,.error-box:active,.error-box:hover,.error-box:focus,.success-box:link,.success-box:visited,.success-box:active,.success-box:hover,.success-box:focus,.info-box:link,.info-box:visited,.info-box:active,.info-box:hover,.info-box:focus,.warning-box:link,.warning-box:visited,.warning-box:active,.warning-box:hover,.warning-box:focus,.loading-box:link,.loading-box:visited,.loading-box:active,.loading-box:hover,.loading-box:focus,.discount-box:link,.discount-box:visited,.discount-box:active,.discount-box:hover,.discount-box:focus,.secundary-box:link,.secundary-box:visited,.secundary-box:active,.secundary-box:hover,.secundary-box:focus{text-decoration:none}.custom-bottom-box+.error-box,.custom-bottom-box+.success-box,.custom-bottom-box+.info-box,.custom-bottom-box+.warning-box,.custom-bottom-box+.loading-box,.custom-bottom-box+.discount-box,.custom-bottom-box+.secundary-box{margin-top:5px}.error-box+.error-box,.error-box+.success-box,.error-box+.info-box,.error-box+.warning-box,.error-box+.loading-box,.error-box+.discount-box,.success-box+.error-box,.success-box+.success-box,.success-box+.info-box,.success-box+.warning-box,.success-box+.loading-box,.success-box+.discount-box,.info-box+.error-box,.info-box+.success-box,.info-box+.info-box,.info-box+.warning-box,.info-box+.loading-box,.info-box+.discount-box,.warning-box+.error-box,.warning-box+.success-box,.warning-box+.info-box,.warning-box+.warning-box,.warning-box+.loading-box,.warning-box+.discount-box,.loading-box+.error-box,.loading-box+.success-box,.loading-box+.info-box,.loading-box+.warning-box,.loading-box+.loading-box,.loading-box+.discount-box,.discount-box+.error-box,.discount-box+.success-box,.discount-box+.info-box,.discount-box+.warning-box,.discount-box+.loading-box,.discount-box+.discount-box,.secundary-box+.error-box,.secundary-box+.success-box,.secundary-box+.info-box,.secundary-box+.warning-box,.secundary-box+.loading-box,.secundary-box+.discount-box{margin-top:-7px}.st-input-box+.error-box,.st-input-box+.success-box,.st-input-box+.info-box,.st-input-box+.warning-box,.st-input-box+.loading-box,.st-input-box+.discount-box,.st-input-box+.secundary-box{margin-top:5px}.error-box>.button.text,.success-box>.button.text,.info-box>.button.text,.warning-box>.button.text,.loading-box>.button.text,.discount-box>.button.text,.secundary-box>.button.text{color:inherit}.error-box>.button.text:disabled,.error-box>.button.text.disabled,.success-box>.button.text:disabled,.success-box>.button.text.disabled,.info-box>.button.text:disabled,.info-box>.button.text.disabled,.warning-box>.button.text:disabled,.warning-box>.button.text.disabled,.loading-box>.button.text:disabled,.loading-box>.button.text.disabled,.discount-box>.button.text:disabled,.discount-box>.button.text.disabled,.secundary-box>.button.text:disabled,.secundary-box>.button.text.disabled{opacity:.4}@media (width<=400px){.error-box,.success-box,.info-box,.warning-box,.loading-box,.discount-box,.secundary-box{flex-direction:column;align-items:flex-start}}@media (width>=401px){.error-box>.button,.success-box>.button,.info-box>.button,.warning-box>.button,.loading-box>.button,.discount-box>.button,.secundary-box>.button{flex-shrink:0;justify-self:stretch;margin:-15px 0 -15px auto;padding:0 0 0 15px}}.error-box:before,.success-box:before,.info-box:before,.warning-box:before,.discount-box:before,.secundary-box:before{width:20px;height:20px;font-size:20px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.error-box.icon,.success-box.icon,.info-box.icon,.warning-box.icon,.discount-box.icon,.secundary-box.icon{width:100%;height:auto;white-space:inherit;display:flex;overflow:visible}.error-box.selectable,.success-box.selectable,.info-box.selectable,.warning-box.selectable,.discount-box.selectable,.secundary-box.selectable{touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;cursor:pointer}.error-box.selectable:active,.success-box.selectable:active,.info-box.selectable:active,.warning-box.selectable:active,.discount-box.selectable:active,.secundary-box.selectable:active{opacity:.5}.data-table-prefix{z-index:1;position:relative}.data-table{margin:0 calc(-1 * var(--st-horizontal-padding,40px));width:100%;width:calc(100% + 2 * var(--st-horizontal-padding,40px));border-collapse:separate;margin-top:calc(-1 * var(--current-view-safe-area-top,0px));z-index:0;position:relative}.data-table td,.data-table th{word-wrap:break-word;min-width:150px}.data-table thead{text-align:left;font-weight:600}.data-table thead th{background:var(--color-background,#fff);border-bottom:1px solid var(--color-gray-2,#d1d1d1);padding:10px;padding-top:calc(var(--current-view-safe-area-top,0px) + 10px);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;z-index:100;margin-top:0;position:sticky;top:0;overflow:hidden}.data-table thead th:first-child{padding-left:0}.data-table thead th.prefix:first-child{padding-top:var(--current-view-safe-area-top,0px)!important}.data-table thead th:after{content:"";background:var(--color-background,#fff);padding-top:calc(var(--current-view-safe-area-top,0px) + 10px);position:sticky;top:0}.data-table thead th .sort-arrow{vertical-align:middle;background:0 0;width:24px;height:24px;display:inline-block}.data-table tbody td{padding:15px 10px}.data-table tbody td:first-child{padding-left:0}.data-table tbody tr td{border-top:var(--border-width-thin,1px) solid var(--color-shadow,#0000001a)}.data-table tbody tr td.prefix:first-child{border-top:0}.data-table tbody tr td.nowrap{white-space:nowrap}.data-table tbody tr:first-child td{border-top:0}.data-table tbody tr.selectable{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;transition:background-color .15s}@media (hover:hover){.data-table tbody tr.selectable:hover{background-color:var(--color-primary-lighter,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 98.4314%))}}.data-table tbody tr.selectable:active{background-color:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%))}.data-table thead th,.data-table thead td,.data-table tbody th,.data-table tbody td{vertical-align:middle}.data-table thead th.tiny,.data-table thead td.tiny,.data-table tbody th.tiny,.data-table tbody td.tiny{text-overflow:ellipsis;width:50px;overflow:hidden}.data-table thead th:first-child,.data-table thead td:first-child,.data-table tbody th:first-child,.data-table tbody td:first-child{padding-left:40px;padding-left:var(--st-horizontal-padding,40px)}.data-table thead th.prefix:first-child,.data-table thead td.prefix:first-child,.data-table tbody th.prefix:first-child,.data-table tbody td.prefix:first-child{white-space:nowrap;width:1px;padding:0 0 0 30px;padding-left:calc(var(--st-horizontal-padding,40px) - 10px)}.data-table thead th.prefix:first-child .checkbox,.data-table thead td.prefix:first-child .checkbox,.data-table tbody th.prefix:first-child .checkbox,.data-table tbody td.prefix:first-child .checkbox{margin:0;padding:10px}.data-table thead th:last-child,.data-table thead td:last-child,.data-table tbody th:last-child,.data-table tbody td:last-child{padding-right:40px;padding-right:calc(var(--st-horizontal-padding,40px));text-align:right}.member-view-details .accounts-description{margin-top:15px}.member-view-details .account{margin-bottom:5px}.member-view-details.split{grid-template-columns:1fr 41%;gap:20px;padding-top:10px;padding-bottom:30px;display:grid}@media (width<=700px){.member-view-details.split{grid-template-columns:100%}}.member-view-details.split>div,.member-view-details.split>div>div{--st-horizontal-padding:0px}.member-view-details.split:has(>div:last-child:empty){grid-template-columns:1fr}.member-view-details.split>div:first-child>.container:first-child>hr:first-child{display:none}@media (width>=701px){.member-view-details.split>div:last-child>.container:first-child>hr:first-child{display:none}}.member-records li{background:var(--color-background-shade,#f7f7f7);vertical-align:middle;border-radius:9px;flex-direction:row;align-items:center;margin:5px 0;padding:0 10px;font-size:12px;line-height:1.3;list-style:none;display:flex}.member-records li:first-child{margin-top:0}.member-records li:last-child{margin-bottom:0}.member-records li.Error{background:var(--color-error-background,#fbdae0);color:var(--color-error-dark,#630012)}.member-records li.Warning{background:var(--color-warning-background,#fbf4da);color:var(--color-warning-dark,#634e00)}.member-records li .icon:first-child{flex-shrink:0;margin-right:5px}.member-records li .text{padding:11px 0}.member-records li.more{cursor:help}.member-records li.more .icon:last-child{opacity:.5;flex-shrink:0;margin-left:auto;padding-left:5px;transition:transform .2s,opacity .2s;display:block;transform:translate(0)}.member-records li.more:hover .icon:last-child{opacity:1;transform:translate(5px)}.editor-button-bar{flex-direction:row;align-items:center;display:flex}.editor-button-bar.hint{padding:10px 15px;display:block}.editor-button-bar.link{--st-horizontal-padding:15px;padding:0 15px;display:block}.editor-button-bar.mobile{flex-wrap:wrap;flex-grow:1}.editor-button-bar.mobile>.button{flex-grow:1}.editor-button-bar.sticky{border:1px solid var(--color-gray-2,#d1d1d1);background:var(--color-current-background-shade);position:sticky;bottom:0}.editor-button-bar.sticky>*{--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8)}.editor-button-bar.sticky{border-radius:16px;transition:transform .2s,opacity .2s,visibility .2s step-start}.editor-button-bar.sticky.hidden{opacity:0;transition:transform .2s,opacity .2s,visibility .2s step-end;transform:translateY(100%)}.editor-button-bar.sticky>.button{padding:12px 5px}.editor-button-bar>.button,.editor-button-bar>.upload-button{margin:0 auto;padding:5px 10px}.editor-button-bar>.button.is-active,.editor-button-bar>.upload-button.is-active{color:var(--color-primary,#0053ff)}.editor-button-bar>.button:after,.editor-button-bar>.upload-button:after{left:0;right:0}.editor-button-bar>hr{background:var(--color-gray-2,#d1d1d1);border:0;outline:0;flex-shrink:0;width:1px;height:15px;margin:0 15px}.legal-footer{opacity:.9;margin-top:auto;padding:15px 20px;line-height:1.6}.st-view>main>.legal-footer{margin:0 calc(-1 * max(var(--st-view-center-padding,0px), var(--st-horizontal-padding,40px)));margin-bottom:calc(-1 * var(--st-vertical-padding,40px));margin-top:auto}.st-view>main.with-legal>.legal-footer{margin:auto 0 0;padding:15px 0 0}.legal-footer.shade{background:var(--color-background-shade,#f7f7f7);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8)}.legal-footer>div{flex-flow:wrap-reverse;justify-content:space-between;align-items:center;min-width:0;display:flex}.legal-footer>div .stamhoofd-logo-container svg{width:140px}@media (width<=500px){.legal-footer>div .stamhoofd-logo-container svg{width:120px}}.legal-footer>div>div,.legal-footer>div>aside{min-width:0}.legal-footer>div>div:first-child,.legal-footer>div>aside:first-child{padding-right:15px}.legal-footer>div>div:last-child,.legal-footer>div>aside:last-child{--color-primary:#0053ff;text-align:right}.legal-footer>div>div:last-child>a,.legal-footer>div>aside:last-child>a{flex-flow:wrap;align-items:center;gap:10px;min-width:0;max-width:none;display:flex}.legal-footer>div>div:last-child>a,.legal-footer>div>div:last-child>a:hover,.legal-footer>div>div:last-child>a:link,.legal-footer>div>div:last-child>a:active,.legal-footer>div>div:last-child>a:visited,.legal-footer>div>aside:last-child>a,.legal-footer>div>aside:last-child>a:hover,.legal-footer>div>aside:last-child>a:link,.legal-footer>div>aside:last-child>a:active,.legal-footer>div>aside:last-child>a:visited{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-weight:600;text-decoration:none}.split-inputs{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0 20px;display:grid}.split-inputs.option{margin-top:7px}.st-input-box>.split-inputs{gap:10px}.st-input-box>.split-inputs>div{flex:none;min-width:0;max-width:none;margin:0}.st-input-box>.split-inputs>div:first-child{flex-grow:1}@media (width<=699px){.split-inputs{display:block}.split-inputs>div{margin:0}}body,:host{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){body,:host{--lightningcss-light: ;--lightningcss-dark:initial}}body.dark,:host.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rgb-shadow:255;--rgb-background:0;--is-dark-mode:1;--color-saturation-factor:.5;--color-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 93%));--color-background-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 89%));--color-background-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 86%));--color-background-shade-darker-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 83%));--color-background-shade-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 80%));--color-background-shade-5:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 77%));--color-darkest:white;--color-dark:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 11.2157%));--color-dark-lighter:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 17.2157%));--color-dark-light:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.73224%), calc(100% - 27.8824%));--color-gray-1:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 44.549%));--color-gray-2:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.9608%));--color-gray-3:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.8039%));--color-gray-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.24719%), calc(100% - 26.902%));--color-background-lighter:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-background-lighter-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 92%));--color-background-highlight:hsl(var(--color-primary-hue,220.471deg), 10%, 29%);--color-background-interactive:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-error-dark:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-error-background:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-error-border:hsl(349.811deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 84.6079%));--color-error-border-shade:hsl(349.624deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 68.9216%));--color-success-dark:hsl(124.948deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.0196%));--color-success-background:hsl(131.429deg, calc(var(--color-saturation-factor,1) * 51.2195%), calc(100% - 86.9608%));--color-success-border:hsl(125.333deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-warning-dark:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-warning-background:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-warning-border:hsl(46.6667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-secundary-dark:hsl(269.691deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-secundary-background:hsl(270.909deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-secundary-border:hsl(270.667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-tertiary-dark:hsl(319.794deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-tertiary-background:hsl(320deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-tertiary-border:hsl(320deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-payconiq-dark:hsl(340.274deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-payconiq-background:hsl(339.512deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 83.9608%));--color-payconiq-border:hsl(340deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-discount-dark:hsl(0deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-discount-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-discount-border:hsl(0deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-primary-lighter:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 90.4314%));--color-primary-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 85.7255%));--color-primary-background:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), calc(100% - 87.098%));--color-primary-dark:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-primary-gray-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), calc(100% - 69.0588%));--color-primary:var(--dark-theme-color-primary,#0053ff);--color-primary-contrast:var(--dark-theme-color-primary-contrast,#fff);--color-border-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 66.1176%));--color-border-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 57.8824%));--color-input-shadow:#ffffff26;--color-side-view-shadow:#0003;--color-overlay-shadow:#ffffff0d;--color-box-shadow:#ffffff0d;--color-input-background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));--color-shadow:#ffffff0d}body.dark .sheet:after,body.dark .popup:after,:host.dark .sheet:after,:host.dark .popup:after{background:var(--color-background-shade-darker,#f0f0f0);opacity:.8}body.dark .sheet.show-enter-from:after,body.dark .sheet.show-leave-to:after,body.dark .popup.show-enter-from:after,body.dark .popup.show-leave-to:after,:host.dark .sheet.show-enter-from:after,:host.dark .sheet.show-leave-to:after,:host.dark .popup.show-enter-from:after,:host.dark .popup.show-leave-to:after{opacity:0}body.dark .sheet>div,body.dark .popup>div,:host.dark .sheet>div,:host.dark .popup>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}body.dark .split-view-controller[data-has-detail=true]>.master,body.dark .split-view-controller[data-has-detail=false]>.master,:host.dark .split-view-controller[data-has-detail=true]>.master,:host.dark .split-view-controller[data-has-detail=false]>.master{border-right:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);background:var(--color-background-interactive,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}body.modern body.dark .split-view-controller[data-has-detail=true]>.master,body.modern body.dark .split-view-controller[data-has-detail=false]>.master,body.modern :host.dark .split-view-controller[data-has-detail=true]>.master,body.modern :host.dark .split-view-controller[data-has-detail=false]>.master{overflow:hidden}body.dark .tab-bar-controller>header,:host.dark .tab-bar-controller>header,body.dark .st-view.shade,:host.dark .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}body.light,:host.light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){body:not(.light),:host:not(.light){--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rgb-shadow:255;--rgb-background:0;--is-dark-mode:1;--color-saturation-factor:.5;--color-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 93%));--color-background-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 89%));--color-background-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 86%));--color-background-shade-darker-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 83%));--color-background-shade-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 80%));--color-background-shade-5:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 77%));--color-darkest:white;--color-dark:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 11.2157%));--color-dark-lighter:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 17.2157%));--color-dark-light:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.73224%), calc(100% - 27.8824%));--color-gray-1:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 44.549%));--color-gray-2:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.9608%));--color-gray-3:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.8039%));--color-gray-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.24719%), calc(100% - 26.902%));--color-background-lighter:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-background-lighter-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 92%));--color-background-highlight:hsl(var(--color-primary-hue,220.471deg), 10%, 29%);--color-background-interactive:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-error-dark:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-error-background:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-error-border:hsl(349.811deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 84.6079%));--color-error-border-shade:hsl(349.624deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 68.9216%));--color-success-dark:hsl(124.948deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.0196%));--color-success-background:hsl(131.429deg, calc(var(--color-saturation-factor,1) * 51.2195%), calc(100% - 86.9608%));--color-success-border:hsl(125.333deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-warning-dark:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-warning-background:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-warning-border:hsl(46.6667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-secundary-dark:hsl(269.691deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-secundary-background:hsl(270.909deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-secundary-border:hsl(270.667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-tertiary-dark:hsl(319.794deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-tertiary-background:hsl(320deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-tertiary-border:hsl(320deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-payconiq-dark:hsl(340.274deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-payconiq-background:hsl(339.512deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 83.9608%));--color-payconiq-border:hsl(340deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-discount-dark:hsl(0deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-discount-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-discount-border:hsl(0deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-primary-lighter:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 90.4314%));--color-primary-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 85.7255%));--color-primary-background:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), calc(100% - 87.098%));--color-primary-dark:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-primary-gray-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), calc(100% - 69.0588%));--color-primary:var(--dark-theme-color-primary,#0053ff);--color-primary-contrast:var(--dark-theme-color-primary-contrast,#fff);--color-border-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 66.1176%));--color-border-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 57.8824%));--color-input-shadow:#ffffff26;--color-side-view-shadow:#0003;--color-overlay-shadow:#ffffff0d;--color-box-shadow:#ffffff0d;--color-input-background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));--color-shadow:#ffffff0d}body:not(.light) .sheet:after,body:not(.light) .popup:after,:host:not(.light) .sheet:after,:host:not(.light) .popup:after{background:var(--color-background-shade-darker,#f0f0f0);opacity:.8}body:not(.light) .sheet.show-enter-from:after,body:not(.light) .sheet.show-leave-to:after,body:not(.light) .popup.show-enter-from:after,body:not(.light) .popup.show-leave-to:after,:host:not(.light) .sheet.show-enter-from:after,:host:not(.light) .sheet.show-leave-to:after,:host:not(.light) .popup.show-enter-from:after,:host:not(.light) .popup.show-leave-to:after{opacity:0}body:not(.light) .sheet>div,body:not(.light) .popup>div,:host:not(.light) .sheet>div,:host:not(.light) .popup>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}body:not(.light) .split-view-controller[data-has-detail=true]>.master,body:not(.light) .split-view-controller[data-has-detail=false]>.master,:host:not(.light) .split-view-controller[data-has-detail=true]>.master,:host:not(.light) .split-view-controller[data-has-detail=false]>.master{border-right:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);background:var(--color-background-interactive,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}body.modern body:not(.light) .split-view-controller[data-has-detail=true]>.master,body.modern body:not(.light) .split-view-controller[data-has-detail=false]>.master,body.modern :host:not(.light) .split-view-controller[data-has-detail=true]>.master,body.modern :host:not(.light) .split-view-controller[data-has-detail=false]>.master{overflow:hidden}body:not(.light) .tab-bar-controller>header,:host:not(.light) .tab-bar-controller>header,body:not(.light) .st-view.shade,:host:not(.light) .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}img[src*=\.svg]{filter:contrast(.7)}body:not(.light) .st-color-directive,:host:not(.light) .st-color-directive{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rgb-shadow:255;--rgb-background:0;--is-dark-mode:1;--color-saturation-factor:.5;--color-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 93%));--color-background-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 89%));--color-background-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 86%));--color-background-shade-darker-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 83%));--color-background-shade-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 80%));--color-background-shade-5:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 77%));--color-darkest:white;--color-dark:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 11.2157%));--color-dark-lighter:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 17.2157%));--color-dark-light:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.73224%), calc(100% - 27.8824%));--color-gray-1:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 44.549%));--color-gray-2:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.9608%));--color-gray-3:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.8039%));--color-gray-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.24719%), calc(100% - 26.902%));--color-background-lighter:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-background-lighter-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 92%));--color-background-highlight:hsl(var(--color-primary-hue,220.471deg), 10%, 29%);--color-background-interactive:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-error-dark:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-error-background:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-error-border:hsl(349.811deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 84.6079%));--color-error-border-shade:hsl(349.624deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 68.9216%));--color-success-dark:hsl(124.948deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.0196%));--color-success-background:hsl(131.429deg, calc(var(--color-saturation-factor,1) * 51.2195%), calc(100% - 86.9608%));--color-success-border:hsl(125.333deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-warning-dark:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-warning-background:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-warning-border:hsl(46.6667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-secundary-dark:hsl(269.691deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-secundary-background:hsl(270.909deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-secundary-border:hsl(270.667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-tertiary-dark:hsl(319.794deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-tertiary-background:hsl(320deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-tertiary-border:hsl(320deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-payconiq-dark:hsl(340.274deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-payconiq-background:hsl(339.512deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 83.9608%));--color-payconiq-border:hsl(340deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-discount-dark:hsl(0deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-discount-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-discount-border:hsl(0deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-primary-lighter:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 90.4314%));--color-primary-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 85.7255%));--color-primary-background:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), calc(100% - 87.098%));--color-primary-dark:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-primary-gray-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), calc(100% - 69.0588%));--color-primary:var(--dark-theme-color-primary,#0053ff);--color-primary-contrast:var(--dark-theme-color-primary-contrast,#fff);--color-border-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 66.1176%));--color-border-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 57.8824%));--color-input-shadow:#ffffff26;--color-side-view-shadow:#0003;--color-overlay-shadow:#ffffff0d;--color-box-shadow:#ffffff0d;--color-input-background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));--color-shadow:#ffffff0d}body:not(.light) .st-color-directive .sheet:after,body:not(.light) .st-color-directive .popup:after,:host:not(.light) .st-color-directive .sheet:after,:host:not(.light) .st-color-directive .popup:after{background:var(--color-background-shade-darker,#f0f0f0);opacity:.8}body:not(.light) .st-color-directive .sheet.show-enter-from:after,body:not(.light) .st-color-directive .sheet.show-leave-to:after,body:not(.light) .st-color-directive .popup.show-enter-from:after,body:not(.light) .st-color-directive .popup.show-leave-to:after,:host:not(.light) .st-color-directive .sheet.show-enter-from:after,:host:not(.light) .st-color-directive .sheet.show-leave-to:after,:host:not(.light) .st-color-directive .popup.show-enter-from:after,:host:not(.light) .st-color-directive .popup.show-leave-to:after{opacity:0}body:not(.light) .st-color-directive .sheet>div,body:not(.light) .st-color-directive .popup>div,:host:not(.light) .st-color-directive .sheet>div,:host:not(.light) .st-color-directive .popup>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}body:not(.light) .st-color-directive .split-view-controller[data-has-detail=true]>.master,body:not(.light) .st-color-directive .split-view-controller[data-has-detail=false]>.master,:host:not(.light) .st-color-directive .split-view-controller[data-has-detail=true]>.master,:host:not(.light) .st-color-directive .split-view-controller[data-has-detail=false]>.master{border-right:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);background:var(--color-background-interactive,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}body.modern body:not(.light) .st-color-directive .split-view-controller[data-has-detail=true]>.master,body.modern body:not(.light) .st-color-directive .split-view-controller[data-has-detail=false]>.master,body.modern :host:not(.light) .st-color-directive .split-view-controller[data-has-detail=true]>.master,body.modern :host:not(.light) .st-color-directive .split-view-controller[data-has-detail=false]>.master{overflow:hidden}body:not(.light) .st-color-directive .tab-bar-controller>header,:host:not(.light) .st-color-directive .tab-bar-controller>header,body:not(.light) .st-color-directive .st-view.shade,:host:not(.light) .st-color-directive .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}}body.dark .st-color-directive,:host.dark .st-color-directive{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rgb-shadow:255;--rgb-background:0;--is-dark-mode:1;--color-saturation-factor:.5;--color-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 93%));--color-background-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 89%));--color-background-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 86%));--color-background-shade-darker-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 83%));--color-background-shade-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 80%));--color-background-shade-5:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 77%));--color-darkest:white;--color-dark:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 11.2157%));--color-dark-lighter:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 17.2157%));--color-dark-light:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.73224%), calc(100% - 27.8824%));--color-gray-1:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 44.549%));--color-gray-2:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.9608%));--color-gray-3:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.8039%));--color-gray-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.24719%), calc(100% - 26.902%));--color-background-lighter:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-background-lighter-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 92%));--color-background-highlight:hsl(var(--color-primary-hue,220.471deg), 10%, 29%);--color-background-interactive:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-error-dark:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-error-background:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-error-border:hsl(349.811deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 84.6079%));--color-error-border-shade:hsl(349.624deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 68.9216%));--color-success-dark:hsl(124.948deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.0196%));--color-success-background:hsl(131.429deg, calc(var(--color-saturation-factor,1) * 51.2195%), calc(100% - 86.9608%));--color-success-border:hsl(125.333deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-warning-dark:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-warning-background:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-warning-border:hsl(46.6667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-secundary-dark:hsl(269.691deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-secundary-background:hsl(270.909deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-secundary-border:hsl(270.667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-tertiary-dark:hsl(319.794deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-tertiary-background:hsl(320deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-tertiary-border:hsl(320deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-payconiq-dark:hsl(340.274deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-payconiq-background:hsl(339.512deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 83.9608%));--color-payconiq-border:hsl(340deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-discount-dark:hsl(0deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-discount-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-discount-border:hsl(0deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-primary-lighter:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 90.4314%));--color-primary-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 85.7255%));--color-primary-background:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), calc(100% - 87.098%));--color-primary-dark:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-primary-gray-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), calc(100% - 69.0588%));--color-primary:var(--dark-theme-color-primary,#0053ff);--color-primary-contrast:var(--dark-theme-color-primary-contrast,#fff);--color-border-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 66.1176%));--color-border-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 57.8824%));--color-input-shadow:#ffffff26;--color-side-view-shadow:#0003;--color-overlay-shadow:#ffffff0d;--color-box-shadow:#ffffff0d;--color-input-background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));--color-shadow:#ffffff0d}body.dark .st-color-directive .sheet:after,body.dark .st-color-directive .popup:after,:host.dark .st-color-directive .sheet:after,:host.dark .st-color-directive .popup:after{background:var(--color-background-shade-darker,#f0f0f0);opacity:.8}body.dark .st-color-directive .sheet.show-enter-from:after,body.dark .st-color-directive .sheet.show-leave-to:after,body.dark .st-color-directive .popup.show-enter-from:after,body.dark .st-color-directive .popup.show-leave-to:after,:host.dark .st-color-directive .sheet.show-enter-from:after,:host.dark .st-color-directive .sheet.show-leave-to:after,:host.dark .st-color-directive .popup.show-enter-from:after,:host.dark .st-color-directive .popup.show-leave-to:after{opacity:0}body.dark .st-color-directive .sheet>div,body.dark .st-color-directive .popup>div,:host.dark .st-color-directive .sheet>div,:host.dark .st-color-directive .popup>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}body.dark .st-color-directive .split-view-controller[data-has-detail=true]>.master,body.dark .st-color-directive .split-view-controller[data-has-detail=false]>.master,:host.dark .st-color-directive .split-view-controller[data-has-detail=true]>.master,:host.dark .st-color-directive .split-view-controller[data-has-detail=false]>.master{border-right:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);background:var(--color-background-interactive,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}body.modern body.dark .st-color-directive .split-view-controller[data-has-detail=true]>.master,body.modern body.dark .st-color-directive .split-view-controller[data-has-detail=false]>.master,body.modern :host.dark .st-color-directive .split-view-controller[data-has-detail=true]>.master,body.modern :host.dark .st-color-directive .split-view-controller[data-has-detail=false]>.master{overflow:hidden}body.dark .st-color-directive .tab-bar-controller>header,:host.dark .st-color-directive .tab-bar-controller>header,body.dark .st-color-directive .st-view.shade,:host.dark .st-color-directive .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}.navigation-controller{position:relative;overflow:visible}.navigation-controller>.modal-push-enter-from,.navigation-controller>.modal-push-enter-active{z-index:100;position:relative}.navigation-controller>.modal-push-enter-from>div,.navigation-controller>.modal-push-enter-active>div{min-height:100vh;min-height:calc(var(--vh,1vh) * 100);background:#fff;background:var(--color-white,white);will-change:transform;transition:transform var(--navigation-transition-duration,.3s) cubic-bezier(0, 0, .2, 1);transform:translateY(100vh)}.navigation-controller>.modal-push-leave-from,.navigation-controller>.modal-push-leave-active{pointer-events:none;contain:strict;transition:filter var(--navigation-transition-duration,.3s);position:absolute;inset:0}.navigation-controller>.modal-push-leave-from>div,.navigation-controller>.modal-push-leave-active>div{width:100%;height:100%}.navigation-controller>.modal-push-enter-to>div{transform:translateY(0)}.navigation-controller>.modal-push-leave-to{filter:brightness(80%)}.navigation-controller>.modal-pop-leave-active>div{transition:transform var(--navigation-pop-transition-duration,.25s) cubic-bezier(.4, 0, 1, 1)}.navigation-controller>.modal-pop-leave-from,.navigation-controller>.modal-pop-leave-active{z-index:10000;pointer-events:none;position:absolute;inset:0}.navigation-controller>.modal-pop-leave-from>div,.navigation-controller>.modal-pop-leave-active>div{background:#fff;background:var(--color-white,white);width:100%;height:100%}.navigation-controller>.modal-pop-enter-from,.navigation-controller>.modal-pop-enter-active{position:relative}.navigation-controller>.modal-pop-leave-to>div{transform:translateY(100vh)}.navigation-controller>.push-enter-active{-webkit-user-select:none;user-select:none}.navigation-controller>.push-enter-active>div{transition:transform var(--navigation-transition-duration,.3s)}.navigation-controller>.push-leave-active{-webkit-user-select:none;user-select:none;transition:filter var(--navigation-transition-duration,.3s)}.navigation-controller>.push-leave-active>div{transition:transform var(--navigation-transition-duration,.3s)}.navigation-controller>.push-enter-from,.navigation-controller>.push-enter-active{z-index:1000;position:relative}.navigation-controller>.push-enter-from>div,.navigation-controller>.push-enter-active>div{will-change:transform}.navigation-controller>.push-leave-from,.navigation-controller>.push-leave-active{pointer-events:none;will-change:filter;contain:strict;position:absolute;inset:0}.navigation-controller>.push-leave-from>div,.navigation-controller>.push-leave-active>div{contain:strict;will-change:transform;width:100%;height:100%}.navigation-controller>.push-leave-to{filter:brightness(80%)}.navigation-controller>.push-enter-from>div{transform:translate(100%);transform:translateX(calc(100% * var(--direction-scale-x,1)))}.navigation-controller>.push-leave-to>div{transform:translate(-40%);transform:translateX(calc(-40% * var(--direction-scale-x,1)))}.navigation-controller>.pop-enter-active{-webkit-user-select:none;user-select:none;transition:filter var(--navigation-pop-transition-duration,.25s)}.navigation-controller>.pop-enter-active>div{transition:transform var(--navigation-pop-transition-duration,.25s)}.navigation-controller>.pop-leave-active{-webkit-user-select:none;user-select:none}.navigation-controller>.pop-leave-active>div{transition:transform var(--navigation-pop-transition-duration,.25s)}.navigation-controller>.pop-enter-from,.navigation-controller>.pop-enter-active{position:relative}.navigation-controller>.pop-enter-from>div,.navigation-controller>.pop-enter-active>div{will-change:transform}.navigation-controller>.pop-leave-from,.navigation-controller>.pop-leave-active{pointer-events:none;z-index:1000;contain:strict;position:absolute;inset:0}.navigation-controller>.pop-leave-from>div,.navigation-controller>.pop-leave-active>div{will-change:transform;contain:strict;width:100%;height:100%}.navigation-controller>.pop-enter-from{filter:brightness(80%)}.navigation-controller>.pop-enter-from>div{transform:translate(-40%);transform:translateX(calc(-40% * var(--direction-scale-x,1)))}.navigation-controller>.pop-leave-to>div{transform:translate(100%);transform:translateX(calc(100% * var(--direction-scale-x,1)))}.split-view-controller{box-sizing:border-box;width:100%;position:relative}.split-view-controller>.master{height:100vh;height:calc(var(--vh,1vh) * 100);-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex-grow:0;flex-shrink:0;position:sticky;top:0;left:0;overflow:hidden scroll}.split-view-controller>.master:last-child{width:100%;height:auto;position:relative;overflow:visible}.split-view-controller{min-height:100vh;min-height:calc(var(--vh,1vh) * 100)}.split-view-controller[data-has-detail=true]{grid-template-columns:320px 1fr;grid-template-columns:var(--split-view-width,320px) 1fr;display:grid}.split-view-controller[data-has-detail=true]>.master{min-width:0}.split-view-controller[data-has-detail=true]>.detail{min-width:0;min-height:100vh;min-height:calc(var(--vh,1vh) * 100)}html{-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:transparent}.image-component[data-v-c52f40a1-s] img{object-fit:cover}.organization-app-switcher{--st-hr-margin:15px;--block-width:28px}.signup-policy-footer-suffix,.signup-policy-footer{padding-top:15px}.password-strength{background:var(--color-gray-2,#d1d1d1);border-radius:2px;width:100%;height:4px;position:relative;overflow:hidden;margin-top:5px!important}.password-strength>div{background:var(--color-primary,#0053ff);border-radius:2px;width:0;transition:width .2s,background-color .2s;position:absolute;top:0;bottom:0;left:0}.password-strength>div.none{background:var(--color-gray-2,#d1d1d1)}.password-strength>div.error{background:var(--color-error,#f0153d)}.password-strength>div.warning{background:var(--color-warning,#fa0)}.password-strength>div.success{background:var(--color-success,#15c16b)}.password-strength-description{font-weight:700}.password-strength-description.none{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.password-strength-description.error{color:var(--color-error,#f0153d)}.password-strength-description.warning{color:var(--color-warning,#fa0)}.password-strength-description.success{color:var(--color-success,#15c16b)}svg[data-v-bf27ac32]{border:0 solid #0000;transition:transform .35s,opacity .35s .35s}circle[data-v-bf27ac32]{transform-origin:50%;stroke-linecap:round;transition:stroke-dashoffset .35s,stroke .35s;transform:rotate(-90deg)}svg.spinner[data-v-bf27ac32]{animation:2s infinite spin-progress-ring-spin-bf27ac32}svg.spinner circle[data-v-bf27ac32]:last-child{animation:4s infinite spin-progress-ring-circle-bf27ac32}@keyframes spin-progress-ring-spin-bf27ac32{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-progress-ring-circle-bf27ac32{0%{stroke-dashoffset:calc(var(--circle-circumference,30px) * .9)}50%{stroke-dashoffset:calc(var(--circle-circumference,30px) * .4)}to{stroke-dashoffset:calc(var(--circle-circumference,30px) * .9)}}.cover-image-container>.left{background:var(--color-background-shade,#f7f7f7);display:none;position:relative}.cover-image-container>.left .cover-image{width:100%;height:100%;position:absolute;top:0;left:0}.cover-image-container>.left .cover-image img{object-fit:cover}.cover-image-container>.left .overlay{max-width:100%;position:absolute;bottom:0;left:0}@media (width>=1000px){.cover-image-container{grid-template-columns:60vw 40vw;display:grid}.cover-image-container>.left{display:block}.cover-image-container>.right{--vw:.4vw;--st-horizontal-padding:var(--split-view-detail-horizontal-padding,40px);--navigation-bar-horizontal-padding:20px;overflow:clip}.cover-image-container>.right .st-view .st-view-vertical-center{flex-grow:1;align-items:center;display:flex}.cover-image-container>.right .st-view .st-view-vertical-center>.container{width:100%}}@media (width>=800px){.boxed-controller:not(.popup .boxed-controller){--tab-bar-header-height:80px;height:calc(var(--vh,1vh) * 100);--saved-vh:var(--vh,1vh);box-sizing:border-box;max-height:100dvh;padding:20px 0;overflow:clip;background:var(--color-background-shade,#f7f7f7)!important}.boxed-controller:not(.popup .boxed-controller)>.boxed-main{background:var(--color-background,#fff);width:min(100vw, var(--st-sheet-width,500px));--vh:calc((var(--saved-vh,1vh) * 100 - 40px) / 100);border:1px solid var(--color-gray-3,#e5e5e5);--st-horizontal-padding:var(--sheet-horizontal-padding,30px);--st-vertical-padding:var(--sheet-vertical-padding,30px);border-radius:16px;margin:0 auto;overflow:hidden}.boxed-controller:not(.popup .boxed-controller)>.boxed-main .st-view{width:min(100vw, var(--st-sheet-width,500px));height:auto;min-height:min(500px, var(--vh,1vh) * 100);max-height:calc(var(--vh,1vh) * 100);contain:content;margin:0 auto}}.code-input{-webkit-touch-callout:none!important}.code-input>div{flex-direction:row;display:inline-flex}.code-input>div .input{text-align:center;caret-color:#0000;text-transform:uppercase;max-width:32px;margin:0 2px;padding-left:0;padding-right:0;font-size:20px;-webkit-touch-callout:none!important}.code-input>div .bump{text-align:center;width:15px;font-size:20px;line-height:1;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));align-self:center}.code-input>div.small{flex-wrap:wrap;row-gap:5px}@media (width<=600px){.code-input>div.small .break{opacity:0;flex-basis:100%;width:auto;height:0}}.verify-email-view{text-align:center}.verify-email-view .code-input-container{padding-bottom:12px}.verify-email-view .email-illustration{width:60px;height:60px;margin:0 auto 20px;display:block}.group-avatar{-webkit-user-select:none;user-select:none}.group-avatar .letter-logo{width:var(--block-width,40px);height:var(--block-width,40px);border-radius:min(9px, var(--block-width,40px) / 4);text-align:center;background:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%));color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%));text-transform:uppercase;line-height:var(--block-width,40px);font-weight:var(--font-weight-bold,700);font-size:min(var(--block-width,40px) / 2.5, 14px);position:relative}.group-avatar .letter-logo[data-length="1"]{font-size:min(var(--block-width,40px) / 2, 14px)}.group-avatar .logo img{width:var(--block-width,40px);height:var(--block-width,40px);object-fit:contain}.group-avatar .logo{width:var(--block-width,40px);height:var(--block-width,40px);border-radius:min(9px, var(--block-width,40px) / 4);position:relative;overflow:hidden}.group-avatar .logo:after{content:"";mix-blend-mode:luminosity;border-radius:12px;width:100%;height:100%;display:block;position:absolute;top:0}.group-box .middle h3{font-size:15px;line-height:1.3;font-weight:var(--font-weight-medium,500)}.group-box .middle h3.bolder{font-weight:var(--font-weight-semibold,600)}.group-box .middle h3.red{color:var(--color-error,#f0153d)}@media (width<=600px){.group-box .middle h3{font-size:14px}}@media (width<=400px){.group-box .middle h3{font-size:14px}}.group-box .middle h3+p{padding-top:3px}.group-box .middle h3.smaller{font-size:15px;line-height:1.4}.group-box .middle h3.smaller+p{padding-top:3px}@media (width<=600px){.group-box .middle h3.smaller{font-size:13px}}.group-box .middle h3.large{font-size:17px}.group-box .middle h3.large+p{padding-top:4px}@media (width<=400px){.group-box .middle h3.large{font-size:16px}.group-box .middle h3.large+p{padding-top:3px}}.group-box .middle h3.larger{font-size:20px}.group-box .middle h3.larger+p{padding-top:5px}@media (width<=400px){.group-box .middle h3.larger{font-size:17px}.group-box .middle h3.larger+p{padding-top:3px}}.group-box .middle p.flex,.group-box .middle h3.flex{align-items:center;gap:7px;display:flex}.group-box .middle p:has(>.icon){align-items:center;gap:7px;display:flex}.group-box .middle p:has(>svg){align-items:center;gap:7px;display:flex}.group-box .middle p:has(>.style-tag){align-items:center;gap:7px;display:flex}.group-box .middle h3:has(>.icon){align-items:center;gap:7px;display:flex}.group-box .middle h3:has(>svg){align-items:center;gap:7px;display:flex}.group-box .middle h3:has(>.style-tag){align-items:center;gap:7px;display:flex}.group-box .middle p{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.group-box .middle p{font-size:13px}}.group-box .middle p.for-input{margin-top:8px;margin-bottom:8px}.group-box{background:var(--color-background,#fff);border:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);box-shadow:0px 2px 5px var(--color-side-view-shadow,#0000001a);cursor:pointer;--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-shade-darker,#f0f0f0);border-radius:9px;grid-template-columns:auto 1fr;align-items:center;gap:15px;padding:9px;display:grid}.group-box:hover{background:var(--color-background-shade,#f7f7f7);--color-current-background:var(--color-background-shade,#f7f7f7);--color-current-background-shade:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8)}.group-box:active,.group-box.active,.group-box.focused{background:var(--color-background-shade-darker,#f0f0f0);--color-current-background:var(--color-background-shade-darker,#f0f0f0);--color-current-background-shade:var(--color-background-shade-darker-darker,#e8e8e8);--color-current-background-shade-darker:var(--color-background-shade-4,#e0e0e0)}.group-box .middle{padding:7px 0}.group-tree>hr{height:var(--border-width-thin,1px);background:var(--color-gray-2,#d1d1d1);border-radius:var(--border-width-thin,1px)/2;border:0;outline:none;margin:20px 0;padding:0}.group-tree>p:not([class]){font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.group-tree>p:not([class]){font-size:14px}}.group-tree>p.flex:not([class]){align-items:center;gap:7px;display:flex}.group-tree>p:has(>.icon):not([class]){align-items:center;gap:7px;display:flex}.group-tree>p:has(>svg):not([class]){align-items:center;gap:7px;display:flex}.group-tree>p:has(>.style-tag):not([class]){align-items:center;gap:7px;display:flex}.group-tree>p:not([class]) strong{font-weight:var(--font-weight-semibold,600)}.group-tree{padding-bottom:20px}.group-tree>h1{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));padding-bottom:15px;font-size:18px;font-weight:600}.group-tree>h2{color:var(--color-dark-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.73224%), 35.8824%));padding-bottom:9px;font-size:12px;font-weight:600;line-height:1}.group-tree>p:not([class]){padding-bottom:40px}.group-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-auto-rows:minmax(80px,auto);gap:15px;padding-bottom:20px;display:grid}@media (width<=600px){.group-grid{grid-template-columns:1fr;gap:0}.group-grid>*{margin-bottom:10px}}.members-home-view .login-view>h1{font-size:26px;font-weight:var(--font-weight-semibold,600);line-height:1.4}@media (width<=350px){.members-home-view .login-view>h1{font-size:24px}}.members-home-view .login-view>h1.with-icons{align-items:center;gap:5px;padding-bottom:15px;display:flex}.members-home-view .login-view>h1:has(.icon){align-items:center;gap:5px;padding-bottom:15px;display:flex}.members-home-view .login-view>h1:has(.style-tag){align-items:center;gap:5px;padding-bottom:15px;display:flex}.members-home-view .login-view>h1.with-icons>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.members-home-view .login-view>h1:has(.icon)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.members-home-view .login-view>h1:has(.style-tag)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.members-home-view .login-view>h1.with-icons>:not(:first-child){flex-shrink:0}.members-home-view .login-view>h1:has(.icon)>:not(:first-child){flex-shrink:0}.members-home-view .login-view>h1:has(.style-tag)>:not(:first-child){flex-shrink:0}.members-home-view .split-login-view aside>h1{font-size:16px;line-height:1.3;font-weight:var(--font-weight-semibold,600)}.members-home-view .split-login-view ol,.members-home-view .split-login-view ol li:before{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.members-home-view .stamhoofd-footer,.members-home-view .login-view>h1+p{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.members-home-view .stamhoofd-footer,.members-home-view .login-view>h1+p{font-size:14px}}.members-home-view .flex.stamhoofd-footer,.members-home-view .login-view>h1+p.flex{align-items:center;gap:7px;display:flex}.members-home-view .stamhoofd-footer:has(>.icon){align-items:center;gap:7px;display:flex}.members-home-view .login-view>h1+p:has(>.icon){align-items:center;gap:7px;display:flex}.members-home-view .stamhoofd-footer:has(>svg){align-items:center;gap:7px;display:flex}.members-home-view .login-view>h1+p:has(>svg){align-items:center;gap:7px;display:flex}.members-home-view .stamhoofd-footer:has(>.style-tag){align-items:center;gap:7px;display:flex}.members-home-view .login-view>h1+p:has(>.style-tag){align-items:center;gap:7px;display:flex}.members-home-view .stamhoofd-footer strong,.members-home-view .login-view>h1+p strong{font-weight:var(--font-weight-semibold,600)}.members-home-view .stamhoofd-footer{padding:30px 0 15px}.members-home-view .stamhoofd-footer a{white-space:normal;text-overflow:initial;height:auto;line-height:1.4}.members-home-view .stamhoofd-footer strong{color:var(--color-primary,#0053ff);margin-left:5px}.members-home-view .split-login-view{grid-template-columns:minmax(300px,350px) auto;align-items:center;gap:100px;width:100%;padding-top:15px;display:grid}@media (width<=800px){.members-home-view .split-login-view{padding-top:0;display:block}.members-home-view .split-login-view>aside{padding:0 var(--st-horizontal-padding,20px);padding-top:20px}}.members-home-view .split-login-view ol{counter-reset:li;padding-left:30px;list-style:none}.members-home-view .split-login-view ol li{counter-increment:li;padding:8px 0}.members-home-view .split-login-view ol li:before{content:counter(li) ".";color:var(--color-primary,#0053ff);width:30px;margin-left:-30px;display:inline-block}.members-home-view .split-login-view aside>h1,.members-home-view .login-view>h1{padding-bottom:20px}.members-home-view .login-view>.button-box{flex-direction:column;justify-content:stretch;gap:5px;padding-top:20px;display:flex}.version-footer{touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none}.progress-container[data-v-2961b5d0]{width:28px}.event-image-box{aspect-ratio:150/116;background:var(--color-background-shade,#f7f7f7);border:1px solid var(--color-gray-2,#d1d1d1);border-radius:5px;width:150px;margin-right:15px;padding:0;position:relative;overflow:hidden}@media (width<=600px){.event-image-box{width:25vw;margin-right:0}}@media (width<=350px){.event-image-box{width:100%;margin-right:0}}.event-image-box .overlay{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.event-image-box .overlay .day{padding-bottom:5px;font-size:28px;font-weight:700;line-height:1.1;display:block}@media (width<=500px){.event-image-box .overlay .day{font-size:5vw}}.event-image-box .overlay .month{color:var(--color-gray-1,#868686);text-transform:uppercase;padding-bottom:5px;font-size:15px;font-weight:600;line-height:1;display:block}@media (width<=500px){.event-image-box .overlay .month{font-size:3vw}}.event-image-box .event-image{z-index:1;touch-action:none;pointer-events:none;position:absolute;inset:0}.event-image-box .event-image img{object-fit:cover}.scrollable-segmented-control>.item{font-size:14px;font-weight:var(--font-weight-semibold,600);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}@media (width<=400px){.scrollable-segmented-control>.item{font-size:13px}}.st-navigation-bar{--segmented-control-height:50px}.st-navigation-bar .scrollable-segmented-control{margin-top:-5px}.scrollable-segmented-control{margin:var(--st-hr-margin,30px) calc(-1 * var(--st-horizontal-padding,40px));padding:0 var(--st-horizontal-padding,40px)}.input-with-buttons+.scrollable-segmented-control{margin-top:15px}h1+.scrollable-segmented-control{margin-top:0}.scrollable-segmented-control{--seek-x:0px;--seek-width:100px;flex-direction:row;display:flex;position:relative;overflow:auto hidden}@media (pointer:coarse){.scrollable-segmented-control{scrollbar-width:thin;scrollbar-width:none;-ms-overflow-style:none}.scrollable-segmented-control::-webkit-scrollbar{display:none}}.scrollable-segmented-control:before{content:"";background:var(--color-gray-2,#d1d1d1);height:var(--border-width-thin,1px);position:absolute;bottom:0;left:0;right:0}.scrollable-segmented-control>.seeker{background:var(--color-primary,#0053ff);left:var(--st-horizontal-padding,40px);height:3px;width:var(--seek-width);transform:translateX(var(--seek-x));contain:style paint;border-radius:1.5px;transition:width .2s,transform .2s,opacity .2s;position:absolute;bottom:0}.scrollable-segmented-control>.item{height:var(--segmented-control-height,50px);min-width:0;max-width:max(200px,30vw);line-height:var(--segmented-control-height,50px);text-overflow:ellipsis;white-space:nowrap;border-bottom:3px solid #0000;flex-direction:row;flex-shrink:0;align-items:center;gap:7px;margin:0 15px;transition:color .2s,opacity .2s;display:flex;overflow:hidden}.scrollable-segmented-control>.item>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.scrollable-segmented-control>.item:first-child{margin-left:0}.scrollable-segmented-control>.item:active{opacity:.4}@media (pointer:fine){.scrollable-segmented-control>.item:hover{opacity:.4}}.scrollable-segmented-control>.item.selected{color:var(--color-primary,#0053ff)}@media (pointer:fine){.scrollable-segmented-control>.item.selected:hover~.seeker{opacity:.4}}.scrollable-segmented-control>.right{height:var(--segmented-control-height,50px);align-items:center;margin-left:auto;display:flex}.infinite-object-fetcher-end{min-height:60px;padding-top:1px}.infinite-object-fetcher-end>.info-box{margin-top:0}.infinite-object-fetcher-end:empty{min-height:0}.infinite-object-fetcher-end>.spinner-container{margin-top:15px}.charge-memberships-view .style-stats-grid{padding:15px 0}.charge-memberships-view .style-button-bar{padding-top:15px;padding-bottom:5px}.table-with-columns .table-row .placeholder-skeleton{background:var(--color-background-shade-darker,#f0f0f0);background-attachment:fixed;background-image:linear-gradient(90deg, var(--color-background-shade-darker,#f0f0f0) 0px, var(--color-background-shade,#f7f7f7) 40px, var(--color-background-shade-darker,#f0f0f0) 80px, var(--color-background-shade-darker,#f0f0f0) 50vw, var(--color-background-shade,#f7f7f7) calc(50vw + 40px), var(--color-background-shade-darker,#f0f0f0) calc(50vw + 80px));background-position:0;background-size:200vw;border-radius:5px;width:50px;height:1em;animation:6s linear -.5s infinite shine-lines;display:inline-block}.table-with-columns .table-head .columns>div{font-size:14px;font-weight:var(--font-weight-semibold,600)}.table-view{--st-vertical-padding:10px;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.table-view>main{overflow-y:auto}.table-view>main>.container{position:sticky;left:0}.table-view>main>.container>h1+p{padding-bottom:15px}.table-column-content-style{font-size:13px}.column-style,.table-with-columns:not(.wrap) .table-row .columns>div,.table-with-columns .table-row .prefix-column,.table-with-columns .table-head .prefix-column{font-size:14px}.column-style[data-style=gray],.table-with-columns:not(.wrap) .table-row .columns>div[data-style=gray],.table-with-columns .table-row [data-style=gray].prefix-column,.table-with-columns .table-head [data-style=gray].prefix-column{color:var(--color-gray-5,#a7a7a7)}.column-style[data-style=negative],.table-with-columns:not(.wrap) .table-row .columns>div[data-style=negative],.table-with-columns .table-row [data-style=negative].prefix-column,.table-with-columns .table-head [data-style=negative].prefix-column{color:var(--color-error,#f0153d)}.column-style[data-style=success]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=success]>span,.table-with-columns .table-row [data-style=success].prefix-column>span,.table-with-columns .table-head [data-style=success].prefix-column>span,.column-style[data-style=error]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=error]>span,.table-with-columns .table-row [data-style=error].prefix-column>span,.table-with-columns .table-head [data-style=error].prefix-column>span,.column-style[data-style=info]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=info]>span,.table-with-columns .table-row [data-style=info].prefix-column>span,.table-with-columns .table-head [data-style=info].prefix-column>span,.column-style[data-style=warn]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=warn]>span,.table-with-columns .table-row [data-style=warn].prefix-column>span,.table-with-columns .table-head [data-style=warn].prefix-column>span,.column-style[data-style=secundary]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=secundary]>span,.table-with-columns .table-row [data-style=secundary].prefix-column>span,.table-with-columns .table-head [data-style=secundary].prefix-column>span,.column-style[data-style=tertiary]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=tertiary]>span,.table-with-columns .table-row [data-style=tertiary].prefix-column>span,.table-with-columns .table-head [data-style=tertiary].prefix-column>span,.column-style[data-style=tag-gray]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=tag-gray]>span,.table-with-columns .table-row [data-style=tag-gray].prefix-column>span,.table-with-columns .table-head [data-style=tag-gray].prefix-column>span{letter-spacing:normal;font-size:13px;font-weight:var(--font-weight-semibold,600);white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;border-radius:9px;max-width:100%;padding:6px 8px;display:inline-block;overflow:hidden}.column-style[data-style=success]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=success]>span,.table-with-columns .table-row [data-style=success].prefix-column>span,.table-with-columns .table-head [data-style=success].prefix-column>span{background:var(--color-success-background,#e0f5e4);color:var(--color-success-dark,#006108)}.column-style[data-style=error]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=error]>span,.table-with-columns .table-row [data-style=error].prefix-column>span,.table-with-columns .table-head [data-style=error].prefix-column>span{background:var(--color-error-background,#fbdae0);color:var(--color-error-dark,#630012)}.column-style[data-style=info]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=info]>span,.table-with-columns .table-row [data-style=info].prefix-column>span,.table-with-columns .table-head [data-style=info].prefix-column>span{background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));color:var(--color-primary,#0053ff)}@media (prefers-color-scheme:dark){.column-style[data-style=info]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=info]>span,.table-with-columns .table-row [data-style=info].prefix-column>span,.table-with-columns .table-head [data-style=info].prefix-column>span{color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%))}}.column-style[data-style=warn]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=warn]>span,.table-with-columns .table-row [data-style=warn].prefix-column>span,.table-with-columns .table-head [data-style=warn].prefix-column>span{color:var(--color-warning-dark,#634e00);background:var(--color-warning-background,#fbf4da)}.column-style[data-style=secundary]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=secundary]>span,.table-with-columns .table-row [data-style=secundary].prefix-column>span,.table-with-columns .table-head [data-style=secundary].prefix-column>span{color:var(--color-secundary-dark,#300061);background:var(--color-secundary-background,#ebdafb)}.column-style[data-style=tertiary]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=tertiary]>span,.table-with-columns .table-row [data-style=tertiary].prefix-column>span,.table-with-columns .table-head [data-style=tertiary].prefix-column>span{color:var(--color-tertiary-dark,#610041);background:var(--color-tertiary-background,#fbdaf0)}.column-style[data-style=tag-gray]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=tag-gray]>span,.table-with-columns .table-row [data-style=tag-gray].prefix-column>span,.table-with-columns .table-head [data-style=tag-gray].prefix-column>span{color:var(--color-gray-1,#868686);background:var(--color-background-shade,#f7f7f7)}.column-style[data-style=code]>span,.table-with-columns:not(.wrap) .table-row .columns>div[data-style=code]>span,.table-with-columns .table-row [data-style=code].prefix-column>span,.table-with-columns .table-head [data-style=code].prefix-column>span{font-family:monospace;font-size:12px}.table-with-columns{margin:0 calc(-1 * var(--st-horizontal-padding,40px));margin-bottom:calc(-1 * var(--st-vertical-padding,40px));padding-bottom:var(--st-vertical-padding,40px)}.table-with-columns .inner-size{contain:layout}@supports not (contain:layout){.table-with-columns .inner-size{transform:translate(0,0)}}.table-with-columns .inner-size{min-width:100%}.table-with-columns.scroll{z-index:101;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-grow:1;position:relative;overflow:auto}.table-with-columns.scroll .inner-size{position:absolute}.table-with-columns .table-body{contain:layout;width:100%;position:relative;overflow:hidden}@supports not (contain:layout){.table-with-columns .table-body{transform:translate(0,0)}}.table-with-columns .table-row,.table-with-columns .table-head{box-sizing:border-box;width:100%;padding-left:var(--st-horizontal-padding,40px);position:relative;overflow:hidden}.table-with-columns .table-row .selection-column,.table-with-columns .table-head .selection-column{box-sizing:border-box;height:100%;width:var(--selection-column-width,50px);flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding-bottom:2px;display:flex;position:absolute;top:0}.table-with-columns .table-row .prefix-column,.table-with-columns .table-head .prefix-column{box-sizing:border-box;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;width:50px;height:100%;padding-top:15px;transition:transform .2s;display:flex;position:absolute;top:0}.table-with-columns .table-row .columns,.table-with-columns .table-head .columns{box-sizing:border-box;width:100%;height:100%;transition:transform .2s;transform:translate(0)}.table-with-columns.show-prefix .table-row .columns,.table-with-columns.show-prefix .table-head .columns{width:calc(100% - 50px);transform:translate(50px)}.table-with-columns.show-checkbox .table-row .prefix-column,.table-with-columns.show-checkbox .table-head .prefix-column{transform:translateX(var(--selection-column-width,50px))}.table-with-columns.show-checkbox .table-row .columns,.table-with-columns.show-checkbox .table-head .columns{width:calc(100% - var(--selection-column-width,50px));transform:translateX(var(--selection-column-width,50px))}.table-with-columns.show-checkbox.show-prefix .table-row .columns,.table-with-columns.show-checkbox.show-prefix .table-head .columns{width:calc(100% - 50px - var(--selection-column-width,50px));transform:translateX(calc(50px + var(--selection-column-width,50px)))}.table-with-columns:not(.wrap){padding-top:20px}.table-with-columns:not(.wrap) .table-head,.table-with-columns:not(.wrap) .table-row{--selection-column-width:50px}.table-with-columns:not(.wrap) .table-head .columns,.table-with-columns:not(.wrap) .table-row .columns{grid-template-columns:var(--table-columns,repeat(auto-fit, minmax(0, 1fr)));align-items:center;display:grid}.table-with-columns:not(.wrap) .table-row .columns>div{font-variant-numeric:tabular-nums;padding-right:15px}.table-with-columns:not(.wrap) .table-row .columns>div:last-child{padding-right:0}.table-with-columns:not(.wrap) .table-row .columns>div{transition:transform .2s,opacity .2s}.table-with-columns:not(.wrap) .table-row .columns>div.isDragging{transform:translateX(var(--drag-x,0px));opacity:.5;transition:opacity .2s}.table-with-columns.wrap{padding-top:10px}.table-with-columns.wrap .table-head{display:none}.table-with-columns.wrap .table-row{--selection-column-width:40px}.table-with-columns.wrap .table-row .columns{padding:15px 0;display:block}.table-with-columns.wrap .table-row .columns>div{height:14px;color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));box-sizing:content-box;padding-top:6px;font-size:14px;line-height:14px}.table-with-columns.wrap .table-row .columns>div:first-child{height:16px;font-size:16px;line-height:16px;font-weight:var(--font-weight-medium,500);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));padding-top:0}.table-with-columns.wrap .table-row .columns>div:empty{display:none}.table-with-columns .table-head{border-bottom:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);height:50px;margin-bottom:calc(-1 * var(--border-width-thin,1px));z-index:100;background:var(--color-current-background,var(--color-background,#fff));padding-top:0;position:sticky;top:0}.table-with-columns .table-head .columns>div{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;padding-right:10px;display:flex}.table-with-columns .table-head .columns>div>button:first-child{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000;flex-direction:row;flex-grow:1;flex-shrink:1;align-items:center;min-width:0;height:40px;transition:transform .2s,opacity .2s;display:flex}.table-with-columns .table-head .columns>div>button:first-child:active{opacity:.6}.table-with-columns .table-head .columns>div.isDragging>button:first-child{transform:translateX(var(--drag-x,0px));opacity:.5;cursor:grabbing;transition:opacity .2s}.table-with-columns .table-head .columns>div.isDragging>button:first-child:active{opacity:.5}.table-with-columns .table-head .columns>div span:first-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.table-with-columns .table-head .columns>div span{vertical-align:middle;min-width:0}.table-with-columns .table-head .columns>div .icon{flex-shrink:0;margin-right:-8px}.table-with-columns .table-head .columns>div .drag-handle-container{width:var(--border-width-thin,1px);flex-shrink:0;height:20px;padding-left:10px;display:inline-block;position:relative}.table-with-columns .table-head .columns>div .drag-handle-container:before{content:"";width:var(--border-width-thin,1px);background:var(--color-gray-2,#d1d1d1);border-radius:var(--border-width-thin,1px);height:20px;position:absolute;top:0;left:10px}.table-with-columns .table-head .columns>div .drag-handle-container .drag-handle{content:"";cursor:col-resize;touch-action:pan-x;z-index:1;opacity:0;background:#0059ff;border-radius:2px;transition:opacity .2s;position:absolute;inset:-10px -1px -20px 9px}.table-with-columns .table-head .columns>div .drag-handle-container .drag-handle:hover{opacity:1;transition:opacity .2s .6s}@media (pointer:coarse){.table-with-columns .table-head .columns>div .drag-handle-container .drag-handle{left:0;right:-20px}.table-with-columns .table-head .columns>div .drag-handle-container .drag-handle:hover{opacity:0}}.table-with-columns .table-head .columns>div .drag-handle-container .drag-handle.reached-minimum{cursor:e-resize}.table-with-columns .table-head .columns>div .drag-handle-container .drag-handle:active{opacity:1;transition:opacity .1s}.table-with-columns .table-head .columns>div:last-child{padding-right:0}.table-with-columns .table-row{contain:layout;will-change:transform;height:var(--table-row-height,50px);position:absolute}.table-with-columns .table-row .columns{border-top:var(--border-width-thin,1px) solid var(--color-gray-3,#e5e5e5)}.table-with-columns .table-row .columns>div{white-space:nowrap;text-overflow:ellipsis;will-change:contents, width;overflow:hidden}.table-with-columns .table-row .placeholder-skeleton{width:10px}.table-with-columns .table-row{will-change:transform, background-color;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;transition:background-color .15s}@media (hover:hover){.table-with-columns .table-row:hover{background-color:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7))}.table-with-columns .table-row:hover.focused{background-color:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%))}}.table-with-columns .table-row:active{background-color:var(--color-current-background-shade-darker,var(--color-background-shade-darker,#f0f0f0))}.table-with-columns .table-row.focused{background-color:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%))}.table-with-columns .table-row.focused:after{content:"";background-color:var(--color-primary,#0053ff);z-index:5;width:2px;position:absolute;top:0;bottom:0;right:0}.table-with-columns .table-row.focused:before{content:"";background-color:var(--color-primary,#0053ff);z-index:5;width:2px;position:absolute;top:0;bottom:0;left:0}.date-selection-view>header>h1,.date-selection-view>header .input-icon-container{font-size:16px;line-height:1.3;font-weight:var(--font-weight-semibold,600)}.date-selection-view>.days>.days>div,.date-selection-view>.days>.row>button{font-size:14px;font-weight:var(--font-weight-semibold,600);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}@media (width<=400px){.date-selection-view>.days>.days>div,.date-selection-view>.days>.row>button{font-size:13px}}.date-selection-view{-webkit-user-select:none;user-select:none;min-width:300px}@media (width<=400px){.date-selection-view{min-width:calc(100vw - 74px)}}.date-selection-view>header{flex-direction:row;align-items:center;padding:10px 0;display:flex}.date-selection-view>header>h1{flex-direction:row;flex-grow:1;justify-content:center;align-items:center;line-height:1;display:flex}.date-selection-view>header .input-icon-container{line-height:1}.date-selection-view>header .input-icon-container select{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.date-selection-view>footer{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.date-selection-view .title-button{flex-direction:row;align-items:center;display:inline-flex}.date-selection-view .title-button>.icon{margin-left:-2px;margin-right:-2px}.date-selection-view>.days{padding-bottom:10px}.date-selection-view>.days>.days{border-bottom:1px solid var(--color-gray-2,#d1d1d1);margin-bottom:5px;padding:0 0 7px;display:flex}.date-selection-view>.days>.days>div{z-index:1;text-align:center;flex-grow:1;flex-basis:0;margin:0;padding:5px 0;position:relative}.date-selection-view>.days>.row{padding:3px 0;display:flex}.date-selection-view>.days>.row>button{z-index:1;text-align:center;flex-grow:1;flex-basis:0;margin:0;padding:7px 0;position:relative}@media (width<=400px){.date-selection-view>.days>.row>button{padding:12px 0}}.date-selection-view>.days>.row>button{cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;transition:color .2s}.date-selection-view>.days>.row>button:after{content:"";z-index:-1;background:var(--color-background,#fff);background:var(--color-current-background,var(--color-background,#fff));border-radius:9px;transition:background-color .2s,transform .2s;position:absolute;inset:0;transform:scale(.9)}.date-selection-view>.days>.row>button:active:after,.date-selection-view>.days>.row>button:hover:after{background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));transform:scale(1)}.date-selection-view>.days>.row>button:active{color:#fff}.date-selection-view>.days>.row>button:active:after{background:var(--color-gray-1,#868686);transform:scale(.9)}.date-selection-view>.days>.row>button.selected{color:var(--color-primary-contrast,#fff);font-weight:700}.date-selection-view>.days>.row>button.selected:after{background:var(--color-primary,#0053ff);transform:scale(1)}.date-selection-view>.days>.row>button.selected:hover{color:var(--color-background,#fff)}.date-selection-view>.days>.row>button.selected:hover:after{background:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.date-selection-view>.days>.row>button.selected:active:after{transform:scale(.9)}.date-selection-view>.days>.row>button:disabled{opacity:.3;cursor:not-allowed}.date-selection-view>.days>.row>button:disabled:hover:after{background:var(--color-current-background,var(--color-background,#fff))}.date-selection-view>.days>.row>button.other-month{opacity:.3}.date-selection-view>.days>.row>button.other-month:disabled{opacity:.2}.date-selection-container .input>div>input{font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){.date-selection-container .input>div>input{font-size:16px}}body.web-iOS .date-selection-container .input>div>input,.date-selection-container body.web-iOS .input>div>input,body.native-iOS .date-selection-container .input>div>input,.date-selection-container body.native-iOS .input>div>input{font-size:16px}.date-selection-container .input.placeholder{color:var(--color-gray-5,#a7a7a7)}.date-selection-container .input>span.placeholder{display:none}.date-selection-container .input.placeholder:not(:focus-within)>span.placeholder{display:block}.date-selection-container .input.placeholder:not(:focus-within)>span.placeholder~*{opacity:0;pointer-events:none}.date-selection-container .input{grid-template-columns:auto auto auto auto auto;justify-content:start;align-items:start;padding:5px 40px 5px 15px;display:grid}.date-selection-container .input>span.sep{color:var(--color-gray-5,#a7a7a7);pointer-events:none;text-align:center;width:10px;margin:0 -5px;transition:width .2s,opacity .2s}.date-selection-container .input>span.sep.hide{display:none}.date-selection-container .input>.placeholder+div{margin-left:-5px}.date-selection-container .input>div{text-overflow:ellipsis;height:100%;margin:-5px 0;padding:5px;position:relative;overflow:hidden}.date-selection-container .input>div>span{pointer-events:none}.date-selection-container .input>div>input{box-sizing:border-box;opacity:0;width:100%;height:100%;caret-color:var(--color-primary,#0053ff);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-modify:read-write-plaintext-only;user-modify:read-write-plaintext-only;padding:5px 0 5px 5px;line-height:1;position:absolute;inset:0;overflow:hidden}.date-selection-container .input>div>input:focus{opacity:1}.date-selection-container .input>div>input:focus+span{opacity:0}.date-selection-container .input>div>input:-moz-focusring{color:#0000;text-shadow:0 0 #000}.stepper-input{background:var(--color-background-shade,#f7f7f7);height:var(--input-height,38px);vertical-align:middle;contain:strict;border-radius:9px;flex-direction:row;align-items:stretch;width:103px;display:inline-flex}.stepper-input hr{background:var(--color-gray-2,#d1d1d1);border:0;border-radius:.5px;outline:0;flex-basis:1px;align-self:center;width:1px;height:19px;margin:0;padding:0;transition:opacity .2s;display:block}.stepper-input:active hr{opacity:0;transition:none}.stepper-input button{-webkit-tap-highlight-color:#0000;touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:9px;outline:0;padding:5px 14px;line-height:1;transition:background-color .2s;display:block}.stepper-input button:active{background:var(--color-gray-3,#e5e5e5);transition:none}.stepper-input button:last-child{margin-left:-1px}.stepper-input button:first-child{margin-right:-1px}.number-container{display:flex}.number-container.option{margin-top:7px}.number-container .number-input{min-width:0}.number-container .stepper-input{flex-shrink:0;min-width:0;margin-left:5px}.number-container+.style-description-small,.number-container+.style-description,.number-container+div:not([class])>.style-description-small:first-child{padding-top:5px;padding-bottom:15px}.number-input{position:relative}.number-input>div{pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.number-input>div span{white-space:pre}.number-input .placeholder{color:var(--color-gray-5,#a7a7a7);opacity:1}.number-input>input{opacity:0;box-sizing:border-box;width:100%;height:calc(var(--input-height,38px) - 2 * 1px);line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);padding:5px 15px;position:absolute;inset:0}.number-input>input:focus{opacity:1}.number-input>input:focus+div{opacity:.5}.number-input>input:focus+div span{visibility:hidden}.radio-group{flex-wrap:wrap;display:flex}.radio-group .radio{flex-shrink:0;padding-right:20px}.radio-group.column{flex-flow:column}.radio-group.column .radio{padding-right:0}@media (width<=550px){.radio-group{flex-flow:column}.radio-group .radio{padding-right:0}}.file-input-box{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075);font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){.file-input-box{font-size:16px}}body.web-iOS .file-input-box,body.native-iOS .file-input-box{font-size:16px}.file-input-box{border:1px solid var(--color-gray-2,#d1d1d1);color:var(--color-gray-5,#a7a7a7);background:var(--color-background,#fff);box-sizing:border-box;-webkit-tap-highlight-color:#0000;cursor:pointer;touch-action:manipulation;border-radius:9px;outline:none;justify-content:flex-start;align-items:center;height:50px;margin:0;padding:5px 15px;transition:border-color .2s,color .2s;display:flex;position:relative}.file-input-box>.text{text-overflow:ellipsis;white-space:nowrap;padding-right:5px;overflow:hidden}.file-input-box.center{justify-content:center}.file-input-box:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));color:var(--color-primary,#0053ff)}.file-input-box:active{border-color:var(--color-primary,#0053ff);color:var(--color-primary,#0053ff)}.file-input-box.square{width:60px}.file-input-box .file-upload{display:none}.file-input-box .icon:first-child{margin-right:10px}.file-input-box .icon:first-child+span{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.file-input-box .icon{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));flex-shrink:0}.file-input-box .button.icon{margin-left:auto}.file-input-box .button.icon~.button.icon{margin-left:10px}.file-input-box .icon.trash{color:var(--color-error,#f0153d);opacity:0;transition:opacity .2s}.file-input-box .icon.trash:hover,.file-input-box:hover .icon.trash{opacity:1}.float-input{position:relative;padding:0!important}.float-input .clear{grid-template-columns:1fr auto;align-items:center;min-width:100px;display:grid;position:relative}.float-input .clear>.left{text-overflow:ellipsis;white-space:nowrap;height:var(--input-height,38px);position:relative;overflow:hidden}.float-input .clear>.left>div{pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;padding:5px 15px}.float-input .clear>.left>div span{white-space:pre}.float-input .clear>.left>div.placeholder{color:var(--color-gray-5,#a7a7a7);opacity:1}.float-input .clear>.left>input{opacity:0;box-sizing:border-box;width:100%;height:calc(var(--input-height,38px) - 2 * 1px);line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);padding:5px 15px;position:absolute;inset:0}.float-input .clear>.left>input:focus{opacity:1}.float-input .clear>.left>input:focus+div{opacity:.5}.float-input .clear>.left>input:focus+div span{visibility:hidden}.float-input .clear>.right{text-align:right;padding:5px 15px}.float-input .clear>.right:empty{display:none}.image-input-box{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075);font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){.image-input-box{font-size:16px}}body.web-iOS .image-input-box,body.native-iOS .image-input-box{font-size:16px}.image-input-box{border:1px solid var(--color-gray-2,#d1d1d1);color:var(--color-gray-5,#a7a7a7);background:var(--color-background-shade,#f7f7f7);box-sizing:border-box;-webkit-tap-highlight-color:#0000;cursor:pointer;touch-action:manipulation;border-radius:9px;outline:none;justify-content:center;align-items:center;height:120px;margin:0;padding:5px 15px;transition:border-color .2s,color .2s;display:flex;position:relative}.image-input-box.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rgb-shadow:255;--rgb-background:0;--is-dark-mode:1;--color-saturation-factor:.5;--color-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 93%));--color-background-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 89%));--color-background-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 86%));--color-background-shade-darker-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 83%));--color-background-shade-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 80%));--color-background-shade-5:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 77%));--color-darkest:white;--color-dark:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 11.2157%));--color-dark-lighter:hsl(240deg, calc(var(--color-saturation-factor,1) * 2.04082%), calc(100% - 17.2157%));--color-dark-light:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.73224%), calc(100% - 27.8824%));--color-gray-1:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 44.549%));--color-gray-2:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.9608%));--color-gray-3:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 81.8039%));--color-gray-4:hsl(0deg, calc(var(--color-saturation-factor,1) * 2.24719%), calc(100% - 26.902%));--color-background-lighter:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-background-lighter-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 92%));--color-background-highlight:hsl(var(--color-primary-hue,220.471deg), 10%, 29%);--color-background-interactive:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 100%));--color-error-dark:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-error-background:hsl(349.091deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-error-border:hsl(349.811deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 84.6079%));--color-error-border-shade:hsl(349.624deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 68.9216%));--color-success-dark:hsl(124.948deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.0196%));--color-success-background:hsl(131.429deg, calc(var(--color-saturation-factor,1) * 51.2195%), calc(100% - 86.9608%));--color-success-border:hsl(125.333deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-warning-dark:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 14.4118%));--color-warning-background:hsl(47.2727deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 86.9608%));--color-warning-border:hsl(46.6667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 72.0588%));--color-secundary-dark:hsl(269.691deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-secundary-background:hsl(270.909deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-secundary-border:hsl(270.667deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-tertiary-dark:hsl(319.794deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-tertiary-background:hsl(320deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-tertiary-border:hsl(320deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-payconiq-dark:hsl(340.274deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-payconiq-background:hsl(339.512deg, calc(var(--color-saturation-factor,1) * 100%), calc(100% - 83.9608%));--color-payconiq-border:hsl(340deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-discount-dark:hsl(0deg, calc(var(--color-saturation-factor,1) * 53.2847%), calc(100% - 18.8627%));--color-discount-background:hsl(0deg, calc(var(--color-saturation-factor,1) * 80.4878%), calc(100% - 83.9608%));--color-discount-border:hsl(0deg, calc(var(--color-saturation-factor,1) * 38.4615%), calc(100% - 69.0588%));--color-primary-lighter:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 90.4314%));--color-primary-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 85.7255%));--color-primary-background:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), calc(100% - 87.098%));--color-primary-dark:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), calc(100% - 11.0196%));--color-primary-gray-light:hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), calc(100% - 69.0588%));--color-primary:var(--dark-theme-color-primary,#0053ff);--color-primary-contrast:var(--dark-theme-color-primary-contrast,#fff);--color-border-shade:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 66.1176%));--color-border-shade-darker:hsl(0deg, calc(var(--color-saturation-factor,1) * 0%), calc(100% - 57.8824%));--color-input-shadow:#ffffff26;--color-side-view-shadow:#0003;--color-overlay-shadow:#ffffff0d;--color-box-shadow:#ffffff0d;--color-input-background:var(--color-current-background-shade,var(--color-background-shade,#f7f7f7));--color-shadow:#ffffff0d}.image-input-box.dark .sheet:after,.image-input-box.dark .popup:after{background:var(--color-background-shade-darker,#f0f0f0);opacity:.8}.image-input-box.dark .sheet.show-enter-from:after,.image-input-box.dark .sheet.show-leave-to:after,.image-input-box.dark .popup.show-enter-from:after,.image-input-box.dark .popup.show-leave-to:after{opacity:0}.image-input-box.dark .sheet>div,.image-input-box.dark .popup>div{box-shadow:0 0 0 1px var(--color-gray-2,#d1d1d1), 0px 10px 60px 0px var(--color-overlay-shadow,#0000001a), 0px 15px 30px 0px var(--color-overlay-shadow,#0000001a)}.image-input-box.dark .split-view-controller[data-has-detail=true]>.master,.image-input-box.dark .split-view-controller[data-has-detail=false]>.master{border-right:var(--border-width-thin,1px) solid var(--color-gray-2,#d1d1d1);background:var(--color-background-interactive,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}body.modern .image-input-box.dark .split-view-controller[data-has-detail=true]>.master,body.modern .image-input-box.dark .split-view-controller[data-has-detail=false]>.master{overflow:hidden}.image-input-box.dark .tab-bar-controller>header,.image-input-box.dark .st-view.shade{background:var(--color-background-lighter,#fff);--color-current-background:var(--color-background-lighter,#fff);--color-current-background-shade:var(--color-background-lighter-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-lighter-shade-darker,#f0f0f0)}.image-input-box:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));color:var(--color-primary,#0053ff)}.image-input-box:active{border-color:var(--color-primary,#0053ff);color:var(--color-primary,#0053ff)}.image-input-box.square{width:120px}.image-input-box.auto-height{height:auto;min-height:120px;padding:5px}.image-input-box .file-upload{display:none}.image-input-box .image-component{border-radius:9px;width:100%}.image-input-box .icon.trash,.image-input-box .icon.sync{background:var(--color-background,#fff);text-align:center;opacity:0;z-index:1;border-radius:9px;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;inset:0}.image-input-box .icon.trash{color:var(--color-error,#f0153d)}.image-input-box:hover .icon.trash,.image-input-box:hover .icon.sync{opacity:1}.input.birth-day-selection>div>select{font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){.input.birth-day-selection>div>select{font-size:16px}}body.web-iOS .input.birth-day-selection>div>select,body.native-iOS .input.birth-day-selection>div>select{font-size:16px}.input.birth-day-selection{grid-template-rows:auto;grid-template-columns:auto 1fr auto;align-items:stretch;padding-right:0;display:grid}.input.birth-day-selection>div{align-items:stretch;display:flex}.input.birth-day-selection>div>select{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.input.birth-day-selection>div>select:-moz-focusring{color:#0000;text-shadow:0 0 #000}.fade-enter-active[data-v-d2f96a09],.fade-leave-active[data-v-d2f96a09]{transition:opacity .2s!important}.fade-enter-from[data-v-d2f96a09],.fade-leave-to[data-v-d2f96a09]{opacity:0!important}.no-label[data-v-d2f96a09]{grid-column:span 2}.onboarding-group-row-input:focus{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075);border:1px solid var(--color-border-shade,#bdbdbd);background:var(--color-current-background,var(--color-background,#fff));background:var(--color-input-background,var(--color-current-background,var(--color-background,#fff)));border-radius:9px;transition:border-color .2s}.onboarding-group-row-input:disabled:focus,.disabled.onboarding-group-row-input:focus{border-color:var(--color-gray-2,#d1d1d1)}.onboarding-group-row-input:focus{border-color:var(--color-primary,#0053ff);outline:1.1px solid var(--color-primary,#0053ff);outline-offset:-.1px}.onboarding-group-row-input:focus:hover{border:1px solid var(--color-primary,#0053ff)}.onboarding-group-row-input{font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){.onboarding-group-row-input{font-size:16px}}body.web-iOS .onboarding-group-row-input,body.native-iOS .onboarding-group-row-input{font-size:16px}.onboarding-group-row-input{box-sizing:border-box;background-color:var(--color-background,#fff);z-index:20;border:1px solid #0000;border-radius:9px;width:100%;height:50px;margin-left:-10px;padding:0 10px;line-height:50px;transition:background .2s;position:relative;transform:translate(0,0)}.onboarding-group-row-input:hover{background-color:var(--color-background-shade,#f7f7f7)}.onboarding-group-row-input:focus{background-color:var(--color-background,#fff)}.onboarding-start-view h1,.onboarding-start-view main>p{text-align:center}.pricing-box .right{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium,500);font-variant-numeric:tabular-nums}.pricing-box .disabled.right{opacity:.6}.pricing-box .large.right{font-size:20px}.pricing-box .small.right{font-size:13px}.pricing-box .negative.right{color:var(--color-error,#f0153d)}.pricing-box .left>p.flex{align-items:center;gap:7px;display:flex}.pricing-box .left>p:has(>.icon){align-items:center;gap:7px;display:flex}.pricing-box .left>p:has(>svg){align-items:center;gap:7px;display:flex}.pricing-box .left>p:has(>.style-tag){align-items:center;gap:7px;display:flex}.pricing-box .left>p{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.pricing-box .left>p{font-size:13px}}.pricing-box .left>p.for-input{margin-top:8px;margin-bottom:8px}.pricing-box{grid-template-columns:1fr auto;margin-top:auto;padding:15px 0;display:grid}.pricing-box .left{text-align:right;padding:12px 20px 12px 0}.pricing-box .left>h3{font-size:15px;font-weight:var(--font-weight-semibold,600);flex-direction:row;justify-content:flex-end;align-items:center;gap:5px;display:flex}.pricing-box .left>p{padding-top:3px}.pricing-box .left:nth-last-child(2)>h3{font-size:18px;font-weight:var(--font-weight-bold,700)}.pricing-box .left:nth-last-child(2)>p{padding-top:5px}.pricing-box .right{text-align:right;min-width:100px;padding:12px 0}.pricing-box .right:last-child{font-size:18px;font-weight:var(--font-weight-bold,700)}.st-gradient-background{pointer-events:none;z-index:0;background:linear-gradient(#0053ff1a,#0053ff00 100%);width:100%;height:1000px;position:absolute}.st-gradient-background .pattern{opacity:.03;grid-template-columns:auto 1fr;display:grid}.st-gradient-background .pattern svg{max-width:100%;height:auto}.st-gradient-background .pattern>.fill-remaining{background:linear-gradient(#0053ff 0%,#0053ff00 100%)}.organization-selection-view>.search-result{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075)}.organization-selection-view>.search-result>div>h1{font-size:15px;line-height:1.3;font-weight:var(--font-weight-medium,500)}.organization-selection-view>.search-result>div>h1.bolder{font-weight:var(--font-weight-semibold,600)}.organization-selection-view>.search-result>div>h1.red{color:var(--color-error,#f0153d)}@media (width<=600px){.organization-selection-view>.search-result>div>h1{font-size:14px}}@media (width<=400px){.organization-selection-view>.search-result>div>h1{font-size:14px}}.organization-selection-view>.search-result>div>h1+p{padding-top:3px}.organization-selection-view>.search-result>div>h1.smaller{font-size:15px;line-height:1.4}.organization-selection-view>.search-result>div>h1.smaller+p{padding-top:3px}@media (width<=600px){.organization-selection-view>.search-result>div>h1.smaller{font-size:13px}}.organization-selection-view>.search-result>div>h1.large{font-size:17px}.organization-selection-view>.search-result>div>h1.large+p{padding-top:4px}@media (width<=400px){.organization-selection-view>.search-result>div>h1.large{font-size:16px}.organization-selection-view>.search-result>div>h1.large+p{padding-top:3px}}.organization-selection-view>.search-result>div>h1.larger{font-size:20px}.organization-selection-view>.search-result>div>h1.larger+p{padding-top:5px}@media (width<=400px){.organization-selection-view>.search-result>div>h1.larger{font-size:17px}.organization-selection-view>.search-result>div>h1.larger+p{padding-top:3px}}.organization-selection-view>.search-result>div>p.flex,.organization-selection-view>.search-result>div>h1.flex{align-items:center;gap:7px;display:flex}.organization-selection-view>.search-result>div>p:has(>.icon){align-items:center;gap:7px;display:flex}.organization-selection-view>.search-result>div>p:has(>svg){align-items:center;gap:7px;display:flex}.organization-selection-view>.search-result>div>p:has(>.style-tag){align-items:center;gap:7px;display:flex}.organization-selection-view>.search-result>div>h1:has(>.icon){align-items:center;gap:7px;display:flex}.organization-selection-view>.search-result>div>h1:has(>svg){align-items:center;gap:7px;display:flex}.organization-selection-view>.search-result>div>h1:has(>.style-tag){align-items:center;gap:7px;display:flex}.organization-selection-view>.search-result>div>p{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.organization-selection-view>.search-result>div>p{font-size:13px}}.organization-selection-view>.search-result>div>p.for-input{margin-top:8px;margin-bottom:8px}@media (height>=800px) and (width>=600px){.organization-selection-view>h1{padding-top:40px}}.organization-selection-view>h1.native{padding-top:0}.organization-selection-view .version-box{padding:15px 0}.organization-selection-view input.search{max-width:none}.organization-selection-view>.spinner-container{padding:10px 0}.organization-selection-view>footer{padding-top:15px}.organization-selection-view form{margin-bottom:10px}.organization-selection-view>.search-result{background:var(--color-background,#fff);border:1px solid var(--color-gray-2,#d1d1d1);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;text-align:left;flex-basis:row;--block-width:40px;border-radius:9px;align-items:center;width:100%;margin:5px 0;padding:15px 0 15px 15px;transition:transform .2s,border-color .2s,background-color .2s;display:flex;position:relative}.organization-selection-view>.search-result>figure{flex-shrink:0;padding-right:15px}.organization-selection-view>.search-result>div{flex-grow:1;padding-right:40px;position:relative}.organization-selection-view>.search-result>div>.floating{transition:color .2s;position:absolute;top:50%;right:15px;transform:translateY(-50%)}@media (hover:hover){.organization-selection-view>.search-result:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));background-color:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%))}.organization-selection-view>.search-result:hover>.icon.floating{color:var(--color-primary,#0053ff)}}.organization-selection-view>.search-result:focus{border-color:var(--color-primary,#0053ff)}.organization-selection-view>.search-result:focus>.icon.floating{color:var(--color-primary,#0053ff)}.organization-selection-view>.search-result:active{border-color:var(--color-primary,#0053ff);transform:scale(.95)}.organization-selection-view>.search-result:active>.icon.floating{color:var(--color-primary,#0053ff)}.group-view p+.group-info-list{margin-top:20px}.st-grid{margin:0 calc(-1 * var(--st-horizontal-padding,40px));gap:calc(2 * var(--st-list-padding,15px)) 0;grid-template-columns:[start] var(--st-horizontal-padding,40px) auto [line-start] 1fr auto auto var(--st-horizontal-padding,40px) [end line-end];grid-template-columns:[start] var(--st-horizontal-padding,40px) auto [line-start] 1fr fit-content(40%) fit-content(40%) var(--st-horizontal-padding,40px) [end line-end];padding:0;padding-top:var(--st-list-padding-top,var(--st-list-padding,15px));padding-bottom:var(--st-list-padding-bottom,var(--st-list-padding,15px));display:grid;position:relative}.st-list>.st-grid{margin:0}.st-grid+.style-button-bar{margin-top:15px}.st-grid.split{grid-template-columns:[start] var(--st-horizontal-padding,40px) auto [line-start] 1fr auto 1fr var(--st-horizontal-padding,40px) [end line-end]}.st-grid-item{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}a.st-grid-item,a.st-grid-item:hover,a.st-grid-item:active,a.st-grid-item:visited,a.st-grid-item:link{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}button.st-grid-item{text-align:inherit}.st-grid-item{grid-column:start/end;grid-template-columns:subgrid;contain:layoout style;z-index:1;gap:0;display:grid}.st-grid-item.header{font-weight:var(--font-weight-semibold,600)}.st-grid-item.selected{color:var(--color-primary,#0053ff)}.st-grid-item>.left{padding-right:var(--st-grid-horizontal-gap,15px);grid-area:1/2}.st-grid-item>.middle{padding-right:var(--st-grid-horizontal-gap,15px);grid-area:1/3}.st-grid-item>.middle>.option{margin-top:7px}.st-grid-item>.middle-right{padding-right:var(--st-grid-horizontal-gap,15px);grid-area:1/4}.st-grid-item>.middle-right>.style-price-base{text-align:right}.st-grid-item>.right{grid-area:1/5}.st-grid-item.right-stack>.middle-right,.st-grid-item.right-stack>.right{align-self:center}.st-grid-item.price-grid>.middle-right,.st-grid-item.price-grid>.right{text-align:right}@media (width>=600px){.st-grid-item.price-grid>.middle-right{padding-right:60px}}.st-grid-item>.line{height:var(--border-width-thin,1px);background:var(--color-gray-2,#d1d1d1);border-radius:var(--border-width-thin,1px)/2;margin-bottom:calc(-1 * var(--st-list-padding,15px));border:0;outline:0;grid-area:1/line-start/auto/line-end;align-self:end;position:relative}.st-grid-item:last-child>.line,.st-grid-item.no-border>.line{display:none}.st-grid-item.selectable:not(.is-dragging){touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;cursor:pointer}.st-grid-item.selectable:not(.is-dragging),.st-grid-item.rightClickable{position:relative;overflow:visible}.st-grid-item.selectable:not(.is-dragging):after,.st-grid-item.rightClickable:after{content:"";top:calc(-1 * var(--st-list-padding,15px));left:0;right:0;bottom:calc(-1 * var(--st-list-padding,15px));background:var(--color-primary-lighter,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 98.4314%));z-index:-3;opacity:0;pointer-events:none;transition:opacity .1s;position:absolute}.st-grid-item.selectable:not(.is-dragging):before,.st-grid-item.rightClickable:before{content:"";top:calc(-1 * var(--st-list-padding,15px));left:0;right:0;bottom:calc(-1 * var(--st-list-padding,15px));background:var(--color-primary-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 93.7255%));z-index:-1;opacity:0;pointer-events:none;transition:opacity .4s .1s;position:absolute}@media (pointer:fine){.st-grid-item.selectable:not(.is-dragging).hoverable:hover:after,.st-grid-item.rightClickable.hoverable:hover:after{opacity:1;transition:none}.st-grid-item.selectable:not(.is-dragging).hoverable:hover:has(button:hover):after{opacity:0}.st-grid-item.selectable:not(.is-dragging).hoverable:hover:has(select:hover):after{opacity:0}.st-grid-item.selectable:not(.is-dragging).hoverable:hover:has(textarea:hover):after{opacity:0}.st-grid-item.selectable:not(.is-dragging).hoverable:hover:has(input:not([type=radio]):not([type=checkbox]):hover):after{opacity:0}.st-grid-item.selectable:not(.is-dragging).hoverable:hover:has(label:hover):after{opacity:0}.st-grid-item.selectable:not(.is-dragging).hoverable:hover:has(.input:hover):after{opacity:0}.st-grid-item.rightClickable.hoverable:hover:has(button:hover):after{opacity:0}.st-grid-item.rightClickable.hoverable:hover:has(select:hover):after{opacity:0}.st-grid-item.rightClickable.hoverable:hover:has(textarea:hover):after{opacity:0}.st-grid-item.rightClickable.hoverable:hover:has(input:not([type=radio]):not([type=checkbox]):hover):after{opacity:0}.st-grid-item.rightClickable.hoverable:hover:has(label:hover):after{opacity:0}.st-grid-item.rightClickable.hoverable:hover:has(.input:hover):after{opacity:0}}.st-grid-item.selectable:not(.is-dragging):active:before,.st-grid-item.hoverable:active:before,.st-grid-item.rightClickable.right-click:before{opacity:1;transition:none}.st-grid-item.selectable:not(.is-dragging):active:has(button:active):before{opacity:0}.st-grid-item.selectable:not(.is-dragging):active:has(select:active):before{opacity:0}.st-grid-item.selectable:not(.is-dragging):active:has(label:active):before{opacity:0}.st-grid-item.selectable:not(.is-dragging):active:has(textarea:active):before{opacity:0}.st-grid-item.selectable:not(.is-dragging):active:has(input:not([type=radio]):not([type=checkbox]):active):before{opacity:0}.st-grid-item.selectable:not(.is-dragging):active:has(.input:active):before{opacity:0}.st-grid-item.hoverable:active:has(button:active):before{opacity:0}.st-grid-item.hoverable:active:has(select:active):before{opacity:0}.st-grid-item.hoverable:active:has(label:active):before{opacity:0}.st-grid-item.hoverable:active:has(textarea:active):before{opacity:0}.st-grid-item.hoverable:active:has(input:not([type=radio]):not([type=checkbox]):active):before{opacity:0}.st-grid-item.hoverable:active:has(.input:active):before{opacity:0}.st-grid-item.rightClickable.right-click:has(button:active):before{opacity:0}.st-grid-item.rightClickable.right-click:has(select:active):before{opacity:0}.st-grid-item.rightClickable.right-click:has(label:active):before{opacity:0}.st-grid-item.rightClickable.right-click:has(textarea:active):before{opacity:0}.st-grid-item.rightClickable.right-click:has(input:not([type=radio]):not([type=checkbox]):active):before{opacity:0}.st-grid-item.rightClickable.right-click:has(.input:active):before{opacity:0}.input.prefix-input{grid-template-columns:auto 1fr;align-items:stretch;gap:0;display:grid;position:relative;overflow:visible}.input.prefix-input>.prefix{pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:1;transition:opacity .2s}.input.prefix-input>.prefix.fade{opacity:.5}.input.prefix-input>.prefix{box-sizing:border-box;line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);display:block}@media (width<=350px){.input.prefix-input>.prefix{letter-spacing:-.5px}}.input.prefix-input>input{box-sizing:border-box;width:auto;min-width:0;line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);text-overflow:ellipsis;white-space:nowrap;margin:-5px 0 -5px -200px;padding:5px 0 5px 200px;display:block;overflow:hidden}.wysiwyg-text-input{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075);border:1px solid var(--color-border-shade,#bdbdbd);background:var(--color-current-background,var(--color-background,#fff));background:var(--color-input-background,var(--color-current-background,var(--color-background,#fff)));border-radius:9px;transition:border-color .2s}.wysiwyg-text-input:disabled,.disabled.wysiwyg-text-input{border-color:var(--color-gray-2,#d1d1d1)}.wysiwyg-text-input:focus,.wysiwyg-text-input:focus-within{border-color:var(--color-primary,#0053ff);outline:1.1px solid var(--color-primary,#0053ff);outline-offset:-.1px}.wysiwyg-text-input:focus:hover,.wysiwyg-text-input:focus-within:hover{border:1px solid var(--color-primary,#0053ff)}.wysiwyg-text-input .ProseMirror h2{font-size:16px;line-height:1.3;font-weight:var(--font-weight-semibold,600)}.wysiwyg-text-input .ProseMirror h3{font-size:15px;font-weight:var(--font-weight-semibold,600)}@media (width<=400px){.wysiwyg-text-input .ProseMirror h3{font-size:14px}}.wysiwyg-text-input .ProseMirror{font-size:14px}@media (width<=600px){.wysiwyg-text-input .ProseMirror{font-size:14px}}.wysiwyg-text-input .large.ProseMirror{font-size:16px}@media (width<=400px){.wysiwyg-text-input .large.ProseMirror{font-size:15px}}.wysiwyg-text-input{font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){.wysiwyg-text-input{font-size:16px}}body.web-iOS .wysiwyg-text-input,body.native-iOS .wysiwyg-text-input{font-size:16px}.wysiwyg-text-input .ProseMirror strong{font-weight:700}p:not([class]) .wysiwyg-text-input .ProseMirror strong,.wysiwyg-text-input p:not([class]) .ProseMirror strong{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.wysiwyg-text-input .ProseMirror em{font-style:italic}.wysiwyg-text-input .ProseMirror p:not([class]),.wysiwyg-text-input .ProseMirror p.is-empty{font-size:inherit;font-weight:var(--font-weight-default,500);color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));margin:0;padding:0;line-height:1.5}.wysiwyg-text-input .ProseMirror ul,.wysiwyg-text-input .ProseMirror ol{font-size:inherit;padding-left:25px}.wysiwyg-text-input .ProseMirror ul li,.wysiwyg-text-input .ProseMirror ol li{font-size:inherit;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));margin:4px 0;line-height:1.5}.wysiwyg-text-input .gray.ProseMirror p:not([class]),.wysiwyg-text-input .gray.ProseMirror p.is-empty{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.wysiwyg-text-input .ProseMirror p:empty:after{content:"​";visibility:hidden}.wysiwyg-text-input .ProseMirror p.warning-box,.wysiwyg-text-input .ProseMirror p.info-box{display:block!important}.wysiwyg-text-input .ProseMirror h2,.wysiwyg-text-input .ProseMirror h3{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));padding:5px 0}.wysiwyg-text-input .ProseMirror a{color:var(--color-primary,#0053ff);font-weight:var(--font-weight-semibold,600);text-decoration:underline}.wysiwyg-text-input .subtle-links.ProseMirror a{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-weight:var(--font-weight-default,500);text-decoration:underline;-webkit-text-decoration-color:var(--color-gray-2,#d1d1d1);text-decoration-color:var(--color-gray-2,#d1d1d1)}.wysiwyg-text-input .subtle-links.ProseMirror a:hover{-webkit-text-decoration-color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));text-decoration-color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.wysiwyg-text-input .no-underline-links.ProseMirror a{color:var(--color-primary,#0053ff);text-decoration:none}.wysiwyg-text-input .no-underline-links.ProseMirror a:hover{color:var(--color-primary,#0053ff);text-decoration:underline;-webkit-text-decoration-color:var(--color-primary,#0053ff);text-decoration-color:var(--color-primary,#0053ff)}.wysiwyg-text-input .ProseMirror hr{background:0 0;border:0;margin:0;padding:15px 0;display:block}.wysiwyg-text-input .ProseMirror hr:after{content:"";background:var(--color-gray-2,#d1d1d1);width:100%;height:1px;display:block}.wysiwyg-text-input .ProseMirror hr.ProseMirror-selectednode:after{background:var(--color-primary,#0053ff);box-shadow:0 0 0 1px var(--color-primary,#0053ff);border-radius:4px}.wysiwyg-text-input .ProseMirror{max-width:none;height:auto;min-height:calc(var(--input-height,38px) * 2);outline:none;min-height:100px;padding:12px 15px;line-height:1.4}.wysiwyg-text-input .tiptap p.is-editor-empty:first-child:before{color:var(--color-gray-5,#a7a7a7);content:attr(data-placeholder);float:left;pointer-events:none;height:0}.wysiwyg-text-input .tools{opacity:0;pointer-events:none;padding:0 15px 12px;transition:opacity .2s,transform .2s;position:sticky;bottom:-15px;transform:translateY(10px)}.wysiwyg-text-input .tools:focus-within,.wysiwyg-text-input:focus-within .tools{opacity:1;pointer-events:auto;transform:translateY(0)}.color-input-box{padding-bottom:0;padding-right:40px;position:relative;padding-top:0!important}.color-input-box .text-input{width:100%;height:calc(var(--input-height,38px) - 2 * 1px);line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);box-sizing:border-box;padding:5px 0}.color-input-box .color-input{appearance:none;opacity:0;border-radius:3px;width:15px;height:15px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.color-input-box>span.color{box-sizing:border-box;border-radius:3px;width:15px;height:15px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.color-input-box>span.icon{position:absolute;top:50%;right:10px;transform:translateY(-50%)}.segmented-control{text-box:trim-both cap alphabetic;font-size:14px;font-weight:var(--font-weight-semibold,600)}@media (width<=450px){.segmented-control{font-size:16px}}.segmented-control{margin-bottom:15px}@media (width<=550px){.segmented-control{margin-bottom:15px}}.segmented-control{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:var(--color-background-shade-darker,#f0f0f0);box-sizing:border-box;z-index:0;contain:strict;border-radius:11px;width:100%;height:38px;padding:1px;font-weight:400;display:flex;position:relative;overflow:hidden}.segmented-control>.item{text-box-trim:trim-both;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:#0000;flex-grow:1;height:36px;padding:0 10px;position:relative}.segmented-control>.item:before{content:"";z-index:-10;background:var(--color-gray-2,#d1d1d1);opacity:1;border-radius:1px;width:2px;transition:opacity .2s;position:absolute;top:9px;bottom:9px;left:-.5px}.segmented-control>.item.selected:before,.segmented-control>.item:first-child:before,.segmented-control>.item.selected+div:before{opacity:0}.segmented-control>.item>div{display:block}.segmented-control>.item>div:before{content:attr(data-text);text-align:center;text-overflow:ellipsis;opacity:1;white-space:nowrap;will-change:opacity;height:36px;line-height:36px;transition:opacity .2s;position:absolute;top:0;left:10px;right:10px;overflow:hidden}.segmented-control>.item>div:after{content:attr(data-text);text-align:center;text-overflow:ellipsis;white-space:nowrap;opacity:0;will-change:opacity;height:36px;font-weight:600;line-height:36px;transition:opacity .2s;position:absolute;top:0;left:10px;right:10px;overflow:hidden}.segmented-control>.item:active>div{opacity:.4}.segmented-control>.item.selected>div:before{opacity:0}.segmented-control>.item.selected>div:after{opacity:1}.segmented-control>.pointer{z-index:-1;pointer-events:none;will-change:transform;height:36px;transition:transform .25s;position:absolute;top:1px;left:1px;right:1px;transform:translate(0)}.segmented-control>.pointer>div{background:var(--color-background,#fff);border:1px solid var(--color-gray-2,#d1d1d1);box-sizing:border-box;height:36px;box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002,0 4px 16px 1px #00000008,0 0 20px #00000005;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075), 0 4px 8px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .03), 0 0px 20px 0 rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02);border-radius:10px;position:absolute;top:0;left:0}.group-ui-filter-mode{bottom:0;left:var(--st-horizontal-padding,40px);z-index:10;transition:opacity .2s;position:absolute;transform:translateY(50%)}.sortable-drag .group-ui-filter-mode,.st-list.is-dragging .group-ui-filter-mode{opacity:0}.group-ui-filter-list{--st-list-padding:30px;--st-list-padding-top:30px;--st-list-padding-bottom:30px}.group-ui-filter-row{contain:none;--st-list-padding:30px;--st-list-padding-top:30px;--st-list-padding-bottom:30px;position:relative}.group-ui-filter-row.isFirst{--st-list-padding-top:15px}.group-ui-filter-row.isLast{--st-list-padding-bottom:15px}.group-ui-filter-list+hr{margin-top:10px!important}.group-ui-filter-child-line{height:calc(100% - 60px);width:var(--border-width-thin,1px);background:var(--color-gray-2,#d1d1d1);position:absolute;top:30px}.margin-space{margin-left:.5ch;margin-right:.5ch}.input-with-buttons[data-v-1c285452]{margin-bottom:15px}.event-overview .description{margin-bottom:20px}.age-input{position:relative}.age-input>div{pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.age-input>div span{white-space:pre}.age-input>input{opacity:0;box-sizing:border-box;width:100%;height:calc(var(--input-height,38px) - 2 * 1px);line-height:calc(var(--input-height,38px) - 10px - 2 * 1px);padding:5px 15px;position:absolute;inset:0}.age-input>input:focus{opacity:1}.age-input>input:focus+div{opacity:.5}.age-input>input:focus+div span{visibility:hidden}.segmented-view>.content{position:relative}.email-preview-box .email-attachments-spacer{height:var(--border-width-thin,1px);background:var(--color-gray-2,#d1d1d1);border-radius:var(--border-width-thin,1px)/2;border:0;outline:none;margin:20px 0;padding:0}.email-preview-box{background-color:var(--color-background-shade,#f7f7f7);margin:0 auto;margin:0 calc(-1 * var(--st-horizontal-padding,40px));border-radius:9px;margin-top:20px;padding:30px;overflow:hidden}.email-preview-box.web-version{background-color:#0000;margin:0;padding:0}.email-preview-box .email-attachments-spacer{margin:40px -30px 20px}@media (width<=600px){.email-preview-box{padding:40px 15px}.email-preview-box .email-attachments-spacer{margin:40px -15px 20px}}.payment-transfer-table td:first-child{font-size:15px;font-weight:var(--font-weight-semibold,600)}@media (width<=400px){.payment-transfer-table td:first-child{font-size:14px}}.payment-transfer-table td:last-child{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.payment-transfer-table td:last-child{font-size:14px}}.payment-transfer-table td.flex:last-child{align-items:center;gap:7px;display:flex}.payment-transfer-table td:has(>.icon):last-child{align-items:center;gap:7px;display:flex}.payment-transfer-table td:has(>svg):last-child{align-items:center;gap:7px;display:flex}.payment-transfer-table td:has(>.style-tag):last-child{align-items:center;gap:7px;display:flex}.payment-split>.rectangle>.rectangle-top,.payment-split>.rectangle>.rectangle-bottom{font-size:14px;font-weight:var(--font-weight-semibold,600);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}@media (width<=400px){.payment-split>.rectangle>.rectangle-top,.payment-split>.rectangle>.rectangle-bottom{font-size:13px}}.payment-transfer-table td:last-child strong{font-weight:var(--font-weight-semibold,600)}.payment-split{flex-direction:row;padding:15px 0;display:flex}@media (width<=800px){.payment-split{flex-direction:column;padding:0}}.payment-split>.rectangle{border:2px solid var(--color-gray-2,#d1d1d1);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:relative}.payment-split>.rectangle>table{align-self:flex-start;margin-left:10px}@media (width<=800px){.payment-split>.rectangle>table{margin-left:0}.payment-split>.rectangle{border:0;padding:0}}.payment-split>.rectangle>.rectangle-top{background:var(--color-background,#fff);text-align:center;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;max-width:90%;padding:0 15px;line-height:1.4;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.payment-split>.rectangle>.rectangle-bottom{background:var(--color-background,#fff);text-align:center;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;max-width:90%;padding:0 15px;position:absolute;bottom:0;left:50%;overflow:hidden;transform:translate(-50%,50%)}.payment-split>.rectangle:first-child{flex-grow:1;margin-right:15px;padding:15px}@media (width<=800px){.payment-split>.rectangle:first-child{margin-bottom:30px;margin-right:0;padding:0}.payment-split .hide-smartphone{display:none}}.payment-transfer-table td{vertical-align:baseline;touch-action:manipulation;cursor:pointer}.payment-transfer-table td:focus{color:var(--color-primary,#0053ff);outline:none}.payment-transfer-table td:first-child{white-space:nowrap;padding:7px 15px 7px 0}@media (width<=400px){.payment-transfer-table td:first-child,.payment-transfer-table td:last-child{font-size:12px}}.payment-app-logo{height:35px}.payconiq-button-view .payment-app-logo{height:28px}.payconiq-button-view .open-app{-webkit-touch-callout:none}.payconiq-banner-view{background:var(--color-background,#fff);text-align:center;--st-sheet-width:380px;flex-direction:column;align-items:center;padding:40px 30px;display:flex;position:relative}.payconiq-banner-view p{font-size:16px;font-weight:500}.payconiq-banner-view .payconiq-close{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));top:15px;right:15px;position:absolute!important}.payconiq-banner-view>h1{padding-bottom:10px;font-size:25px;font-weight:700;line-height:1.5}.payconiq-banner-view .price{margin:20px 0;font-size:25px;font-weight:700}.payconiq-banner-view .qr-code{-webkit-user-select:none;user-select:none;background:#fff;border-radius:5px;justify-content:center;align-items:center;width:250px;height:250px;display:flex;overflow:hidden}.payconiq-banner-view .qr-code img{width:240px;height:240px;transition:opacity .2s}.payconiq-banner-view .qr-code{margin-bottom:20px}.payconiq-banner-view .qr-code.scanned img{opacity:.5}.payconiq-banner-view .install{margin-bottom:15px}#free-contribution-view .style-description{padding-bottom:20px}#free-contribution-view .textarea-container{max-width:200px;padding-bottom:20px;padding-left:35px}@media (width<=450px){#free-contribution-view .textarea-container{padding-left:0}}.bancontact-pay-icon{width:108px;height:48px}@media (width<=400px){.bancontact-pay-icon{width:54px;height:24px}}.payment-selection-list .payment-method-logo{max-height:30px}.payment-selection-list .payment-method-logo.bancontact{max-height:38px;margin:-4px 0!important}.payment-selection-list .payment-app-logo{width:28px;height:28px}.payment-selection-list .payment-app-banner{flex-direction:row;padding-top:10px;display:flex}.payment-selection-list .payment-app-banner>*{margin-right:5px}.register-item-view{--st-sheet-width:500px}.event-view .description{margin-bottom:20px}.st-list-item-grid[data-v-4306d896]{grid-template-columns:auto auto 1fr;gap:5px 15px;padding-top:7px;display:grid}.no-label[data-v-fe9540eb]{grid-column:span 2}.extra-margin[data-v-dfa600e9]{margin-top:7px}.categorized-view{--saved-vw:var(--vw,1vw);grid-template-columns:1fr;display:grid!important}@media (width>=800px){.categorized-view{grid-template-columns:350px 1fr}.categorized-view .scroll-column{--vw:calc((var(--saved-vw,1vw) * 100 - 350px) / 100)}}.categorized-view{--st-popup-width:1200px}.categorized-view>main{--st-horizontal-padding:15px}.categorized-view>div:first-child{--st-horizontal-padding:30px;z-index:1}@media (width<=800px){.categorized-view>div:first-child{display:none}}.categorized-view>div>.summary-column{border-right:1px solid var(--color-gray-2,#d1d1d1);border-top-right-radius:16px;border-bottom-right-radius:16px;box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002,0 2px 2px 1px #00000008,0 0 20px #00000005}.categorized-view .scroll-column main{--st-horizontal-padding:25px}@media (width<=800px){.categorized-view .scroll-column main{--st-horizontal-padding:20px}}@media (width<=600px){.categorized-view .scroll-column main{--st-horizontal-padding:10px}}.categorized-view .seeker-box{padding-top:10px;position:relative;bottom:0}.categorized-view .seeker-box:active .seeker,.categorized-view .seeker-box:hover .seeker{opacity:.7}.categorized-view .seeker-box .seeker{margin:0 calc(-1 * var(--st-horizontal-padding,40px));height:var(--seek-height);transform:translateY(var(--seek-y));contain:style paint;background:var(--color-background-shade-darker,#f0f0f0);opacity:1;z-index:-2;transition:height .2s,transform .2s,opacity .2s;position:absolute;top:10px;left:0;right:0}.categorized-box{background:var(--color-background,#fff);--color-current-background:var(--color-background,#fff);--color-current-background-shade:var(--color-background-shade,#f7f7f7);--color-current-background-shade-darker:var(--color-background-shade-darker-darker,#e8e8e8);border:1px solid var(--color-gray-2,#d1d1d1);--st-horizontal-padding:40px;border-radius:16px;margin-top:5px;margin-bottom:25px;padding:45px 40px;overflow:hidden;box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002,0 2px 2px 1px #00000008,0 0 20px #00000005}@media (width<=800px){.categorized-box{--st-horizontal-padding:20px;padding:30px 20px}}@media (width<=600px){.categorized-box{--st-horizontal-padding:25px;border:0;margin-bottom:15px;padding:30px 25px;box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002,0 2px 2px 1px #00000008,0 0 20px #00000005}}.categorized-box>.style-title-prefix{margin-bottom:12px}.categorized-box>.st-grid:last-child,.categorized-box>.st-list:last-child,.categorized-box>.st-input-box:last-child{padding-bottom:0}.group-row-image{border-radius:9px;width:50px;height:50px;margin:-5px 0}.start-new-registration-period-view[data-v-0c107d4f]{--st-list-padding:6px;--st-grid-horizontal-gap:6px}.group-cell[data-v-0c107d4f]{--block-width:22px;flex-direction:row;align-items:center;gap:8px;display:flex}.group-cell.category[data-v-0c107d4f]{padding-top:15px}@media (width>=500px){.group-cell[data-v-0c107d4f]{padding-left:calc(var(--depth,0) * 10px)}}@media (width<=500px){.group-cell[data-v-0c107d4f]{gap:6px}}@media (width<=550px){.group-cell[data-v-0c107d4f]{--block-width:16px}}.product-row-image{border-radius:9px;max-width:80px;height:auto;margin:-5px 0}@media (width<=550px){.product-row-image{max-width:50px}}.st-email-address{grid-template-columns:1fr auto;gap:3px;display:inline-grid}.st-email-address .truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.webshop-view-page .image{width:auto;max-width:100%;height:auto;max-height:200px;display:block}.webshop-view-page .webshop-banner{background:var(--color-gray-3,#e5e5e5);border-radius:9px;height:300px;margin-top:20px}.webshop-view-page .webshop-banner img{object-fit:cover;border-radius:9px;width:100%;height:100%}@media (width<=800px){.webshop-view-page .webshop-banner{margin:0 calc(-1 * var(--st-horizontal-padding,40px));border-radius:0;height:41.6667vw;margin-top:20px}.webshop-view-page .webshop-banner img{border-radius:0}}#personalize-settings-view .logo-placeholder{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075);font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){#personalize-settings-view .logo-placeholder{font-size:16px}}body.web-iOS #personalize-settings-view .logo-placeholder,#personalize-settings-view body.web-iOS .logo-placeholder,body.native-iOS #personalize-settings-view .logo-placeholder,#personalize-settings-view body.native-iOS .logo-placeholder{font-size:16px}#personalize-settings-view .logo-placeholder{border:1px solid var(--color-gray-2,#d1d1d1);color:var(--color-gray-5,#a7a7a7);background:var(--color-background,#fff);box-sizing:border-box;-webkit-tap-highlight-color:#0000;cursor:pointer;touch-action:manipulation;border-radius:9px;outline:none;justify-content:center;align-items:center;height:60px;margin:0;padding:5px 15px;transition:border-color .2s,color .2s;display:flex}#personalize-settings-view .logo-placeholder:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));color:var(--color-primary,#0053ff)}#personalize-settings-view .logo-placeholder:active{border-color:var(--color-primary,#0053ff);color:var(--color-primary,#0053ff)}#personalize-settings-view .logo-placeholder.square{width:60px}#personalize-settings-view .logo-placeholder.horizontal{width:300px}.array-list-item{flex-direction:row;align-items:center;gap:7px;width:100%;display:flex}.array-list-item>.left{flex-grow:1}.array-list-item>.right{flex-shrink:0}.array-list-items{flex-direction:column;gap:10px;width:100%;display:flex}.openid-dev-info[data-v-14f955e3]{flex-direction:column;align-self:stretch;gap:10px;width:100%;display:flex}.openid-dev-info .st-input-box[data-v-14f955e3]{width:100%}.login-button-preview-row[data-v-14f955e3]{grid-template-columns:minmax(0,1fr) minmax(180px,260px);align-items:start;gap:15px;display:grid}.login-button-preview[data-v-14f955e3]{padding-top:0}.login-button-preview h3[data-v-14f955e3]{margin:0 0 5px;font-size:15px;font-weight:600;line-height:18px}@media (width<=700px){.login-button-preview-row[data-v-14f955e3]{grid-template-columns:minmax(0,1fr)}}.multi-select-container .input.placeholder{color:var(--color-gray-5,#a7a7a7)}.multi-select-container{--st-horizontal-padding:15px;--st-list-padding:10px}.multi-select-container .input:not(.placeholder){height:auto;padding:0 15px}.multi-select-container .st-list-item .middle{display:flex}.multi-select-container .st-list-item .middle>span{text-overflow:ellipsis;flex-shrink:20;min-width:0;display:block;overflow:hidden}.multi-select-container .st-list-item .middle>span:before{content:" → ";white-space:pre-wrap;display:inline-block}.multi-select-container .st-list-item .middle>span:first-child{flex-shrink:30}.multi-select-container .st-list-item .middle>span:first-child:before{content:none}.multi-select-container .st-list-item .middle>span:last-child{flex-shrink:0}.upload-button .file-upload{display:none}.upload-button .loading-button{display:block}.editor-view .editor-container>footer>div.disabled>hr,.editor-view .editor-container>footer>hr{height:var(--border-width-thin,1px);background:var(--color-gray-2,#d1d1d1);border-radius:var(--border-width-thin,1px)/2;border:0;outline:none;margin:20px 0;padding:0}.editor-view>main .mail-hr{margin:0;margin-right:calc(-1 * var(--st-horizontal-padding,40px))}.editor-view .editor-container{min-height:200px;margin:0 calc(-1 * var(--st-horizontal-padding,0px));height:auto;min-height:calc(var(--input-height,38px) * 2);-webkit-user-select:auto;user-select:auto;-webkit-touch-callout:default;outline:none;flex-direction:column;flex-grow:1;justify-content:stretch;align-items:stretch;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:normal;display:flex;position:relative}.editor-view .editor-container>footer{padding:0 var(--st-horizontal-padding,15px) 15px var(--st-horizontal-padding,15px)}.editor-view .editor-container>footer>div.disabled{-webkit-user-select:none;user-select:none;cursor:not-allowed;color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.editor-view .editor-container>footer>div.disabled .button{pointer-events:none}.editor-view .editor-container>footer>div.disabled .button-description{margin:10px 0}.editor-view .editor-container>footer>div.disabled strong{font-weight:700}.editor-view .editor-container>footer>div.disabled em{font-style:italic}.editor-view .editor-container>footer>hr{margin-bottom:10px}.editor-view .editor-content{flex-direction:column;flex-grow:1;display:flex}.editor-view .editor-content .ProseMirror{color:var(--color-dark,#000716);font-family:-apple-system-body,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:12pt;line-height:1.4}.editor-view .editor-content p{margin:0;padding:0;line-height:1.4}.editor-view .editor-content p.description{color:var(--color-gray-4,#5e5e5e)}.editor-view .editor-content p.description a,.editor-view .editor-content p.description a:link,.editor-view .editor-content p.description a:visited,.editor-view .editor-content p.description a:active,.editor-view .editor-content p.description a:hover{color:var(--color-gray-4,#5e5e5e);text-decoration:underline}.editor-view .editor-content strong{font-weight:700}.editor-view .editor-content em{font-style:italic}.editor-view .editor-content h1{font-size:30px;font-weight:700;line-height:1.2}@media (width<=350px){.editor-view .editor-content h1{font-size:24px}}.editor-view .editor-content h1{margin:0;padding:0}.editor-view .editor-content h2{margin:0;padding:0;font-size:20px;font-weight:700;line-height:1.2}.editor-view .editor-content h3{margin:0;padding:0;font-size:16px;font-weight:700;line-height:1.2}.editor-view .editor-content h4{margin:0;padding:0;font-weight:500;line-height:1.2}.editor-view .editor-content ol,.editor-view .editor-content ul{padding-left:30px;list-style-position:outside}.editor-view .editor-content hr{background:var(--color-border,var(--color-gray-2,#dcdcdc));border:0;border-radius:1px;outline:none;height:1px;margin:20px 0;padding:0}.editor-view .editor-content .button{touch-action:inherit;-webkit-user-select:auto;user-select:auto;cursor:pointer;text-box-trim:none;font-size:16px;font-weight:700;line-height:42px;display:inline-block!important}.editor-view .editor-content .button:active{transform:none}.editor-view .editor-content img{max-width:100%;height:auto}.editor-view .editor-content a,.editor-view .editor-content a:link,.editor-view .editor-content a:visited,.editor-view .editor-content a:active,.editor-view .editor-content a:hover{color:#00f;text-decoration:underline}.editor-view .editor-content .email-data-table{border-collapse:collapse;width:100%}.editor-view .editor-content .email-data-table th,.editor-view .editor-content .email-data-table td{text-align:left;border-bottom:1px solid var(--color-border,var(--color-gray-2,#dcdcdc));vertical-align:middle;padding:10px 10px 10px 0}.editor-view .editor-content .email-data-table th:last-child,.editor-view .editor-content .email-data-table td:last-child{text-align:right;padding-right:0}.editor-view .editor-content .email-data-table td.price{white-space:nowrap}.editor-view .editor-content .email-data-table thead{font-weight:700}.editor-view .editor-content .email-data-table thead th{font-size:10pt}.editor-view .editor-content .email-data-table h4~p{opacity:.8;padding-top:3px;font-size:11pt}.editor-view .editor-content .email-style-inline-code{white-space:pre-wrap;font-family:monospace;display:inline-block}.editor-view .editor-content .email-style-description-small{color:var(--color-gray-4,#5e5e5e);font-variation-settings:"opsz" 19;font-size:14px;font-weight:400;line-height:1.5}.editor-view .editor-content .email-style-title-list{font-size:16px;font-weight:500;line-height:1.3}.editor-view .editor-content .email-style-title-list+p{padding-top:3px}.editor-view .editor-content .email-style-title-prefix-list{color:#0053ff;text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:700;line-height:1.5}.editor-view .editor-content .email-style-title-prefix-list.error{color:#f0153d}.editor-view .editor-content .email-style-price-base,.editor-view .editor-content .email-style-discount-price,.editor-view .editor-content .email-style-discount-old-price,.editor-view .editor-content .email-style-price{font-variant-numeric:tabular-nums;font-size:15px;font-weight:500;line-height:1.4}.editor-view .editor-content .email-style-price-base.disabled,.editor-view .editor-content .disabled.email-style-discount-price,.editor-view .editor-content .disabled.email-style-discount-old-price,.editor-view .editor-content .disabled.email-style-price{opacity:.6}.editor-view .editor-content .email-style-price-base.negative,.editor-view .editor-content .negative.email-style-discount-price,.editor-view .editor-content .negative.email-style-discount-old-price,.editor-view .editor-content .negative.email-style-price{color:#f0153d}.editor-view .editor-content .email-style-price{color:#0053ff;font-weight:700}.editor-view .editor-content .email-style-discount-old-price{color:var(--color-gray-4,#5e5e5e);text-decoration:line-through}.editor-view .editor-content .email-style-discount-price{color:#ff4747;margin-left:5px;font-weight:700}.editor-view .editor-content .pre-wrap{white-space:pre-wrap}.editor-view .editor-content>.ProseMirror{flex-grow:1}.editor-view .editor-content>.ProseMirror span[data-type=smartVariable]{white-space:nowrap;margin:0 -2px;padding:3px 2px}.editor-view .editor-content>.ProseMirror span[data-type=smartVariable]:empty{background:0 0;margin:0;padding:0}.editor-view .editor-content>.ProseMirror span[data-type=smartVariable].ProseMirror-selectednode{color:var(--color-primary-contrast,#fff)}.editor-view .editor-content>.ProseMirror span[data-type=smartVariable]{position:relative}.editor-view .editor-content>.ProseMirror span[data-type=smartVariable]:after{content:"";background:var(--color-gray-3,#e5e5e5);pointer-events:none;z-index:-1;border-radius:9px;position:absolute;inset:0}.editor-view .editor-content>.ProseMirror span[data-type=smartVariable].ProseMirror-selectednode:after{background:var(--color-primary,#0053ff)}.editor-view .editor-content>.ProseMirror span[data-type=smartButtonInline]{text-decoration:underline}.editor-view .editor-content>.ProseMirror div[data-type=smartVariableBlock]{margin:0 -15px;padding:0 15px}.editor-view .editor-content>.ProseMirror div[data-type=smartVariableBlock].ProseMirror-selectednode{box-shadow:0 0 0 2px var(--color-primary,#0053ff);border-radius:9px}.editor-view .editor-content>.ProseMirror .button{cursor:default!important}.editor-view .editor-content>.ProseMirror img{max-width:100%;height:auto;margin:0}.editor-view .editor-content>.ProseMirror img.ProseMirror-selectednode{box-shadow:0 0 0 2px var(--color-primary,#0053ff);border-radius:9px}.editor-view .editor-content>.ProseMirror hr{background:0 0;margin:0;padding:20px 0;display:block}.editor-view .editor-content>.ProseMirror hr:after{content:"";background:var(--color-gray-2,#d1d1d1);border-radius:1px;width:100%;height:2px;display:block}.editor-view .editor-content>.ProseMirror hr.ProseMirror-selectednode:after{background:var(--color-primary,#0053ff);box-shadow:0 0 0 1px var(--color-primary,#0053ff);border-radius:4px}.editor-view .editor-content>.ProseMirror .email-only{padding:2px var(--st-horizontal-padding,15px) 5px var(--st-horizontal-padding,15px);margin:1px calc(-1 * var(--st-horizontal-padding,15px));background:var(--color-background,#fff);border-top:2px dashed var(--color-gray-2,#d1d1d1);border-bottom:2px dashed var(--color-gray-2,#d1d1d1);transition:border-color .3s,background-color .3s;display:block;position:relative}.editor-view .editor-content>.ProseMirror .email-only:last-child{border-bottom-color:#0000}.editor-view .editor-content>.ProseMirror .email-only:has(>.content>hr:first-child){margin-top:20px}.editor-view .editor-content>.ProseMirror .email-only:has(>.content>hr:first-child)>.content>hr:first-child{padding-top:10px}.editor-view .editor-content>.ProseMirror .email-only>.label{max-width:100%;font-size:13px;font-weight:var(--font-weight-semibold,600);background:var(--color-gray-3,#e5e5e5);text-align:center;opacity:1;color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:9px;gap:4px;padding:7px;transition:opacity .3s,background-color .3s;display:flex;position:absolute;top:5px;right:5px}.editor-view .editor-content>.ProseMirror .email-only.has-focus{background:var(--color-background-shade,#f7f7f7);border-top-color:#0000;border-bottom-color:#0000}.editor-view .editor-content>.ProseMirror .email-only.has-focus>.label{opacity:.8;background-color:#0000}@media (width<=400px){.editor-view .editor-content>.ProseMirror .email-only.has-focus>.label>span:last-child{display:none}}.editor-view .ProseMirror{max-width:none;padding:15px var(--st-horizontal-padding,15px);height:auto;min-height:calc(var(--input-height,38px) * 2);outline:none;line-height:normal}.sms-view>main{flex-direction:column;flex-grow:1;display:flex}.sms-view>main #message-title{padding-bottom:0}.sms-view>main>textarea{flex-grow:1;min-height:200px}.notes[data-v-4230a2ab]{white-space:pre-line}.fade-enter-active[data-v-dc70cd33],.fade-leave-active[data-v-dc70cd33]{transition:opacity .2s!important}.fade-enter-from[data-v-dc70cd33],.fade-leave-to[data-v-dc70cd33]{opacity:0!important}.no-label[data-v-dc70cd33]{grid-column:span 2}.member-payments-view{position:relative}.checkbox-label[data-v-d80d1434]{flex-direction:column;justify-content:center;min-height:24px;display:flex}.upload-members-upload-box{box-sizing:border-box;background:var(--color-background-shade,#f7f7f7);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;text-align:left;border-radius:9px;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;max-width:100%;margin-bottom:20px;padding:30px 20px;transition:background-color .2s;display:flex}.upload-members-upload-box:active{background-color:var(--color-background-shade-darker,#f0f0f0);transition:none}.upload-members-upload-box>.icon:first-child{flex-shrink:0;padding-right:20px}.upload-members-upload-box>.icon:last-child{flex-shrink:0;margin-left:auto;padding-left:20px}.input-wrapper{width:100%;display:inline-block;position:relative}.input.with-spinner{padding-right:2.5em}.spinner-inside-input{pointer-events:none;position:absolute;top:50%;right:.75em;transform:translateY(-50%)}.product-edit-view .image-box{flex-flow:wrap;margin:0 -5px;display:flex;overflow:hidden}.product-edit-view .image-box img.image{border-radius:9px;align-self:flex-start;max-width:100%;max-height:140px;margin:5px}.edit-regions-search-bar{margin-top:15px;display:block}.dns-records dd.flex{align-items:center;gap:7px;display:flex}.dns-records dd:has(>.icon){align-items:center;gap:7px;display:flex}.dns-records dd:has(>svg){align-items:center;gap:7px;display:flex}.dns-records dd:has(>.style-tag){align-items:center;gap:7px;display:flex}.dns-records dd{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.dns-records dd{font-size:13px}}.dns-records dd.for-input{margin-top:8px;margin-bottom:8px}.dns-records dt{font-size:12px;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));line-height:1.5}@media (width<=550px){.dns-records dt{font-size:13px}}.dns-records dd{color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));font-size:14px}.dns-records{background:var(--color-background-shade,#f7f7f7);border-radius:9px;margin:15px 0;padding:20px}.dns-records.success{background:var(--color-success-background,#e0f5e4);color:var(--color-success-dark,#006108)}.dns-records{grid-template-columns:20% 80%;gap:8px 0;display:grid;position:relative}@media (width<=450px){.dns-records{margin:15px calc(-1 * var(--st-horizontal-padding,40px));padding:20px var(--st-horizontal-padding,40px)}}.dns-records dd{word-wrap:break-word;outline:0;font-family:monospace}.dns-records dd.selectable{cursor:pointer}.dns-records>.icon{position:absolute;top:10px;right:10px}.detailed-ticket-view main>h1{font-size:26px;font-weight:var(--font-weight-semibold,600);line-height:1.4}@media (width<=350px){.detailed-ticket-view main>h1{font-size:24px}}.detailed-ticket-view main>h1.with-icons{align-items:center;gap:5px;padding-bottom:15px;display:flex}.detailed-ticket-view main>h1:has(.icon){align-items:center;gap:5px;padding-bottom:15px;display:flex}.detailed-ticket-view main>h1:has(.style-tag){align-items:center;gap:5px;padding-bottom:15px;display:flex}.detailed-ticket-view main>h1.with-icons>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.detailed-ticket-view main>h1:has(.icon)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.detailed-ticket-view main>h1:has(.style-tag)>span:not([class]){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.detailed-ticket-view main>h1.with-icons>:not(:first-child){flex-shrink:0}.detailed-ticket-view main>h1:has(.icon)>:not(:first-child){flex-shrink:0}.detailed-ticket-view main>h1:has(.style-tag)>:not(:first-child){flex-shrink:0}.detailed-ticket-view main>.event-name,.detailed-ticket-view main .ticket-index{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff);text-transform:uppercase;padding-bottom:2px}.detailed-ticket-view main>.gray.event-name,.detailed-ticket-view main .gray.ticket-index{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.detailed-ticket-view main>.event-name+.details-grid,.detailed-ticket-view main .ticket-index+.details-grid{padding-top:5px}.detailed-ticket-view main>.flex.description,.detailed-ticket-view main>.flex.event-name,.detailed-ticket-view main .flex.ticket-index{align-items:center;gap:7px;display:flex}.detailed-ticket-view main>.description:has(>.icon){align-items:center;gap:7px;display:flex}.detailed-ticket-view main>.description:has(>svg){align-items:center;gap:7px;display:flex}.detailed-ticket-view main>.description:has(>.style-tag){align-items:center;gap:7px;display:flex}.detailed-ticket-view main>.event-name:has(>.icon){align-items:center;gap:7px;display:flex}.detailed-ticket-view main .ticket-index:has(>.icon){align-items:center;gap:7px;display:flex}.detailed-ticket-view main>.event-name:has(>svg){align-items:center;gap:7px;display:flex}.detailed-ticket-view main .ticket-index:has(>svg){align-items:center;gap:7px;display:flex}.detailed-ticket-view main>.event-name:has(>.style-tag){align-items:center;gap:7px;display:flex}.detailed-ticket-view main .ticket-index:has(>.style-tag){align-items:center;gap:7px;display:flex}.detailed-ticket-view main>.description{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.detailed-ticket-view main>.description{font-size:13px}}.detailed-ticket-view main>.for-input.description{margin-top:8px;margin-bottom:8px}.detailed-ticket-view main{--st-horizontal-padding:30px}.sheet .detailed-ticket-view main{--st-horizontal-padding:40px}.detailed-ticket-view main>.event-name{padding-top:var(--st-horizontal-padding,30px)}.detailed-ticket-view main .ticket-index{display:inline-block}.detailed-ticket-view main>.description{text-overflow:ellipsis;white-space:pre-wrap;padding-top:10px;display:-webkit-box;overflow:hidden}.detailed-ticket-view main>.description+.description{padding-top:0}.detailed-ticket-view main>.price{color:var(--color-primary,#0053ff);flex-direction:row;padding-top:10px;font-size:14px;font-weight:600;line-height:1.4;display:flex}.detailed-ticket-view main>.price .style-tag{margin-left:auto}.detailed-ticket-view .qr-box{max-width:calc(100dvh - 200px);margin:0 auto}.detailed-ticket-view .qr-box>div{position:relative}.detailed-ticket-view .qr-box>div:before{content:"";background:#fff;border-radius:9px;display:none;position:absolute;inset:-30px}body.dark .detailed-ticket-view .qr-box{padding-top:30px;padding-bottom:10px}body.dark .detailed-ticket-view .qr-box>div:before{display:block}@media (prefers-color-scheme:dark){body:not(.light) .detailed-ticket-view .qr-box{padding-top:30px;padding-bottom:10px}body:not(.light) .detailed-ticket-view .qr-box>div:before{display:block}}.detailed-ticket-view .qr-box img,.detailed-ticket-view .qr-box .placeholder{width:auto;max-width:100%;height:auto}.detailed-ticket-view .qr-box img{position:absolute}.detailed-ticket-view .qr-box .placeholder{width:100%;max-width:370px;padding-bottom:min(370px,100%)}.detailed-ticket-view .qr-box>span{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-size:10px;font-weight:700;display:block}.detailed-ticket-view .stamhoofd-rosnops-box{width:100%;margin-top:10px;margin-bottom:-10px}body.dark .detailed-ticket-view .stamhoofd-rosnops-box{margin-top:30px}@media (prefers-color-scheme:dark){body:not(.light) .detailed-ticket-view .stamhoofd-rosnops-box{margin-top:30px}}.detailed-ticket-view .stamhoofd-rosnops-box{grid-template-rows:1fr;grid-template-columns:auto;display:grid}.detailed-ticket-view .rosnops{opacity:0;pointer-events:none;border-radius:9px;grid-area:1/1/1/1;align-self:stretch;transition:opacity .2s}.detailed-ticket-view .rosnops.visible{opacity:1;pointer-events:auto}.detailed-ticket-view .rosnops>.image-component{max-height:150px}.detailed-ticket-view .rosnops.isLogo{border:1px solid var(--color-gray-2,#d1d1d1);background:#fff;align-items:center;display:grid;box-shadow:0 1px 1px #0000001a}.detailed-ticket-view .rosnops.isLogo>.image-component{border-radius:0;max-height:80px;margin:15px 50px}.seat-selection-box .row-label{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.seat-selection-box .row-label{font-size:14px}}.seat-selection-box .flex.row-label{align-items:center;gap:7px;display:flex}.seat-selection-box .row-label:has(>.icon){align-items:center;gap:7px;display:flex}.seat-selection-box .row-label:has(>svg){align-items:center;gap:7px;display:flex}.seat-selection-box .row-label:has(>.style-tag){align-items:center;gap:7px;display:flex}.seat-selection-box .seat{font-size:14px;font-weight:var(--font-weight-semibold,600);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}@media (width<=400px){.seat-selection-box .seat{font-size:13px}}.seat-selection-box .row-label strong{font-weight:var(--font-weight-semibold,600)}.seat-selection-box{margin:0 calc(-1 * var(--st-horizontal-padding,40px));position:relative;overflow-x:auto;transform:translate(0,0)}.seat-selection-box .padding-container{padding:15px calc(45px + var(--st-horizontal-padding));width:var(--sw);box-sizing:content-box;margin:0 auto;padding-bottom:30px}@media (width<=800px){.seat-selection-box .padding-container{padding:15px calc(25px + var(--st-horizontal-padding))}}.seat-selection-box .row-label{top:calc(var(--ry));height:var(--rh);line-height:var(--rh);font-size:12px;position:absolute}.seat-selection-box .row-label.left{left:-45px}@media (width<=800px){.seat-selection-box .row-label.left{left:-30px}}.seat-selection-box .row-label.right{text-align:right;right:-45px}@media (width<=800px){.seat-selection-box .row-label.right{right:-30px}}.seat-selection-box .seating-plan-seats{width:var(--sw);height:var(--sh);position:relative}.seat-selection-box .seat{left:var(--x);top:var(--y);width:var(--w);height:var(--h);box-sizing:border-box;line-height:var(--h);color:var(--color,var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%)));text-align:center;border-radius:5px;display:block;position:absolute}.seat-selection-box .seat.disabledPerson>.nr{text-align:left;height:15px;padding:2px;font-size:10px;line-height:15px;display:block;position:absolute;top:0;left:0}.seat-selection-box .seat:after{content:"";z-index:-1;border:1px solid var(--color-gray-2,#d1d1d1);background:var(--color-background,#fff);border-radius:5px;transition:background-color .2s,transform .2s;animation-fill-mode:forwards;position:absolute;inset:0;transform:scale(1);box-shadow:0 1px 1px #0000001a}.seat-selection-box .seat .nr{opacity:.5}.seat-selection-box .seat.space{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-size:16px;font-weight:var(--font-weight-default,500)}.seat-selection-box .seat.space:after{display:none}.seat-selection-box .seat.space .nr{opacity:1}.seat-selection-box .seat.space:first-child{text-align:left}.seat-selection-box .seat.space:last-child{text-align:right}.seat-selection-box .seat.space:first-child:last-child{text-align:center}.seat-selection-box .seat.highlighted{color:var(--color-background,#fff);font-weight:700}.seat-selection-box .seat.highlighted:after{background:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%));border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%))}.seat-selection-box .seat.highlighted .nr{opacity:1}.seat-selection-box .seat.selected{color:var(--color-primary-contrast,#fff);font-weight:700}.seat-selection-box .seat.selected:after{background:var(--color-primary,#0053ff);border-color:var(--color-primary,#0053ff);background:var(--color,var(--color-primary,#0053ff));border-color:var(--color,var(--color-primary,#0053ff));animation:.2s increase}.seat-selection-box .seat.selected .nr{opacity:1}.seat-selection-box .seat.selected.hasHighlights{z-index:1}.seat-selection-box .seat.selected.hasHighlights:after{animation:.6s .4s bringToAttention}.canSelect .seat-selection-box .seat.occupied{cursor:not-allowed}.seat-selection-box .seat.occupied .nr{opacity:.2}.seat-selection-box .seat.occupied:after{background:var(--color-gray-2,#d1d1d1)}.seat-selection-box.can-select .seat{touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer}.seat-selection-box .seat>.icon{left:calc((var(--w) - 18px) / 2 + 3px);top:calc((var(--h) - 18px) / 2 + 2px);z-index:0;font-size:18px;position:absolute}.seat-selection-box .seat>.icon:before{font-size:18px}@keyframes bringToAttention{0%{transform:scale(1)}25%{background-color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%));border-radius:10px;transform:scale(1.8)}50%{transform:scale(1)}75%{background-color:var(--color-primary-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 100%), 19.0196%));border-radius:10px;transform:scale(2)}to{transform:scale(1)}}@keyframes increase{0%{transform:scale(1)}50%{border-radius:8px;transform:scale(1.3)}to{transform:scale(1)}}.graph h2.style-with-button[data-v-1877abb9]>:first-child{padding-bottom:5px!important}.canvas-box[data-v-1877abb9]{width:100%;height:500px;max-height:30vh;position:relative}.canvas-box .spinner-container[data-v-1877abb9]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.webshop-statistics-view .stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0 15px;display:grid}.webshop-statistics-view .graph-grid{grid-template-columns:repeat(auto-fit,minmax(900px,1fr));gap:30px;display:grid}@media (width<=1200px){.webshop-statistics-view .graph-grid{grid-template-columns:1fr}}#settings-view .dns-settings{max-width:500px;padding:20px 0}#settings-view .dns-settings dd{white-space:nowrap;font-family:monospace}.search-organization-view .search-box{margin:15px 0}.date-image-box{background:var(--color-background-shade,#f7f7f7);border:1px solid var(--color-gray-2,#d1d1d1);border-radius:5px;width:150px;height:80px;margin-right:15px;padding:15px 0;position:relative;overflow:hidden}@media (width<=450px){.date-image-box{width:100%;margin-right:0}}.date-image-box .overlay{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.date-image-box .overlay .day{font-size:35px;font-weight:700;display:block}.date-image-box .overlay .month{color:var(--color-gray-1,#868686);font-size:15px;display:block}.date-image-box .event-image{z-index:1;touch-action:none;pointer-events:none;position:absolute;inset:0}.date-image-box .event-image img{object-fit:cover}.search-uitpas-event-view .search-box{margin:15px 0}.email-input-field{transform:translate(0,0)}#signup-account-view .checkbox-box{margin-top:15px}.product-selector-image-preview .image-component{width:50px}.product-selector-image-preview .image-component img{border-radius:5px}.product-selector-box .style-input-box{--st-horizontal-padding:15px;padding-left:15px;padding-right:15px;overflow:hidden}.sheet .show-seats-view{min-width:min(100vw, var(--st-sheet-width,400px));max-width:100vw;width:max-content!important}.show-seats-view{--st-vertical-padding:0px}.cart-item-row h3{font-size:16px;line-height:1.3;font-weight:var(--font-weight-semibold,600)}.cart-item-row .flex.description{align-items:center;gap:7px;display:flex}.cart-item-row .description:has(>.icon){align-items:center;gap:7px;display:flex}.cart-item-row .description:has(>svg){align-items:center;gap:7px;display:flex}.cart-item-row .description:has(>.style-tag){align-items:center;gap:7px;display:flex}.cart-item-row .description{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.cart-item-row .description{font-size:13px}}.cart-item-row .for-input.description{margin-top:8px;margin-bottom:8px}.cart-item-row h3{justify-content:space-between;align-items:flex-end;padding-top:5px;display:flex}.cart-item-row .description{white-space:pre-wrap;padding-top:5px}.cart-item-row .price{color:var(--color-primary,#0053ff);font-size:14px;font-weight:600;line-height:1.4}.cart-item-row .amount{margin-right:15px;font-size:14px;font-weight:600;line-height:1.4}.cart-item-row .discount-tags{padding-top:5px}.cart-item-row .discount-tags>.style-tag{margin-left:5px}.cart-item-row .discount-tags>.style-tag:first-child{margin-left:0}.cart-item-row footer{justify-content:space-between;align-items:center;display:flex}.cart-item-row figure{width:70px}@media (width>=340px){.cart-item-row figure{width:80px}}@media (width>=801px){.cart-item-row figure{width:100px}}.cart-item-row figure img{border-radius:9px}.field-box .style-description-small{white-space:pre-wrap;padding-top:5px}.seating-plan-section .seat{box-shadow:inset 0 .5px 1.4px .1px #00000005,0 0 0 1px #00000005,0 .7px .7px #00000004,0 1.4px 1.4px #00000003,0 2.8px 2.8px #00000002;box-shadow:inset 0px .5px 1.4px .1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px 0px 0px 1px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .02), 0px .7px .7px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .015), 0px 1.4px 1.4px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .01125), 0px 2.8px 2.8px 0px rgba(var(--rgb-shadow,0), var(--rgb-shadow,0), var(--rgb-shadow,0), .0075);border:1px solid var(--color-border-shade,#bdbdbd);background:var(--color-current-background,var(--color-background,#fff));background:var(--color-input-background,var(--color-current-background,var(--color-background,#fff)));border-radius:9px;transition:border-color .2s}.seating-plan-section .seat:disabled,.seating-plan-section .disabled.seat{border-color:var(--color-gray-2,#d1d1d1)}.seating-plan-section .seat:focus,.seating-plan-section .seat:focus-within{border-color:var(--color-primary,#0053ff);outline:1.1px solid var(--color-primary,#0053ff);outline-offset:-.1px}.seating-plan-section .seat:focus:hover,.seating-plan-section .seat:focus-within:hover{border:1px solid var(--color-primary,#0053ff)}.seating-plan-section .row-label{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.seating-plan-section .row-label{font-size:14px}}.seating-plan-section .flex.row-label{align-items:center;gap:7px;display:flex}.seating-plan-section .row-label:has(>.icon){align-items:center;gap:7px;display:flex}.seating-plan-section .row-label:has(>svg){align-items:center;gap:7px;display:flex}.seating-plan-section .row-label:has(>.style-tag){align-items:center;gap:7px;display:flex}.seating-plan-section .seat>input{font-size:14px;font-weight:var(--font-weight-default,500);line-height:1.2}@media (width<=600px){.seating-plan-section .seat>input{font-size:16px}}body.web-iOS .seating-plan-section .seat>input,.seating-plan-section body.web-iOS .seat>input,body.native-iOS .seating-plan-section .seat>input,.seating-plan-section body.native-iOS .seat>input{font-size:16px}.seating-plan-section .row-label strong{font-weight:var(--font-weight-semibold,600)}.edit-seating-plan-section-box .undo-buttons{justify-content:flex-end;gap:15px;display:flex}.seating-plan-section{background:var(--color-background-shade,#f7f7f7);border-radius:9px;margin-bottom:10px;overflow-x:auto;transform:translate(0,0);box-shadow:inset 0 0 200px #00000026,inset 0 2px 10px #0000001a}.seating-plan-section .padding-box{padding:20px 90px}.seating-plan-section .seating-plan-seats{width:var(--sw);height:var(--sh);contain:layout size;will-change:width, height;margin:20px auto;position:relative}.seating-plan-section .row-label{top:var(--ry);width:40px;height:var(--rh);line-height:var(--rh);text-align:right;box-sizing:border-box;contain:layout size;border-bottom:2px solid #0000;position:absolute}.seating-plan-section .row-label:focus{border-color:var(--color-primary,#0053ff)}.seating-plan-section .row-label.left{padding-right:10px;left:-80px}.seating-plan-section .row-label.right{text-align:left;padding-left:10px;right:-80px}.seating-plan-section .row-label.error{border:var(--color-error-border,#ffcad3);box-shadow:0 0 0 1px var(--color-error-border,#ffcad3);color:var(--color-error,#f0153d)}.seating-plan-section .add-seat-button{top:calc(var(--ry) + var(--rh) / 2 - 12px);contain:layout size;z-index:1;width:24px;height:24px;color:var(--color-primary,#0053ff);position:absolute!important}.seating-plan-section .add-seat-button.left{left:-29px}.seating-plan-section .add-seat-button.right{right:-29px}.seating-plan-section .row-background{height:calc(var(--rh) + 6px);top:calc(var(--ry) - 3px);contain:layout size;z-index:2;box-sizing:border-box;cursor:pointer;border:2px solid #0000;border-radius:5px;position:absolute;left:0;right:0}.seating-plan-section .row-background:hover{border-color:var(--color-primary-gray-light,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 67.5214%), 77.0588%))}.seating-plan-section .row-background.clickThrough{z-index:0}.seating-plan-section .row-background.selected{cursor:inherit;border-color:var(--color-primary,#0053ff);background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%))}.seating-plan-section .seating-plan-row:focus-within .row-background.selected{background:0 0;border-color:#0000}.seating-plan-section .seat{z-index:1;left:var(--x);top:var(--y);width:var(--w);height:var(--h);box-sizing:border-box;contain:strict;will-change:transform, width, height;touch-action:manipulation;background:#fff;border-radius:5px;display:block;position:absolute}.seating-plan-section .seat.selected{border-color:var(--color-primary,#0053ff);box-shadow:0 0 0 1px var(--color-primary,#0053ff)}.seating-plan-section .seat.error{border-color:var(--color-error-border,#ffcad3);box-shadow:0 0 0 1px var(--color-error-border,#ffcad3)}.seating-plan-section .seat.error:focus,.seating-plan-section .seat.error:focus-within{border-color:var(--color-error,#f0153d);box-shadow:0 0 0 1px var(--color-error,#f0153d)}.seating-plan-section .seat.space{border:1px dashed var(--color-gray-2,#d1d1d1);box-shadow:none;background:0 0}.seating-plan-section .seat.space:focus,.seating-plan-section .seat.space:focus-within,.seating-plan-section .seat.space.selected{border:1px solid var(--color-primary,#0053ff);box-shadow:0 0 0 1px var(--color-primary,#0053ff)}.seating-plan-section .seat.space:first-child input{text-align:left}.seating-plan-section .seat.space:last-child input{text-align:right}.seating-plan-section .seat.space:first-child:last-child input{text-align:center}.seating-plan-section .seat>input{width:calc(var(--w) - 2px);height:calc(var(--h) - 2px);text-align:center;line-height:calc(var(--h) - 2px);box-sizing:border-box;contain:layout size;z-index:1;color:var(--color);position:absolute;top:0;left:0}.seating-plan-section .seat>input.disabledPerson:not(:focus){text-align:left;height:15px;padding:2px;font-size:10px;line-height:15px}.seating-plan-section .seat>.icon{left:calc((var(--w) - 18px) / 2 + 3px);top:calc((var(--h) - 18px) / 2 + 2px);z-index:0;font-size:18px;position:absolute}.seating-plan-section .seat>.icon:before{font-size:18px}.seating-plan-section .seat>input:focus+.icon{display:none}.seating-plan-section .seats>button:first-child{margin-right:auto}.seating-plan-section .seats>button:last-child{margin-left:auto}.seating-plan-section .button-row{justify-content:center;align-items:center;gap:15px;display:flex}.edit-seating-plan-view{--st-popup-width:1200px}.scanner-view{--st-vertical-padding:0px;--navigation-bar-horizontal-padding:7px}.scanner-view .video-container{margin:0 calc(-1 * var(--st-horizontal-padding,40px));background:#000;flex-grow:1;position:relative}.scanner-view .video-container video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.scanner-view .video-container .scan-overlay{border:4px solid #fff;border-radius:5px;width:70%;padding-bottom:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.scanner-view .video-container.native{background:0 0}.scanner-view .video-container.native>video{display:none}.scanner-view .video-container.native .scan-overlay{position:fixed}.scanner-view .video-footer{margin-bottom:calc(-1 * var(--st-safe-area-bottom,0px));position:absolute;bottom:0;left:0;right:0}.scanner-view .video-footer>.status-bar{background:var(--color-background,#fff);text-align:center;min-height:50px;color:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));padding:15px;padding-bottom:calc(var(--st-safe-area-bottom,0px) + 15px);justify-content:center;align-items:center;font-size:14px;line-height:1.4;display:flex}.scanner-view .video-footer>.status-bar .spinner-container{margin-right:15px}.scanner-view .button-bar{text-align:right;padding:15px}.scanner-view .round-button{touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--color-background,#fff);background:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%));text-align:center;width:48px;height:48px;border-radius:24px;line-height:48px;transition:background-color .2s;display:inline-block}.scanner-view .round-button:active{background:var(--color-gray-1,#868686);transition:background-color}.scanner-view .round-button.selected{background:var(--color-primary,#0053ff)}.scanner-view .round-button.selected:active{background:var(--color-dark,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.04082%), 19.2157%))}.product-box>.content>div>h3{font-size:16px;line-height:1.3;font-weight:var(--font-weight-semibold,600)}.product-box>.content>div>.flex.description{align-items:center;gap:7px;display:flex}.product-box>.content>div>.description:has(>.icon){align-items:center;gap:7px;display:flex}.product-box>.content>div>.description:has(>svg){align-items:center;gap:7px;display:flex}.product-box>.content>div>.description:has(>.style-tag){align-items:center;gap:7px;display:flex}.product-box>.content>div>.description{font-size:13px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.product-box>.content>div>.description{font-size:13px}}.product-box>.content>div>.for-input.description{margin-top:8px;margin-bottom:8px}.product-box{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;margin:0 calc(-1 * var(--st-horizontal-padding,40px));padding-right:var(--st-horizontal-padding,15px);flex-direction:row;align-items:center;transition:background-color .2s .1s;display:flex}.product-box .maskingSvg{display:none}.product-box>.content>hr{background:var(--color-gray-2,#d1d1d1);height:1px;bottom:0;left:0;right:calc(-1 * var(--st-horizontal-padding,15px));border:0;border-radius:.5px;outline:0;margin:0;position:absolute}.product-box:last-child>.content>hr{display:none}.product-box:active{background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));transition:none}.product-box>.left{background:var(--color-primary,#0053ff);opacity:0;width:4px;margin-right:var(--st-horizontal-padding,15px);border-radius:9px;flex-shrink:0;align-self:stretch;transition:opacity .2s,transform .2s;overflow:hidden;transform:translate(-4px)}.product-box.selected>.left{opacity:1;transform:translate(0)}.product-box>.content{flex-grow:1;align-self:stretch;align-items:center;min-width:0;display:flex;position:relative}.product-box>.content>div{flex-grow:1;min-width:0;padding:15px 0}.product-box>.content>div>h3{padding-top:5px;padding-right:30px;transition:transform .2s;position:relative}.product-box>.content>div>h3>.counter{opacity:0;width:30px;color:var(--color-primary,#0053ff);white-space:nowrap;font-size:14px;font-weight:600;line-height:1.4;transition:opacity .2s;position:absolute;left:0;transform:translate(-30px)}.product-box>.content>div>.description{text-overflow:ellipsis;white-space:pre-wrap;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-top:5px;display:-webkit-box;overflow:hidden}.product-box>.content>div>.description+.description{padding-top:0}.product-box>.content>div>.price{color:var(--color-primary,#0053ff);flex-direction:row;padding-top:10px;font-size:14px;font-weight:600;line-height:1.4;display:flex}.product-box>.content>div>.price .style-tag{margin-left:auto}.product-box>.content>div>.price .price-value{white-space:nowrap;margin-right:1ch}.product-box.ticket{position:relative}.product-box.selected>.content>div>h3{transform:translate(30px)}.product-box.selected>.content>div>h3>.counter{opacity:1}.product-box figure{flex-shrink:0;padding:15px 0 15px 15px}.product-box figure img{border-radius:9px;max-width:70px;height:auto;display:block}@media (width>=340px){.product-box figure img{max-width:80px}}@media (width>=801px){.enable-grid .product-box{background:var(--color-background,#fff);box-shadow:0px 4px 4px #0000000d, 0px 20px 50px var(--color-shadow,#0000001a), inset 0px 0px 0px 1px var(--color-shadow,#0000001a);border-radius:9px;margin:0;padding-right:0;overflow:hidden}.enable-grid .product-box:active{background:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));transition:none}.enable-grid .product-box>.content>hr{display:none}.enable-grid .product-box>.left{margin-right:0}.enable-grid .product-box>.content>div,.enable-grid .product-box figure{padding:15px}.enable-grid .product-box figure img{max-width:100px;height:auto}.enable-grid .product-box.ticket{overflow:visible}.enable-grid .product-box.ticket .maskingSvg{z-index:-1;width:100%;height:100%;display:block;position:absolute}.enable-grid .product-box.ticket{backface-visibility:hidden;z-index:1;filter:drop-shadow(var(--color-shadow,#0000001a) 0px 20px 50px) drop-shadow(#0000000d 0px 4px 4px);box-shadow:none;background:0 0;position:relative;transform:translate(0,0)}.enable-grid .product-box.ticket>.left{order:30;transform:translate(4px)}.enable-grid .product-box.ticket.selected>.left{transform:translate(0)}.enable-grid .product-box.ticket>.content>div{padding-top:30px;padding-bottom:30px;padding-left:30px}.enable-grid .product-box.ticket .svg-background{fill:var(--color-background,#fff);transition:fill .2s .1s}.enable-grid .product-box.ticket:active{background:0 0}.enable-grid .product-box.ticket:active .svg-background{fill:var(--color-primary-background,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 52%), 95.098%));transition:none}}.product-grid{grid-template-columns:1fr;gap:0;display:grid}@media (width>=801px){.enable-grid .product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.enable-grid .product-grid.single{grid-template-columns:1fr}}.category-box>p{white-space:pre-wrap;padding-bottom:20px}.cart-item-view .description{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.cart-item-view .description{font-size:14px}}.cart-item-view .flex.description{align-items:center;gap:7px;display:flex}.cart-item-view .description:has(>.icon){align-items:center;gap:7px;display:flex}.cart-item-view .description:has(>svg){align-items:center;gap:7px;display:flex}.cart-item-view .description:has(>.style-tag){align-items:center;gap:7px;display:flex}.cart-item-view .description strong{font-weight:var(--font-weight-semibold,600)}.sheet .cart-item-view{--st-horizontal-padding:25px}.cart-item-view .image-box{border-radius:9px;position:relative;overflow:hidden}.cart-item-view .image-box>div{flex-direction:row;justify-content:center;display:flex}.cart-item-view .image-box img{object-fit:cover;border-radius:9px;max-width:100%;height:auto}.cart-item-view .image{border-radius:9px;width:100%}.cart-item-view .description{white-space:pre-wrap;padding-top:15px}.cart-item-view .info{padding-top:15px}.cart-item-view h1+.description,.cart-item-view h1+.info{padding-top:0}.cart-item-view .pricing-box{padding-top:15px}.ticket-already-scanned-view>main>h1{color:var(--color-warning-dark,#634e00);text-align:center;padding-bottom:0!important}.ticket-already-scanned-view>main>h1 span{display:block}.ticket-already-scanned-view>main>h1 span.icon{width:64px;font-size:64px;display:inline-block}.ticket-already-scanned-view>main>h1+p{text-align:center}.ticket-already-scanned-view .ticket-secret{text-align:center;color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));padding-top:5px;padding-bottom:20px;font-size:10px;font-weight:700}.valid-ticket-view .pre-wrap{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default,500);color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));font-variation-settings:"opsz" 19}@media (width<=600px){.valid-ticket-view .pre-wrap{font-size:14px}}.valid-ticket-view .flex.pre-wrap{align-items:center;gap:7px;display:flex}.valid-ticket-view .pre-wrap:has(>.icon){align-items:center;gap:7px;display:flex}.valid-ticket-view .pre-wrap:has(>svg){align-items:center;gap:7px;display:flex}.valid-ticket-view .pre-wrap:has(>.style-tag){align-items:center;gap:7px;display:flex}.valid-ticket-view .pre-wrap strong{font-weight:var(--font-weight-semibold,600)}.valid-ticket-view>main>h1{text-align:center;padding-bottom:0!important}.valid-ticket-view>main>h1 span{display:block}.valid-ticket-view>main>h1 span.icon{width:64px;font-size:64px;display:inline-block}.valid-ticket-view .ticket-secret{text-align:center;color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%));padding-top:5px;padding-bottom:20px;font-size:10px;font-weight:700}.valid-ticket-view .pre-wrap{white-space:pre-wrap}.ticket-index{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold,600);color:var(--color-primary,#0053ff);text-transform:uppercase;padding-bottom:2px}.gray.ticket-index{color:var(--color-gray-4,hsl(var(--color-primary-hue,220.471deg), calc(var(--color-saturation-factor,1) * var(--color-primary-saturation-factor,1) * 2.24719%), 34.902%))}.ticket-index+.details-grid{padding-top:5px}.flex.ticket-index{align-items:center;gap:7px;display:flex}.ticket-index:has(>.icon){align-items:center;gap:7px;display:flex}.ticket-index:has(>svg){align-items:center;gap:7px;display:flex}.ticket-index:has(>.style-tag){align-items:center;gap:7px;display:flex}.ticket-index{display:inline-block}.token-input.input:not(textarea){text-overflow:clip;white-space:pre-wrap;word-break:break-all;height:auto;padding:5px 40px 5px 10px;overflow:visible}.sheet .choose-seats-view{min-width:min(100vw, var(--st-sheet-width,400px));max-width:100vw;width:max-content!important}
/*$vite$:1*/