.range-slider{--_rs-height: var(--rs-height, 8px);--_rs-handle-size: var(--rs-handle-size, 20px);--_rs-handle-color: var(--rs-handle-color, white);--_rs-handle-border: var(--rs-handle-border, 1px solid black);--_rs-handle-active-color: var( --rs-handle-active-color, var(--rs-handle-color, white) );--_rs-handle-active-border: var( --rs-handle-active-color, var(--rs-handle-border, 1px solid black) );--_rs-track-active: var(--rs-track-active, black);--_rs-track-inactive: var(--rs-track-inactive, white);--_rs-track-radius: var(--rs-track-radius, 999px);height:var(--_rs-height)}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;touch-action:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{backface-visibility:hidden;position:absolute}.noUi-touch-area{height:calc(var(--_rs-handle-size) * 1.5);width:calc(var(--_rs-handle-size) * 1.5);margin-top:calc(var(--_rs-handle-size) * -.25);margin-left:calc(var(--_rs-handle-size) * -.25);border-radius:50%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal .noUi-handle{width:var(--_rs-handle-size);height:var(--_rs-handle-size);right:calc(var(--_rs-handle-size) / -2);top:calc((var(--_rs-handle-size) - var(--_rs-height)) / -2)}.noUi-vertical .noUi-handle{width:var(--_rs-handle-size);height:var(--_rs-handle-size);bottom:calc(var(--_rs-handle-size) / -2);right:calc((var(--_rs-handle-size) - var(--_rs-height)) / -2)}.noUi-target{background:var(--_rs-track-inactive);border-radius:var(--_rs-track-radius)}.noUi-connects{border-radius:var(--_rs-track-radius)}.noUi-connect{background:var(--_rs-track-active)}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:var(--_rs-handle-border);border-radius:50%;background:var(--_rs-handle-color);cursor:default}.noUi-active{background:var(--_rs-handle-active-color);border:var(--_rs-handle-active-border)}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub,.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translateY(-50%);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{transform:translate(50%);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{transform:translateY(-18px);top:auto;right:28px}input[data-astro-cid-i47w6nyh][type=checkbox]{--_cb-size: var(--cb-size, 13px);--_cb-margin: var(--cb-margin, 3px 3px 3px 4px);--_cb-border-size: var(--cb-border-size, 1px);--_cb-border-color: var(--cb-border-color, #777777);--_cb-checked-border-color: var(--cb-checked-border-color, #0077ff);--_cb-hover-border-color: var(--cb-hover-border-color, #3c3c3c);--_cb-disabled-border-color: var(--cb-disabled-border-color, #c1c1c1);color:var(--_cb-checked-border-color);box-sizing:border-box;width:var(--_cb-size);height:var(--_cb-size);padding:initial;margin:var(--_cb-margin);border:var(--_cb-border-size) solid var(--_cb-border-color);border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;outline:none;vertical-align:text-bottom}input[data-astro-cid-i47w6nyh][type=checkbox]:checked{background-size:cover;padding:3px}input[data-astro-cid-i47w6nyh][type=checkbox]:not(:disabled):checked{border-color:var(--_cb-checked-border-color);background-image:var(--checked)}input[data-astro-cid-i47w6nyh][type=checkbox]:disabled{border-color:var(--_cb-disabled-border-color);background-color:var(--_cb-disabled-bg-color)}input[data-astro-cid-i47w6nyh][type=checkbox]:disabled:checked{border-color:var(--_cb-disabled-border-color);background-image:var(--disabled)}@media (hover: hover){input[data-astro-cid-i47w6nyh][type=checkbox]:not(:disabled):hover{border-color:var(--_cb-hover-border-color)}}@media (prefers-reduced-motion: reduce){input[data-astro-cid-i47w6nyh][type=checkbox]{transition:none}}div[data-astro-cid-jxcrocf5]{--_ls-color: var(--ls-color, black);--_ls-border-color: var(--ls-border-color, black);--_ls-bg-selected: var(--ls-bg-selected, lightgray);--_ls-color-selected: var(--ls-color-selected, black);--_ls-license-margin: var(--ls-license-margin, 0 0 1rem 0);--dd-width: 100%}.validate[data-astro-cid-jxcrocf5].invalid input[data-astro-cid-jxcrocf5][type=checkbox]{border-color:red}fieldset[data-astro-cid-jxcrocf5]{border:1px solid var(--_ls-border-color);color:var(--_ls-color);display:flex;margin:var(--_ls-license-margin);-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.625rem}fieldset[data-astro-cid-jxcrocf5]:has(input:checked){background-color:var(--_ls-bg-selected);color:var(--_ls-color-selected)}fieldset[data-astro-cid-jxcrocf5] .license[data-astro-cid-jxcrocf5]{flex:1;display:flex}fieldset[data-astro-cid-jxcrocf5] .variables[data-astro-cid-jxcrocf5]{flex:1;display:flex;flex-direction:column;gap:.5rem}fieldset[data-astro-cid-jxcrocf5] p[data-astro-cid-jxcrocf5]{font-size:smaller}fieldset[data-astro-cid-jxcrocf5] .variables[data-astro-cid-jxcrocf5]>div[data-astro-cid-jxcrocf5]{flex:1}.dropdown[data-id=term]{display:none!important}.swc-pill[data-astro-cid-g2e5bh72]{border:var(--swc-pill-border, 1px solid transparent);border-radius:var(--swc-pill-border-radius, .5em);background-color:var(--swc-pill-background-color, #f0f0f0);color:var(--swc-pill-color, #333);transition:var( --swc-button-transition, background-color .3s ease, color .3s ease );display:inline-flex;padding:var(--swc-pill-padding, .25em .5em);align-items:center;justify-content:center;gap:.75rem}.swc-pill[data-astro-cid-g2e5bh72]:disabled{background-color:var(--swc-pill-background-color-disabled, #eeeeee);color:var(--swc-pill-color-disabled, #aaaaaa)}.swc-pill[data-astro-cid-g2e5bh72]:hover{background-color:var(--swc-pill-background-color-hover, #f0f0f0);color:var(--swc-pill-color-hover, #333)}.swc-pill[data-astro-cid-g2e5bh72] [data-icon]{width:var(--swc-pill-icon-size, 1rem);height:var(--swc-pill-icon-size, 1rem);flex-shrink:0;--icon-color: var(--swc-pill-icon-color, #000)}.swc-pill[data-astro-cid-g2e5bh72]:hover [data-icon]{--icon-color: var(--swc-pill-icon-color-hover, #000)}.swc-pill[data-astro-cid-g2e5bh72]:disabled:hover [data-icon]{--icon-color: var(--swc-pill-icon-color, #aaa)}#products[data-astro-cid-rywnlngq]{--_ps-color: var(--ps-color, black);--_ps-border-color: var(--ps-border-color, black);--_ps-bg: var(--ps-bg, white);--_ps-color-selected: var(--ps-color-selected, white);--_ps-border-color-selected: var(--ps-border-color-selected, black);--_ps-bg-selected: var(--ps-bg-selected, black);--_ps-color-hover: var(--ps-color-hover, white);--_ps-border-color-hover: var(--ps-border-color-hover, red);--_ps-bg-hover: var(--ps-bg-hover, red);--_ps-color-selected-hover: var( --ps-color-selected-hover, var(--_ps-color-hover) );--_ps-bg-selected-hover: var(--ps-bg-selected-hover, var(--_ps-bg-hover))}.validate[data-astro-cid-rywnlngq].invalid table[data-astro-cid-rywnlngq]{outline:1px solid red;outline-offset:-1px}table[data-astro-cid-rywnlngq]{width:100%;border-collapse:collapse;margin-bottom:1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}table[data-astro-cid-rywnlngq] th[data-astro-cid-rywnlngq]{padding:.625rem;border:1px solid var(--_ps-border-color)}table[data-astro-cid-rywnlngq] td[data-astro-cid-rywnlngq]{width:50%;border:1px solid var(--_ps-border-color);padding:.625rem;vertical-align:top}table[data-astro-cid-rywnlngq].single-item th[data-astro-cid-rywnlngq][selected],table[data-astro-cid-rywnlngq].single-item td[data-astro-cid-rywnlngq][selected]{background-color:transparent;color:var(--_ps-color);border:none;cursor:default}@media (hover: hover) and (pointer: fine){table[data-astro-cid-rywnlngq].single-item th[data-astro-cid-rywnlngq]:hover,table[data-astro-cid-rywnlngq].single-item td[data-astro-cid-rywnlngq]:hover,table[data-astro-cid-rywnlngq].single-item th[data-astro-cid-rywnlngq][selected]:hover,table[data-astro-cid-rywnlngq].single-item td[data-astro-cid-rywnlngq][selected]:hover{background-color:transparent;color:var(--_ps-color);border:none;cursor:default}}table[data-astro-cid-rywnlngq] th[data-astro-cid-rywnlngq][selected],table[data-astro-cid-rywnlngq] td[data-astro-cid-rywnlngq][selected]{background-color:var(--_ps-bg-selected);color:var(--_ps-color-selected);border-color:var(--_ps-border-color-selected);border-style:double}@media (hover: hover) and (pointer: fine){table[data-astro-cid-rywnlngq] th[data-astro-cid-rywnlngq]:hover,table[data-astro-cid-rywnlngq] td[data-astro-cid-rywnlngq]:hover{background-color:var(--_ps-bg-hover);color:var(--_ps-color-hover);border-color:var(--_ps-border-color-hover);border-style:double}table[data-astro-cid-rywnlngq] th[data-astro-cid-rywnlngq][selected]:hover,table[data-astro-cid-rywnlngq] td[data-astro-cid-rywnlngq][selected]:hover{background-color:var(--_ps-bg-selected-hover);color:var(--_ps-color-selected-hover);border-color:var(--_ps-border-color-selected);border-style:double}}td[data-astro-cid-rywnlngq]>div[data-astro-cid-rywnlngq],th[data-astro-cid-rywnlngq]>div[data-astro-cid-rywnlngq]{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;text-align:left;font-weight:400;line-height:1.6rem}.name[data-astro-cid-rywnlngq] span[data-astro-cid-rywnlngq]{font-size:1.5rem;line-height:2rem}.discount[data-astro-cid-rywnlngq]{font-size:.875rem}.prices[data-astro-cid-rywnlngq]{text-align:right}.table-card[data-astro-cid-rywnlngq] .price[data-astro-cid-rywnlngq]{font-weight:700}.price[data-astro-cid-rywnlngq],.original-price[data-astro-cid-rywnlngq]{font-feature-settings:"tnum","lnum"}.original-price[data-astro-cid-rywnlngq]{margin-left:.25rem}.selection[data-astro-cid-6sc7g4yy],.default[data-astro-cid-6sc7g4yy],.license[data-astro-cid-6sc7g4yy],.product[data-astro-cid-6sc7g4yy]{display:none}.active[data-astro-cid-6sc7g4yy]{display:block}.subtitle[data-astro-cid-6sc7g4yy]{font-weight:600}.small-text[data-astro-cid-6sc7g4yy]{margin-top:1em;font-size:smaller}.validate[data-astro-cid-6sc7g4yy] p[data-astro-cid-6sc7g4yy]{color:red}.subtotal[data-astro-cid-6sc7g4yy]{font-feature-settings:"tnum"}.card[data-astro-cid-gue52dsd]{--_ci-line-color: var(--ci-line-color, #e6e6e6);border-top:1px solid var(--_ci-line-color);padding:1rem 0}.card[data-astro-cid-gue52dsd] h1[data-astro-cid-gue52dsd]{font-size:1rem;font-weight:600;margin:0 0 4px}.card[data-astro-cid-gue52dsd] .header[data-astro-cid-gue52dsd]{display:flex;justify-content:space-between;gap:.625em}.card[data-astro-cid-gue52dsd] .license[data-astro-cid-gue52dsd]{margin-top:1rem;font-size:smaller}.card[data-astro-cid-gue52dsd] ul[data-astro-cid-gue52dsd]{list-style-type:none;margin:0;padding:0}.price[data-astro-cid-gue52dsd]{font-feature-settings:"tnum"}dialog[data-astro-cid-w2ept2hs]{--_ac-subtotal-line-color: var(--ac-subtotal-line-color, black);--_ac-icon-color: var(--ac-icon-color, black);border:none;margin:auto;padding:0;border-radius:1em;box-shadow:0 0 1em #00000040;min-width:42ch}dialog[data-astro-cid-w2ept2hs]>div[data-astro-cid-w2ept2hs]{padding:1rem;box-sizing:border-box}header[data-astro-cid-w2ept2hs]{display:flex;justify-content:space-between;align-items:center;gap:.625em;line-height:2.5em;margin-top:-.625em}header[data-astro-cid-w2ept2hs] button[data-astro-cid-w2ept2hs]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;height:1em;width:1em;padding:0}header[data-astro-cid-w2ept2hs] button[data-astro-cid-w2ept2hs] svg[data-astro-cid-w2ept2hs]{width:100%;height:auto;color:var(--_ac-icon-color)}.price-summary[data-astro-cid-w2ept2hs]{border-top:1px solid var(--_ac-subtotal-line-color)}.price-summary[data-astro-cid-w2ept2hs]>div[data-astro-cid-w2ept2hs]:first-child{display:flex;justify-content:space-between;align-items:center;margin:1em 0}.subtitle[data-astro-cid-w2ept2hs]{font-weight:600}.subtotal[data-astro-cid-w2ept2hs]{font-weight:600;font-feature-settings:"tnum"}.small-text[data-astro-cid-w2ept2hs]{margin-bottom:1em;font-style:italic}header[data-astro-cid-w2ept2hs] h3[data-astro-cid-w2ept2hs]{font-size:1rem;margin:0;width:100%;text-align:center}dialog[data-astro-cid-w2ept2hs]::backdrop{background-color:#00000080;filter:blur(6px)}dialog[data-astro-cid-w2ept2hs]>div[data-astro-cid-w2ept2hs]{width:100%}.buttons[data-astro-cid-w2ept2hs]{display:flex;justify-content:space-between;margin-top:1em;gap:1em}.buttons[data-astro-cid-w2ept2hs]>button[data-astro-cid-w2ept2hs]{flex:1}.license-selector .checkbox{margin:0;padding-right:.5rem!important}.license-selector .license .labels a{text-decoration-line:underline;--tw-ring-offset-width: 1px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.license-selector .license .labels a:hover{text-underline-offset:2px}@media (min-width: 768px){#add-to-cart-dialog{width:420px!important}}#add-to-cart-dialog::backdrop{transform:scale(1.25)}#add-to-cart-dialog>div{border-radius:1em;border-width:1px;--tw-border-opacity: 1;border-color:rgb(150 150 150 / var(--tw-border-opacity, 1));padding:1.5rem!important}#buy .selection-subtotal .subtotal{font-size:4rem;font-weight:700}#buy .selection-subtotal .small-text{margin-top:.25rem}#buy .selection-subtotal{padding-bottom:1rem}.\!prose{color:var(--tw-prose-body)!important;max-width:65ch!important}.\!prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em!important;margin-bottom:1.25em!important}.\!prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead)!important;font-size:1.25em!important;line-height:1.6!important;margin-top:1.2em!important;margin-bottom:1.2em!important}.\!prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links)!important;text-decoration:underline!important;font-weight:500!important}.\!prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold)!important;font-weight:600!important}.\!prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important}.\!prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important}.\!prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important}.\!prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal!important;margin-top:1.25em!important;margin-bottom:1.25em!important;padding-inline-start:1.625em!important}.\!prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha!important}.\!prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha!important}.\!prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha!important}.\!prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha!important}.\!prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman!important}.\!prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman!important}.\!prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman!important}.\!prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman!important}.\!prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal!important}.\!prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc!important;margin-top:1.25em!important;margin-bottom:1.25em!important;padding-inline-start:1.625em!important}.\!prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400!important;color:var(--tw-prose-counters)!important}.\!prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)!important}.\!prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings)!important;font-weight:600!important;margin-top:1.25em!important}.\!prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr)!important;border-top-width:1px!important;margin-top:3em!important;margin-bottom:3em!important}.\!prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500!important;font-style:italic!important;color:var(--tw-prose-quotes)!important;border-inline-start-width:.25rem!important;border-inline-start-color:var(--tw-prose-quote-borders)!important;quotes:"“""”""‘""’"!important;margin-top:1.6em!important;margin-bottom:1.6em!important;padding-inline-start:1em!important}.\!prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote!important}.\!prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote!important}.\!prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings)!important;font-weight:800!important;font-size:2.25em!important;margin-top:0!important;margin-bottom:.8888889em!important;line-height:1.1111111!important}.\!prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900!important;color:inherit!important}.\!prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings)!important;font-weight:700!important;font-size:1.5em!important;margin-top:2em!important;margin-bottom:1em!important;line-height:1.3333333!important}.\!prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800!important;color:inherit!important}.\!prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings)!important;font-weight:600!important;font-size:1.25em!important;margin-top:1.6em!important;margin-bottom:.6em!important;line-height:1.6!important}.\!prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700!important;color:inherit!important}.\!prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings)!important;font-weight:600!important;margin-top:1.5em!important;margin-bottom:.5em!important;line-height:1.5!important}.\!prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700!important;color:inherit!important}.\!prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em!important;margin-bottom:2em!important}.\!prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block!important;margin-top:2em!important;margin-bottom:2em!important}.\!prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em!important;margin-bottom:2em!important}.\!prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500!important;font-family:inherit!important;color:var(--tw-prose-kbd)!important;box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows)!important;font-size:.875em!important;border-radius:.3125rem!important;padding-top:.1875em!important;padding-inline-end:.375em!important;padding-bottom:.1875em!important;padding-inline-start:.375em!important}.\!prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code)!important;font-weight:600!important;font-size:.875em!important}.\!prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"!important}.\!prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"!important}.\!prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important}.\!prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important}.\!prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important;font-size:.875em!important}.\!prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important;font-size:.9em!important}.\!prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important}.\!prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important}.\!prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit!important}.\!prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code)!important;background-color:var(--tw-prose-pre-bg)!important;overflow-x:auto!important;font-weight:400!important;font-size:.875em!important;line-height:1.7142857!important;margin-top:1.7142857em!important;margin-bottom:1.7142857em!important;border-radius:.375rem!important;padding-top:.8571429em!important;padding-inline-end:1.1428571em!important;padding-bottom:.8571429em!important;padding-inline-start:1.1428571em!important}.\!prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent!important;border-width:0!important;border-radius:0!important;padding:0!important;font-weight:inherit!important;color:inherit!important;font-size:inherit!important;font-family:inherit!important;line-height:inherit!important}.\!prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none!important}.\!prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none!important}.\!prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%!important;table-layout:auto!important;margin-top:2em!important;margin-bottom:2em!important;font-size:.875em!important;line-height:1.7142857!important}.\!prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px!important;border-bottom-color:var(--tw-prose-th-borders)!important}.\!prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings)!important;font-weight:600!important;vertical-align:bottom!important;padding-inline-end:.5714286em!important;padding-bottom:.5714286em!important;padding-inline-start:.5714286em!important}.\!prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px!important;border-bottom-color:var(--tw-prose-td-borders)!important}.\!prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0!important}.\!prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline!important}.\!prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px!important;border-top-color:var(--tw-prose-th-borders)!important}.\!prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top!important}.\!prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start!important}.\!prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important;margin-bottom:0!important}.\!prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions)!important;font-size:.875em!important;line-height:1.4285714!important;margin-top:.8571429em!important}.\!prose{--tw-prose-body: #374151 !important;--tw-prose-headings: #111827 !important;--tw-prose-lead: #4b5563 !important;--tw-prose-links: #111827 !important;--tw-prose-bold: #111827 !important;--tw-prose-counters: #6b7280 !important;--tw-prose-bullets: #d1d5db !important;--tw-prose-hr: #e5e7eb !important;--tw-prose-quotes: #111827 !important;--tw-prose-quote-borders: #e5e7eb !important;--tw-prose-captions: #6b7280 !important;--tw-prose-kbd: #111827 !important;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%) !important;--tw-prose-code: #111827 !important;--tw-prose-pre-code: #e5e7eb !important;--tw-prose-pre-bg: #1f2937 !important;--tw-prose-th-borders: #d1d5db !important;--tw-prose-td-borders: #e5e7eb !important;--tw-prose-invert-body: #d1d5db !important;--tw-prose-invert-headings: #fff !important;--tw-prose-invert-lead: #9ca3af !important;--tw-prose-invert-links: #fff !important;--tw-prose-invert-bold: #fff !important;--tw-prose-invert-counters: #9ca3af !important;--tw-prose-invert-bullets: #4b5563 !important;--tw-prose-invert-hr: #374151 !important;--tw-prose-invert-quotes: #f3f4f6 !important;--tw-prose-invert-quote-borders: #374151 !important;--tw-prose-invert-captions: #9ca3af !important;--tw-prose-invert-kbd: #fff !important;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%) !important;--tw-prose-invert-code: #fff !important;--tw-prose-invert-pre-code: #d1d5db !important;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%) !important;--tw-prose-invert-th-borders: #4b5563 !important;--tw-prose-invert-td-borders: #374151 !important;font-size:1rem!important;line-height:1.75!important}.\!prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important;margin-bottom:0!important}.\!prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em!important;margin-bottom:.5em!important}.\!prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em!important}.\!prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em!important}.\!prose :where(.\!prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em!important;margin-bottom:.75em!important}.\!prose :where(.\!prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em!important}.\!prose :where(.\!prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em!important}.\!prose :where(.\!prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em!important}.\!prose :where(.\!prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em!important}.\!prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em!important;margin-bottom:.75em!important}.\!prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em!important;margin-bottom:1.25em!important}.\!prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em!important;padding-inline-start:1.625em!important}.\!prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important}.\!prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important}.\!prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important}.\!prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important}.\!prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0!important}.\!prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0!important}.\!prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em!important;padding-inline-end:.5714286em!important;padding-bottom:.5714286em!important;padding-inline-start:.5714286em!important}.\!prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0!important}.\!prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0!important}.\!prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em!important;margin-bottom:2em!important}.\!prose :where(.\!prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important}.\!prose :where(.\!prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0!important}.family-markdown{width:100%}.family-markdown .cols{display:grid;-moz-column-gap:2rem;column-gap:2rem}.family-markdown .cols>span{margin-bottom:2rem;width:100%;-o-object-fit:cover;object-fit:cover}.family-markdown .cols>span img{height:100%}.family-markdown .cols>span img:is(.dark *){--tw-grayscale: grayscale(100%);--tw-invert: invert(1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.family-markdown .cols-2{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr))}.family-markdown .cols-4{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr))}.family-markdown .char-set header{font-weight:700}.family-markdown .char-set main{margin-top:1rem;margin-bottom:2rem;font-size:1.5rem;line-height:2rem;line-height:2;letter-spacing:1.5px}@media not all and (min-width: 768px){.family-markdown .max-md\:cols-2{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr))}}
