/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
.w-label{align-items:center;gap:var(--w-label-gap);color:var(--w-label-color-foreground);font-family:var(--w-label-font-family);font-weight:var(--w-label-font-weight-text);font-size:var(--w-label-font-size);display:inline-flex}.w-label-optional{font-weight:var(--w-label-font-weight-optional)}@media (max-width:991px){.w-label{font-size:var(--w-label-font-size-mobile)}}.w-combobox-tag{--w-combobox-tag-height:24px;--w-combobox-tag-label-max-width:160px;--w-combobox-tag-border-radius:var(--w-border-radius-m);--w-combobox-tag-color-background:var(--w-combobox-trigger-multiselect-options-color-background);--w-combobox-tag-color-background-hover:var(--w-color-background-inverted-hover);--w-combobox-tag-color-background-pressed:var(--w-color-background-inverted-active);--w-combobox-tag-color-foreground:var(--w-combobox-trigger-multiselect-options-color-foreground);--w-combobox-tag-color-outline:var(--w-color-border-form-accent);--w-combobox-tag-font-size:var(--w-combobox-trigger-multiselect-options-font-size);--w-combobox-tag-font-size-mobile:var(--w-input-font-size-mobile);--w-combobox-tag-font-weight:var(--w-combobox-trigger-multiselect-options-font-weight);--w-combobox-tag-padding-inline-start:var(--w-space-s);--w-combobox-tag-padding-inline-end:var(--w-space-s);--w-combobox-tag-gap:var(--w-space-xs);--w-combobox-tag-icon-size:var(--w-icon-size-s);--w-combobox-tag-icon-size-mobile:var(--w-icon-size-m);background:var(--w-combobox-tag-color-background);border-radius:var(--w-combobox-tag-border-radius);color:var(--w-combobox-tag-color-foreground);cursor:pointer;font-size:var(--w-combobox-tag-font-size);font-weight:var(--w-combobox-tag-font-weight);align-items:center;gap:var(--w-combobox-tag-gap);height:var(--w-combobox-tag-height);letter-spacing:-.02em;padding-inline:var(--w-combobox-tag-padding-inline-start) var(--w-combobox-tag-padding-inline-end);border:none;width:auto;display:flex}.w-combobox-tag:focus-visible{outline:2px solid var(--w-combobox-tag-color-outline);outline-offset:2px}.w-combobox-tag:disabled{cursor:not-allowed}.w-combobox-tag:not(:disabled):hover{background:var(--w-combobox-tag-color-background-hover)}.w-combobox-tag:not(:disabled):active{background:var(--w-combobox-tag-color-background-pressed)}.w-combobox-tag .w-icon{fill:currentColor;height:var(--w-combobox-tag-icon-size);width:var(--w-combobox-tag-icon-size);flex-shrink:0}.w-combobox-tag-label{max-width:var(--w-combobox-tag-label-max-width);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-combobox-tag-danger{--w-combobox-tag-color-background:var(--w-color-background-danger);--w-combobox-tag-color-background-hover:var(--w-color-background-danger-hover);--w-combobox-tag-color-background-pressed:var(--w-color-background-danger-active);--w-combobox-tag-color-foreground:var(--w-color-foreground-danger);--w-combobox-tag-color-outline:var(--w-color-border-danger)}.w-combobox-tag-info{--w-combobox-tag-color-background:var(--w-color-background-info);--w-combobox-tag-color-background-hover:var(--w-color-background-info-hover);--w-combobox-tag-color-background-pressed:var(--w-color-background-info-active);--w-combobox-tag-color-foreground:var(--w-color-foreground-info);--w-combobox-tag-color-outline:var(--w-color-border-info)}.w-combobox-tag-success{--w-combobox-tag-color-background:var(--w-color-background-success);--w-combobox-tag-color-background-hover:var(--w-color-background-success-hover);--w-combobox-tag-color-background-pressed:var(--w-color-background-success-active);--w-combobox-tag-color-foreground:var(--w-color-foreground-success);--w-combobox-tag-color-outline:var(--w-color-border-success)}.w-combobox-tag-warning{--w-combobox-tag-color-background:var(--w-color-background-warning);--w-combobox-tag-color-background-hover:var(--w-color-background-warning-hover);--w-combobox-tag-color-background-pressed:var(--w-color-background-warning-active);--w-combobox-tag-color-foreground:var(--w-color-foreground-warning);--w-combobox-tag-color-outline:var(--w-color-border-warning)}@media (max-width:991px){.w-combobox-tag{font-size:var(--w-combobox-tag-font-size-mobile)}.w-combobox-tag .w-icon{height:var(--w-combobox-tag-icon-size-mobile);width:var(--w-combobox-tag-icon-size-mobile)}}.w-combobox-tags-trigger .w-label{margin-bottom:var(--w-space-s)}.w-combobox-tags-trigger{--w-combobox-trigger-tags-gap:var(--w-space-xs);--w-combobox-trigger-tags-gap-mobile:var(--w-space-s);--w-combobox-trigger-tags-section-gap:var(--w-space-s);--w-combobox-trigger-tags-padding-vertical:var(--w-space-xs)}.w-combobox-tags-field{background-color:var(--w-input-color-background);border:1px solid var(--w-input-color-border);border-radius:var(--w-input-border-radius);min-height:var(--w-input-height);padding:var(--w-combobox-trigger-tags-padding-vertical) var(--w-input-affix-padding);align-items:flex-start;width:100%;display:flex}.w-combobox-tags-field:not(:has(.w-combobox-tags-area)){align-items:center}.w-combobox-tags-field:hover{border-color:var(--w-input-color-border-hover)}.w-combobox-tags-field:focus-within{outline:2px solid var(--w-input-color-border-focused);border-color:#0000}.w-combobox-tags-field:has(input[readonly]){background-color:var(--w-input-color-background-readonly)}.w-combobox-tags-field-error{border-color:var(--w-input-color-border-error)}.w-combobox-tags-field-error:focus-within{outline:2px solid var(--w-input-color-border-error-focused);border-color:#0000}.w-combobox-tags-content{gap:var(--w-combobox-trigger-tags-section-gap);flex-direction:column;flex:1;min-width:0;display:flex}.w-combobox-tags-area{gap:var(--w-combobox-trigger-tags-gap);flex-wrap:wrap;display:flex}.w-combobox-tags-input-row{align-items:center;width:100%;min-width:0;display:flex}.w-combobox-tags-prefix{fill:var(--w-icon-color-foreground-muted);height:var(--w-combobox-trigger-prefix-size);width:var(--w-combobox-trigger-prefix-size);flex-shrink:0;font-size:0}.w-combobox-tags-input{appearance:none;color:var(--w-input-color-foreground);font-size:var(--w-input-font-size);font-weight:var(--w-input-font-weight);height:21px;line-height:var(--w-input-line-height);margin-left:var(--w-space-s);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0}.w-combobox-tags-input::placeholder{color:var(--w-input-placeholder-color-foreground)}.w-combobox-tags-suffix{flex-shrink:0;align-self:center;margin-inline-start:var(--w-input-affix-padding)}@media (max-width:991px){.w-combobox-tags-field{min-height:var(--w-input-height-mobile);padding-inline:var(--w-input-affix-padding-mobile)}.w-combobox-tags-area{gap:var(--w-combobox-trigger-tags-gap-mobile)}.w-combobox-tags-input{font-size:var(--w-input-font-size-mobile)}.w-combobox-tags-suffix{margin-inline-start:var(--w-input-affix-padding-mobile)}}.w-feedback{font-size:var(--w-font-size-caption);align-items:center;gap:var(--w-feedback-gap);display:flex}.w-feedback-content{min-width:0}.w-feedback-info{color:var(--w-feedback-color-info)}.w-feedback-warning{color:var(--w-feedback-color-warning)}.w-feedback-danger{color:var(--w-feedback-color-danger)}@media (max-width:991px){.w-feedback{font-size:var(--w-font-size-caption-mobile)}}.w-scroll-mask{--w-scroll-mask-size:40px;--w-scroll-mask-transition-duration:0s;--w-scroll-mask-transition-easing:ease-out;--w-scroll-mask-fade-20-color:#0000001b;--w-scroll-mask-fade-40-color:#0000005a;--w-scroll-mask-fade-60-color:#000000a5;--w-scroll-mask-fade-80-color:#000000e4;--w-scroll-mask-top-fade-size:0px;--w-scroll-mask-top-fade-20:0px;--w-scroll-mask-top-fade-40:0px;--w-scroll-mask-top-fade-60:0px;--w-scroll-mask-top-fade-80:0px;--w-scroll-mask-bottom-fade-size:0px;--w-scroll-mask-bottom-fade-20:0px;--w-scroll-mask-bottom-fade-40:0px;--w-scroll-mask-bottom-fade-60:0px;--w-scroll-mask-bottom-fade-80:0px;--w-scroll-mask-left-fade-size:0px;--w-scroll-mask-left-fade-20:0px;--w-scroll-mask-left-fade-40:0px;--w-scroll-mask-left-fade-60:0px;--w-scroll-mask-left-fade-80:0px;--w-scroll-mask-right-fade-size:0px;--w-scroll-mask-right-fade-20:0px;--w-scroll-mask-right-fade-40:0px;--w-scroll-mask-right-fade-60:0px;--w-scroll-mask-right-fade-80:0px;min-width:0;min-height:0;-webkit-mask-image:linear-gradient(to bottom, transparent 0, var(--w-scroll-mask-fade-20-color) var(--w-scroll-mask-top-fade-20), var(--w-scroll-mask-fade-40-color) var(--w-scroll-mask-top-fade-40), var(--w-scroll-mask-fade-60-color) var(--w-scroll-mask-top-fade-60), var(--w-scroll-mask-fade-80-color) var(--w-scroll-mask-top-fade-80), black var(--w-scroll-mask-top-fade-size), black calc(100% - var(--w-scroll-mask-bottom-fade-size)), var(--w-scroll-mask-fade-80-color) calc(100% - var(--w-scroll-mask-bottom-fade-80)), var(--w-scroll-mask-fade-60-color) calc(100% - var(--w-scroll-mask-bottom-fade-60)), var(--w-scroll-mask-fade-40-color) calc(100% - var(--w-scroll-mask-bottom-fade-40)), var(--w-scroll-mask-fade-20-color) calc(100% - var(--w-scroll-mask-bottom-fade-20)), transparent 100%), linear-gradient(to right, transparent 0, var(--w-scroll-mask-fade-20-color) var(--w-scroll-mask-left-fade-20), var(--w-scroll-mask-fade-40-color) var(--w-scroll-mask-left-fade-40), var(--w-scroll-mask-fade-60-color) var(--w-scroll-mask-left-fade-60), var(--w-scroll-mask-fade-80-color) var(--w-scroll-mask-left-fade-80), black var(--w-scroll-mask-left-fade-size), black calc(100% - var(--w-scroll-mask-right-fade-size)), var(--w-scroll-mask-fade-80-color) calc(100% - var(--w-scroll-mask-right-fade-80)), var(--w-scroll-mask-fade-60-color) calc(100% - var(--w-scroll-mask-right-fade-60)), var(--w-scroll-mask-fade-40-color) calc(100% - var(--w-scroll-mask-right-fade-40)), var(--w-scroll-mask-fade-20-color) calc(100% - var(--w-scroll-mask-right-fade-20)), transparent 100%);-webkit-mask-image:linear-gradient(to bottom, transparent 0, var(--w-scroll-mask-fade-20-color) var(--w-scroll-mask-top-fade-20), var(--w-scroll-mask-fade-40-color) var(--w-scroll-mask-top-fade-40), var(--w-scroll-mask-fade-60-color) var(--w-scroll-mask-top-fade-60), var(--w-scroll-mask-fade-80-color) var(--w-scroll-mask-top-fade-80), black var(--w-scroll-mask-top-fade-size), black calc(100% - var(--w-scroll-mask-bottom-fade-size)), var(--w-scroll-mask-fade-80-color) calc(100% - var(--w-scroll-mask-bottom-fade-80)), var(--w-scroll-mask-fade-60-color) calc(100% - var(--w-scroll-mask-bottom-fade-60)), var(--w-scroll-mask-fade-40-color) calc(100% - var(--w-scroll-mask-bottom-fade-40)), var(--w-scroll-mask-fade-20-color) calc(100% - var(--w-scroll-mask-bottom-fade-20)), transparent 100%), linear-gradient(to right, transparent 0, var(--w-scroll-mask-fade-20-color) var(--w-scroll-mask-left-fade-20), var(--w-scroll-mask-fade-40-color) var(--w-scroll-mask-left-fade-40), var(--w-scroll-mask-fade-60-color) var(--w-scroll-mask-left-fade-60), var(--w-scroll-mask-fade-80-color) var(--w-scroll-mask-left-fade-80), black var(--w-scroll-mask-left-fade-size), black calc(100% - var(--w-scroll-mask-right-fade-size)), var(--w-scroll-mask-fade-80-color) calc(100% - var(--w-scroll-mask-right-fade-80)), var(--w-scroll-mask-fade-60-color) calc(100% - var(--w-scroll-mask-right-fade-60)), var(--w-scroll-mask-fade-40-color) calc(100% - var(--w-scroll-mask-right-fade-40)), var(--w-scroll-mask-fade-20-color) calc(100% - var(--w-scroll-mask-right-fade-20)), transparent 100%);mask-image:linear-gradient(to bottom, transparent 0, var(--w-scroll-mask-fade-20-color) var(--w-scroll-mask-top-fade-20), var(--w-scroll-mask-fade-40-color) var(--w-scroll-mask-top-fade-40), var(--w-scroll-mask-fade-60-color) var(--w-scroll-mask-top-fade-60), var(--w-scroll-mask-fade-80-color) var(--w-scroll-mask-top-fade-80), black var(--w-scroll-mask-top-fade-size), black calc(100% - var(--w-scroll-mask-bottom-fade-size)), var(--w-scroll-mask-fade-80-color) calc(100% - var(--w-scroll-mask-bottom-fade-80)), var(--w-scroll-mask-fade-60-color) calc(100% - var(--w-scroll-mask-bottom-fade-60)), var(--w-scroll-mask-fade-40-color) calc(100% - var(--w-scroll-mask-bottom-fade-40)), var(--w-scroll-mask-fade-20-color) calc(100% - var(--w-scroll-mask-bottom-fade-20)), transparent 100%), linear-gradient(to right, transparent 0, var(--w-scroll-mask-fade-20-color) var(--w-scroll-mask-left-fade-20), var(--w-scroll-mask-fade-40-color) var(--w-scroll-mask-left-fade-40), var(--w-scroll-mask-fade-60-color) var(--w-scroll-mask-left-fade-60), var(--w-scroll-mask-fade-80-color) var(--w-scroll-mask-left-fade-80), black var(--w-scroll-mask-left-fade-size), black calc(100% - var(--w-scroll-mask-right-fade-size)), var(--w-scroll-mask-fade-80-color) calc(100% - var(--w-scroll-mask-right-fade-80)), var(--w-scroll-mask-fade-60-color) calc(100% - var(--w-scroll-mask-right-fade-60)), var(--w-scroll-mask-fade-40-color) calc(100% - var(--w-scroll-mask-right-fade-40)), var(--w-scroll-mask-fade-20-color) calc(100% - var(--w-scroll-mask-right-fade-20)), transparent 100%);-webkit-mask-composite:source-in;overflow:auto;-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:source-in;mask-composite:intersect}.w-scroll-mask-content{min-width:100%}.w-table{position:relative}.w-table.is-loading{pointer-events:none}.w-table [inert]{opacity:1!important}.w-table-container{overflow-x:auto}.w-table-container[inert]{opacity:1!important}.w-table-loading-overlay{background-color:var(--w-table-overlay-color-background);z-index:var(--w-table-overlay-z-index);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.w-table-main{border-collapse:separate;border-spacing:0;table-layout:auto;white-space:nowrap;border:none;width:100%;margin:0}.w-table-main.is-sticky-column-first .w-table-head-cell:first-child,.w-table-main.is-sticky-column-first .w-table-body-cell:first-child{background:var(--w-table-td-color-background-sticky,var(--w-table-th-color-border));z-index:var(--w-z-index-sticky,1);position:sticky;left:0}.w-table-main.is-sticky-column-last .w-table-head-cell:last-child,.w-table-main.is-sticky-column-last .w-table-body-cell:last-child{background:var(--w-table-td-color-background-sticky,var(--w-table-th-color-border));z-index:var(--w-z-index-sticky,1);position:sticky;right:0}.w-table-main.is-sticky-column-last .w-table-head-cell:last-child,.w-table-main.is-sticky-column-first .w-table-head-cell:nth-child(2),.w-table-main:not(.is-selectable).is-sticky-column-first .w-table-head-cell:first-child{background:var(--w-table-td-color-background-sticky,var(--w-table-th-color-border))}.w-table-main.is-selectable.is-sticky-column-first .w-table-head-cell:first-child,.w-table-main.is-selectable.is-sticky-column-first .w-table-body-cell:first-child{background:var(--w-table-td-color-background-sticky,var(--w-table-th-color-border));z-index:var(--w-z-index-sticky,1);position:sticky;left:0}.w-table-main.is-selectable.is-sticky-column-first .w-table-head-cell:nth-child(2),.w-table-main.is-selectable.is-sticky-column-first .w-table-body-cell:nth-child(2){background:var(--w-table-td-color-background-sticky,var(--w-table-th-color-border));z-index:var(--w-z-index-sticky,1);position:sticky;left:50px}.w-table-main.is-sticky-column-last .w-table-body-row .w-table-body-cell:last-child{box-shadow:-1px 0 0 0 var(--w-table-td-color-border-sticky)}.w-table-main.is-selectable.is-sticky-column-first .w-table-body-row .w-table-body-cell:nth-child(2){box-shadow:1px 0 0 0 var(--w-table-td-color-border-sticky)}.w-table-main.is-selectable .w-table-body-row .w-table-body-cell:first-child:before,.w-table-main.is-selectable .w-table-body-row .w-table-body-cell:nth-child(2):before,.w-table-main.is-sticky-column-last .w-table-body-row .w-table-body-cell:last-child:before,.w-table-main.is-sticky-column-first .w-table-body-row .w-table-body-cell:first-child:before{background:var(--w-table-td-color-background-sticky);content:"";pointer-events:none;z-index:-2;position:absolute;inset:0}.w-table-main.is-selectable .w-table-body-row .w-table-body-cell:first-child:after,.w-table-main.is-selectable .w-table-body-row .w-table-body-cell:nth-child(2):after,.w-table-main.is-sticky-column-last .w-table-body-row .w-table-body-cell:last-child:after,.w-table-main.is-sticky-column-first .w-table-body-row .w-table-body-cell:first-child:after{content:"";opacity:0;pointer-events:none;z-index:-1;position:absolute;inset:0}.w-table-main.is-selectable .w-table-body-row:hover .w-table-body-cell:first-child{background:0 0}.w-table-main.is-selectable .w-table-body-row:hover .w-table-body-cell:first-child:after,.w-table-main.is-selectable .w-table-body-row:hover .w-table-body-cell:nth-child(2):after,.w-table-main.is-selectable .w-table-body-row:hover .w-table-body-cell:last-child:after,.w-table-main.is-sticky-column-last .w-table-body-row:hover .w-table-body-cell:last-child:after,.w-table-main.is-sticky-column-first .w-table-body-row:hover .w-table-body-cell:first-child:after{background:var(--w-table-tr-color-background-hover);opacity:1}.w-table-main.is-selectable .w-table-body-row.is-selected .w-table-body-cell:first-child{background:0 0}.w-table-main.is-selectable .w-table-body-row.is-selected .w-table-body-cell:first-child:after,.w-table-main.is-selectable .w-table-body-row.is-selected .w-table-body-cell:nth-child(2):after,.w-table-main.is-selectable .w-table-body-row.is-selected .w-table-body-cell:last-child:after,.w-table-main.is-sticky-column-last .w-table-body-row.is-selected .w-table-body-cell:last-child:after,.w-table-main.is-sticky-column-first .w-table-body-row.is-selected .w-table-body-cell:first-child:after{background:var(--w-table-tr-color-background-active);opacity:1}.w-table-main.is-selectable.is-sticky-column-first .w-table-head-cell:nth-child(2):after{background-color:var(--w-table-th-sticky-scroll-divider-color-background,var(--w-table-th-color-border));content:"";height:var(--w-table-th-sticky-scroll-divider-height,40%);right:calc(0px - var(--w-table-th-sticky-scroll-divider-width,1px));width:var(--w-table-th-sticky-scroll-divider-width,1px);position:absolute;top:28%}.w-table-main.is-sticky-column-last .w-table-head-cell:last-child:before{background-color:var(--w-table-th-sticky-scroll-divider-color-background,var(--w-table-th-color-border));content:"";height:var(--w-table-th-sticky-scroll-divider-height,40%);left:calc(0px - var(--w-table-th-sticky-scroll-divider-width,1px));width:var(--w-table-th-sticky-scroll-divider-width,1px);position:absolute;top:28%}.w-table-main:not(.is-selectable).is-sticky-column-first .w-table-head-cell:first-child:after,.w-table-main.is-selectable.is-selectable-no-arrived-left:not(.is-sticky-column-first-selectable) .w-table-head-cell:first-child:after{background-color:var(--w-table-th-sticky-scroll-divider-color-background,var(--w-table-th-color-border));content:"";height:var(--w-table-th-sticky-scroll-divider-height,40%);right:calc(0px - var(--w-table-th-sticky-scroll-divider-width,1px));width:var(--w-table-th-sticky-scroll-divider-width,1px);position:absolute;top:28%}.w-table-main:not(.is-selectable).is-sticky-column-first .w-table-body-row .w-table-body-cell:first-child,.w-table-main.is-selectable.is-selectable-no-arrived-left:not(.is-sticky-column-first-selectable) .w-table-body-row .w-table-body-cell:first-child{box-shadow:1px 0 0 0 var(--w-table-td-color-border-sticky)}.w-table-head-cell{border-bottom:1px solid var(--w-table-th-color-border);color:var(--w-table-th-color-foreground);font-size:var(--w-table-th-font-size);font-weight:var(--w-table-th-font-weight);line-height:var(--w-table-th-line-height);padding:var(--w-table-th-padding-vertical) var(--w-table-th-padding-horizontal);text-align:left;white-space:nowrap}.w-table-head-cell.align-right{text-align:right}.w-table-head-cell.is-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.w-table-head-cell.is-sortable:focus-visible{outline:2px solid var(--w-color-border-accent);outline-offset:-2px}.w-table-head-sort-icon{opacity:0;transition:opacity .15s}.w-table-head-cell[aria-sort=ascending] .w-table-head-sort-icon,.w-table-head-cell[aria-sort=descending] .w-table-head-sort-icon,.w-table-head-cell.is-sortable:hover .w-table-head-sort-icon,.w-table-head-cell.is-sortable:focus-visible .w-table-head-sort-icon{opacity:1}.w-table-body-row:hover .w-table-body-cell{background:var(--w-table-tr-color-background-hover)}.w-table-body-row.is-selected .w-table-body-cell{background:var(--w-table-tr-color-background-active)}.w-table-body-row:last-child .w-table-body-cell{border-bottom:#0000}.w-table-body-row:last-child .w-table-body-cell:first-child{border-bottom-left-radius:var(--w-table-td-border-radius)}.w-table-body-row:last-child .w-table-body-cell:last-child{border-bottom-right-radius:var(--w-table-td-border-radius)}.w-table-body-cell{border-bottom:1px solid var(--w-table-td-color-border);padding:var(--w-table-td-spacing);z-index:0;position:relative}.w-table-body-cell.align-right{text-align:right}button.w-tile{background:0 0;border-width:0;outline:none}a.w-tile{text-decoration:none}.w-tile{--w-tile-label-spacing:calc(var(--w-tile-input-checkbox-size) + var(--w-space-m));box-sizing:border-box;cursor:pointer;border-radius:var(--w-tile-border-radius);min-width:var(--w-tile-min-width-default);padding:var(--w-tile-padding);align-items:flex-start;transition:all .3s ease-out;display:inline-flex;position:relative}.w-tile .w-tile-content{gap:var(--w-space-s);flex:auto;min-width:0;display:flex}.w-tile .w-tile-text{text-align:left;flex-direction:column;flex:auto;align-items:flex-start;min-width:0;display:flex;overflow:hidden}.w-tile .w-tile-label{text-overflow:ellipsis;color:var(--w-tile-clickable-color-label);font-size:var(--w-font-size-body-mobile);font-weight:var(--w-font-weight-emphasis);line-height:var(--w-line-height-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.w-tile .w-tile-caption{text-overflow:ellipsis;color:var(--w-tile-clickable-color-caption);font-size:var(--w-font-size-body-mobile);line-height:var(--w-line-height-body);-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (min-width:62rem){.w-tile .w-tile-label,.w-tile .w-tile-caption{font-size:var(--w-font-size-body)}}.w-tile .w-badge{margin-top:var(--w-space-s)}.w-tile .w-tile-input{pointer-events:none;clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.w-tile .w-tile-selection-indicator{cursor:pointer;background:var(--w-tile-input-background);border:2px var(--w-tile-input-border-color) solid;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute}.w-tile .w-tile-selection-indicator.is-checked{background:var(--w-tile-input-background-checked);border-color:#0000}.w-tile .w-tile-selection-indicator:not(.is-checked) .w-icon{visibility:hidden}.w-tile .w-tile-content-horizontal{flex-direction:row;align-items:flex-start}.w-tile .w-tile-content-vertical{flex-direction:column;align-items:flex-start}.w-tile.w-tile-align-center .w-tile-content,.w-tile.w-tile-align-center .w-tile-text{align-items:center}.w-tile.w-tile-align-center .w-tile-label,.w-tile.w-tile-align-center .w-tile-caption{text-align:center}.w-tile .w-tile-visual-xsmall{max-width:80px;max-height:80px}.w-tile .w-tile-visual-xsmall img,.w-tile .w-tile-visual-xsmall svg{object-fit:contain;width:auto;max-width:80px;height:auto;max-height:80px;display:block}.w-tile .w-tile-visual-small{max-width:112px;max-height:112px}.w-tile .w-tile-visual-small img,.w-tile .w-tile-visual-small svg{object-fit:contain;width:auto;max-width:112px;height:auto;max-height:112px;display:block}.w-tile .w-tile-visual-medium{max-width:144px;max-height:144px}.w-tile .w-tile-visual-medium img,.w-tile .w-tile-visual-medium svg{object-fit:contain;width:auto;max-width:144px;height:auto;max-height:144px;display:block}.w-tile.w-tile-icon-button{min-width:var(--w-tile-min-width-icon-only)}.w-tile.w-tile-text-only{min-width:var(--w-tile-min-width-text-only)}.w-tile.w-tile-clickable{gap:var(--w-space-s)}.w-tile.w-tile-clickable .w-tile-nav-icon{padding:var(--w-space-xs);align-self:center}.w-tile.w-tile-clickable.w-tile-default{background:var(--w-tile-clickable-color-background)}.w-tile.w-tile-clickable.w-tile-default:hover{background:var(--w-tile-clickable-color-background-hover)}.w-tile.w-tile-clickable.w-tile-default:active{background:var(--w-tile-clickable-color-background-pressed)}.w-tile.w-tile-clickable.w-tile-default:focus-visible{box-shadow:0 0 0 2px var(--w-color-white), 0 0 0 4px var(--w-tile-outline-focus)}.w-tile.w-tile-clickable.w-tile-default.w-tile-hide-indicator .w-tile-nav-icon{display:none}.w-tile.w-tile-clickable.w-tile-accent{background:var(--w-tile-clickable-accent-color-background)}.w-tile.w-tile-clickable.w-tile-accent .w-tile-label,.w-tile.w-tile-clickable.w-tile-accent .w-tile-caption{color:var(--w-color-foreground-accent)}.w-tile.w-tile-clickable.w-tile-accent:hover{background:var(--w-tile-clickable-accent-color-background-hover)}.w-tile.w-tile-clickable.w-tile-accent:active{background:var(--w-tile-clickable-accent-color-background-pressed)}.w-tile.w-tile-clickable.w-tile-accent:focus-visible{box-shadow:0 0 0 2px var(--w-color-white), 0 0 0 4px var(--w-tile-outline-focus)}.w-tile.w-tile-single-select .w-tile-selection-indicator{border-radius:var(--w-tile-input-radio-border-radius);height:var(--w-tile-input-radio-size);right:var(--w-space-m);top:var(--w-space-m);width:var(--w-tile-input-radio-size)}.w-tile.w-tile-single-select .w-tile-selection-indicator .w-icon{height:var(--w-tile-input-radio-icon-size);width:var(--w-tile-input-radio-icon-size);display:block}.w-tile.w-tile-multi-select .w-tile-selection-indicator{border-radius:var(--w-tile-input-checkbox-border-radius);height:var(--w-tile-input-checkbox-size);right:var(--w-space-m);top:var(--w-space-m);width:var(--w-tile-input-checkbox-size)}.w-tile.w-tile-multi-select .w-tile-selection-indicator svg{stroke:var(--w-tile-input-checkbox-icon-stroke-color);stroke-linecap:round;stroke-width:var(--w-tile-input-checkbox-icon-stroke-width)}.w-tile.w-tile-single-select:after,.w-tile.w-tile-multi-select:after{border-radius:var(--w-tile-border-radius);box-shadow:0 0 0 var(--w-tile-selectable-border-width) var(--w-tile-selectable-color-border) inset;content:"";pointer-events:none;transition:all .2s ease-in-out;position:absolute;inset:0}.w-tile.w-tile-single-select.is-selected:after,.w-tile.w-tile-multi-select.is-selected:after{box-shadow:0 0 0 2.5px var(--w-tile-selectable-color-border) inset}.w-tile.w-tile-single-select .w-tile-content-horizontal .w-tile-text,.w-tile.w-tile-multi-select .w-tile-content-horizontal .w-tile-text,.w-tile.w-tile-single-select.w-tile-text-only .w-tile-content-vertical .w-tile-text,.w-tile.w-tile-multi-select.w-tile-text-only .w-tile-content-vertical .w-tile-text{padding-right:var(--w-tile-label-spacing)}.w-tile.w-tile-single-select:hover,.w-tile.w-tile-multi-select:hover{background:var(--w-tile-selectable-color-background-hover)}.w-tile.w-tile-single-select:active,.w-tile.w-tile-multi-select:active{background:var(--w-tile-selectable-color-background-pressed)}.w-tile.w-tile-single-select.w-tile-accent .w-tile-selection-indicator.is-checked,.w-tile.w-tile-multi-select.w-tile-accent .w-tile-selection-indicator.is-checked{background:var(--w-tile-selectable-accent-color-border-selected)}.w-tile.w-tile-single-select.w-tile-accent:after,.w-tile.w-tile-multi-select.w-tile-accent:after{box-shadow:0 0 0 var(--w-tile-selectable-border-width) var(--w-tile-selectable-accent-color-border) inset}.w-tile.w-tile-single-select.w-tile-accent.is-selected:after,.w-tile.w-tile-multi-select.w-tile-accent.is-selected:after{box-shadow:0 0 0 2.5px var(--w-tile-selectable-accent-color-border-selected) inset}.w-tile.w-tile-single-select.w-tile-accent:focus-visible,.w-tile.w-tile-multi-select.w-tile-accent:focus-visible{box-shadow:0 0 0 2px var(--w-color-white), 0 0 0 4px var(--w-tile-outline-focus)}.w-tile.w-tile-single-select.w-tile-hide-indicator .w-tile-selection-indicator,.w-tile.w-tile-multi-select.w-tile-hide-indicator .w-tile-selection-indicator{display:none}.w-tile.w-tile-single-select.w-tile-hide-indicator .w-tile-content-horizontal .w-tile-text,.w-tile.w-tile-single-select.w-tile-hide-indicator .w-tile-content-vertical .w-tile-text,.w-tile.w-tile-multi-select.w-tile-hide-indicator .w-tile-content-horizontal .w-tile-text,.w-tile.w-tile-multi-select.w-tile-hide-indicator .w-tile-content-vertical .w-tile-text{padding-right:0}.w-tile.w-tile-single-select:focus-within,.w-tile.w-tile-multi-select:focus-within{box-shadow:0 0 0 2px var(--w-color-white), 0 0 0 4px var(--w-tile-outline-focus)}@supports selector(:has(.w-tile-input:focus-visible)){.w-tile.w-tile-single-select:focus-within,.w-tile.w-tile-multi-select:focus-within{box-shadow:none}:is(.w-tile.w-tile-single-select:has(.w-tile-input:focus-visible),.w-tile.w-tile-multi-select:has(.w-tile-input:focus-visible)){box-shadow:0 0 0 2px var(--w-color-white), 0 0 0 4px var(--w-tile-outline-focus)}}
